@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Aleo:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600");
@import url("https://fonts.googleapis.com/css?family=Muli:600");
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: "";
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-family: "Inter", sans-serif;
}

body {
  background: #f8f7f3;
}
@media only screen and (max-width: 770px) {
  body:before {
    color: transparent;
    content: "mobile";
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #e97d00;
  text-decoration: none;
}

a:hover {
  color: #d06f00;
  text-decoration: underline;
}

a:focus {
  outline-color: #dc7600;
  color: #502b00;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}

.default-h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399CC;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

.default-h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

.default-h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

.default-h4 {
  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;
}

.default-h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

.default-h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

.default-section {
  display: block;
  width: 100%;
  max-width: 100%;
}

.default-section-container {
  display: block;
  width: 1199px;
  max-width: 100%;
  margin: 0 auto;
}

.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11B400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
}

.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

.page-title h1,
.page-title h2 {
  font-weight: 300;
  font-size: 36px;
  color: #636363;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title h2,
.block-title h3,
.block-title strong {
  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;
  color: #3399CC;
  margin-bottom: 0;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: 600;
  font-size: 36px;
  line-height: 37px;
  color: #786e7d;
  margin-bottom: 22px;
}

.block-content.unpad {
  padding: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: "";
  display: block;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 12px 15px 7px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    border-left: 0;
    border-right: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    background-image: url(../images/accordion-arrow.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 14px;
    position: absolute;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -13px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #F4F4F4-hover;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 12px 15px 7px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    border-left: 0;
    border-right: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    background-image: url(../images/accordion-arrow.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 14px;
    position: absolute;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -13px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #F4F4F4-hover;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
}
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #e97d00;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #e97d00;
}

.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #636363;
  padding: 7px 15px;
}
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}

.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #999;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
}

.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

.button + .button {
  margin-left: 5px;
}

.btn-highlight {
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  background: #3e8c00;
  border: 0;
  min-width: 174px;
  height: 52px;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.btn-theme {
  -webkit-font-smoothing: antialiased;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  text-align: center;
  padding: 0 30px;
  height: 46px;
  background: #81368A;
  background-color: #767676;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  min-width: 150px;
  transition: 0.3s;
}
.btn-theme:hover {
  background-color: #626262;
}
.btn-theme:active {
  background-color: #434343;
}

.btn-theme, .btn-theme * {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #e97d00;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: "";
  display: block;
  clear: both;
}

.optin-button {
  -webkit-font-smoothing: antialiased;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #81368A;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
  background: #EEEEEE;
  font-size: 14px;
  color: #796E7C;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  padding: 0 80px;
}

.icon-sprite, .btn-remove2 {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2 {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: unset;
  }
}
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #e97d00;
  border-color: #e97d00;
}

.btn-remove:after {
  content: "X";
  color: #e97d00;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Inter", sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #e97d00;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

.main-section {
  padding-top: 58px;
}

.main-section-container:after {
  content: "";
  display: block;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
}

.col2-right-layout .col-main {
  padding-left: 0;
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

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

  .col-main .col-left {
    padding: 0;
  }
}
.col2-set {
  width: 100%;
  padding: 35px 0;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: calc(50% - ((15px * 2) / 2) );
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1199px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.global-site-notice {
  display: block;
  background: #f5a623;
  font-size: 11px;
  color: #ffffff;
}
.global-site-notice .notice-inner {
  width: 100%;
  max-width: 1199px;
  padding: 9.5px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .global-site-notice .notice-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.global-site-notice p {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .global-site-notice p {
    font-size: 12px;
    text-align: left;
  }
}

.promo-msg {
  color: #3399CC;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.success {
  color: #11B400;
}

.error {
  color: #DF280A;
  font-weight: bold;
}

.notice {
  color: #E26703;
  font-weight: bold;
}

.global-messages-section {
  background: #fff;
}

.messages {
  display: block;
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
}

.messages li li {
  position: relative;
  padding: 15px 10px 15px 20px;
  background: #F4F4F4;
  font-size: 15px;
}

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

.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7;
}

.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: #000000;
  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: #000000;
  border-left: 5px solid #11B400;
  background-color: #EFF5EA;
}

.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;
}

.overlay-loading {
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.overlay-loading > div {
  width: 150px;
  text-align: center;
  border: 2px solid #EDEDED;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
}
.overlay-loading > div img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 70px;
}
.overlay-loading > div span {
  font-weight: 600;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

.payment-methods .form-list:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

span.weee {
  display: block;
}

.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 12px;
  background: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 14px;
}
.product-pricing li:not(:first-child),
.tier-prices li:not(:first-child),
.tier-prices-grouped li:not(:first-child) {
  margin-top: 4px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

.item-options {
  font-size: 14px;
}
.item-options:after {
  content: "";
  display: block;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ": ";
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #e97d00;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e97d00;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

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

.tabs {
  background: #FFFFFF;
}

#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #e97d00;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e97d00;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

.hidden {
  display: none;
}

.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 10px/2;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

.form-list .input-text {
  height: 38px;
  padding: 0 10px;
}

.input-box:after {
  content: "";
  display: block;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: " *";
  color: #DF280A;
  font-weight: normal;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #888;
  font-size: 15px;
  padding: 5px;
}

textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

input.validation-failed,
textarea.validation-failed {
  border-color: #DF280A;
}

::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

.checkbox,
.radio {
  position: relative;
  top: 3px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 100%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

p.required,
.validation-advice {
  margin: 5px 0 10px;
  color: #DF280A;
  font-size: 13px;
}

.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  display: inline-block;
  top: 0;
}
.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 {
  color: #636363;
  display: inline-block;
  width: auto;
  max-width: 90%;
  float: none;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #F4F4F4-hover;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  position: relative;
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-size: 13px;
  color: #A0A0A0;
}

.hide-th {
  text-indent: -9999px;
}

.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #EDEDED;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ":";
}

.info-box {
  border: 1px solid #EDEDED;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #EDEDED;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #EDEDED;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #EEEDED;
}
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

@media only screen and (max-width: 479px) {
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: "";
    display: block;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: "";
    display: block;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
.custom-select {
  position: relative;
}
.custom-select.active .custom-select-label {
  z-index: 3;
}
.custom-select .custom-select-label {
  position: relative;
  cursor: pointer;
  padding-right: 25px;
  padding-left: 5px;
  margin-right: 5px;
  font-weight: 300;
  font-size: 14px;
  color: #3e8c00;
}
.custom-select .custom-select-label .arrow {
  position: relative;
  min-width: 10px;
  min-height: 10px;
  right: 0;
  top: 50%;
  margin-top: -3px;
  position: absolute;
}
.custom-select .custom-select-label .arrow:after, .custom-select .custom-select-label .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.custom-select .custom-select-label .arrow:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  border-top-color: #3e8c00;
  margin-left: -2px;
  margin-top: 0;
}
.custom-select ul {
  -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  display: none;
  right: 51px;
  top: 30px;
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  border: 1px solid #796E7C;
  min-width: 120px;
  max-width: 170px;
  padding: 17px 0;
}
.custom-select ul.active {
  display: block;
}
.custom-select ul li.link {
  cursor: pointer;
  padding: 8px 17px;
}
.custom-select ul li.link:hover {
  background: #f4f4f4;
}
.custom-select ul li.arrow {
  position: relative;
  min-width: 20px;
  min-height: 20px;
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  left: 30px;
  position: absolute;
  top: 0;
}
.custom-select ul li.arrow:after, .custom-select ul li.arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.custom-select ul li.arrow:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12px;
  border-bottom-color: #786e7d;
  margin-left: -2px;
  margin-top: -4px;
}

.select-fake {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
}

.shipping-estimate {
  display: block;
  margin-top: 35px;
}
.shipping-estimate .shipping-estimate-form-container {
  display: block;
}
.shipping-estimate .shipping-estimate-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.shipping-estimate .shipping-estimate-label {
  -webkit-font-smoothing: antialiased;
  display: none;
  font-weight: 300;
  font-size: 12px;
  color: #786e7d;
  margin-right: 15px;
}
.shipping-estimate .shipping-estimate-input-box {
  position: relative;
  width: 200px;
  height: 30px;
}
@media only screen and (max-width: 599px) {
  .shipping-estimate .shipping-estimate-input-box {
    width: 100%;
  }
}
.shipping-estimate .shipping-estimate-input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0 70px 0 18px;
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  font-weight: 300;
  color: #786e7d;
  outline: none;
}
@media only screen and (max-width: 599px) {
  .shipping-estimate .shipping-estimate-input {
    padding: 0 18px;
    width: 50%;
  }
}
.shipping-estimate .shipping-estimate-input.error {
  border-color: red;
}
.shipping-estimate .shipping-estimate-button {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
  left: 199px;
  background: #F0F0F0;
  width: 140px;
  height: 100%;
  text-align: center;
  border: 1px solid #796E7C;
  outline: none;
}
@media only screen and (max-width: 599px) {
  .shipping-estimate .shipping-estimate-button {
    width: 50%;
    left: auto;
    right: 1px;
  }
}
.shipping-estimate .shipping-estimate-button.disabled {
  cursor: default;
  opacity: 0.5;
  border-color: #c2c2c2;
}
.shipping-estimate .shipping-estimate-loading {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url(../images/loading.svg);
  background-size: cover;
  margin-left: 52px;
}
.shipping-estimate .shipping-estimate-loading.active {
  display: inline-block;
}
.shipping-estimate .shipping-estimate-table-container {
  display: none;
  margin-top: 30px;
}
.shipping-estimate .shipping-estimate-table-container.active {
  display: block;
}
.shipping-estimate .shipping-estimate-table {
  width: 100%;
}
.shipping-estimate .shipping-estimate-table th {
  font-weight: 600;
}
@media only screen and (max-width: 599px) {
  .shipping-estimate .shipping-estimate-table td {
    font-size: 14px;
  }
}
.shipping-estimate .shipping-estimate-table th, .shipping-estimate .shipping-estimate-table td {
  border-bottom: 1px dashed #c2c2c2;
  padding: 5px 10px;
}

.ratings {
  margin: 0 0 14px 0;
  height: 18px;
}
.ratings .amount {
  display: none;
}
.ratings .rating-label {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  font-size: 12px;
}
.ratings .rating-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
.ratings .rating-box:after {
  content: "";
  display: block;
  clear: both;
}
.ratings .rating-box .stars {
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  background-image: url("../images/ratings.png");
  background-size: 100%;
  margin: 0 2px;
  text-align: center;
}
.ratings .rating-box .stars.star-active {
  background-position: 0 14px;
}
.ratings .rating-box .stars .radio {
  opacity: 0;
  cursor: pointer;
}
.ratings .rating-box .rating {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.submenu-atendimento .title {
  display: block;
  color: #786e7d;
  font-weight: 600;
  font-size: 14px;
}
.submenu-atendimento p {
  display: block;
  font-weight: 300;
  color: #786e7d;
  font-size: 12px;
}
.submenu-atendimento .image-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 28px;
  line-height: 28px;
  margin-top: 5px;
}
.submenu-atendimento .image-info .central-atendimento-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  width: 23px;
  height: 22px;
  text-align: center;
}
.submenu-atendimento .image-info .central-atendimento-icon .image {
  max-width: 100%;
  max-height: 100%;
}
.submenu-atendimento .image-info .info {
  width: calc(100% - 30px);
  color: #786e7d;
  font-size: 14px;
}
.submenu-atendimento .image-info a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.submenu-atendimento .image-info a .info {
  color: #e97d00;
}

body {
  background-color: #ffffff;
}
body iframe:focus {
  outline: none;
}
body iframe[seamless] {
  display: block;
}
body .modal-iframe {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(4, 10, 30, 0.5);
  z-index: 99999;
  display: none;
}
body .modal-iframe .dialog {
  width: 800px;
  height: auto;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  margin: 10% auto;
  padding: 15px 30px;
}
body .modal-iframe .dialog iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: none;
  background: url("../../../cammino/default/images/ajax-loader.gif") center no-repeat;
}
body .modal-iframe .dialog {
  top: -20px;
}
body .close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.submenu-atendimento.model2-header .image-info .central-atendimento-icon {
  display: none;
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-width: none;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.full-banner-section .full-banner-section-container {
  position: relative;
  width: 100%;
}
.full-banner-section .full-banner-section-container:after {
  content: "";
  display: block;
  clear: both;
}
.full-banner-section .image {
  display: block;
  width: 100%;
}

.mini-banners-section .mini-banners-section-container {
  display: block;
}
.mini-banners-section .mini-banners-section-container .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .mini-banners-section .mini-banners-section-container .with-mobile .desktop {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .mini-banners-section .mini-banners-section-container .with-mobile .hide {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .mini-banners-section .mini-banners-section-container .no-mobile .desktop {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .mini-banners-section .mini-banners-section-container .no-mobile .hide {
    display: none;
  }
}

.list-category-products-section {
  padding: 0 15px;
}
@media only screen and (min-width: 770px) {
  .list-category-products-section {
    margin-top: 40px;
  }
}

.list-categories-section {
  padding: 0 15px;
}
@media only screen and (min-width: 770px) {
  .list-categories-section {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 770px) {
  .list-categories-section {
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
.list-categories-section .list-categories-section-container {
  position: relative;
}
.list-categories-section .category .category-name {
  display: none;
}
.list-categories-section .category img {
  display: block;
  margin: 0 auto;
}
.list-categories-section .slick-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
  cursor: pointer;
}
.list-categories-section .slick-arrow.arrow-left {
  background-image: url("../images/slick-navigation-prev.svg");
  left: 0;
}
.list-categories-section .slick-arrow.arrow-right {
  background-image: url("../images/slick-navigation-next.svg");
  right: 0;
}
.list-categories-section .categories-grid-title-section-container {
  display: none;
}

body.cms-home {
  overflow-x: hidden;
}

body.cms-home .customer-ratings,
body.catalog-category-view .customer-ratings,
body.catalog-product-view .customer-ratings,
body.catalogsearch-result-index .customer-ratings {
  display: block;
  width: 100%;
  margin-top: 50px;
}
body.cms-home .customer-ratings > div,
body.catalog-category-view .customer-ratings > div,
body.catalog-product-view .customer-ratings > div,
body.catalogsearch-result-index .customer-ratings > div {
  display: block;
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  body.cms-home .customer-ratings > div,
  body.catalog-category-view .customer-ratings > div,
  body.catalog-product-view .customer-ratings > div,
  body.catalogsearch-result-index .customer-ratings > div {
    max-width: 100%;
    padding: 0 20px;
  }
}
body.cms-home .customer-ratings > div h2,
body.catalog-category-view .customer-ratings > div h2,
body.catalog-product-view .customer-ratings > div h2,
body.catalogsearch-result-index .customer-ratings > div h2 {
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 38px;
  color: #767676;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  body.cms-home .customer-ratings > div h2,
  body.catalog-category-view .customer-ratings > div h2,
  body.catalog-product-view .customer-ratings > div h2,
  body.catalogsearch-result-index .customer-ratings > div h2 {
    font-size: 30px;
    text-align: left;
  }
}
body.cms-home .customer-ratings > div h4,
body.catalog-category-view .customer-ratings > div h4,
body.catalog-product-view .customer-ratings > div h4,
body.catalogsearch-result-index .customer-ratings > div h4 {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #686868;
  font-weight: 400;
  letter-spacing: 0;
  text-align: right;
  margin-top: 20px;
}
body.cms-home .customer-ratings > div > ul,
body.catalog-category-view .customer-ratings > div > ul,
body.catalog-product-view .customer-ratings > div > ul,
body.catalogsearch-result-index .customer-ratings > div > ul {
  display: block;
  width: 100%;
  margin-top: 30px;
}
body.cms-home .customer-ratings > div > ul .slick-arrow,
body.catalog-category-view .customer-ratings > div > ul .slick-arrow,
body.catalog-product-view .customer-ratings > div > ul .slick-arrow,
body.catalogsearch-result-index .customer-ratings > div > ul .slick-arrow {
  display: inline-block;
  width: 26px;
  height: 45px;
  border: 0;
  background: transparent;
  text-indent: -9000em;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
}
@media only screen and (max-width: 1280px) {
  body.cms-home .customer-ratings > div > ul .slick-arrow,
  body.catalog-category-view .customer-ratings > div > ul .slick-arrow,
  body.catalog-product-view .customer-ratings > div > ul .slick-arrow,
  body.catalogsearch-result-index .customer-ratings > div > ul .slick-arrow {
    width: 20px;
    height: 35px;
    top: -75px;
    margin: 0;
  }
}
body.cms-home .customer-ratings > div > ul .slick-arrow.slick-prev,
body.catalog-category-view .customer-ratings > div > ul .slick-arrow.slick-prev,
body.catalog-product-view .customer-ratings > div > ul .slick-arrow.slick-prev,
body.catalogsearch-result-index .customer-ratings > div > ul .slick-arrow.slick-prev {
  background-image: url("../images/ratings-left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: -45px;
}
@media only screen and (max-width: 1280px) {
  body.cms-home .customer-ratings > div > ul .slick-arrow.slick-prev,
  body.catalog-category-view .customer-ratings > div > ul .slick-arrow.slick-prev,
  body.catalog-product-view .customer-ratings > div > ul .slick-arrow.slick-prev,
  body.catalogsearch-result-index .customer-ratings > div > ul .slick-arrow.slick-prev {
    left: auto;
    right: 60px;
  }
}
body.cms-home .customer-ratings > div > ul .slick-arrow.slick-next,
body.catalog-category-view .customer-ratings > div > ul .slick-arrow.slick-next,
body.catalog-product-view .customer-ratings > div > ul .slick-arrow.slick-next,
body.catalogsearch-result-index .customer-ratings > div > ul .slick-arrow.slick-next {
  background-image: url("../images/ratings-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: auto;
  right: -20px;
}
@media only screen and (max-width: 1280px) {
  body.cms-home .customer-ratings > div > ul .slick-arrow.slick-next,
  body.catalog-category-view .customer-ratings > div > ul .slick-arrow.slick-next,
  body.catalog-product-view .customer-ratings > div > ul .slick-arrow.slick-next,
  body.catalogsearch-result-index .customer-ratings > div > ul .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
}
body.cms-home .customer-ratings > div > ul li.slick-slide,
body.cms-home .customer-ratings > div > ul > li,
body.catalog-category-view .customer-ratings > div > ul li.slick-slide,
body.catalog-category-view .customer-ratings > div > ul > li,
body.catalog-product-view .customer-ratings > div > ul li.slick-slide,
body.catalog-product-view .customer-ratings > div > ul > li,
body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide,
body.catalogsearch-result-index .customer-ratings > div > ul > li {
  display: inline-block;
  width: 23.1%;
  border-radius: 7px;
  border: 1px solid #cacaca;
  padding: 25px 20px 15px 20px;
  margin-left: 25px;
}
@media only screen and (max-width: 599px) {
  body.cms-home .customer-ratings > div > ul li.slick-slide,
  body.cms-home .customer-ratings > div > ul > li,
  body.catalog-category-view .customer-ratings > div > ul li.slick-slide,
  body.catalog-category-view .customer-ratings > div > ul > li,
  body.catalog-product-view .customer-ratings > div > ul li.slick-slide,
  body.catalog-product-view .customer-ratings > div > ul > li,
  body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide,
  body.catalogsearch-result-index .customer-ratings > div > ul > li {
    width: 100%;
    margin: 0;
  }
}
body.cms-home .customer-ratings > div > ul li.slick-slide:first-child,
body.cms-home .customer-ratings > div > ul > li:first-child,
body.catalog-category-view .customer-ratings > div > ul li.slick-slide:first-child,
body.catalog-category-view .customer-ratings > div > ul > li:first-child,
body.catalog-product-view .customer-ratings > div > ul li.slick-slide:first-child,
body.catalog-product-view .customer-ratings > div > ul > li:first-child,
body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide:first-child,
body.catalogsearch-result-index .customer-ratings > div > ul > li:first-child {
  margin-left: 0;
}
body.cms-home .customer-ratings > div > ul li.slick-slide div,
body.cms-home .customer-ratings > div > ul > li div,
body.catalog-category-view .customer-ratings > div > ul li.slick-slide div,
body.catalog-category-view .customer-ratings > div > ul > li div,
body.catalog-product-view .customer-ratings > div > ul li.slick-slide div,
body.catalog-product-view .customer-ratings > div > ul > li div,
body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide div,
body.catalogsearch-result-index .customer-ratings > div > ul > li div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  widows: 100%;
}
body.cms-home .customer-ratings > div > ul li.slick-slide div img,
body.cms-home .customer-ratings > div > ul > li div img,
body.catalog-category-view .customer-ratings > div > ul li.slick-slide div img,
body.catalog-category-view .customer-ratings > div > ul > li div img,
body.catalog-product-view .customer-ratings > div > ul li.slick-slide div img,
body.catalog-product-view .customer-ratings > div > ul > li div img,
body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide div img,
body.catalogsearch-result-index .customer-ratings > div > ul > li div img {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
body.cms-home .customer-ratings > div > ul li.slick-slide div h3,
body.cms-home .customer-ratings > div > ul > li div h3,
body.catalog-category-view .customer-ratings > div > ul li.slick-slide div h3,
body.catalog-category-view .customer-ratings > div > ul > li div h3,
body.catalog-product-view .customer-ratings > div > ul li.slick-slide div h3,
body.catalog-product-view .customer-ratings > div > ul > li div h3,
body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide div h3,
body.catalogsearch-result-index .customer-ratings > div > ul > li div h3 {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 13px;
  color: #686868;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 15px;
}
body.cms-home .customer-ratings > div > ul li.slick-slide p,
body.cms-home .customer-ratings > div > ul > li p,
body.catalog-category-view .customer-ratings > div > ul li.slick-slide p,
body.catalog-category-view .customer-ratings > div > ul > li p,
body.catalog-product-view .customer-ratings > div > ul li.slick-slide p,
body.catalog-product-view .customer-ratings > div > ul > li p,
body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide p,
body.catalogsearch-result-index .customer-ratings > div > ul > li p {
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 100%;
  min-height: 126px;
  font-size: 13px;
  color: #323232;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 18px;
  margin-top: 15px;
}
body.cms-home .customer-ratings > div > ul li.slick-slide ul,
body.cms-home .customer-ratings > div > ul > li ul,
body.catalog-category-view .customer-ratings > div > ul li.slick-slide ul,
body.catalog-category-view .customer-ratings > div > ul > li ul,
body.catalog-product-view .customer-ratings > div > ul li.slick-slide ul,
body.catalog-product-view .customer-ratings > div > ul > li ul,
body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide ul,
body.catalogsearch-result-index .customer-ratings > div > ul > li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
body.cms-home .customer-ratings > div > ul li.slick-slide ul li,
body.cms-home .customer-ratings > div > ul > li ul li,
body.catalog-category-view .customer-ratings > div > ul li.slick-slide ul li,
body.catalog-category-view .customer-ratings > div > ul > li ul li,
body.catalog-product-view .customer-ratings > div > ul li.slick-slide ul li,
body.catalog-product-view .customer-ratings > div > ul > li ul li,
body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide ul li,
body.catalogsearch-result-index .customer-ratings > div > ul > li ul li {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/star.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 3px;
}
body.cms-home .customer-ratings > div > ul li.slick-slide ul li:first-child,
body.cms-home .customer-ratings > div > ul > li ul li:first-child,
body.catalog-category-view .customer-ratings > div > ul li.slick-slide ul li:first-child,
body.catalog-category-view .customer-ratings > div > ul > li ul li:first-child,
body.catalog-product-view .customer-ratings > div > ul li.slick-slide ul li:first-child,
body.catalog-product-view .customer-ratings > div > ul > li ul li:first-child,
body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide ul li:first-child,
body.catalogsearch-result-index .customer-ratings > div > ul > li ul li:first-child {
  margin-left: 0;
}
body.cms-home .customer-ratings > div > ul li.slick-slide ul li strong,
body.cms-home .customer-ratings > div > ul > li ul li strong,
body.catalog-category-view .customer-ratings > div > ul li.slick-slide ul li strong,
body.catalog-category-view .customer-ratings > div > ul > li ul li strong,
body.catalog-product-view .customer-ratings > div > ul li.slick-slide ul li strong,
body.catalog-product-view .customer-ratings > div > ul > li ul li strong,
body.catalogsearch-result-index .customer-ratings > div > ul li.slick-slide ul li strong,
body.catalogsearch-result-index .customer-ratings > div > ul > li ul li strong {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/star-votado.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-indent: -1000em;
}

body.catalog-product-view {
  background: #fff;
}
body.catalog-product-view .main-section {
  padding-top: 5px;
}
body.catalog-product-view .breadcrumbs {
  padding: 0;
}
body.catalog-product-view .breadcrumbs.vertical-theme ul li {
  font-size: 10px;
  color: #796E7C;
  line-height: 18px;
}
body.catalog-product-view .breadcrumbs.vertical-theme ul li.home a {
  width: 17px;
  height: 14px;
  background-image: url(../images/home-breadcrumb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9000em;
}
body.catalog-product-view .breadcrumbs.vertical-theme ul li a {
  color: #4A90E2;
}
body.catalog-product-view .breadcrumbs.vertical-theme ul li strong {
  color: #796E7C;
}
body.catalog-product-view .col-main .product-view {
  margin-top: 10px;
}
body.catalog-product-view .main-section-container {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  body.catalog-product-view .main-section-container {
    margin-top: 0;
  }
}

.shipping-estimate-no-service {
  color: #DF280A;
  padding: 5px;
  display: none;
}

.header-section {
  background: #fff;
  padding: 0 15px;
}
@media only screen and (max-width: 979px) {
  .header-section.fixed {
    z-index: 9999;
    top: 0;
    padding: 0;
  }
}

.header-section-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 10px 0;
}
@media only screen and (max-width: 979px) {
  .header-section-container {
    padding: 15px 0 0 0;
  }
}

.header-logo {
  width: 180px;
}
@media only screen and (max-width: 1199px) {
  .header-logo {
    width: 230px;
  }
}
@media only screen and (max-width: 979px) {
  .header-logo {
    max-width: 50%;
    margin-left: 15px;
  }
}
.header-logo .logo:hover {
  opacity: 0.8;
}

.header-mobile-actions {
  display: none;
}
@media only screen and (max-width: 979px) {
  .header-mobile-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 15px;
  }
}
.header-mobile-actions li {
  margin-left: 22px;
}
.header-mobile-actions li:first-child {
  margin-left: 0;
}
.header-mobile-actions li.menu img {
  width: 20px;
}
.header-mobile-actions li.menu img.active {
  display: none;
}
.header-mobile-actions li.menu.active img.active {
  display: block;
}
.header-mobile-actions li.menu.active img.default {
  display: none;
}
.header-mobile-actions a {
  position: relative;
}
.header-mobile-actions a .header-cart-itens {
  font-size: 10px;
  top: -5px;
  right: -31px;
  padding: 0px 5px;
  z-index: 3;
  max-width: none;
}

.slick-initialized .slick-slide .video-home-slick {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.lgpd-cookies {
  display: none;
  max-width: 1230px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 10px #aaa;
  padding: 20px;
  margin: 0 auto;
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  right: 10px;
  left: 10px;
  transition: 0.1s ease-in-out;
  transform: translate(0);
}
.lgpd-cookies div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 770px) {
  .lgpd-cookies div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.lgpd-cookies p {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  padding: 0;
  margin: 0;
}
.lgpd-cookies p a {
  color: #3399CC;
}
.lgpd-cookies .lnk-cookie {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #3399CC;
  border-radius: 8px;
  background: #fff 0 0 no-repeat padding-box;
  font-size: 15px;
  color: #3399CC;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  padding: 10px 20px;
  margin-left: 15px;
  transition: 0.1s ease-in-out;
  transform: translate(0);
}
@media only screen and (max-width: 770px) {
  .lgpd-cookies .lnk-cookie {
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .lgpd-cookies .lnk-cookie {
    width: 100%;
  }
}
.lgpd-cookies .lnk-cookie:hover {
  background-color: #3399CC;
  color: #ffffff;
  text-decoration: none;
}

.catalog-category-banner-section.category-banner-fixed {
  top: 95px;
}
@media only screen and (max-width: 979px) {
  .catalog-category-banner-section.category-banner-fixed {
    top: 155px;
  }
}

.hideable-menu .header-full {
  box-shadow: unset;
}
.hideable-menu .topmenu-section {
  transition: all 0.6s ease-in-out;
  position: absolute;
  z-index: -20;
}
.hideable-menu .nav-up {
  margin-top: -200px;
}
.hideable-menu .close-to-top {
  position: sticky;
}
.hideable-menu .topmenu-section.model2-header {
  min-height: 68px;
}

header.model2-header {
  min-height: 80px;
}

.hideable-menu-filter {
  top: 81px !important;
}

.top-header-banner {
  display: block;
  width: 100%;
  transition: top 0.3s;
}

.top-header-banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.top-header-banner a img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .top-header-banner a img {
    display: none;
  }
}

.top-header-banner a img.mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .top-header-banner a img.mobile {
    display: block;
  }
}

.header-full {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #dbdbdb;
  position: sticky;
  top: 0;
  z-index: 20;
}

header.model2-header {
  padding: 0;
}
header.model2-header .header-section-container {
  padding: 20px 0 5px 0;
}
@media only screen and (max-width: 979px) {
  header.model2-header .header-section-container {
    position: relative;
  }
}
header.model2-header .header-section-container .desk-infos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  header.model2-header .header-section-container .desk-infos {
    width: 78%;
  }
}
@media only screen and (max-width: 1085px) {
  header.model2-header .header-section-container .desk-infos {
    width: auto;
  }
}
@media only screen and (max-width: 979px) {
  header.model2-header .header-section-container .desk-infos {
    width: 100%;
  }
}

@media only screen and (max-width: 979px) {
  header.model2-header .header-logo {
    width: auto;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
  }
}
header.model2-header .header-logo img {
  max-height: 70px;
}
@media only screen and (max-width: 479px) {
  header.model2-header .header-logo img {
    max-height: 50px;
  }
}

@media only screen and (max-width: 979px) {
  header.model2-header .header-mobile-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px 0 15px;
    position: absolute;
    top: 24px;
  }
}
header.model2-header .header-mobile-actions .cart {
  order: 2;
}
header.model2-header .header-mobile-actions .menu {
  order: 1;
  margin: 0;
}
header.model2-header .header-mobile-actions li.menu img {
  width: 18px;
}
header.model2-header .header-mobile-actions a {
  display: block;
}
header.model2-header .header-mobile-actions a .header-cart-itens {
  min-width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #4C4C4C;
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  padding: 0 4px;
  top: -8px;
  right: -17px;
}
@media only screen and (max-width: 979px) {
  header.model2-header .header-mobile-actions a .header-cart-itens {
    right: auto;
    left: -17px;
  }
}
@media only screen and (max-width: 979px) {
  header.model2-header .header-mobile-actions a .header-cart-itens {
    right: -10px;
    left: auto;
  }
}

.header-speechbar {
  display: block;
  width: 100%;
  position: relative;
  transition: top 0.3s;
}
@media only screen and (max-width: 599px) {
  .header-speechbar {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .header-speechbar.fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    padding: 0;
  }
}

.header-speechbar .default-section-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.header-speechbar .default-section-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .header-speechbar .default-section-container {
    padding: 0 15px;
  }
}

.header-speechbar ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}
@media only screen and (max-width: 599px) {
  .header-speechbar ul {
    width: 100%;
  }
}

.header-speechbar ul li {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  font-size: 12px;
  font-weight: 400;
  color: #3f465b;
  padding: 7px 0;
  margin-left: 50px;
}
.header-speechbar ul li:hover {
  border-bottom: 1px solid #000000;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 599px) {
  .header-speechbar ul li {
    width: 100%;
    border-top: 1px dashed #dbdbdb;
    text-align: center;
    padding: 6px 0;
    margin: 0;
  }
}

.header-speechbar ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 599px) {
  .header-speechbar ul li:first-child {
    border-top: 0;
    padding-top: 0;
  }
}

.header-speechbar ul li a {
  font-size: 11px;
  font-weight: 400;
  color: #3f465b;
}
.header-speechbar ul li a:hover {
  text-decoration: none;
}

.header-speechbar .social-media {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}
@media only screen and (max-width: 770px) {
  .header-speechbar .social-media {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .header-speechbar .social-media {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    width: 100%;
    margin: 15px 0 10px 0;
  }
}

.header-speechbar .social-media a {
  display: inline-block;
  text-indent: -9000em;
}

.header-speechbar .social-media a.blog {
  background-image: url(../images/edit.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left;
  font-size: 12px;
  color: #3f465b;
  font-weight: 400;
  text-indent: inherit;
  padding-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 979px) {
  .header-speechbar .social-media a.blog {
    display: none;
  }
}
.header-speechbar .social-media a.blog:hover {
  text-decoration: none;
}

.header-speechbar .social-media a.instagram {
  width: 20px;
  height: 20px;
  background-image: url(../images/instagram-header.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}

.header-speechbar .social-media a.facebook {
  width: 20px;
  height: 20px;
  background-image: url(../images/facebook-header.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}

.header-speechbar .social-media a.twitter {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-twitter-header.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  margin-left: 6px;
}

.header-speechbar .social-media a.youtube {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-youtube-header.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  margin-left: 6px;
}

.header-speechbar .social-media a.linkedin {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-linkedin-header.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  margin-left: 6px;
}

.header-speechbar .social-media a.pinterest {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-pinterest.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin-left: 6px;
}

.header-speechbar .social-media a.tiktok {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-tiktok.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  margin-left: 6px;
}

.header-search {
  width: 480px;
}
@media only screen and (max-width: 1199px) {
  .header-search {
    width: 250px;
  }
}
@media only screen and (max-width: 979px) {
  .header-search {
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-top: 15px;
    z-index: 6;
  }
}
.header-search .input-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.header-search-input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #C2C2C2;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  font-size: 13px;
  color: #796E7C;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 30px 0 15px;
  outline: none;
}
.header-search-input:-moz-placeholder {
  color: #796E7C;
}
.header-search-input::-moz-placeholder {
  color: #796E7C;
}
.header-search-input:-ms-input-placeholder {
  color: #796E7C;
}
.header-search-input::-webkit-input-placeholder {
  color: #796E7C;
}
@media only screen and (max-width: 1199px) {
  .header-search-input {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .header-search-input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
    background-position: left 10px center;
    border: 0;
    font-size: 12px;
    padding: 20px 15px;
  }
}

.header-search-submit {
  width: 20px;
  height: 20px;
  background: url("../images/search-icon.svg") center no-repeat;
  text-indent: -9000em;
  position: absolute;
  right: 10px;
}

.header-search-label {
  display: none;
}

header.model2-header .header-search {
  width: 650px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  header.model2-header .header-search {
    width: 62%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1085px) {
  header.model2-header .header-search {
    width: 350px;
  }
}
@media only screen and (max-width: 979px) {
  header.model2-header .header-search {
    order: 3;
    display: block;
    width: 100%;
    border-radius: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: none;
    margin-top: 10px;
  }
}
header.model2-header .header-search .input-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
header.model2-header .header-search-input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  height: 38px;
  border: 0;
  box-shadow: none;
  background: #f8f8f8;
  font-size: 13px;
  color: #4c4c4c;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 10px 0 15px;
  outline: none;
}
header.model2-header .header-search-input:-moz-placeholder {
  color: #4c4c4c;
}
header.model2-header .header-search-input::-moz-placeholder {
  color: #4c4c4c;
}
header.model2-header .header-search-input:-ms-input-placeholder {
  color: #4c4c4c;
}
header.model2-header .header-search-input::-webkit-input-placeholder {
  color: #4c4c4c;
}
@media only screen and (max-width: 979px) {
  header.model2-header .header-search-input {
    font-size: 14px;
    padding: 21px 15px 21px 40px;
  }
}
header.model2-header .header-search-submit {
  width: 20px;
  height: 20px;
  background: url("../images/icon-search-new.svg") center no-repeat;
  background-size: contain;
  text-indent: -9000em;
  padding: 0;
  position: absolute;
  right: 15px;
  left: auto;
}
@media only screen and (max-width: 979px) {
  header.model2-header .header-search-submit {
    width: 16px;
    height: 16px;
    background: url("../images/icon-search-new-mobile.svg") center no-repeat;
    background-size: contain;
    left: 15px;
  }
}
header.model2-header .header-search-label {
  display: none;
}

.header-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  width: 460px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .header-links {
    width: 400px;
  }
}
@media only screen and (max-width: 979px) {
  .header-links {
    display: none;
  }
}
.header-links a {
  color: inherit;
}
.header-links a:hover {
  color: #e97d00;
}

.header-links-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #796E7C;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 20;
}
.header-links-block a {
  outline: none;
}
.header-links-block a:hover {
  text-decoration: none;
}
.header-links-block.with-menu:before {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -10px;
  background: transparent;
  content: "";
}
.header-links-block.with-menu .icon-submenu {
  width: 9px;
  height: 4px;
  background-image: url(../images/setinha-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -16px;
  bottom: 11px;
}
.header-links-block.with-menu .icon-submenu::before, .header-links-block.with-menu .icon-submenu::after {
  display: none;
}
.header-links-block.with-menu ul.menu {
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.31);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #DD7A05;
  min-width: 267px;
  padding-top: 5px;
  right: -84px;
  top: 36px;
}
.header-links-block.with-menu ul.menu.active {
  display: block;
}
.header-links-block.with-menu ul.menu .arrow {
  position: relative;
  min-width: 12px;
  min-height: 12px;
  position: absolute;
  top: -12px;
  right: 65px;
}
.header-links-block.with-menu ul.menu .arrow:after, .header-links-block.with-menu ul.menu .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.header-links-block.with-menu ul.menu .arrow:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  border-bottom-color: #d17e00;
  margin-left: -1px;
  margin-top: -2px;
}
.header-links-block.with-menu ul.menu li:last-child a {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
}
.header-links-block.with-menu ul.menu li > a, .header-links-block.with-menu ul.menu .link {
  -webkit-font-smoothing: antialiased;
  padding: 15px 20px;
  display: block;
  font-weight: 300;
  color: #e97d00;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.header-links-block.with-menu ul.menu li > a:hover {
  text-decoration: none;
  background: #fcefd0;
}
.header-links-block.with-menu ul.menu li:last-child a {
  border-bottom: 0;
}
.header-links-block .icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
@media only screen and (max-width: 950px) {
  .header-links-block .icon {
    display: none;
  }
}
.ie8 .header-links-block .icon {
  display: none;
}
.header-links-block .content {
  display: inline-block;
}

.header-links-account .welcome {
  display: block;
}
.header-links-account ul {
  display: block;
}
.header-links-account ul li {
  position: relative;
  display: inline;
  margin-right: 14px;
}
.header-links-account ul li:last-child {
  margin-right: 0;
}
.header-links-account ul li:after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #796E7C;
  content: "";
  right: -8px;
  top: 1px;
}
.header-links-account ul li:last-child:after {
  display: none;
}

.header-cart-itens {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  background: #e97d00;
  color: #fff;
  font-size: 10px;
  top: -5px;
  right: -7px;
  padding: 0 6px;
}

header.model2-header .header-section-container {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  header.model2-header .header-section-container {
    padding: 20px 20px 5px 20px;
  }
}
@media only screen and (max-width: 979px) {
  header.model2-header .header-section-container {
    box-shadow: 2px 3px 4px #dbdbdb;
    padding: 20px 0 0 0;
  }
}

header.model2-header .header-links {
  width: auto;
}
header.model2-header .header-links-block {
  padding: 0 10px;
}
@media only screen and (max-width: 979px) {
  header.model2-header .header-links-block {
    padding: 0 2px;
  }
}
header.model2-header .header-links-block:first-child {
  padding-left: 0;
}
header.model2-header .header-links-block:last-child {
  padding-right: 0;
}
header.model2-header .header-links-block .icon {
  margin: 0;
}
@media only screen and (max-width: 950px) {
  header.model2-header .header-links-block .icon {
    display: block;
  }
}
header.model2-header .header-links-block .icon a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
header.model2-header .header-links-block .icon p {
  display: block;
  width: 100%;
  font-size: 11px;
  color: #3f465b;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: initial;
  margin-top: 6px;
}
header.model2-header .submenu-atendimento .image-info a .info {
  color: #786e7d;
}
header.model2-header .header-links a:hover {
  color: #786e7d;
}
header.model2-header .header-links-general::before {
  display: none;
}
header.model2-header .header-links-block.with-menu ul.menu.active {
  right: -16px;
}
header.model2-header .header-links-general.with-menu ul.menu.active {
  top: 30px;
  right: 28px;
  z-index: 1;
}
header.model2-header .header-links-block.with-menu ul.menu.active::before {
  content: "";
  width: 100%;
  height: 19px;
  background-color: transparent;
  position: absolute;
  top: -19px;
  left: 0;
}
header.model2-header .header-links-block.with-menu ul.menu {
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border-color: #d8d8d8;
  min-width: 250px;
}
header.model2-header .header-links-block.with-menu ul.menu .arrow {
  background: url(../images/icon-setinha-hover.svg) no-repeat;
  background-position: bottom;
  right: 20px;
}
header.model2-header .header-links-block.with-menu ul.menu .arrow::before,
header.model2-header .header-links-block.with-menu ul.menu .arrow::after {
  display: none;
}
header.model2-header .header-links-block.with-menu ul.menu .submenu-atendimento {
  padding: 10px 20px;
}
header.model2-header .header-links-block.with-menu ul.menu .submenu-atendimento .title {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
}
header.model2-header .header-links-block.with-menu ul.menu .submenu-atendimento p {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  margin-top: 3px;
}
header.model2-header .header-links-block.with-menu ul.menu .submenu-atendimento .image-info a {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  margin-top: 10px;
}
header.model2-header .header-links-block.with-menu ul.menu li.link {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
}
header.model2-header .header-links-block.with-menu ul.menu li.link a {
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  padding: 20px 20px 0 20px;
}
header.model2-header .header-links-block.with-menu ul.menu li.link:first-child a {
  border-top: 1px solid #d8d8d8;
}
header.model2-header .header-links-block.with-menu ul.menu li.link:last-child a {
  padding-bottom: 25px;
}
header.model2-header .header-links-block.with-menu ul.menu li.link a:hover {
  background-color: #ffffff;
  color: #212121;
}

header.model2-header .header-links-account .account-menu {
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  display: none;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  min-width: 200px;
  position: absolute;
  top: 32px;
  right: 26px;
  z-index: 1;
}
header.model2-header .header-links-account .account-menu::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: transparent;
  position: absolute;
  top: -10px;
  left: 0;
}
header.model2-header .header-links-account .account-menu li {
  display: block;
  width: 100%;
  padding: 18px 15px 10px 15px;
}
header.model2-header .header-links-account .account-menu li a {
  font-size: 14px;
  color: #121212;
  font-weight: 400;
}
header.model2-header .header-links-account .account-menu .arrow {
  width: 100%;
  min-height: 12px;
  background: url(../images/icon-setinha-hover.svg) no-repeat;
  background-position: 163px bottom;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -12px;
  right: 0px;
}
header.model2-header .header-links-account .account-menu .arrow::after,
header.model2-header .header-links-account .account-menu .arrow::before {
  display: none;
}
header.model2-header .header-links-account .account-menu li.account-user {
  font-size: 13px;
  color: #121212;
  white-space: nowrap;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
}
header.model2-header .header-links-account .account-menu li.account-user::after {
  display: none;
}
header.model2-header .header-links-account .account-menu li.account-user-links {
  padding: 0 15px 10px 15px;
}
header.model2-header .header-links-account .account-menu li.account-user-links a {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #121212;
  font-weight: 400;
  padding: 8px 0;
}
header.model2-header .header-links-account .active {
  display: block;
}

header.model2-header .header-links-cart .cart-menu {
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  display: none;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  min-width: 200px;
  padding: 20px 20px;
  position: absolute;
  top: 32px;
  right: 22px;
  z-index: 1;
}
header.model2-header .header-links-cart .cart-menu::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: transparent;
  position: absolute;
  top: -10px;
  left: 0;
}
header.model2-header .header-links-cart .cart-menu.active {
  display: block;
}
header.model2-header .header-links-cart .cart-menu .arrow {
  width: 100%;
  min-height: 12px;
  background: url(../images/icon-setinha-hover.svg) no-repeat;
  background-position: 180px bottom;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -12px;
  right: 0px;
}
header.model2-header .header-links-cart .cart-menu .arrow::after,
header.model2-header .header-links-cart .cart-menu .arrow::before {
  display: none;
}
header.model2-header .header-links-cart .header-cart-itens {
  min-width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #4c4c4c;
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  padding: 0 4px;
  top: -12px;
  right: 10px;
}
header.model2-header .header-links-cart .cart-menu li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}
header.model2-header .header-links-cart .cart-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}
header.model2-header .header-links-cart .cart-menu li:last-child {
  margin-top: 15px;
}

.topmenu-section {
  background: #fff;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 5px;
}
@media only screen and (max-width: 979px) {
  .topmenu-section {
    display: none;
  }
}

.topmenu-section-container {
  position: relative;
  z-index: 10;
}
.topmenu-section-container .nav-primary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  height: 43px;
  font-weight: 600;
  counter-reset: section;
}
.topmenu-section-container .nav-primary li.level0 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  /* selecting half or more items */
}
.topmenu-section-container .nav-primary li.level0.inverter ul.level0 {
  right: 0px;
  left: -70px;
}
.topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.arrow-level1 {
  left: auto !important;
  right: 12%;
}
.topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level1.parent, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level2.parent, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level3.parent, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level4.parent {
  background: none;
  position: relative;
}
.topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level1.parent::before, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level2.parent::before, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level3.parent::before, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level4.parent::before {
  content: "";
  width: 13px;
  height: 100%;
  background: url(../images/submenu-icon.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 2%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level1.parent ul, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level2.parent ul, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level3.parent ul, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level4.parent ul {
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-97%, 0);
}
.topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level1:hover, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level2:hover, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level3:hover, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level4:hover {
  background-color: #F7F7F7;
}
.topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level1 a, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level2 a, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level3 a, .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level4 a {
  padding: 8px 8px 8px 24px;
}
.topmenu-section-container .nav-primary li.level0:hover:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  bottom: -30px;
  background: transparent;
  content: "";
}
.topmenu-section-container .nav-primary li.level0:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjQ1cHgiIGN5PSIyNXB4IiByPSIzMCUiPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(45px 25px, #000000 10px, rgba(0, 0, 0, 0) 30px);
  background-image: -webkit-radial-gradient(45px 25px, #000000 10px, rgba(0, 0, 0, 0) 30px);
  background-image: radial-gradient(45px 25px, #000000 10px, rgba(0, 0, 0, 0) 30px);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.25;
}
.topmenu-section-container .nav-primary li.level0:last-child:after {
  display: none;
}
.topmenu-section-container .nav-primary li.level0 > a {
  -webkit-font-smoothing: antialiased;
  color: #e97d00;
  font-size: 14px;
  padding: 7px;
}
.topmenu-section-container .nav-primary li.level0 > a:hover {
  text-decoration: none;
}
.topmenu-section-container .nav-primary ul.level0, .topmenu-section-container .nav-primary ul.level1, .topmenu-section-container .nav-primary ul.level2, .topmenu-section-container .nav-primary ul.level3, .topmenu-section-container .nav-primary ul.level4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.3);
  display: none;
  min-width: 200px;
  border: 1px solid #C6C6C6;
  background: #ffffff;
  position: absolute;
  padding: 17px 0;
}
.topmenu-section-container .nav-primary ul.level0 {
  -moz-transform: translate(-34px, 0);
  -ms-transform: translate(-34px, 0);
  -webkit-transform: translate(-34px, 0);
  transform: translate(-34px, 0);
  left: 50%;
  top: calc(100% + 1px);
}
.topmenu-section-container .nav-primary ul.level0 .arrow-level1 {
  position: relative;
  min-width: 20px;
  min-height: 20px;
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  position: absolute !important;
  left: 25px !important;
  width: auto;
  height: auto;
  display: inline-block;
  top: 0;
}
.topmenu-section-container .nav-primary ul.level0 .arrow-level1:after, .topmenu-section-container .nav-primary ul.level0 .arrow-level1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.topmenu-section-container .nav-primary ul.level0 .arrow-level1:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12px;
  border-bottom-color: #C6C6C6;
  margin-left: -2px;
  margin-top: -4px;
}
.topmenu-section-container .nav-primary ul.level0 .arrow-level1::after {
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 12px;
  border-bottom-color: #ffffff;
  margin-left: -2px;
  margin-top: -3px;
  position: absolute;
  top: 0;
  left: 0;
}
.topmenu-section-container .nav-primary ul.level1, .topmenu-section-container .nav-primary ul.level2, .topmenu-section-container .nav-primary ul.level3, .topmenu-section-container .nav-primary ul.level4 {
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: absolute;
  top: 0;
  margin-left: -5px;
}
.topmenu-section-container .nav-primary li.level1, .topmenu-section-container .nav-primary li.level2, .topmenu-section-container .nav-primary li.level3, .topmenu-section-container .nav-primary li.level4 {
  display: block;
  text-align: left;
  position: relative;
}
.topmenu-section-container .nav-primary li.level1:hover, .topmenu-section-container .nav-primary li.level2:hover, .topmenu-section-container .nav-primary li.level3:hover, .topmenu-section-container .nav-primary li.level4:hover {
  background-color: #F7F7F7;
}
.topmenu-section-container .nav-primary li.level1.view-all, .topmenu-section-container .nav-primary li.level2.view-all, .topmenu-section-container .nav-primary li.level3.view-all, .topmenu-section-container .nav-primary li.level4.view-all {
  display: none;
}
.topmenu-section-container .nav-primary li.level1.parent, .topmenu-section-container .nav-primary li.level2.parent, .topmenu-section-container .nav-primary li.level3.parent, .topmenu-section-container .nav-primary li.level4.parent {
  background-image: url(../images/submenu-icon.svg);
  background-repeat: no-repeat;
  background-position: 97% 63%;
}
.topmenu-section-container .nav-primary li.level1 a, .topmenu-section-container .nav-primary li.level2 a, .topmenu-section-container .nav-primary li.level3 a, .topmenu-section-container .nav-primary li.level4 a {
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 14px;
  color: #786e7d;
  padding: 8px 8px 8px 24px;
}
.topmenu-section-container .nav-primary li.level1 a:hover, .topmenu-section-container .nav-primary li.level2 a:hover, .topmenu-section-container .nav-primary li.level3 a:hover, .topmenu-section-container .nav-primary li.level4 a:hover {
  text-decoration: none;
}
.topmenu-section-container .nav-primary li.level2:hover, .topmenu-section-container .nav-primary li.level3:hover, .topmenu-section-container .nav-primary li.level4:hover {
  background-color: #F7F7F7;
}
.topmenu-section-container .nav-primary li.level2.view-all, .topmenu-section-container .nav-primary li.level3.view-all, .topmenu-section-container .nav-primary li.level4.view-all {
  display: none;
}

.topmenu-section.model2-header {
  border: 0;
  padding: 0;
}

.topmenu-section.model2-header .topmenu-section-container {
  padding: 8px 0 0 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary {
  height: auto;
  justify-content: space-between;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary li:first-child a {
  padding-left: 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary li:last-child a {
  padding-right: 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 {
  position: inherit;
  width: auto;
  height: auto;
  padding-bottom: 8px;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 ul.level0::before {
  content: "";
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: -20px;
  left: 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 ul.level0 .subcategory.level0,
.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 ul.level0 .subcategory.level1,
.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 ul.level0 .subcategory.level2,
.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 ul.level0 .subcategory.level3 {
  max-height: 590px;
  overflow: auto;
  z-index: 10;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 ul.level0 .subcategory.level0 {
  direction: rtl;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 ul.level0 .subcategory .scroll-true {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 > a {
  height: 100%;
  font-size: 13px;
  color: #4c4c4c;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0:after {
  display: none;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary .triangle {
  display: none;
  background: url(../images/icon-setinha-hover.svg) no-repeat;
  background-position: bottom;
  min-width: 12px;
  min-height: 12px;
  margin-left: -6px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: 2;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary .submenu-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level0 .submenu-content {
  background: #ffffff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level1 .submenu-content {
  box-shadow: none;
}

.model2-header .topmenu-section-container .nav-primary .level0 .arrow-level0 {
  min-width: 20px;
  min-height: 20px;
  transform: translate(0, -100%);
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  display: inline-block;
  bottom: -20px;
  transform: translate(0, -100%);
  margin-left: -10px;
}

.model2-header .topmenu-section-container .nav-primary .level0 .arrow-level0:after,
.model2-header .topmenu-section-container .nav-primary .level0 .arrow-level0:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.model2-header .topmenu-section-container .nav-primary .level0 .arrow-level0:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12px;
  border-bottom-color: #C6C6C6;
  margin-left: -2px;
  margin-top: -4px;
}

.model2-header .topmenu-section-container .nav-primary .level0 .arrow-level0::after {
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 12px;
  border-bottom-color: #ffffff;
  margin-left: -2px;
  margin-top: -3px;
  position: absolute;
  top: 0;
  left: 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level0,
.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0.inverter ul.level0 {
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  border-top: 0;
  transform: translate(0);
  padding: 0;
  top: calc(100% + 1px);
  left: 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level0,
.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0.inverter ul.level0 {
  box-shadow: none;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary li.level1 {
  position: inherit;
}

.model2-header .topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level1 a {
  padding: 8px 20px 10px 20px;
}

.model2-header .topmenu-section-container .nav-primary li.level1.parent,
.model2-header .topmenu-section-container .nav-primary li.level2.parent,
.model2-header .topmenu-section-container .nav-primary li.level3.parent,
.model2-header .topmenu-section-container .nav-primary li.level4.parent {
  background-image: url(../images/submenu-icon.svg);
  background-repeat: no-repeat;
  background-position: 97% 63%;
  position: inherit;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary .subcategory,
.topmenu-section.model2-header .topmenu-section-container .nav-primary .subcategory {
  width: 300px;
  border-right: 1px solid #d8d8d8;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 20px 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary .subcategory h2.title {
  display: block;
  width: 100%;
  background-color: #ffffff;
  font-size: 15px;
  color: #4c4c4c;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding: 20px 20px 10px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary .subcategory li a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #4c4c4c;
  font-weight: 400;
  text-align: left;
  line-height: initial;
  padding: 8px 20px 10px 20px;
  direction: initial;
}

.topmenu-section.model2-header .topmenu-section-container .category-image {
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
  position: relative;
  top: 0;
  right: 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level1 {
  -webkit-font-smoothing: antialiased;
  height: auto;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
  top: 0;
  margin-left: 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level1 .submenu-content {
  height: 100%;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level1 .submenu-content .subcategory.level1 {
  height: 100%;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level2,
.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level3,
.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level4 {
  display: none;
  -webkit-font-smoothing: antialiased;
  transform: translate(100%, 0px);
  height: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level2 .submenu-content,
.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level3 .submenu-content,
.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level4 .submenu-content {
  height: 100%;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level2 .submenu-content .subcategory.level2,
.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level3 .submenu-content .subcategory.level3,
.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level4 .submenu-content .subcategory.level4 {
  height: 100%;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level0 {
  max-height: 590px;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level0 .submenu-content {
  max-height: 590px;
}

.topmenu-mobile-section {
  position: relative;
  display: none;
  z-index: 5;
}
@media only screen and (max-width: 979px) {
  .topmenu-mobile-section.active {
    display: block;
  }
}
.topmenu-mobile-section ul {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.topmenu-mobile-section ul.level0 {
  z-index: 20;
}
.topmenu-mobile-section ul.level1 {
  z-index: 30;
}
.topmenu-mobile-section ul.level2 {
  z-index: 40;
}
.topmenu-mobile-section ul.invisible > li {
  display: none;
}
.topmenu-mobile-section ul.invisible > li.active {
  display: block;
}
.topmenu-mobile-section li {
  display: block;
}
.topmenu-mobile-section li > a,
.topmenu-mobile-section li > .link {
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 600;
  color: #2e5e28;
  padding: 14px 10px;
  border-bottom: 1px solid #e0dba1;
  background: #fff;
  outline: none;
}
.topmenu-mobile-section li > a:hover,
.topmenu-mobile-section li > a a:hover,
.topmenu-mobile-section li > .link:hover,
.topmenu-mobile-section li > .link a:hover {
  text-decoration: none;
}
.topmenu-mobile-section li.level0 a {
  background: #ffffff;
}
.topmenu-mobile-section li.level1 a, .topmenu-mobile-section li.level1 .link {
  background: #fffdf3;
}
.topmenu-mobile-section li.level2 a {
  background: #f4f2dc;
}
.topmenu-mobile-section li.return a {
  position: relative;
  background: #e0dba1;
  color: #fff;
  padding-left: 30px;
}
.topmenu-mobile-section li.return a .arrow {
  position: relative;
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}
.topmenu-mobile-section li.return a .arrow:after, .topmenu-mobile-section li.return a .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.topmenu-mobile-section li.return a .arrow:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  border-right-color: #fff;
  margin-top: -2px;
  margin-left: -4px;
}

header.model2-header .topmenu-mobile-section p.default a {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px dashed #e7e7e7;
  font-size: 15px;
  color: #242a3c;
  font-weight: 400;
  padding: 10px 15px;
}

@media only screen and (max-width: 979px) {
  header.model2-header .topmenu-mobile-section ul.level1,
  header.header-section .topmenu-mobile-section ul.level1 {
    top: 0px;
  }
}
@media only screen and (max-width: 979px) {
  header.model2-header .topmenu-mobile-section ul.level2,
  header.model2-header .topmenu-mobile-section ul.level3,
  header.model2-header .topmenu-mobile-section ul.level4,
  header.header-section .topmenu-mobile-section ul.level2,
  header.header-section .topmenu-mobile-section ul.level3,
  header.header-section .topmenu-mobile-section ul.level4 {
    top: 0;
  }
}
header.model2-header .topmenu-mobile-section li > a,
header.header-section .topmenu-mobile-section li > a {
  border: 0;
  font-size: 16px;
  color: #242a3c;
  font-weight: 400;
  padding: 15px 15px;
}
header.model2-header .topmenu-mobile-section li > a span,
header.header-section .topmenu-mobile-section li > a span {
  font-size: 16px;
  color: #242a3c;
  font-weight: 400;
}
header.model2-header .topmenu-mobile-section .nav-primary li.parent,
header.header-section .topmenu-mobile-section .nav-primary li.parent {
  background: #ffffff url(../images/submenu-icon.svg) no-repeat;
  background-position: 97% 59%;
  background-size: 18px;
}
header.model2-header .topmenu-mobile-section .nav-primary li.parent a,
header.header-section .topmenu-mobile-section .nav-primary li.parent a {
  background-color: transparent;
}
header.model2-header .topmenu-mobile-section .nav-primary li.parent.active a.level-top,
header.header-section .topmenu-mobile-section .nav-primary li.parent.active a.level-top {
  display: none;
}
header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level0,
header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level0 {
  background-color: #ffffff;
  top: 0;
}
@media only screen and (max-width: 979px) {
  header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level0,
  header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level0 {
    box-shadow: 2px 3px 4px #dbdbdb;
  }
}
header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level1,
header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level2,
header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level3,
header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level4,
header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level1,
header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level2,
header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level3,
header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level4 {
  background-color: #ffffff;
}
@media only screen and (max-width: 979px) {
  header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level1,
  header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level2,
  header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level3,
  header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level4,
  header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level1,
  header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level2,
  header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level3,
  header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level4 {
    box-shadow: 2px 3px 4px #dbdbdb;
  }
}
header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level0 li.return a,
header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level0 li.return a {
  background: #f4f4f4 url(../images/arrow-back.svg) no-repeat;
  background-position: 14px 50%;
  background-size: 10px;
  font-size: 16px;
  color: #242a3c;
  font-weight: 400;
  padding-left: 40px;
}
header.model2-header .topmenu-mobile-section .nav-primary li.parent.active ul.level0 li.return a span,
header.header-section .topmenu-mobile-section .nav-primary li.parent.active ul.level0 li.return a span {
  display: none;
}
header.model2-header .topmenu-mobile-section li.login-mobile,
header.header-section .topmenu-mobile-section li.login-mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #dedede;
  background-color: #f4f4f4;
}
header.model2-header .topmenu-mobile-section li.login-mobile a,
header.header-section .topmenu-mobile-section li.login-mobile a {
  background: #f4f4f4 url(../images/icon-entrar-mobile.svg) no-repeat;
  background-position: 15px 50%;
  background-size: 22px;
  padding-left: 50px;
}
header.model2-header .topmenu-mobile-section li.login-mobile a.user-logout,
header.header-section .topmenu-mobile-section li.login-mobile a.user-logout {
  background: url(../images/icon-logout.svg) no-repeat;
  background-position: 75% center;
  background-size: auto;
  padding-left: 0;
  padding-right: 40px;
}
header.model2-header .topmenu-mobile-section li.central-atendimento,
header.header-section .topmenu-mobile-section li.central-atendimento {
  background-color: #f4f4f4;
}
header.model2-header .topmenu-mobile-section li.central-atendimento a,
header.header-section .topmenu-mobile-section li.central-atendimento a {
  background: #f4f4f4 url(../images/icon-central-atendiment-mobile.svg) no-repeat;
  background-position: 15px 50%;
  background-size: 20px;
  padding-left: 50px;
}
header.model2-header .topmenu-mobile-section .nav-primary li.parent.active a.level-top,
header.header-section .topmenu-mobile-section .nav-primary li.parent.active a.level-top {
  display: block;
}
header.model2-header .topmenu-mobile-section .nav-primary ul.invisible li.active,
header.header-section .topmenu-mobile-section .nav-primary ul.invisible li.active {
  display: none;
}
header.model2-header .topmenu-mobile-section li.invisible,
header.header-section .topmenu-mobile-section li.invisible {
  display: none;
}

.footer-section {
  background: #fff;
  padding: 100px 15px;
}
@media only screen and (max-width: 599px) {
  .footer-section {
    padding: 0 15px;
  }
}

.footer-section-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 770px) {
  .footer-section-container {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 599px) {
  .footer-section-container {
    padding: 40px 0;
  }
}
.footer-section-container .footer-block {
  width: 33.33333%;
  color: #786e7d;
  font-size: 14px;
  line-height: 24px;
}
.footer-section-container .footer-block.menu {
  line-height: 33px;
}
@media only screen and (max-width: 770px) {
  .footer-section-container .footer-block.menu {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .footer-section-container .footer-block.menu {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .footer-section-container .footer-block.logo {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .footer-section-container .footer-block.logo {
    width: 100%;
    margin-top: 40px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .footer-section-container .footer-block.logo p {
    font-size: 12px;
    line-height: 19px;
  }
}
.footer-section-container .footer-block.info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 770px) {
  .footer-section-container .footer-block.info {
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .footer-section-container .footer-block.info {
    margin-top: 40px;
    justify-content: center;
    text-align: center;
  }
}
.footer-section-container .footer-block a {
  color: inherit;
}
.footer-section-container .footer-block a:hover {
  text-decoration: none;
}
.footer-section-container .footer-logo {
  width: 180px;
  margin-bottom: 50px;
}
.footer-section-container .selos {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 770px) {
  .footer-section-container .selos {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .footer-section-container .selos {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #E0E0E0;
  }
}
.footer-section-container .selos h3 {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.footer-section-container .selos img, .footer-section-container .selos p, .footer-section-container .selos a {
  display: inline-block;
  vertical-align: top;
}
.footer-section-container .selos img {
  margin-right: 10px;
  max-height: 75px;
  max-width: 90px;
}
.footer-section-container .payment {
  margin-bottom: 40px;
}
.footer-section-container .payment img {
  width: auto;
}
.footer-section-container .payment h3 {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.footer-section-container .social {
  width: 100%;
}
@media only screen and (max-width: 770px) {
  .footer-section-container .social {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .footer-section-container .social {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
  }
}
.footer-section-container .social h3 {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.footer-section-container .social h3 {
  margin-bottom: 15px;
}
.footer-section-container .social img, .footer-section-container .social p, .footer-section-container .social a {
  display: inline-block;
  vertical-align: top;
}
.footer-section-container .social img {
  width: 32px;
  margin-right: 10px;
}

.whatsapp-widget {
  position: fixed;
  right: 12px;
  bottom: 40px;
  width: 60px;
  z-index: 40;
}
@media only screen and (max-width: 770px) {
  .whatsapp-widget {
    width: 50px;
  }
}

body .gk-modal-opening-btn {
  bottom: 40px;
  z-index: 10;
}

.copyright-section-container {
  text-align: center;
}
.copyright-section-container a {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.highlights-section {
  padding: 45px 15px 22px;
}
@media only screen and (max-width: 599px) {
  .highlights-section {
    padding: 15px 15px 0;
  }
}
.highlights-section .highlights-section-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.highlights-section .highlight-block {
  width: auto;
  text-align: center;
}
.highlights-section .highlight-block img {
  margin: auto;
  height: 25px;
}
@media only screen and (max-width: 770px) {
  .highlights-section .highlight-block {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .highlights-section .highlight-block {
    width: 100%;
  }
}
.highlights-section .highlight-block p:first-child {
  min-height: 30px;
}
.highlights-section .highlight-block p strong {
  display: block;
  color: #796E7C;
  font-size: 14px;
  font-weight: 600;
}
.highlights-section .highlight-block p a {
  display: block;
  color: #786e7d;
  font-size: 12px;
  font-weight: 300;
}
.highlights-section .highlight-block p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  .highlights-section .info {
    display: inline-block;
    vertical-align: middle;
  }
}
.highlights-section .icon {
  display: block;
  min-height: 50px;
}
@media only screen and (max-width: 599px) {
  .highlights-section .icon {
    display: inline-block;
    min-height: 0;
    width: 50px;
    vertical-align: middle;
  }
}
.highlights-section .name {
  display: block;
  color: #796E7C;
  font-size: 14px;
  font-weight: 600;
}
.highlights-section .description {
  display: block;
  color: #786e7d;
  font-size: 12px;
  font-weight: 300;
}
.highlights-section .description a {
  color: #786e7d;
}

@media only screen and (max-width: 770px) {
  .highlights-copy {
    max-width: 300%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 770px) {
  .highlights-copy .highlights-section {
    max-width: 300%;
  }
}
@media only screen and (max-width: 770px) {
  .highlights-copy .highlights-section .highlights-section-container {
    max-width: 300%;
  }
}
@media only screen and (max-width: 770px) {
  .highlights-copy .highlights-section .highlight-block {
    width: auto;
    padding: 30px;
  }
}

.newsletter-section {
  position: relative;
  height: 195px;
  background-image: url("../images/footer-newsletter.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 15px;
}
@media only screen and (max-width: 599px) {
  .newsletter-section {
    height: auto;
    padding: 20px 15px 35px 15px;
  }
}

.newsletter-section-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .newsletter-section-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.newsletter-section-container .title {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 599px) {
  .newsletter-section-container .title {
    width: 100%;
    font-size: 14px;
  }
}
.newsletter-section-container .description {
  color: #FFFFFF;
  font-size: 14px;
  width: 220px;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 599px) {
  .newsletter-section-container .description {
    width: 100%;
    padding: 0;
    margin: 10px 0 30px 0;
  }
}
.newsletter-section-container .form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 590px;
}
@media only screen and (max-width: 1199px) {
  .newsletter-section-container .form {
    width: 450px;
  }
}
@media only screen and (max-width: 979px) {
  .newsletter-section-container .form {
    width: 300px;
  }
}
@media only screen and (max-width: 599px) {
  .newsletter-section-container .form {
    width: 100%;
  }
}
.newsletter-section-container .input-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 68%;
}
@media only screen and (max-width: 979px) {
  .newsletter-section-container .input-box {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .newsletter-section-container .input-box {
    font-size: 12px;
  }
}
.newsletter-section-container .input {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-left: 15px;
  border: 0;
  font-weight: 600;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border-radius: 2px;
  outline: none;
}
@media only screen and (max-width: 599px) {
  .newsletter-section-container .input {
    color: #796E7C;
    -webkit-font-smoothing: antialiased;
  }
}
.newsletter-section-container .validation-advice {
  background: #F44336;
}
.newsletter-section-container .validation-advice,
.newsletter-section-container .message {
  -webkit-font-smoothing: antialiased;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 300;
  font-size: 12px;
  width: 100%;
  padding: 5px 10px;
  position: relative;
  color: #fff;
  bottom: 0;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 979px) {
  .newsletter-section-container .validation-advice,
  .newsletter-section-container .message {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
  }
}
.newsletter-section-container .message {
  display: none;
}
.newsletter-section-container .message.active {
  display: block;
}
.newsletter-section-container .message.error {
  background: #F44336;
}
.newsletter-section-container .message.warning {
  background: #FF9800;
}
.newsletter-section-container .message.success {
  background: #4CAF50;
}
.newsletter-section-container .loading {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
  position: absolute;
  width: 33px;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 599px) {
  .newsletter-section-container .loading {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 4px;
  }
}
.newsletter-section-container .loading.active {
  display: block;
}
.newsletter-section-container .submit {
  -webkit-font-smoothing: antialiased;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  border-color: #81368A;
  color: #796E7C;
  text-align: center;
  width: 29%;
  height: 40px;
  background: #EEEEEE;
  font-weight: 600;
}
.newsletter-section-container .submit.disabled {
  opacity: 0.7;
  cursor: progress;
}
@media only screen and (max-width: 979px) {
  .newsletter-section-container .submit {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .newsletter-section-container .submit {
    margin-top: 20px;
  }
}

.newsletter-accept {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
}
.newsletter-accept label {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: calc(100% - 20px);
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  margin-left: 5px;
}
.newsletter-accept label a {
  color: #ffffff;
  text-decoration: underline;
}

.copyright-section {
  background: #fff;
  padding: 0 15px;
  padding-bottom: 50px;
}

body.dark-theme {
  background-color: #20252a;
}
body.dark-theme .global-messages-section {
  background-color: #20252a;
}
body.dark-theme .header-full {
  border-bottom: 1px solid #434b52;
}
body.dark-theme header.model2-header {
  background-color: #20252a;
}
body.dark-theme header.model2-header .header-section-container {
  padding: 13px 0;
}
body.dark-theme .topmenu-section.model2-header {
  background-color: #282d32;
}
body.dark-theme header.model2-header .header-links-block .icon p,
body.dark-theme .topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 > a {
  color: #b5b5b5;
}
body.dark-theme header.model2-header .header-links-block .icon p:hover,
body.dark-theme .topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 > a:hover {
  color: #ffffff;
}
body.dark-theme .header-speechbar .social-media a.blog {
  background-image: url(../images/darktheme/blog-header.svg);
}
body.dark-theme .header-speechbar .social-media a.instagram {
  background-image: url(../images/darktheme/instagram-header.svg);
}
body.dark-theme .header-speechbar .social-media a.facebook {
  background-image: url(../images/darktheme/facebook-header.svg);
}
body.dark-theme .header-speechbar ul li a,
body.dark-theme .header-speechbar .social-media a.blog {
  color: #b5b5b5;
}
body.dark-theme .header-speechbar ul li a:hover,
body.dark-theme .header-speechbar .social-media a.blog:hover {
  color: #ffffff;
}
body.dark-theme .header-speechbar ul li:hover {
  border-bottom: 1px solid #b5b5b5;
}
body.dark-theme .header-speechbar .default-section-container::before {
  background-color: #282d32;
}
body.dark-theme header.model2-header .header-search {
  border: 1px solid #434b52;
}
body.dark-theme header.model2-header .header-search-input {
  background-color: #20252a;
}
body.dark-theme header.model2-header .header-search-input,
body.dark-theme header.model2-header .header-search-input::placeholder {
  color: #b5b5b5;
}
body.dark-theme header.model2-header .header-search-submit {
  background: url(https://www.monsterd.com.br/skin/frontend/cammino/monsterd/images/icon-search-new.svg) center no-repeat;
  background-size: contain;
}
body.dark-theme body.cms-institutional-page .nav-left ul {
  background-color: #20252a;
}
body.dark-theme header.model2-header .header-links-block .icon p {
  color: #b5b5b5;
}
body.dark-theme header.model2-header .header-links-block .active {
  border: 1px solid #434b52;
  background-color: #20252a;
}
body.dark-theme header.model2-header .header-links-block .active li {
  color: #b5b5b5 !important;
}
body.dark-theme header.model2-header .header-links-block .active li a {
  color: #b5b5b5 !important;
}
body.dark-theme header.model2-header .header-links-block .active li a:hover {
  background-color: unset;
  color: #ffffff !important;
}
body.dark-theme header.model2-header .header-links-block .active .link:hover:not(.submenu-atendimento),
body.dark-theme header.model2-header .header-links-block .active li > a:hover:not(.submenu-atendimento) {
  background-color: unset;
}
body.dark-theme header.model2-header .header-links-block .menu .submenu-atendimento {
  border-bottom: 1px solid #434b52;
}
body.dark-theme header.model2-header .header-links-block .menu .submenu-atendimento .title, body.dark-theme header.model2-header .header-links-block .menu .submenu-atendimento p {
  color: #b5b5b5;
}
body.dark-theme header.model2-header .header-links-block .menu .submenu-atendimento .image-info a {
  color: #b5b5b5;
}
body.dark-theme header.model2-header .header-links-account .account-menu li:not(.arrow) {
  padding: 15px 15px;
}
body.dark-theme.cms-institutional-page .nav-left ul li a {
  color: #b5b5b5 !important;
}
body.dark-theme.cms-institutional-page .nav-left ul li.selected a {
  color: #767676 !important;
}
body.dark-theme header.model2-header .topmenu-mobile-section li > a, body.dark-theme header.header-section .topmenu-mobile-section li > a,
body.dark-theme header.model2-header .topmenu-mobile-section p.default a,
body.dark-theme header.model2-header .topmenu-mobile-section li > a span, body.dark-theme header.header-section .topmenu-mobile-section li > a span {
  background-color: #000000;
  color: #abadae;
}
body.dark-theme header.model2-header .topmenu-mobile-section li.login-mobile, body.dark-theme header.header-section .topmenu-mobile-section li.login-mobile,
body.dark-theme header.model2-header .topmenu-mobile-section li.login-mobile a, body.dark-theme header.header-section .topmenu-mobile-section li.login-mobile a,
body.dark-theme header.model2-header .topmenu-mobile-section li.central-atendimento a, body.dark-theme header.header-section .topmenu-mobile-section li.central-atendimento a {
  background-color: #202020;
  color: #abadae;
}
body.dark-theme header.model2-header .topmenu-mobile-section p.default a {
  border-bottom: 1px solid #abadae;
}
body.dark-theme header.model2-header .topmenu-mobile-section li.login-mobile, body.dark-theme header.header-section .topmenu-mobile-section li.login-mobile {
  border-top: none;
}
body.dark-theme .topmenu-section.model2-header .topmenu-section-container .nav-primary ul.level0 .submenu-content,
body.dark-theme .topmenu-section.model2-header .topmenu-section-container .nav-primary .subcategory h2.title,
body.dark-theme .topmenu-section.model2-header .topmenu-section-container .nav-primary li.level1,
body.dark-theme .topmenu-section.model2-header .topmenu-section-container .nav-primary li.level0 ul.level0 .subcategory.level0,
body.dark-theme .topmenu-section.model2-header .topmenu-section-container .nav-primary .subcategory li a {
  background: #282d32;
  color: #abadae;
}
body.dark-theme header.model2-header .topmenu-mobile-section .nav-primary li.parent a,
body.dark-theme header.header-section .topmenu-mobile-section .nav-primary li.parent a {
  background: #282d32;
  color: #abadae;
}
body.dark-theme header.model2-header .topmenu-mobile-section li > a,
body.dark-theme header.header-section .topmenu-mobile-section li > a,
body.dark-theme header.model2-header .topmenu-mobile-section p.default a,
body.dark-theme header.model2-header .topmenu-mobile-section li > a span,
body.dark-theme header.header-section .topmenu-mobile-section li > a span {
  background: #282d32;
}
body.dark-theme .header-checkout-section {
  background-color: #20252a;
}
body.dark-theme .header-checkout-section .keep-buying p,
body.dark-theme .header-checkout-section .keep-buying a {
  color: #ffffff;
}
body.dark-theme .highlights-section .highlight-block p a,
body.dark-theme .highlights-section .highlight-block p strong {
  color: #ffffff;
}
body.dark-theme .my-account .data-table thead th,
body.dark-theme .my-account .data-table tbody td {
  color: unset;
}
body.dark-theme .customer-ratings > div h2 {
  color: #b5b5b5;
}
body.dark-theme .customer-ratings > div h4 {
  color: #b5b5b5;
}
body.dark-theme .customer-ratings > div > ul .slick-arrow.slick-prev {
  background-image: url("../images/slick-navigation-prev.svg");
}
body.dark-theme .customer-ratings > div > ul .slick-arrow.slick-next {
  background-image: url("../images/slick-navigation-next.svg");
}
body.dark-theme .customer-ratings > div > ul li.slick-slide div h3 {
  color: #b5b5b5;
}
body.dark-theme .customer-ratings > div > ul li.slick-slide p {
  color: #b5b5b5;
}
body.dark-theme .list-category-products-section .products-grid-title-section .title {
  color: #b5b5b5;
}
body.dark-theme .products-grid .item {
  border: 1px solid #20252a;
  background-color: #20252a;
}
body.dark-theme .products-grid .item .product-image {
  border-bottom: 1px solid #20252a;
}
body.dark-theme .products-grid .item .product-name a {
  color: #b5b5b5;
}
body.dark-theme .products-grid .item .price-box .regular-price,
body.dark-theme .products-grid .item .price-box .special-price,
body.dark-theme .products-grid .item .price-box .minimal-price,
body.dark-theme .products-grid .item .price-box .minimal-price-link,
body.dark-theme .products-grid .item .price-box .old-price {
  color: #b5b5b5;
}
body.dark-theme .products-grid .item .installments-box .installments {
  color: #b5b5b5;
}
body.dark-theme .products-grid .item .alternate-price-box .installments,
body.dark-theme .products-grid .item .alternate-price-box .billet,
body.dark-theme .products-grid .item .alternate-price-box .pix {
  color: #b5b5b5;
}
body.dark-theme .products-grid .item:hover .actions .btn-cart,
body.dark-theme .products-grid .item:hover .actions .button {
  background-color: #20252a;
}
body.dark-theme .catalog-category-banner-section.no-image h1 {
  color: #b5b5b5;
}
body.dark-theme .catalog-category-banner-section.category-banner-fixed {
  background-color: #282d32;
}
body.dark-theme .catalog-category-banner-section h1 .category-text,
body.dark-theme .catalog-category-banner-section h1 .category-full-text {
  background-color: #20252a;
  color: #b5b5b5;
}
body.dark-theme .catalog-category-banner-section h1 .category-text .readmore,
body.dark-theme .catalog-category-banner-section h1 .category-full-text .readmore {
  background-color: #20252a;
}
body.dark-theme .swatch-link, body.dark-theme .swatch-label {
  color: #fff;
  background: #282d32;
}
body.dark-theme .toolbar-top .toolbar .customlayered {
  border: 1px solid #434b52;
}
body.dark-theme .toolbar-top .toolbar .customlayered .filters {
  border: 1px solid #434b52;
}
body.dark-theme .toolbar-top .toolbar .customlayered .filters ol li a:hover {
  text-decoration: none;
  color: #ffffff;
}
body.dark-theme .toolbar-top .toolbar .sorter .sort-by {
  border: 1px solid #434b52;
}
body.dark-theme .toolbar-top .toolbar .sorter .sort-by ul.active {
  border: 1px solid #434b52;
}
body.dark-theme .toolbar-top .toolbar .sorter .sort-by ul.active li:hover {
  color: #ffffff;
}
body.dark-theme .toolbar-top .toolbar .sorter .sort-by label,
body.dark-theme .toolbar-top .toolbar .customlayered .label-container label,
body.dark-theme .toolbar-top .toolbar .customlayered .non-selected ul li.name,
body.dark-theme .toolbar-top .toolbar .customlayered .non-selected ul li a,
body.dark-theme .toolbar-top .toolbar .custom-select ul li.link {
  color: #b5b5b5;
}
body.dark-theme .toolbar-top .toolbar .custom-select ul,
body.dark-theme .toolbar-top .toolbar .customlayered.active .filters {
  background-color: #20252a;
}
body.dark-theme .toolbar-top .toolbar .customlayered .filters-container .currently li {
  border: 1px solid #434b52;
  background: #20252a;
}
body.dark-theme .toolbar-top .toolbar .customlayered .filters-container .currently li span,
body.dark-theme .toolbar-top .toolbar .customlayered .filters-container .currently li span {
  color: #b5b5b5;
}
body.dark-theme .toolbar-top .toolbar .customlayered .filters-container .currently li .btn-remove:after,
body.dark-theme .toolbar-top .toolbar .customlayered .filters-container .currently li .btn-remove:hover {
  background-color: #20252a;
}
body.dark-theme .infinity-scroll-container .loading p {
  background-color: #20252a;
  color: #b5b5b5;
}
body.dark-theme .infinity-scroll-no-more-products-section h4 {
  color: #b5b5b5;
}
body.dark-theme .blur-content {
  background-color: #20252a;
}
body.dark-theme.catalog-product-view,
body.dark-theme .product-collateral,
body.dark-theme .product-review-section {
  background-color: #20252a;
}
body.dark-theme.catalog-product-view .breadcrumbs.vertical-theme ul li, body.dark-theme.catalog-product-view .breadcrumbs.vertical-theme ul li strong {
  color: #b5b5b5;
}
body.dark-theme .product-view .product-shop.vertical-theme .product-name .h1,
body.dark-theme .product-view .product-shop.vertical-theme .product-name .product-ref p,
body.dark-theme .product-view .product-shop.vertical-theme .product-name .product-ref .div-ratings a,
body.dark-theme .product-view .product-shop.vertical-theme .short-description,
body.dark-theme .product-view .product-shop.vertical-theme .old-price,
body.dark-theme .product-view .product-shop.vertical-theme .special-price,
body.dark-theme .product-view .product-shop.vertical-theme .regular-price,
body.dark-theme .product-view .product-shop.vertical-theme .price-info .installments,
body.dark-theme .product-view .product-shop.vertical-theme .price-info .billetdiscount {
  color: #b5b5b5;
}
body.dark-theme .product-view .product-shop.vertical-theme .price-info {
  border-color: #333a40;
}
body.dark-theme .product-view .product-shop.vertical-theme .product-name .product-ref p {
  border-color: #333a40;
}
body.dark-theme .product-view .add-to-links li:first-child {
  border-color: #333a40;
}
body.dark-theme .product-view .product-options {
  border-color: #333a40;
}
body.dark-theme .product-view .product-options label, body.dark-theme .product-view .product-options .select-label {
  color: #b5b5b5;
}
body.dark-theme .product-view .product-shop.vertical-theme .add-to-cart .input-text {
  border-color: #434b52;
  background-color: #434b52;
  font-size: 16px;
  color: #b5b5b5;
}
body.dark-theme .product-view .add-to-links li a {
  color: #b5b5b5;
}
body.dark-theme .product-view .product-shop.vertical-theme .block-related {
  border-color: #20252a;
  background-color: #20252a;
  box-shadow: none;
  padding: 0;
}
body.dark-theme .product-view .product-shop.vertical-theme .block-related .block-title h2,
body.dark-theme .block-related .block-subtitle,
body.dark-theme .product-view .product-shop.vertical-theme .block-related .item .product-details .product-name a {
  color: #b5b5b5;
}
body.dark-theme .product-view .product-shop.vertical-theme .shipping-estimate-input {
  border-color: #4e5860;
  background-color: #434b52;
  box-shadow: none;
  color: #b5b5b5;
}
body.dark-theme .product-view .product-shop.vertical-theme .shipping-estimate-input::placeholder {
  color: #b5b5b5;
}
body.dark-theme .shipping-estimate .shipping-estimate-button {
  border-color: #4e5860;
  background-color: #434b52;
  color: #b5b5b5;
}
body.dark-theme .shipping-estimate .shipping-estimate-table th,
body.dark-theme .shipping-estimate .shipping-estimate-table td {
  color: #b5b5b5;
}
body.dark-theme .product-collateral .toggle-tabs li > span {
  color: #b5b5b5;
}
body.dark-theme .product-view .tabs.vertical-theme .toggle-tabs {
  border-color: #333a40;
}
body.dark-theme .product-view .tabs.vertical-theme .toggle-tabs li.current::after {
  border-color: #b5b5b5;
  background-color: #b5b5b5;
}
body.dark-theme.catalog-product-view .collateral-tabs .std div, body.dark-theme.catalog-product-view .collateral-tabs .std p, body.dark-theme.catalog-product-view .collateral-tabs .std span {
  color: #b5b5b5;
}
body.dark-theme #product-attribute-specs-table {
  border-color: #333a40;
}
body.dark-theme #product-attribute-specs-table th {
  border-color: #333a40;
  background-color: #282d32;
  color: #b5b5b5;
}
body.dark-theme .data-table thead th,
body.dark-theme .data-table tbody td {
  border-color: #333a40;
  color: #ffffff;
}
body.dark-theme .customer-account .data-table thead th,
body.dark-theme .customer-account .data-table tbody td {
  border-color: #e3e3e3;
  color: #636363;
}
body.dark-theme .product-view .facebook-product-comments h2 {
  color: #b5b5b5;
}
body.dark-theme .product-view .facebook-product-comments h2 .pluginSkinLight {
  color: #b5b5b5;
}
body.dark-theme .product-view .box-up-sell.vertical-theme h2 {
  color: #ffffff;
}
body.dark-theme .product-review-section {
  border-color: #333a40;
}
body.dark-theme .product-review-section:before {
  background-color: #333a40;
}
body.dark-theme .product-review-section .review-title,
body.dark-theme .ratings .rating-label {
  color: #b5b5b5;
}
body.dark-theme .product-review-section .review-form-container .form-list .input-text,
body.dark-theme .product-review-section .review-form-container .form-list textarea,
body.dark-theme .product-review-section .review-form-container .button {
  border-color: #333a40;
  background-color: #282d32;
  color: #b5b5b5;
}
body.dark-theme .product-review-section .review-list-container .review-be-the-first {
  border-color: #333a40 !important;
  background-color: #282d32;
  box-shadow: none;
}
body.dark-theme .product-review-section .review-list-container .review-be-the-first .text h4,
body.dark-theme .product-review-section .review-list-container .review-be-the-first .text p,
body.dark-theme .product-review-section .review-list-container ul.summary .rating-label {
  color: #b5b5b5;
}
body.dark-theme .product-review-section ul.list li {
  background: none;
  padding: 29px 0;
}
body.dark-theme .product-review-section ul.list li .date,
body.dark-theme .product-review-section ul.list li .title,
body.dark-theme .product-review-section ul.list li .description {
  color: #b5b5b5;
}
body.dark-theme .product-view .product-custom-availability {
  height: 44px;
}
body.dark-theme .product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li .swatch-link {
  background: none;
  border: none;
}
body.dark-theme .product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li .swatch-link .swatch-label {
  color: #1C87C9;
  border: 1px solid #1C87C9;
  background-color: #20252a;
}
body.dark-theme .product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li .swatch-link .swatch-label:hover {
  color: #FFFFFF;
  background-color: #1C87C9;
}
body.dark-theme .product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li.selected .swatch-link .swatch-label {
  background-color: #1C87C9;
  color: #FFFFFF;
  border: 1px solid #1C87C9;
}
body.dark-theme .product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li.not-available .swatch-link .swatch-label {
  background-color: #1b1b1b;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
}
body.dark-theme.checkout-cart-index {
  background-color: #20252a;
}
body.dark-theme .cart .page-title h1,
body.dark-theme .cart-table thead tr th,
body.dark-theme .cart-table .product-cart-info .product-name a,
body.dark-theme .cart-table .product-cart-price .price,
body.dark-theme .cart-table .product-cart-total .price {
  color: #ffffff;
}
body.dark-theme .cart-table thead tr {
  border-color: #333a40;
}
body.dark-theme .cart-table .product-cart-actions .qty,
body.dark-theme .cart-table tfoot tr td .btn-continue,
body.dark-theme #discount-coupon-form .button-wrapper > button,
body.dark-theme .cart .giftcard .button-wrapper > button,
body.dark-theme .shipping .input-box .buttons-set .button,
body.dark-theme .shipping #co-shipping-method-form .buttons-set button.button,
body.dark-theme .cart-table tfoot tr td .btn-continue {
  border-color: #333a40 !important;
  background-color: #282d32;
  box-shadow: none;
  color: #ffffff;
}
body.dark-theme .cart-table tfoot tr td .btn-continue span,
body.dark-theme #discount-coupon-form label, body.dark-theme .cart .giftcard label,
body.dark-theme .shipping .form-list label,
body.dark-theme .shipping .form-list a.know-cep,
body.dark-theme .cart .cart-totals table td,
body.dark-theme .cart .cart-totals table tfoot strong,
body.dark-theme .cart .cart-totals table tr.billetdiscount td:first-child,
body.dark-theme .cart .cart-totals table tr.billetdiscount td:last-child,
body.dark-theme .compra-segura p {
  color: #ffffff !important;
}
body.dark-theme .right-cart-content .right-content {
  border-color: #333a40;
  background-color: #20252a;
  box-shadow: none;
  color: #ffffff;
}
body.dark-theme #discount-coupon-form .input-text,
body.dark-theme .cart .giftcard .input-text,
body.dark-theme .shipping .input-box input {
  border-color: #333a40;
  background-color: #20252a;
  box-shadow: none;
  color: #ffffff;
}
body.dark-theme .shipping,
body.dark-theme .cart-totals-wrapper,
body.dark-theme .cart .cart-totals table tbody {
  border-color: #333a40;
}
body.dark-theme .cross-sell {
  border-color: #333a40;
  background-color: #20252a;
}
body.dark-theme .cart-table .product-cart-remove .btn-remove {
  background-image: url("../images/close-modal.svg");
  background-position: center;
  background-size: 18px;
}
body.dark-theme .checkout-onepage-success .receipt-content .order-message .order-received, body.dark-theme .depositpayment-default-success .receipt-content .order-message .order-received, body.dark-theme .checkout-onepage-success .receipt-content .order-message .order-received, body.dark-theme .pixpayment-default-success .receipt-content .order-message .order-received {
  color: #fff;
}
body.dark-theme .checkout-onepage-success .receipt-content .order-message .message, body.dark-theme .depositpayment-default-success .receipt-content .order-message .message, body.dark-theme .checkout-onepage-success .receipt-content .order-message .message, body.dark-theme .pixpayment-default-success .receipt-content .order-message .message {
  color: #fff;
}
body.dark-theme .checkout-onepage-success .receipt-content .order-infos .receipt-wrapper p, body.dark-theme .depositpayment-default-success .receipt-content .order-infos .receipt-wrapper p, body.dark-theme .checkout-onepage-success .receipt-content .order-infos .receipt-wrapper p, body.dark-theme .pixpayment-default-success .receipt-content .order-infos .receipt-wrapper p {
  color: #fff;
}
body.dark-theme .receipt-content .receipt-box.order-message h1, body.dark-theme .receipt-content .receipt-box.order-message h2, body.dark-theme .receipt-content .receipt-box.order-message .message, body.dark-theme .receipt-content .receipt-box.order-message p, body.dark-theme .receipt-content .receipt-box.order-message .order-number, body.dark-theme .receipt-content .receipt-box.order-message h3, body.dark-theme .receipt-content .receipt-box.order-message .number {
  color: #b5b5b5;
}
body.dark-theme .receipt-content .receipt-box.order-infos h4, body.dark-theme .receipt-content .receipt-box.order-infos p {
  color: #b5b5b5;
}
body.dark-theme .receipt-content .receipt-box.order-infos a {
  color: #fff;
}
body.dark-theme .checkout-onepage-success .receipt-content .order-infos .receipt-wrapper p, body.dark-theme .depositpayment-default-success .receipt-content .order-infos .receipt-wrapper p, body.dark-theme .checkout-onepage-success .receipt-content .order-infos .receipt-wrapper p, body.dark-theme .pixpayment-default-success .receipt-content .order-infos .receipt-wrapper p {
  color: #fff;
}
body.dark-theme .footer-section {
  background-color: #20252a;
}
body.dark-theme .copyright-section {
  background-color: #20252a;
}
body.dark-theme .footer-block.logo {
  color: #b5b5b5;
}
body.dark-theme .footer-section-container .footer-block a {
  color: #b5b5b5;
}
body.dark-theme .footer-section-container .footer-block a:hover {
  color: #ffffff;
}
body.dark-theme .footer-section-container .footer-block {
  color: #b5b5b5;
}
body.dark-theme .highlights-section-checkout .highlights-section-container .highlights-blocks .highlight-block {
  border-color: #333a40;
  background-color: #20252a;
}
body.dark-theme .highlights-section-checkout .highlights-section-container .highlights-title h2,
body.dark-theme .highlights-section-checkout .highlights-section-container .highlights-title p,
body.dark-theme .payments-security .content .payments h2,
body.dark-theme .payments-security .content .certificacoes h2,
body.dark-theme .address-copyright .content .endereco,
body.dark-theme .address-copyright .content .endereco p,
body.dark-theme .highlights-section-checkout .highlights-section-container .highlights-blocks .info .name,
body.dark-theme .highlights-section-checkout .highlights-section-container .highlights-blocks .info .description {
  color: #ffffff;
}
body.dark-theme .payments-security {
  background-color: #20252a;
}

.breadcrumbs-section {
  padding: 10px 15px;
}

.breadcrumbs {
  padding-bottom: 25px;
  overflow: hidden;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.breadcrumbs li strong {
  font-weight: 300;
}

.breadcrumbs a {
  float: left;
  color: #636363;
}

.breadcrumbs a:hover {
  color: #e97d00;
}

.breadcrumbs strong {
  color: #636363;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-category-view .main-section-container,
  .catalogsearch-result-index .main-section-container {
    padding: 0 15px;
  }
}

.catalog-category-view .main-section-container .col-main,
.catalogsearch-result-index .main-section-container .col-main {
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 979px) {
  .catalog-category-view .products-grid {
    padding-top: 37px;
  }
}

.products-grid-title-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.products-grid-title-section .products-grid-title-section-container {
  margin: auto;
}
@media only screen and (max-width: 1300px) {
  .products-grid-title-section .products-grid-title-section-container {
    display: block;
    margin: initial;
  }
}

.products-grid-title-section .title {
  -webkit-font-smoothing: antialiased;
  color: #796E7C;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
}
@media only screen and (max-width: 1300px) {
  .products-grid-title-section .title {
    text-align: center;
    font-size: 24px;
  }
}

.products-grid-title-section .products-grid-carrousel-arrow {
  height: unset;
  position: absolute;
  z-index: 1;
  top: 500px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .products-grid-title-section .products-grid-carrousel-arrow {
    margin: 3px 5px 0 auto;
    top: 0;
    position: unset;
    width: 50px;
  }
}

.products-grid-title-section .slick-arrow {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.products-grid-title-section .slick-arrow.arrow-left {
  background-image: url("../images/slick-navigation-prev.svg");
}

.products-grid-title-section .slick-arrow.arrow-right {
  background-image: url("../images/slick-navigation-next.svg");
  margin-left: unset;
}
@media only screen and (max-width: 770px) {
  .products-grid-title-section .slick-arrow.arrow-right {
    margin-left: 23px;
  }
}

.products-grid.grid-1 .item {
  width: calc( (100% / 1) - ((26px * (1 - 1)) / 1) );
}

.products-grid.grid-2 .item {
  width: calc( (100% / 2) - ((26px * (2 - 1)) / 2) );
}

.products-grid.grid-3 .item {
  width: calc( (100% / 3) - ((26px * (3 - 1)) / 3) );
}

.products-grid.grid-4 .item {
  width: calc( (100% / 4) - ((26px * (4 - 1)) / 4) );
}

.products-grid.grid-5 .item {
  width: calc( (100% / 5) - ((26px * (5 - 1)) / 5) );
}

.products-grid.grid-6 .item {
  width: calc( (100% / 6) - ((26px * (6 - 1)) / 6) );
}

.products-grid.grid-7 .item {
  width: calc( (100% / 7) - ((26px * (7 - 1)) / 7) );
}

.products-grid.grid-8 .item {
  width: calc( (100% / 8) - ((26px * (8 - 1)) / 8) );
}

.products-grid.grid-9 .item {
  width: calc( (100% / 9) - ((26px * (9 - 1)) / 9) );
}

.products-grid.grid-10 .item {
  width: calc( (100% / 10) - ((26px * (10 - 1)) / 10) );
}

.products-grid.grid-11 .item {
  width: calc( (100% / 11) - ((26px * (11 - 1)) / 11) );
}

.products-grid.grid-12 .item {
  width: calc( (100% / 12) - ((26px * (12 - 1)) / 12) );
}

@media only screen and (max-width: 1199px) {
  .products-grid.grid-4 .item {
    width: calc( (100% / 3) - ((26px * (3 - 1)) / 3) );
  }
}

@media only screen and (max-width: 979px) {
  .products-grid.grid-4 .item,
  .products-grid.grid-3 .item {
    width: calc( (100% / 2) - ((26px * (2 - 1)) / 2) );
  }
}

@media only screen and (max-width: 770px) {
  .products-grid.grid-4 .item,
  .products-grid.grid-3 .item,
  .products-grid.grid-2 .item {
    width: calc( (100% / 2) - ((6px * (2 - 1)) / 2) );
  }
}

.products-grid.grid-4 .item .price-box .old-price {
  width: 100%;
  margin: 0;
  padding: 0;
}

.products-grid.grid-4 .item .price-box .old-price::before {
  display: none;
}

@media only screen and (max-width: 599px) {
  .products-grid.grid-mobile-1 .item {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .products-grid.grid-mobile-1 .item .product-image img {
    max-height: 350px;
  }
}

@media only screen and (max-width: 599px) {
  .products-grid.grid-mobile-1 .item .product-name {
    height: fit-content;
  }
}

.products-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-grid.with-carousel {
  display: block;
}
.products-grid.with-carousel:after {
  content: "";
  display: block;
  clear: both;
}
.products-grid.with-carousel .item {
  margin: 0 15px;
}
.products-grid.with-carousel .slick-list {
  max-width: none;
  margin: 0 -15px;
}
.products-grid .item {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  background: #ffffff;
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 770px) {
  .products-grid .item {
    padding-bottom: 30px;
  }
}
.products-grid .item.item-out-of-stock {
  display: none;
}
.products-grid .item.item-out-of-stock.visible {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: inline-block;
}
.products-grid .item.fake, .products-grid .item.fake:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background: transparent;
  border: 0;
}
@media only screen and (max-width: 770px) {
  .products-grid .item.fake, .products-grid .item.fake:hover {
    padding-bottom: 30px;
  }
}

.products-grid .item.hover:hover {
  border: 1px solid #C5C5C5;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 770px) {
  .products-grid .item.hover:hover {
    border: 1px solid #ffffff;
    box-shadow: none;
  }
}

.products-grid .item .actions .btn-cart,
.products-grid .item .actions .button {
  -webkit-font-smoothing: antialiased;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #4A90E2;
  background: #FFFFFF;
  font-size: 16px;
  color: #4A90E2;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  text-decoration: none;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .products-grid .item .actions .btn-cart,
  .products-grid .item .actions .button {
    font-size: 12px;
    height: 35px;
  }
}

.products-grid .item.fake,
.products-grid .item.fake:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 1px;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .products-grid .item.fake,
  .products-grid .item.fake:hover {
    display: none;
  }
}

.products-grid .item .product-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #DFDFDF;
  overflow: -webkit-paged-x;
}

.products-grid .item .product-image img {
  max-width: 100%;
  max-height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.product-image.column-count-4 {
  min-height: 276px;
}
@media only screen and (max-width: 599px) {
  .product-image.column-count-4 {
    min-height: 200px;
  }
}

.product-image.column-count-4 img {
  max-height: 333.891px !important;
}
@media only screen and (max-width: 599px) {
  .product-image.column-count-4 img {
    max-height: 201px !important;
  }
}

.product-image.column-count-3 {
  min-height: 454px;
}
@media only screen and (max-width: 599px) {
  .product-image.column-count-3 {
    min-height: 200px;
  }
}

.product-image.column-count-3 img {
  max-height: 453.594px !important;
}
@media only screen and (max-width: 599px) {
  .product-image.column-count-3 img {
    max-height: 411.594px !important;
  }
}
@media only screen and (max-width: 770px) {
  .product-image.column-count-3 img {
    max-height: 250px !important;
  }
}
@media only screen and (max-width: 1230px) and (min-width: 771px) {
  .product-image.column-count-3 img {
    max-height: 270px !important;
  }
}

.products-grid .slick-slide.item .product-image img:nth-child(2) {
  position: absolute;
}

body.catalog-category-view .products-grid .item .product-image img:nth-child(2) {
  position: relative;
}

.products-grid .item .product-info {
  display: block;
  text-align: center;
  margin-top: 24px;
  padding: 0 10px;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .product-info {
    padding: 0 8px;
    margin-top: 12px;
  }
}

.products-grid .item .product-name {
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  height: 70px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .product-name {
    font-size: 14px;
    height: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .products-grid .item .product-name {
    font-size: 12px;
    line-height: 16px;
    height: 46px;
  }
}

.products-grid .item .product-name a {
  color: #796E7C;
}

.products-grid .item .product-name a:hover {
  text-decoration: none;
}

.products-grid .item .availability.out-of-stock {
  -webkit-font-smoothing: antialiased;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  height: 50px;
  background: #ECECEC;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .availability.out-of-stock {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    bottom: 6px;
    width: calc(100% - (2* 8px));
  }
}

.products-grid .item .availability.out-of-stock span {
  color: #796E7C;
}

.products-grid .item .ratings {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .ratings {
    display: none;
  }
}

.products-grid .item .ratings .rating-box .stars {
  width: 18px;
  height: 17px;
  background-image: url("../images/rating_list.png");
}

.products-grid .item .ratings .rating-box .stars.star-active {
  background-position: 0 16px;
}

.products-grid .item .price-box .bundle-full-price {
  -webkit-font-smoothing: antialiased;
  color: #49964D;
  font-weight: 600;
}
.products-grid .item .price-box .bundle-full-price .price-label {
  display: none;
}
.products-grid .item .price-box .bundle-full-price .full-label {
  display: none;
}

.products-grid .item .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .price-box {
    margin-top: 12px;
  }
}

.products-grid .item .price-box .minimal-price-link,
.products-grid .item .price-box .minimal-price-link .label {
  display: none;
}

.products-grid .item .price-box .minimal-price .price-label {
  display: none;
}

.products-grid .item .price-box .old-price {
  -webkit-font-smoothing: antialiased;
  color: #796E7C;
  font-weight: 300;
  text-decoration: line-through;
  padding-right: 18px;
  margin-right: 16px;
  position: relative;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .price-box .old-price {
    padding-right: 8px;
    margin-right: 8px;
  }
}

.products-grid .item .price-box .old-price::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #796E7C;
  position: absolute;
  top: 5px;
  right: 0;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .price-box .old-price::before {
    height: 15px;
    top: 3px;
  }
}

.products-grid .item .price-box .old-price .price-label,
.products-grid .item .price-box .special-price .price-label {
  display: none;
}

.products-grid .item .price-box .regular-price {
  display: block;
}

.products-grid .item .price-box .regular-price,
.products-grid .item .price-box .special-price,
.products-grid .item .price-box .minimal-price,
.products-grid .item .price-box .minimal-price-link {
  -webkit-font-smoothing: antialiased;
  color: #4A90E2;
  font-weight: 600;
}

.products-grid .item .price-box .regular-price .price,
.products-grid .item .price-box .special-price .price,
.products-grid .item .price-box .minimal-price .price,
.products-grid .item .price-box .minimal-price-link .price,
.products-grid .item .price-box .old-price .price {
  font-size: 20px;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .price-box .regular-price .price,
  .products-grid .item .price-box .special-price .price,
  .products-grid .item .price-box .minimal-price .price,
  .products-grid .item .price-box .minimal-price-link .price,
  .products-grid .item .price-box .old-price .price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .products-grid .item .price-box .regular-price .price,
  .products-grid .item .price-box .special-price .price,
  .products-grid .item .price-box .minimal-price .price,
  .products-grid .item .price-box .minimal-price-link .price,
  .products-grid .item .price-box .old-price .price {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .products-grid .item .price-box .old-price .price {
    font-size: 12px;
  }
}

@media only screen and (max-width: 599px) {
  .products-grid .item .price-box .special-price {
    line-height: 16px;
  }
}

.products-grid .item .alternate-price-box {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .alternate-price-box {
    margin-top: 2px;
  }
}

.products-grid .item .alternate-price-box .installments,
.products-grid .item .alternate-price-box .billet,
.products-grid .item .alternate-price-box .pix {
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #796E7C;
  letter-spacing: 0;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .alternate-price-box .installments,
  .products-grid .item .alternate-price-box .billet,
  .products-grid .item .alternate-price-box .pix {
    font-size: 11px;
  }
}

.products-grid .item .actions {
  display: none;
  width: 100%;
  left: 0;
}

.main-section-container .col-main .category-products .products-grid .item .actions.show {
  display: block;
}

.list-category-products-section .list-category-products-section-container .products-grid .item .actions.show {
  display: block;
}

.products-grid .item:hover .actions.hover {
  display: block;
}

.products-grid .item .actions .add-to-links,
.products-grid .item .actions .out-of-stock {
  display: none;
}

.products-grid .item .discount-box {
  display: inline-block;
  border-radius: 3px;
  border: 0;
  background-color: #767676;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 3.5px 8px;
  opacity: 0.9;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.products-grid .item .discount-box .value,
.products-grid .item .discount-box .label {
  display: inline-block;
}

.products-grid.with-carousel {
  display: block;
}

.products-grid.with-carousel:after {
  content: "";
  display: block;
  clear: both;
}

.products-grid.with-carousel .item {
  margin: 0 15px;
}

.products-grid.with-carousel .slick-list {
  max-width: none;
  margin: 0 -15px;
}

.infinity-scroll-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 80px;
}
.infinity-scroll-container .load-more-button {
  width: 380px;
}
.infinity-scroll-container .load-more-button.disable {
  display: none;
}
.infinity-scroll-container .load-more-button.hide {
  display: none;
}
.infinity-scroll-container button {
  border: 0;
  border-radius: 5px;
  background-color: #767676;
  box-shadow: none;
  width: 320px;
  font-size: 0.9rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  transition: 0.6s;
}
.infinity-scroll-container button.visible {
  display: inline-block;
}
.infinity-scroll-container button.disable, .infinity-scroll-container button.hide, .infinity-scroll-container button.invisible {
  display: none;
}
.infinity-scroll-container button:hover {
  background-color: #5d5d5d;
}
.infinity-scroll-container .loading {
  -webkit-font-smoothing: antialiased;
  display: none;
  width: 100%;
  height: 20px;
  background: url("../images/risco-loading.png") left center;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  margin-bottom: 50px;
}
.infinity-scroll-container .loading p {
  background: #ffffff;
  font-size: 16px;
  color: #796E7C;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  padding: 0 20px;
}
.infinity-scroll-container .loading.active {
  display: flex;
  justify-content: center;
}

.infinity-scroll-no-more-products-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  width: 100%;
}
.infinity-scroll-no-more-products-section h4 {
  font-size: 16px;
  color: #796E7C;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  padding: 0 20px;
  margin-top: 30px;
}

.toolbar-bottom {
  display: none;
}

@media only screen and (max-width: 770px) {
  .catalog-category-view .banner-desktop-container {
    display: none;
  }
}
.catalog-category-view .banner-mobile-container {
  display: none;
}
@media only screen and (max-width: 770px) {
  .catalog-category-view .banner-mobile-container {
    display: block;
  }
}
.catalog-category-view .full-banner-section-container .slick-arrow {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 0.7;
  background: #FFFFFF;
  border: 0;
  text-transform: -999999px;
  width: 50px;
  height: 100px;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 770px) {
  .catalog-category-view .full-banner-section-container .slick-arrow {
    width: 30px;
    height: 60px;
    background-size: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .catalog-category-view .full-banner-section-container .slick-arrow {
    width: 20px;
    height: 30px;
    background-size: 8px;
  }
}
.catalog-category-view .full-banner-section-container .slick-arrow:hover {
  opacity: 0.8;
}
.catalog-category-view .full-banner-section-container .slick-arrow.slick-prev {
  left: 0;
  background-image: url("../images/slick-navigation-prev.svg");
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.catalog-category-view .full-banner-section-container .slick-arrow.slick-next {
  right: 0;
  background-image: url("../images/slick-navigation-next.svg");
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.products-grid .configurable-swatch-list li,
.products-grid .configurable-swatch-list li a {
  outline: none;
}

.products-grid .configurable-swatch-list li a {
  border: 1px solid transparent;
  border-radius: 50%;
}

.products-grid .configurable-swatch-list li.selected a {
  border-color: #ccc;
}

.configurable-swatch-list li a .swatch-label {
  border-radius: 50%;
  overflow: hidden;
}

.products-grid .item .product-image {
  position: relative;
  overflow: hidden;
}

.products-grid .item .product-image img {
  max-height: 100% !important;
}

.products-grid .item .hover-image {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  position: absolute;
}

.item.has-hover:hover .original-image {
  visibility: hidden;
}

.products-grid .item.has-hover:hover .hover-image {
  visibility: visible;
  opacity: 1;
  transform: scale(1.058);
  position: absolute;
  top: 0;
  z-index: 0;
}

.products-grid .item.has-hover:hover .hover-image img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.products-grid-title-section .products-grid-carrousel-arrow {
  top: 200px !important;
}

.products-grid-title-section .slick-arrow {
  position: absolute;
  background-size: 25px 45px;
  width: 25px;
  height: 45px;
}
@media only screen and (max-width: 1300px) {
  .products-grid-title-section .slick-arrow {
    position: unset;
    width: 10px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 10px 15px;
  }
}

.products-grid-title-section .slick-arrow.arrow-left {
  left: -30px;
}
@media only screen and (max-width: 1300px) {
  .products-grid-title-section .slick-arrow.arrow-left {
    left: unset;
  }
}

.products-grid-title-section .slick-arrow.arrow-right {
  right: -30px;
}
@media only screen and (max-width: 1300px) {
  .products-grid-title-section .slick-arrow.arrow-right {
    right: unset;
    margin-left: 23px;
  }
}

@media only screen and (min-width: 1200px) {
  .catalog-category-banner-section.no-image.category-banner-fixed h1 {
    max-width: 52%;
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .catalog-category-banner-section.no-image.category-banner-fixed h1 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 900px) {
  .catalog-category-banner-section.no-image.category-banner-fixed {
    display: none;
  }
}

.block-related .mini-products-list.vertical-theme .item .product-image {
  display: inline-block;
  width: 100px;
  height: 150px;
}

.block-related .mini-products-list.vertical-theme .item .product-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.cart-table .product-cart-image.vertical-theme a {
  height: 180px;
}

.cart-table .product-cart-image.vertical-theme a img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.product-view .product-essential {
  margin: 0 auto 100px auto;
  width: 1199px;
}
@media only screen and (max-width: 1199px) {
  .product-view .product-essential {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .product-essential {
    margin-bottom: 50px;
  }
}
.product-view #product_addtocart_form:after {
  content: "";
  display: block;
  clear: both;
}
.product-view .product-img-box {
  position: relative;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 979px) {
  .product-view .product-img-box {
    width: 100%;
  }
}
.product-view .product-img-box .product-name {
  display: none;
}
.product-view .product-img-box .product-image {
  margin-top: 50px;
}
@media only screen and (max-width: 599px) {
  .product-view .product-img-box .product-image {
    margin-top: 10px;
  }
}
.product-view .product-img-box .product-image img {
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  .product-view .product-img-box .product-image img {
    margin: 0 auto;
  }
}
.product-view .product-img-box .discount-box {
  display: inline-block;
  border-radius: 3px;
  border: 0;
  background-color: #767676;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: auto;
  left: 10px;
  z-index: 5;
  opacity: 0.9;
  padding: 3.5px 8px;
}
.product-view .product-img-box .discount-box .value {
  display: inline-block;
}
.product-view .product-img-box .discount-box .label {
  display: inline-block;
}
.product-view .product-img-box .discount-box .sinal {
  font-size: 12px;
}
@media only screen and (max-width: 599px) {
  .product-view .product-img-box .more-views {
    display: none;
  }
}
.product-view .product-img-box .more-views h2 {
  display: block;
  margin: 20px 0;
}
.product-view .product-shop {
  float: right;
  width: 590px;
  max-width: 50%;
  padding-left: 15px;
}
@media only screen and (max-width: 979px) {
  .product-view .product-shop {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop {
    margin-top: 10px;
  }
}
.product-view .product-shop .product-name .h1 {
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #786e7d;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop .product-name .h1 {
    font-size: 22px;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
  }
}
.product-view .product-shop .short-description {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 600;
  color: #786e7d;
  margin: 24px 0 35px 0;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop .short-description {
    font-weight: 300;
  }
}
.product-view .product-shop .price-info {
  display: block;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid #e6e6e6;
  -webkit-font-smoothing: antialiased;
}
.product-view .product-shop .price-info.loading-installments, .product-view .product-shop .price-info.loading-billet {
  position: relative;
}
.product-view .product-shop .price-info.loading-installments:after, .product-view .product-shop .price-info.loading-billet:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 70px;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.7;
}
.product-view .product-shop .price-info .installments {
  margin-top: 12px;
}
.product-view .product-shop .price-info .installments, .product-view .product-shop .price-info .billetdiscount {
  display: block;
  font-weight: 300;
  color: #786e7d;
  margin-bottom: 7px;
}
.product-view .product-shop .special-price, .product-view .product-shop .regular-price {
  color: #796E7C;
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop .special-price, .product-view .product-shop .regular-price {
    font-size: 22px;
  }
}
.product-view .product-shop .special-price .price-label, .product-view .product-shop .regular-price .price-label {
  display: none;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop .special-price .price {
    font-size: 22px;
    color: #796E7C;
  }
}
.product-view .product-shop .bundle-full-price {
  display: none;
  font-size: 20px;
  color: #796E7C;
}
.product-view .product-shop .bundle-full-price .price-label {
  display: none;
}
.product-view .product-shop .bundle-selected-price {
  font-size: 20px;
  color: #796E7C;
}
.product-view .product-shop .bundle-selected-price .price-label {
  display: none;
}
.product-view .product-shop .bundle-selected-price .price {
  font-size: 36px;
  font-weight: 600;
}
.product-view .product-shop .bundle-selected-price .full-label {
  display: block;
}
.product-view .product-shop .bundle-selected-price .bundle-installments {
  margin-top: 12px;
}
.product-view .product-shop .bundle-selected-price .bundle-installments, .product-view .product-shop .bundle-selected-price .bundle-billetdiscount {
  display: block;
  font-weight: 300;
  color: #786e7d;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.5;
}
.product-view .product-shop .bundle-selected-price.loading-installments {
  position: relative;
}
.product-view .product-shop .bundle-selected-price.loading-installments:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 70px;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.7;
}
.product-view .product-shop .bundle-items {
  border-radius: 4px;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 10px;
  position: relative;
}
.product-view .product-shop .bundle-items h2 {
  display: block;
  font-weight: 600;
}
.product-view .product-shop .bundle-items .price-box {
  display: inline;
}
.product-view .product-shop .bundle-items .price-box .old-price {
  display: inline;
}
.product-view .product-shop .bundle-items .price-box .old-price .price {
  font-size: 15px;
}
.product-view .product-shop .bundle-items .price-box .regular-price {
  display: inline;
}
.product-view .product-shop .bundle-items .price-box .regular-price .price {
  font-size: 15px;
}
.product-view .product-shop .bundle-items .price-box .special-price {
  display: inline;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #DFDFDF;
}
.product-view .product-shop .bundle-items .price-box .special-price .price {
  font-size: 15px;
}
.product-view .product-shop .bundle-items img {
  width: 20%;
  margin-right: 8px;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop .bundle-items img {
    display: none;
  }
}
.product-view .product-shop .bundle-items .swatch-link .active {
  border-color: #3e8c00;
  box-shadow: none;
}
.product-view .product-shop .bundle-items.options {
  margin-top: -7px;
  border-top: 0;
  margin-bottom: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product-view .product-shop .bundle-items.has-options {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-view .product-shop .bundle-go-to-item {
  text-decoration: underline;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #796E7C;
}
.product-view .product-shop .old-price {
  font-weight: 300;
  font-size: 20px;
  color: #786e7d;
  text-decoration: line-through;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop .old-price {
    font-size: 14px;
  }
}
.product-view .product-shop .old-price .price-label {
  display: none;
}
.product-view .or, .product-view .sharing-links {
  display: none;
}
.product-view .add-to-links {
  display: block;
}
.product-view .add-to-links li:first-child {
  display: block;
  border-top: 1px dashed #dbdbdb;
  border-bottom: 1px dashed #dbdbdb;
  padding: 15px 10px;
  margin: 30px 0;
}
.product-view .add-to-links li:first-child a {
  background-image: url("../images/wishlist.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  color: #767676;
  line-height: 30px;
  padding: 0 0 0 35px;
}
.product-view .add-to-links li:last-child {
  display: none;
}
.product-view .add-to-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 30px 0 45px 0;
  margin-bottom: 55px;
}
@media only screen and (max-width: 599px) {
  .product-view .add-to-cart {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .add-to-cart .qty-wrapper {
    display: none;
  }
}
.product-view .add-to-cart .qty-wrapper label {
  font-weight: 300;
  font-size: 14px;
  color: #786e7d;
}
.product-view .add-to-cart .input-text {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: linear-gradient(-180deg, #eeeeee 0%, #ffffff 49%);
  border: 1px solid #C2C2C2;
  width: 71px;
  height: 52px;
  text-align: center;
  color: #786e7d;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  margin: 0 15px;
}
@media only screen and (max-width: 599px) {
  .product-view .add-to-cart .add-to-cart-buttons {
    width: 100%;
  }
}
.product-view .add-to-cart .btn-cart {
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  background: #3e8c00;
  border: 0;
  width: 174px;
  height: 52px;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .product-view .add-to-cart .btn-cart {
    width: 100%;
  }
}
.product-view .safe-buy {
  margin-left: 20px;
}
@media only screen and (max-width: 599px) {
  .product-view .safe-buy {
    position: absolute;
    right: 15px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .safe-buy img {
    display: none;
  }
}
.product-view .safe-buy .responsive {
  display: none;
}
@media only screen and (max-width: 599px) {
  .product-view .safe-buy .responsive {
    display: block;
  }
}

.product-shop .bundle-items img {
  width: 100%;
}
@media only screen and (max-width: 670px) {
  .product-shop .bundle-items img {
    width: auto;
  }
}

.product-shop .bundle-items .bundle-item-info {
  width: 70%;
  margin-left: 0px;
}

.product-shop .bundle-items {
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 8px;
  border: 1px solid #DFDFDF;
  margin-bottom: 7px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
}
@media only screen and (max-width: 400px) {
  .product-shop .bundle-items {
    align-content: flex-start;
  }
}

.bundle-fake-checkbox {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.bundle-fake-checkbox.selected {
  background-color: #3e8c00;
}

.bundle-fake-checkmark {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.product-shop .bundle-items.selected {
  border: 2px solid #3e8c00;
}

.product-shop .bundle-items ul {
  display: inline-block;
  width: 90%;
}
@media only screen and (max-width: 400px) {
  .product-shop .bundle-items ul {
    margin-top: 25px;
  }
}

.product-shop .bundle-items ul li {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  margin-top: 5px;
}

.product-shop .bundle-items ul li a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 5px;
  padding: 5px 5px;
}
@media only screen and (max-width: 770px) {
  .product-shop .bundle-items ul li a {
    flex-wrap: nowrap;
  }
}

.measurements-table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  transition: 0.3s;
  display: flex;
  padding: 20px 0;
}
@media only screen and (max-width: 1199px) {
  .measurements-table {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .measurements-table {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .measurements-table {
    width: 170px;
    margin-top: 20px;
  }
}

.measurements-table:hover {
  opacity: 0.8;
  text-decoration: none;
}

.measurements-table img {
  width: 26px;
  margin-right: 5px;
  transform: rotate(45deg);
}

.measurements-table p {
  width: 66px;
  font-size: 13px;
  line-height: 15px;
  color: #9c9c9c;
}
@media only screen and (max-width: 599px) {
  .measurements-table p {
    width: auto;
  }
}

.measurements-table-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.measurements-table-modal.active {
  display: block;
}

.measurements-table-modal .modal-content {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  width: 95vw;
  left: 50%;
  top: 50%;
  max-width: 900px;
  height: 80%;
}

.measurements-table-modal .modal-content .main-image {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.measurements-table-modal .modal-close {
  position: absolute;
  right: 0;
  top: -48px;
  border-radius: 4px;
  padding: 6px;
  background: #fff;
}

.measurements-table-modal .modal-close img {
  width: 24px;
}
.measurements-table-modal .modal-close img .availability.in-stock {
  display: none;
}
.measurements-table-modal .modal-close img .shipping-estimate .shipping-estimate-label {
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 12px;
  color: #786e7d;
  margin-right: 15px;
}

.product-image-gallery {
  position: relative;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}
.product-image-gallery .gallery-image {
  display: none;
}
@media only screen and (max-width: 599px) {
  .product-image-gallery .gallery-image {
    display: block;
    width: auto;
  }
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
@media only screen and (max-width: 599px) {
  .product-image-gallery .slick-dots {
    text-align: center;
  }
  .product-image-gallery .slick-dots li {
    text-indent: -9999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D8D8D8;
    margin-right: 10px;
    margin-top: 10px;
  }
  .product-image-gallery .slick-dots li.slick-active {
    background: #796E7C;
  }
}

.product-image-thumbs li {
  display: inline-block;
}

.product-collateral {
  clear: both;
  border-bottom: 2px dashed #cbe2de;
}
@media only screen and (max-width: 1199px) {
  .product-collateral {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 599px) {
  .product-collateral {
    padding: 0;
    border-bottom: 0;
  }
}
.product-collateral .collateral-tabs dd h2 {
  display: none;
}
.product-collateral .collateral-tabs dd .std {
  font-size: 14px;
}
@media only screen and (max-width: 599px) {
  .product-collateral .collateral-tabs dl {
    padding: 12px 15px;
  }
}
.product-collateral .collateral-tabs dl span {
  font-weight: 600;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    padding-left: calc((100% - 1199px) / 2);
    padding-right: calc((100% - 1199px) / 2);
    border-bottom: 2px dashed #cbe2de;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-bottom: 4px solid transparent;
    margin-bottom: -3px;
    margin-right: 70px;
    padding-right: 10px;
    padding-bottom: 25px;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #786e7d;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-color: #3e8c00;
  }
  .product-collateral .toggle-tabs:after {
    content: "";
    display: block;
    clear: both;
  }
  .product-collateral > dl {
    width: 1199px;
    margin: 0 auto;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 60px 0 100px 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 12px 15px 7px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    border-left: 0;
    border-right: 0;
    display: block;
  }
  .product-collateral > dl > dt:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    background-image: url(../images/accordion-arrow.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 14px;
    position: absolute;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -13px;
  }
  .product-collateral > dl > dt:hover {
    background-color: #F4F4F4-hover;
  }
  .product-collateral > dl > dt span {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
  }
  .product-collateral > dl > dd {
    padding: 15px;
    margin: 0;
    border-style: none;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
    text-transform: none;
  }
  .product-collateral > dl > dt:after {
    content: "";
    background-image: url(../images/accordion-arrow.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 14px;
    position: absolute;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -13px;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    content: "";
    background-image: url(../images/accordion-arrow.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 14px;
    position: absolute;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -7px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #EDEDED;
}
#product-attribute-specs-table th {
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

.product-options {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  clear: both;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .product-options .product-view .product-options .required {
    position: static;
  }
}
.product-options .validation-advice {
  display: block;
  border-radius: 5px;
  border-left: none;
  background-color: #FAEBE8;
  font-size: 14px;
  color: #E5465A;
  padding: 10px 15px;
  margin-bottom: 8px;
}
.product-options dt label {
  font-size: 16px;
  margin-bottom: 6px;
}
.product-options dd .input-box {
  width: 100%;
}
.product-options dd .input-box textarea, .product-options dd .input-box select {
  border-color: #cdcdcd;
  border-radius: 2px;
  border: 1px solid #C1C1C1;
  box-shadow: 0 2px 2px 0px #ddd inset;
  background: #FFFFFF;
  font-size: 14px;
  color: #777777;
  padding: 10px;
  width: 100%;
  max-width: 450px;
}
.product-options dd .input-box textarea {
  height: 8em;
}
.product-options dd .input-box select {
  height: 38px;
}
.product-options dd .input-box select.multiselect {
  height: auto;
}
.product-options dd .input-box select option {
  padding: 6px;
}
.product-options dd .input-box .product-custom-option.datetime-picker {
  font-size: 14px;
  padding: 4px;
}
.product-options dd .input-box .label label {
  font-size: 14px;
  padding: 5px 8px;
}
.product-options dd .input-box .input-text {
  height: 38px;
  border-radius: 2px;
  border: 1px solid #C1C1C1;
  box-shadow: 0 2px 2px 0px #ddd inset;
  background: #FFFFFF;
  font-size: 14px;
  color: #777777;
  padding: 10px;
  width: 100%;
  max-width: 450px;
}

.external-validations.validation-advice {
  display: block;
  border-radius: 5px;
  border-left: none;
  background-color: #FAEBE8;
  font-size: 14px;
  color: #E5465A;
  padding: 10px 15px;
  margin-bottom: 8px;
}
.external-validations.validation-advice p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}
.external-validations.validation-advice dt {
  margin: 10px 0 3px;
  font-weight: normal;
}
.external-validations.validation-advice dt:first-child {
  margin-top: 0;
}
.external-validations.validation-advice dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #888 -light;
}
.external-validations.validation-advice dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}
.external-validations.validation-advice dd .qty-holder .qty {
  width: 3em;
}
.external-validations.validation-advice dd .qty-holder label {
  vertical-align: middle;
}
.external-validations.validation-advice dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}
.external-validations.validation-advice dd .input-text {
  width: 98%;
}
.external-validations.validation-advice dd .input-box {
  padding-top: 0;
}
.external-validations.validation-advice dd input.datetime-picker {
  width: 150px;
}
.external-validations.validation-advice dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}
.external-validations.validation-advice dd textarea {
  width: 98%;
  height: 8em;
}
.external-validations.validation-advice dd select {
  max-width: 100%;
}
.external-validations.validation-advice dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.external-validations.validation-advice ul.options-list {
  margin-right: 5px;
}
.external-validations.validation-advice ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}
.external-validations.validation-advice ul.options-list li:last-child {
  margin-bottom: 0;
}
.external-validations.validation-advice ul.options-list .radio, .external-validations.validation-advice ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}
.external-validations.validation-advice ul.options-list .label {
  display: block;
}
.external-validations.validation-advice ul.options-list label {
  font-weight: normal;
}
.external-validations.validation-advice p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom:after {
  content: "";
  display: block;
  clear: both;
}
.product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 10px/2;
    margin-bottom: 10px;
    border-bottom: 1px solid #888;
  }
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
  color: #636363;
}
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .product-options-bottom .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}

.product-options-bottom .price-tax {
  float: left;
}

.block-related {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #FFF;
  border: 1px solid #DDD;
  padding: 15px;
  background-color: #FFF;
}
.block-related .block-title h2 {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  color: #786e7d;
  font-size: 22px;
  text-transform: inherit;
}
@media only screen and (max-width: 599px) {
  .block-related .block-title h2 {
    font-size: 14px;
  }
}
.block-related .block-subtitle {
  font-weight: 300;
  color: #796E7C;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 599px) {
  .block-related .block-subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}
.block-related .block-subtitle a {
  display: none;
}
.block-related .item {
  display: block;
  margin-bottom: 15px;
}
.block-related .item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .block-related .item .product-details {
    max-width: 52%;
  }
}
.block-related .item .related-checkbox {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 599px) {
  .block-related .item .related-checkbox {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    margin-top: 30px;
    margin-left: 5px;
  }
}
.block-related .item .product {
  display: inline-block;
  vertical-align: middle;
}
.block-related .item .product-image {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.block-related .item .product-details {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 599px) {
  .block-related .item .product-details .price-box p .price {
    font-size: 12px;
  }
}
.block-related .item .product-details .product-name a {
  font-weight: 600;
  font-size: 12px;
  color: #796E7C;
  letter-spacing: 0;
}
.block-related .item .product-details .price-box .regular-price, .block-related .item .product-details .price-box .old-price, .block-related .item .product-details .price-box .special-price {
  font-weight: 600;
  margin-top: 5px;
  font-size: 14px;
  margin-top: 0;
  display: inline-block;
}
.block-related .item .product-details .price-box .old-price {
  font-weight: 300;
}
@media only screen and (font-weight: 599px) {
  .block-related .item .product-details .price-box .old-price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 599px) {
  .block-related .mini-products-list .product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.block-related .link-wishlist {
  display: none;
}

.box-up-sell {
  width: 1199px;
  margin: 115px auto 76px auto;
}
@media only screen and (max-width: 599px) {
  .box-up-sell {
    margin: 50px auto;
    position: relative;
  }
}
.box-up-sell h2 {
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #796E7C;
  font-size: 52px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 599px) {
  .box-up-sell h2 {
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .box-up-sell .products-grid {
    width: calc(100% - (2 * 14px));
    margin: 0 auto;
    border: 1px solid #DDDDDD;
  }
}
.box-up-sell .slick-navigation {
  display: inline-flex;
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 5;
}
.box-up-sell .slick-navigation .prev {
  display: none;
}
@media only screen and (max-width: 599px) {
  .box-up-sell .slick-navigation .prev {
    background-image: url("../images/slick-navigation-prev.svg");
    background-repeat: no-repeat;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
}
.box-up-sell .slick-navigation .next {
  display: none;
}
@media only screen and (max-width: 599px) {
  .box-up-sell .slick-navigation .next {
    background-image: url("../images/slick-navigation-next.svg");
    background-repeat: no-repeat;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
  }
}

.box-tags {
  display: none;
}

.create-an-account {
  padding: 10px;
  font-size: 15px;
}

.product-view .product-custom-availability {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  margin-top: 15px;
}

.product-view .product-custom-availability .availability.out-of-stock span.value {
  display: none;
}

.product-view .product-custom-availability .availability.out-of-stock:after {
  display: inline-block;
  content: "Produto fora de estoque";
  border-radius: 6px;
  border: 1px solid #767676;
  background: transparent;
  color: #767676;
  text-transform: uppercase;
  padding: 12px 20px;
}

.product-view .link-stock-alert {
  display: inline-block;
  margin-top: 10px;
  transition: 0.6s;
}

.product-view .link-stock-alert a {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #767676;
  background-color: transparent;
  color: #767676;
  padding: 12px 15px;
  transition: 0.6s;
}
.product-view .link-stock-alert a:hover {
  background-color: #767676;
  color: #ffffff;
  text-decoration: none;
}

.product-collateral .collateral-tabs dt.description,
.product-collateral .collateral-tabs dt.current.description {
  border-top: 0;
  padding-top: 0;
}
.product-collateral .collateral-tabs dt.description::after,
.product-collateral .collateral-tabs dt.current.description::after {
  display: none;
}

@media only screen and (max-width: 770px) {
  .product-collateral .collateral-tabs dd.description {
    display: block;
    margin-bottom: 30px;
  }
}

.product-collateral {
  border-bottom: 2px dashed #ccc;
}
.product-collateral .toggle-tabs {
  border-color: #ccc;
}
.product-collateral .collateral-tabs .short-full-description .readmore {
  display: none;
}
@media only screen and (max-width: 770px) {
  .product-collateral .collateral-tabs .short-full-description {
    overflow: hidden;
    height: 100px;
    position: relative;
  }
  .product-collateral .collateral-tabs .short-full-description.read {
    overflow: auto;
    height: inherit;
  }
  .product-collateral .collateral-tabs .short-full-description.read .readmore {
    display: none;
  }
  .product-collateral .collateral-tabs .short-full-description.read::after {
    display: none;
  }
  .product-collateral .collateral-tabs .short-full-description::after {
    display: inline-block;
    content: " ";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 40%);
  }
  .product-collateral .collateral-tabs .short-full-description .readmore {
    display: block;
    background-image: url("../images/description-arrow.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
    font-size: 15px;
    color: #432c1b;
    text-decoration: underline;
    -webkit-font-smoothing: antialiased;
    padding-left: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}

@media only screen and (max-width: 599px) {
  .product-view .slick-dots ~ .gallery-image {
    display: none;
  }
}
.product-view .mobile-youtube-video {
  display: none;
}
@media only screen and (max-width: 979px) {
  .product-view .mobile-youtube-video {
    display: block;
  }
}

.product-view .more-views .youtube-video a {
  display: flex !important;
  align-items: center;
  max-width: 100px;
  max-height: 75px;
  position: relative;
  overflow: hidden;
}
.product-view .more-views .youtube-video a::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("../images/youtube-play-button.svg");
  background-size: 48px;
  background-position: center;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  z-index: 1;
}

.product-view .more-views .youtube-video img {
  display: inline-block;
  width: auto !important;
  height: 100%;
  max-width: none;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}

.product-view .youtube-modal {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 770px) {
  .product-view .youtube-modal {
    z-index: 9999;
  }
}

.product-view .youtube-modal .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product-view .youtube-modal .modal-content .player {
  display: inherit;
  width: auto;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 770px) {
  .product-view .youtube-modal .modal-content .player {
    width: 95%;
  }
}

.product-view .youtube-modal .modal-content .player a.close-modal {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-image: url("../images/cross-remove-sign.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #4a4a4a;
  position: absolute;
  top: -15px;
  right: -15px;
}
@media only screen and (max-width: 770px) {
  .product-view .youtube-modal .modal-content .player a.close-modal {
    top: -40px;
    right: 0;
  }
}

.product-view .product-collateral > dl > dd.current {
  padding-bottom: 0;
}

.product-view .product-collateral > dl > dd.description ~ h2 {
  display: none;
}

.product-view #product-attribute-specs-table {
  display: inline-block;
  margin-top: 30px;
}

.product-view #product-attribute-specs-table tr.last {
  display: none;
}

.product-view .minimal-price {
  display: none;
}
.product-view .product-image-mobile .zoom-in, .product-view .product-image-mobile .zoom-out, .product-view .product-image-mobile .img-mobile-zoom {
  display: none;
}
.product-view .product-image .zoom-in {
  display: none;
  top: 12px;
  right: 0;
  position: absolute;
  width: auto;
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: 6px;
  font-weight: bold;
  margin: 0px 15px;
  padding: 10px 10px 10px 35px;
  border: 1px solid #ccc;
  background-color: white;
}
@media only screen and (max-width: 599px) {
  .product-view .product-image .zoom-in {
    display: block;
  }
}
.product-view .product-image .zoom-out {
  display: none;
  width: 25px !important;
  height: 25px;
  background-color: #e2e2e2;
  background-image: url("../images/close-modal.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: right;
  padding: 15px;
  margin: 0;
  position: absolute;
  top: -24px;
  right: 0;
  z-index: 15;
}
.product-view .product-image .img-mobile-zoom {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  font-size: 10px;
  line-height: 29px;
  height: 400px;
  border: 1px solid #ccc;
}
.product-view .product-image .img-mobile-zoom p {
  text-align: center;
  font-size: 20px;
}

.bundle-option-configurable-attr {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #DFDFDF;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  margin: 5px;
  -webkit-font-smoothing: antialiased;
}
.bundle-option-configurable-attr .active {
  background: red;
}

.bundle-option-configurable-label {
  font-size: 16px;
  color: #796E7C;
  font-weight: 600;
  display: block;
  flex-wrap: wrap;
  flex-basis: 100%;
}

.bundle-swatch-indisponivel {
  color: red;
  margin: 8px;
  font-weight: 600;
  display: none;
}

.product-view .box-up-sell.vertical-theme {
  position: relative;
}
.product-view .box-up-sell.vertical-theme .slick-navigation {
  display: inline-flex;
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 5;
}
.product-view .box-up-sell.vertical-theme .slick-navigation .prev {
  background-image: url("../images/slick-navigation-prev.svg");
  background-repeat: no-repeat;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.product-view .box-up-sell.vertical-theme .slick-navigation .next {
  background-image: url("../images/slick-navigation-next.svg");
  background-repeat: no-repeat;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 10px;
}
.product-view .box-up-sell.vertical-theme .products-grid.grid-4 .item {
  height: 610px;
  margin: 0 5px;
}
@media only screen and (max-width: 770px) {
  .product-view .box-up-sell.vertical-theme .products-grid.grid-4 .item {
    height: auto;
  }
}
.product-view .box-up-sell.vertical-theme .products-grid .item .product-image {
  height: 290px;
  max-height: 290px;
}
.product-view .box-up-sell.vertical-theme .products-grid .item .product-image img {
  max-width: 100%;
  height: auto;
}

.grouped-items-table-wrapper {
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table td {
  padding: 10px !important;
}
.grouped-items-table .name {
  width: 60%;
}
.grouped-items-table .prices {
  width: 30%;
}
.grouped-items-table .grouped-qty {
  width: 50px;
  height: 40px;
  background-image: none;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #796e7c;
  margin: 0;
  webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: linear-gradient(-180deg, #eeeeee 0%, #ffffff 49%);
  border: 1px solid #C2C2C2;
  text-align: center;
  color: #786e7d;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  margin: 0 15px;
}
.grouped-items-table .old-price {
  font-size: 12px !important;
}
.grouped-items-table .special-price {
  font-size: 15px !important;
}
.grouped-items-table .regular-price {
  font-size: 15px !important;
}

.leia-mais {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.loyalty-product-view {
  margin-bottom: 0px;
  margin-top: 32px;
}
.loyalty-product-view .points {
  font-weight: 800;
}

.shipping-estimate-table td {
  max-width: 385px;
}
@media only screen and (max-width: 599px) {
  .shipping-estimate-table td {
    max-width: 260px;
  }
}

.alert-stock.link-stock-alert.in-stock {
  display: none;
}

.product-view .product-shop.vertical-theme {
  width: 480px;
  max-width: 480px;
  padding-left: 0;
}
@media only screen and (max-width: 979px) {
  .product-view .product-shop.vertical-theme {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop.vertical-theme {
    margin-top: 10px;
  }
}
.product-view .product-shop.vertical-theme .product-name .h1 {
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #786e7d;
}
.product-view .product-shop.vertical-theme .product-name .product-ref {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop.vertical-theme .product-name .product-ref {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-view .product-shop.vertical-theme .product-name .product-ref p {
  border-right: 1px solid #DFDFDF;
  font-size: 12px;
  color: #796E7C;
  font-weight: 300;
  padding-right: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop.vertical-theme .product-name .product-ref p {
    width: 100%;
    border: 0;
    margin-bottom: 15px;
  }
}
.product-view .product-shop.vertical-theme .product-name .product-ref .div-ratings {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-view .product-shop.vertical-theme .product-name .product-ref .div-ratings a {
  font-size: 12px;
  color: #796E7C;
  font-weight: 300;
  margin-left: 15px;
}
.product-view .product-shop.vertical-theme .product-name .product-ref .ratings {
  height: auto;
  margin: 0;
  pointer-events: none;
}
.product-view .product-shop.vertical-theme .product-name .product-ref .ratings .rating-box {
  vertical-align: initial;
}
.product-view .product-shop.vertical-theme .product-name .product-ref .ratings .rating-box .stars {
  width: 20px;
  height: 20px;
  background-image: url(../images/rating-new.png);
}
.product-view .product-shop.vertical-theme .product-name .product-ref .ratings .rating-box .stars.star-active {
  background-position: 0 20px;
}
.product-view .product-shop.vertical-theme .short-description {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 600;
  color: #786e7d;
  margin: 24px 0 35px 0;
}
.product-view .product-shop.vertical-theme .price-info {
  display: block;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid #e6e6e6;
  -webkit-font-smoothing: antialiased;
}
.product-view .product-shop.vertical-theme .price-info .installments {
  margin-top: 5px;
}
.product-view .product-shop.vertical-theme .price-info .installments, .product-view .product-shop.vertical-theme .price-info .billetdiscount {
  display: block;
  font-weight: 300;
  color: #786e7d;
  margin-bottom: 7px;
}
.product-view .product-shop.vertical-theme .special-price, .product-view .product-shop.vertical-theme .regular-price {
  color: #796E7C;
  font-size: 36px;
  font-weight: 600;
}
.product-view .product-shop.vertical-theme .special-price .price-label, .product-view .product-shop.vertical-theme .regular-price .price-label {
  display: none;
}
.product-view .product-shop.vertical-theme .old-price {
  font-weight: 300;
  font-size: 20px;
  color: #786e7d;
  text-decoration: line-through;
}
.product-view .product-shop.vertical-theme .old-price .price-label {
  display: none;
}

.product-view .product-shop.vertical-theme .add-to-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 24px 0;
}
@media only screen and (max-width: 979px) {
  .product-view .product-shop.vertical-theme .add-to-cart {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop.vertical-theme .add-to-cart .qty-wrapper {
    display: none;
  }
}
.product-view .product-shop.vertical-theme .add-to-cart .qty-wrapper label {
  display: none;
}
.product-view .product-shop.vertical-theme .add-to-cart .qty-wrapper input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.product-view .product-shop.vertical-theme .add-to-cart .input-text {
  background-image: none;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  width: 80px;
  height: 52px;
  color: #796e7c;
  margin: 0;
}
.product-view .product-shop.vertical-theme .add-to-cart .add-to-cart-buttons {
  width: 380px;
}
@media only screen and (max-width: 979px) {
  .product-view .product-shop.vertical-theme .add-to-cart .add-to-cart-buttons {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop.vertical-theme .add-to-cart .add-to-cart-buttons {
    width: 100%;
    margin: 0;
  }
}
.product-view .product-shop.vertical-theme .add-to-cart .add-to-cart-buttons .btn-cart {
  width: 100%;
}
.product-view .product-shop.vertical-theme .add-to-cart .btn-cart {
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  background: #3e8c00;
  border: 0;
  width: 174px;
  height: 52px;
}
.product-view .product-shop.vertical-theme .add-to-cart .btn-cart:hover {
  background: #337300;
}

.product-view .product-shop.vertical-theme .safe-buy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  width: 100%;
  margin: 13px 0 0 0;
}
@media only screen and (max-width: 979px) {
  .product-view .product-shop.vertical-theme .safe-buy {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop.vertical-theme .safe-buy {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    position: relative;
    right: 0;
  }
}
.product-view .product-shop.vertical-theme .safe-buy img {
  display: none;
}
.product-view .product-shop.vertical-theme .safe-buy .responsive {
  display: block;
}

.product-view .product-shop.vertical-theme .product-options {
  padding: 30px 0 35px 0;
}
.product-view .product-shop.vertical-theme .product-options p.required {
  display: none;
}
.product-view .product-shop.vertical-theme .product-options .swatch-attr {
  margin-bottom: 10px;
}
.product-view .product-shop.vertical-theme .product-options .swatch-attr label {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.product-view .product-shop.vertical-theme .product-options .swatch-attr label .select-label {
  font-size: 16px;
  color: #796E7C;
  font-weight: 600;
}
.product-view .product-shop.vertical-theme .product-options .swatch-attr label::after {
  display: none;
}
.product-view .product-shop.vertical-theme .product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #888 -light;
}
.product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li {
  margin: 0 0 0 10px;
}
.product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li:first-child {
  margin-left: 0;
}
.product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li.selected .swatch-link {
  border-color: #4A90E2;
  box-shadow: none;
}
.product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li.selected .swatch-link .swatch-label {
  border: 0;
  transition: 0.6s;
}
.product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li .swatch-link {
  width: auto !important;
  min-width: 56px !important;
  height: 56px !important;
  border-radius: 4px;
  border: 1px solid #DFDFDF;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
}
.product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li .swatch-link:hover {
  border-color: #4A90E2;
  box-shadow: none;
  transition: 0.6s;
}
.product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li .swatch-link .swatch-label {
  width: auto;
  min-width: 56px !important;
  height: 56px !important;
  border-radius: 4px;
  border: 0;
  background-color: #ffffff;
  line-height: 56px !important;
  margin: 0 auto;
}
.product-view .product-shop.vertical-theme .product-options dd .configurable-swatch-list li .swatch-link .swatch-label img {
  border-radius: 4px;
}

.product-view .product-shop.vertical-theme .block-related {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  box-shadow: 0;
  background-color: #ffffff;
  padding: 25px 30px;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop.vertical-theme .block-related {
    padding: 15px;
  }
}
.product-view .product-shop.vertical-theme .block-related .block-title h2 {
  color: #796e7c;
  font-size: 22px;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop.vertical-theme .block-related .block-title h2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.product-view .product-shop.vertical-theme .block-related .item .product {
  width: 100%;
}
.product-view .product-shop.vertical-theme .block-related .item .product-image {
  width: 75px;
  height: auto;
  margin: 0 20px;
}
.product-view .product-shop.vertical-theme .block-related .item .product-details {
  width: 60%;
}
.product-view .product-shop.vertical-theme .block-related .item .product-details .price-box {
  margin-top: 15px;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop.vertical-theme .block-related .item .product-details .price-box p .price {
    font-size: 12px;
  }
}
.product-view .product-shop.vertical-theme .block-related .item .product-details .product-name a {
  font-size: 14px;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop.vertical-theme .block-related .item .product-details .product-name a {
    font-size: 12px;
    line-height: 16px;
  }
}
.product-view .product-shop.vertical-theme .block-related .item .product-details .price-box .regular-price, .product-view .product-shop.vertical-theme .block-related .item .product-details .price-box .old-price, .product-view .product-shop.vertical-theme .block-related .item .product-details .price-box .special-price {
  font-weight: 600;
  margin-top: 5px;
  font-size: 14px;
  margin-top: 0;
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop.vertical-theme .block-related .item .product-details .price-box .regular-price, .product-view .product-shop.vertical-theme .block-related .item .product-details .price-box .old-price, .product-view .product-shop.vertical-theme .block-related .item .product-details .price-box .special-price {
    font-size: 12px;
  }
}

.product-view .product-shop.vertical-theme .shipping-estimate-input-box {
  width: 100%;
  height: 40px;
}

.product-view .product-shop.vertical-theme .shipping-estimate-input {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #C2C2C2;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  font-size: 14px;
  color: #796E7C;
  letter-spacing: 0;
}

.product-view .product-shop.vertical-theme .shipping-estimate-button {
  -webkit-font-smoothing: antialiased;
  left: auto;
  right: 0;
}

.product-view .tabs.vertical-theme {
  border-bottom: 0;
}

.product-view .tabs.vertical-theme .toggle-tabs {
  border-color: #d8d8d8;
}

.product-view .tabs.vertical-theme .toggle-tabs li.current {
  border: 0;
  position: relative;
}

.product-view .tabs.vertical-theme .toggle-tabs li.current::after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 8px;
  border: 1px solid #796E7C;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-view .box-up-sell.vertical-theme {
  margin-top: 50px;
}
@media only screen and (max-width: 770px) {
  .product-view .box-up-sell.vertical-theme {
    padding: 0 15px;
    margin-top: 50px;
  }
  .product-view .box-up-sell.vertical-theme .item {
    height: 430px;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .box-up-sell.vertical-theme .item {
    height: auto;
  }
}

.product-view .box-up-sell.vertical-theme h2 {
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  color: #796e7c;
  font-weight: 600;
  margin-bottom: 45px;
}
@media only screen and (max-width: 599px) {
  .product-view .box-up-sell.vertical-theme h2 {
    font-size: 18px;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .product-view .box-up-sell.vertical-theme .products-grid {
    border: 0;
  }
}

.product-view .box-up-sell.vertical-theme .products-grid .discount-box {
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  border: 0;
  background-color: #767676;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
}

.product-view .product-img-box.vertical-theme {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 56.8%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .product-view .product-img-box.vertical-theme {
    width: 50%;
  }
}
@media only screen and (max-width: 979px) {
  .product-view .product-img-box.vertical-theme {
    width: 100%;
  }
}

.product-view .product-img-box.vertical-theme .product-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  position: relative;
  text-align: right;
  margin-top: 0;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 599px) {
  .product-view .product-img-box.vertical-theme .product-image {
    width: 100%;
  }
}

.product-view .product-img-box.vertical-theme .product-image .product-image-gallery {
  width: 100%;
}

.product-view .product-img-box.vertical-theme .product-image img {
  max-height: none;
  margin: 0;
  width: 100%;
}

.product-view .product-img-box.vertical-theme .more-views {
  margin-right: 20px;
  height: 581px;
  overflow: auto;
}

.product-view .product-img-box.vertical-theme .more-views h2 {
  display: none;
}

.product-view .product-img-box.vertical-theme .more-views ul,
.product-view .product-img-box.vertical-theme .more-views ul li,
.product-view .product-img-box.vertical-theme .more-views ul li a,
.product-view .product-img-box.vertical-theme .more-views ul li a img {
  display: block;
  width: 100%;
}

.product-view .product-img-box.vertical-theme .more-views ul li {
  position: relative;
  margin-bottom: 13px;
}

.product-view .product-img-box.vertical-theme .more-views ul li:after {
  display: block;
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  transition: 0.5s;
}
.product-view .product-img-box.vertical-theme .more-views ul li:hover:after {
  background: #767676;
}

.product-view .product-img-box.vertical-theme .more-views ul li a {
  pointer-events: none;
}

.product-view .product-img-box.vertical-theme .discount-box {
  border-radius: 3px;
  border: 0;
  background-color: #767676;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: auto;
  left: 0;
  z-index: 5;
  opacity: 0.9;
  padding: 3.5px 8px;
}

.product-view .product-img-box.vertical-theme *,
.product-view .product-img-box.vertical-theme *:focus,
.product-view .product-img-box.vertical-theme *:active {
  outline: none;
}

.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: "";
  display: block;
  clear: both;
}

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px;
}
.swatch-link .active {
  border-color: #4A90E2;
  box-shadow: none;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #CCCCCC-highlight;
}
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}

.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #CCCCCC-highlight;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

.availability.out-of-stock span {
  color: #A0A0A0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399CC;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.facebook-product-comments {
  display: block;
  width: 1199px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.facebook-product-comments h2 {
  display: block;
  width: 100%;
  font-size: 36px;
  color: #796e7c;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 45px;
}

.facebook-product-comments .fb-comments,
.facebook-product-comments .fb-comments iframe {
  display: block;
  width: 100%;
}

.product-review-section {
  position: relative;
  background: #F6F6F6;
  padding: 66px 15px 40px 15px;
  border-top: 1px solid #e8e7e5;
}
@media only screen and (max-width: 599px) {
  .product-review-section {
    padding-top: 30px;
  }
}
.product-review-section:before {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #e8e7e5;
  top: 0;
  left: 50%;
  margin-left: -1px;
  content: "";
}
@media only screen and (max-width: 770px) {
  .product-review-section:before {
    display: none;
  }
}
.product-review-section .box-reviews {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-review-section .review-form-container {
  width: 370px;
  max-width: 47%;
}
@media only screen and (max-width: 770px) {
  .product-review-section .review-form-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-form-container {
    margin-bottom: 20px;
  }
}
.product-review-section .review-form-container .product-review-table {
  display: block;
  margin-top: 40px;
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-form-container .product-review-table {
    margin-top: 10px;
  }
}
.product-review-section .review-form-container .form-list {
  width: 290px;
  margin-top: 55px;
}
@media only screen and (max-width: 770px) {
  .product-review-section .review-form-container .form-list {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-form-container .form-list {
    margin-top: 30px;
  }
}
.product-review-section .review-form-container .form-list li {
  width: 100%;
}
.product-review-section .review-form-container .form-list .input-box {
  padding: 0;
}
.product-review-section .review-form-container .form-list .input-text,
.product-review-section .review-form-container .form-list textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #c2c2c2;
  outline: none;
  max-width: 100%;
}
.product-review-section .review-form-container .form-list .input-text.validation-failed,
.product-review-section .review-form-container .form-list textarea.validation-failed {
  border-color: #CF5050;
}
.product-review-section .review-form-container .form-list textarea {
  height: 94px;
  resize: none;
}
.product-review-section .review-form-container .button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
  float: left;
  margin: 0;
  background: #F0F0F0;
  height: 38px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #796E7C;
  outline: none;
  color: #796E7C;
}
.product-review-section .review-list-container {
  width: 490px;
  max-width: 47%;
}
@media only screen and (max-width: 770px) {
  .product-review-section .review-list-container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-list-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-list-container .review-title {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-top: 25px;
    font-size: 14px;
    width: 100%;
  }
}
.product-review-section .review-list-container ul.summary {
  margin-top: 30px;
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-list-container ul.summary {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 20px;
  }
}
.product-review-section .review-list-container ul.summary li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-list-container ul.summary li {
    margin-bottom: 6px;
  }
}
.product-review-section .review-list-container ul.summary .ratings {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.product-review-section .review-list-container ul.summary .ratings:after {
  content: "";
  display: block;
  clear: both;
}
.product-review-section .review-list-container ul.summary .ratings .rating-box {
  float: left;
  position: relative;
}
.product-review-section .review-list-container ul.summary .ratings .rating-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.product-review-section .review-list-container ul.summary .rating-label {
  display: inline-block;
  width: 80px;
  vertical-align: middle;
  line-height: 23px;
}
.product-review-section .review-list-container .rating-count {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.product-review-section .review-list-container .review-be-the-first {
  background: #FFFFFF;
  border: 1px solid #777777;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  margin: 50px 0 50px 0;
}
@media only screen and (max-width: 770px) {
  .product-review-section .review-list-container .review-be-the-first {
    margin: 50px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-list-container .review-be-the-first {
    margin: 20px 0;
  }
}
.product-review-section .review-list-container .review-be-the-first .text {
  float: left;
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-list-container .review-be-the-first .text {
    float: none;
  }
}
.product-review-section .review-list-container .review-be-the-first .text h4 {
  font-size: 24px;
  color: #777777;
  margin: 25px 0 0 25px;
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-list-container .review-be-the-first .text h4 {
    margin: 5px auto;
    text-align: center;
    font-size: 18px;
  }
}
.product-review-section .review-list-container .review-be-the-first .text p {
  font-size: 16px;
  color: #777777;
  line-height: 22px;
  margin: 25px 0 0 25px;
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-list-container .review-be-the-first .text p {
    margin: 5px auto;
    text-align: center;
    font-size: 13px;
  }
}
.product-review-section .review-list-container .review-be-the-first .icon {
  display: inline-block;
}
@media only screen and (max-width: 979px) {
  .product-review-section .review-list-container .review-be-the-first .icon {
    display: block;
  }
}
.product-review-section .review-list-container .review-be-the-first .icon img {
  margin: 35px 0 35px 42px;
}
@media only screen and (max-width: 979px) {
  .product-review-section .review-list-container .review-be-the-first .icon img {
    margin: 35px auto;
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-list-container .review-be-the-first .icon img {
    margin: 5px auto;
  }
}
.product-review-section .review-title {
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: #786e7d;
}
@media only screen and (max-width: 599px) {
  .product-review-section .review-title {
    line-height: 19px;
    font-size: 18px;
  }
}
.product-review-section ul.list {
  display: block;
}
.product-review-section ul.list li {
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: #ffffff;
  margin-top: 22px;
  padding: 29px 26px;
}
@media only screen and (max-width: 599px) {
  .product-review-section ul.list li {
    padding: 20px 15px;
    margin-top: 0;
  }
}
.product-review-section ul.list li .date {
  display: block;
}
@media only screen and (max-width: 599px) {
  .product-review-section ul.list li .date {
    margin-bottom: 13px;
  }
}
.product-review-section ul.list li .title {
  display: block;
}
@media only screen and (max-width: 599px) {
  .product-review-section ul.list li .title {
    font-weight: 600;
  }
}
.product-review-section ul.list li .description {
  display: block;
  margin: 2px 0 30px 0;
}
.product-review-section ul.list li .ratings {
  margin-bottom: 5px;
}
.product-review-section ul.list li .ratings .rating-box {
  display: inline-block;
  vertical-align: middle;
}
.product-review-section ul.list li .ratings .stars {
  width: 14px;
  height: 14px;
}
.product-review-section ul.list li .ratings .stars.star-active {
  background-position: 0 14px;
}

.price-box .minimal-price-link .label {
  color: #CF5050;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: "";
  display: block;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
.slick-rings {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-rings-title {
  font-weight: 500;
  color: #796e7d;
}

.slick-rings .polite {
  padding-bottom: 20px;
}

.slick-rings .slick-track {
  display: flex;
  align-items: center;
}

.slick-rings div .ring {
  display: flex;
  margin: auto;
  background-color: #e5d4a9;
  border-radius: 50%;
  align-items: flex-end;
  justify-content: center;
  box-shadow: 0px 2px 3px 0px grey;
}

.slick-rings div .ring span {
  text-align: center;
  position: relative;
  top: 30px;
  font-weight: 500;
  color: #796e7d;
}

.slick-rings.slick-initialized.slick-slider .slick-arrow {
  text-indent: -9000em;
  background-image: url("../images/slick-navigation-prev.svg");
  background-repeat: no-repeat;
  background-color: unset;
  background-position: center;
  width: 20px;
  height: 20px;
  padding: 40px 20px;
  border: none;
}

.slick-rings.slick-initialized.slick-slider .slick-next.slick-arrow {
  transform: rotate(180deg);
}

.custom-size-table .default-section-container .item.item2.wrap {
  display: block;
  width: 100%;
}

.ring-sizer {
  font-size: 18px;
  text-align: center;
  line-height: 1.2em;
  font-weight: 300;
  font-style: normal;
}

.step-container {
  margin-bottom: 130px;
}

.instructions {
  max-width: 440px;
  margin: 0 auto 50px auto;
}

/* CARD STYLING */
.card-container {
  width: 312px;
  margin: 20px auto 0;
  margin-top: 50px;
  margin-bottom: 100px;
}

.credit-card-aspect-ratio {
  position: relative;
}

.credit-card-aspect-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.82051%;
}

.aspect-content {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.credit-card {
  position: relative;
  margin: 0 auto;
  background-color: #E7E7E7;
  border-radius: 10px;
}

.credit-card-component {
  position: absolute;
}

.credit-card-stripe {
  top: 10%;
  width: 100%;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.57);
}

.credit-card-stipe-white {
  top: 40%;
  left: 15%;
  width: 70%;
  height: 15%;
  background-color: white;
}

.credit-card-chip {
  left: 10%;
  top: 70%;
  width: 10%;
  height: 15%;
  background-color: #FDDF73;
  border-radius: 10px;
}

.credit-card-text {
  left: 30%;
  top: 72%;
  width: 60%;
  height: 1%;
  background-color: #646464;
}

.credit-card-text-2 {
  top: 77%;
  width: 45%;
}

.credit-card-text-3 {
  top: 82%;
  width: 50%;
}

/* RING STYLING */
.ring-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 599px) {
  .ring-container {
    justify-content: space-between;
  }
}

.ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #767676;
  color: white;
  border-radius: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.ring-0 {
  width: 48px;
  height: 48px;
}

.ring-0-5 {
  width: 49.13386px;
  height: 49.13386px;
}

.ring-1 {
  width: 50.26772px;
  height: 50.26772px;
}

.ring-1-5 {
  width: 51.40157px;
  height: 51.40157px;
}

.ring-2 {
  width: 52.91339px;
  height: 52.91339px;
}

.ring-2-5 {
  width: 54.04724px;
  height: 54.04724px;
}

.ring-3 {
  width: 55.1811px;
  height: 55.1811px;
}

.ring-4 {
  width: 56.15889px;
  height: 56.15889px;
}

.ring-4-5 {
  width: 57.71084px;
  height: 57.71084px;
}

.ring-5 {
  width: 59.33497px;
  height: 59.33497px;
}

.ring-5-5 {
  width: 60.85082px;
  height: 60.85082px;
}

.ring-5-5-5 {
  width: 61.34173px;
  height: 61.34173px;
}

.ring-6 {
  width: 62.40277px;
  height: 62.40277px;
}

.ring-6-5 {
  width: 63.95472px;
  height: 63.95472px;
}

.ring-7 {
  width: 65.57885px;
  height: 65.57885px;
}

.ring-7-5 {
  width: 66.17953px;
  height: 66.17953px;
}

.ring-7-5-5 {
  width: 67.08268px;
  height: 67.08268px;
}

.ring-8 {
  width: 68.75494px;
  height: 68.75494px;
}

.ring-8-5 {
  width: 70.03018px;
  height: 70.03018px;
}

.ring-9 {
  width: 71.38964px;
  height: 71.38964px;
}

.ring-9-9 {
  width: 72.18898px;
  height: 72.18898px;
}

.ring-9-5 {
  width: 73.36266px;
  height: 73.36266px;
}

.ring-10 {
  width: 74.98679px;
  height: 74.98679px;
}

.ring-10-5 {
  width: 75.77953px;
  height: 75.77953px;
}

.ring-10-5-5 {
  width: 76.98898px;
  height: 76.98898px;
}

.ring-11 {
  width: 78.16287px;
  height: 78.16287px;
}

.ring-11-5 {
  width: 79.40787px;
  height: 79.40787px;
}

.ring-12 {
  width: 80.61732px;
  height: 80.61732px;
}

.ring-12-5 {
  width: 81.82677px;
  height: 81.82677px;
}

.ring-12-5-5 {
  width: 82.99843px;
  height: 82.99843px;
}

.ring-13 {
  width: 84.20787px;
  height: 84.20787px;
}

.ring-13-5 {
  width: 85.41732px;
  height: 85.41732px;
}

.ring-14 {
  width: 86.62677px;
  height: 86.62677px;
}

.ring-14-5 {
  width: 87.83622px;
  height: 87.83622px;
}

.ring-14-5-5 {
  width: 89.00787px;
  height: 89.00787px;
}

.ring-15 {
  width: 90.21732px;
  height: 90.21732px;
}

/* ARROW STYLING */
.card-container .arrow-container {
  display: inline-block;
  position: absolute;
  right: -150px;
  margin-top: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 770px) {
  .card-container .arrow-container {
    right: unset;
  }
}
.card-container .arrow {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-top: 9px solid transparent;
  border-right: 9px solid #646464;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.card-container .arrow:after {
  content: "";
  position: absolute;
  top: -12px;
  left: -9px;
  width: 12px;
  height: 12px;
  border: 0 solid transparent;
  border-top: 3px solid #646464;
  border-radius: 20px 0 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.card-container .arrow-instructions {
  display: inline-block;
  width: 120px;
  margin-top: 0;
  margin-left: 1.5em;
  font-size: 15px;
  color: #767676;
}

/* OVERRIDE SQUARE SPACE STYLING */
.content-inner {
  padding-top: 0px;
}

/* jQuery UI CSS */
/* Source: https://jqueryui.com/resources/demos/style.css */
.ui-draggable,
.ui-droppable {
  background-position: top;
}

.custom-description {
  position: relative;
}
@media only screen and (max-width: 599px) {
  .custom-description {
    padding: 0 20px;
  }
}

.custom-description .default-section-container h1 {
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 100%;
  font-size: 40px;
  color: #767676;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  margin-top: 42px;
}

.custom-description .default-section-container h3.subtitle {
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 100%;
  font-size: 20px;
  color: #796e7d;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin: 20px 0 70px 0;
}

.custom-size-table {
  background: none;
  padding-bottom: 0;
}

.ring-measure {
  background: white;
  padding: 0 20px;
  overflow: auto;
  height: 82vh;
}

.custom-size-table .default-section-container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .custom-size-table .default-section-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 599px) {
  .custom-size-table .default-section-container {
    padding: 0;
  }
}

.custom-size-table .show-more {
  display: block;
  border-radius: 3px;
  border: 1px solid #796e7d;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: 23px center;
  box-shadow: 0 2px 0 0 rgba(121, 110, 125, 0.37);
  font-size: 14px;
  color: #796e7d;
  font-weight: 500;
  letter-spacing: 0;
  padding: 12px 60px;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 5;
  margin-left: -95px;
  transition: 0.6s;
}
.custom-size-table .show-more:hover {
  background-color: #f2f2f2;
}

.custom-size-table .show-more:target {
  display: none;
}

.custom-size-table .show-more:target ~ .default-section-container {
  height: auto !important;
  max-height: auto !important;
  transition: max-height 0.5s ease;
}

.custom-size-table .default-section-container h1 {
  margin-top: 20px;
}

.custom-size-table .default-section-container .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media only screen and (max-width: 979px) {
  .custom-size-table .default-section-container .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.custom-size-table .default-section-container .item.item2,
.custom-size-table .default-section-container .item.item3 {
  margin-top: 120px;
}

.custom-size-table .default-section-container .item.item3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1215px) {
  .custom-size-table .default-section-container .item.item3 {
    background-position: center right -204px;
  }
}
@media only screen and (max-width: 979px) {
  .custom-size-table .default-section-container .item.item3 {
    background-position: center 310px;
  }
}
@media only screen and (max-width: 599px) {
  .custom-size-table .default-section-container .item.item3 {
    background-position: center 370px;
    background-size: contain;
  }
}
@media only screen and (max-width: 479px) {
  .custom-size-table .default-section-container .item.item3 {
    background-position: center 470px;
  }
}
@media only screen and (max-width: 375px) {
  .custom-size-table .default-section-container .item.item3 {
    background-position: center 470px;
  }
}

.custom-size-table .default-section-container .item.item3 .text {
  width: 510px;
}

.print-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 300px;
  margin: 20px auto;
}

a.print {
  display: block;
  border-radius: 3px;
  border: 1px solid #796e7d;
  background-color: #ffffff;
  background-image: url("../images/icon-printer.svg");
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: 23px center;
  box-shadow: 0 2px 0 0 rgba(121, 110, 125, 0.37);
  font-size: 14px;
  color: #796e7d;
  font-weight: 500;
  letter-spacing: 0;
  padding: 15px 22px 15px 68px;
  transition: 0.6s;
  margin: 20px 0;
}
@media only screen and (max-width: 979px) {
  a.print {
    left: 50%;
    right: auto;
    bottom: 25px;
  }
}
a.print:hover {
  background-color: #f2f2f2;
}

.custom-size-table .default-section-container .item .text {
  display: inline-block;
  width: 580px;
}
@media only screen and (max-width: 979px) {
  .custom-size-table .default-section-container .item .text {
    width: 100%;
  }
}

.custom-size-table .default-section-container .item .text .title {
  display: block;
  width: 100%;
}

.custom-size-table .default-section-container .item .text .title h3 {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  border-bottom: 2px solid #767676;
  font-size: 40px;
  color: #767676;
  font-weight: 900;
  letter-spacing: 0;
  line-height: initial;
}

.custom-size-table .default-section-container .item .text h4 {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #796e7d;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 5px;
}

.custom-size-table .default-section-container .item .text p {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #796e7d;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 12px;
}

.custom-size-table .default-section-container .item .text img {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.custom-size-table .default-section-container .item.item2 img {
  margin-top: 10px;
}

.custom-size-table .default-section-container .item .table {
  display: inline-block;
  width: 580px;
}
@media only screen and (max-width: 979px) {
  .custom-size-table .default-section-container .item .table {
    width: 100%;
  }
}

.custom-size-table .default-section-container .item .table table {
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 8px;
  border: 1px solid #c3c3c3;
  border-collapse: initial;
  background: #ffffff;
  box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.15), inset -2px -2px 3px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin-top: 50px;
  overflow-y: scroll;
}
@media only screen and (max-width: 599px) {
  .custom-size-table .default-section-container .item .table table {
    height: 300px;
  }
}

.custom-size-table .default-section-container .item .table table thead,
.custom-size-table .default-section-container .item .table table thead tr {
  display: flex;
  width: 100%;
}

.custom-size-table .default-section-container .item .table table thead tr td {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: 50%;
  font-size: 14px;
  color: #796e7d;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.custom-size-table .default-section-container .item .table table tbody {
  display: block;
  margin-top: 15px;
}

.custom-size-table .default-section-container .item .table table tbody tr {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding: 8px 0;
}

.custom-size-table .default-section-container .item .table table tbody tr td {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: 50%;
  font-size: 14px;
  color: #796e7d;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.custom-size-table .default-section-container .item .table table tfoot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  margin-top: 8px;
}

.custom-size-table .default-section-container .item .table table tfoot tr td {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #796e7d;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0;
}

.search-autocomplete {
  width: 100% !important;
  overflow: visible !important;
  position: relative !important;
  top: 1px !important;
  left: 0 !important;
  z-index: 200;
}
.search-autocomplete:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e97d00;
  border-top: none;
  left: 122px;
  top: -7px;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .search-autocomplete:before {
    left: 50%;
  }
}
.search-autocomplete ul {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-height: 300px;
  border: 1px solid #D7D7D7;
  background: #FFFFFF;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1199px) {
  .search-autocomplete ul {
    width: 100%;
  }
}
.search-autocomplete ul li {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-size: 13px;
  color: #796E7C;
  font-weight: 300;
  text-align: left;
  padding: 10px 20px;
}
.search-autocomplete ul li:hover {
  color: #6c626e;
}
.search-autocomplete ul li .amount {
  display: none;
  float: right;
  font-weight: bold;
}

.advanced-search {
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 15px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
.catalogsearch-result-index .toolbar-top {
  margin-top: 30px;
}
.catalogsearch-result-index .toolbar-top.toolbar-fixed {
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 2;
}
.catalogsearch-result-index .toolbar-top.toolbar-fixed .toolbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.catalogsearch-result-index .widget-viewed {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}
.catalogsearch-result-index .widget-viewed h2 {
  font-size: 22px;
  font-weight: 600;
  color: #796E7C;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.catalogsearch-result-index .main-section {
  padding-top: 0;
}
.catalogsearch-result-index .main-section .breadcrumbs-section-container {
  display: none;
}
.catalogsearch-result-index .main-section .col-main {
  width: 100%;
}
.catalogsearch-result-index .main-section .search-no-results {
  background-image: url(../images/search-no-results.png);
  background-position: top right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 599px) {
  .catalogsearch-result-index .main-section .search-no-results {
    background-position: 80% 15%;
  }
}
.catalogsearch-result-index .main-section .search-no-results .page-title {
  padding-top: 150px;
  max-width: 680px;
}
@media only screen and (max-width: 599px) {
  .catalogsearch-result-index .main-section .search-no-results .page-title {
    padding-top: 60px;
  }
}
.catalogsearch-result-index .main-section .search-no-results .page-title h1 {
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  font-weight: 600;
  color: #796E7C;
  border-bottom: none;
}
@media only screen and (max-width: 599px) {
  .catalogsearch-result-index .main-section .search-no-results .page-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.catalogsearch-result-index .main-section .search-no-results .note-msg {
  max-width: 680px;
  padding-bottom: 300px;
}
.catalogsearch-result-index .main-section .search-no-results .note-msg p {
  -webkit-font-smoothing: antialiased;
  margin-top: 30px;
  font-size: 14px;
  color: #796E7C;
  letter-spacing: 0;
  line-height: 19px;
}
.catalogsearch-result-index .main-section .search-no-results .note-msg p a {
  color: #4A90E2;
}
.catalogsearch-result-index .main-section .widget-products {
  display: block;
  margin-top: 45px;
}
.catalogsearch-result-index .main-section .widget-products .item {
  width: 280px;
  height: 490px;
}
.catalogsearch-result-index .main-section .widget-products .item:hover .actions {
  display: none;
}
.catalogsearch-result-index .main-section .widget-products .item .product-name {
  height: 70px;
}
.catalogsearch-result-index .main-section .widget-products .item .product-image {
  height: 280px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
}

.catalogsearch-result-index .toolbar-top.description-off {
  margin-top: 30px !important;
  margin-bottom: 100px !important;
}

.catalogsearch-result-index .breadcrumbs-section {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  .model2-header .header-search-input {
    height: 50px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    padding-left: 70px !important;
  }
}

@media only screen and (max-width: 770px) {
  header.model2-header .header-search-submit {
    width: 20px !important;
    height: 20px !important;
  }
}

*, *:before, *:after {
  font-family: "Montserrat", sans-serif;
}

a {
  color: #333333;
  text-decoration: none;
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
a:hover {
  color: #262626;
  text-decoration: none;
}

.btn-highlight {
  background-color: #333333;
  color: #ffffff;
}
.btn-highlight:hover {
  background-color: #262626;
}
.btn-highlight:active {
  background-color: #1a1a1a;
}

.btn-theme {
  background-color: #333333 !important;
}
.btn-theme:hover {
  background-color: #262626 !important;
}
.btn-theme:active {
  background-color: #1a1a1a !important;
}

.btn-theme, .btn-theme * {
  color: #ffffff;
}

.page-title h1,
.page-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #333333;
}

.list-categories-section .slick-arrow {
  background-color: transparent;
}

.header-logo img {
  max-height: 70px;
}

.top-header-banner {
  max-width: 1199px;
  display: flex;
  margin: auto;
}
.top-header-banner .banner-1 a img {
  width: 100%;
}
.top-header-banner .banner-2 a img {
  width: auto;
}

@media only screen and (max-width: 599px) {
  .top-header-banner .banner-2 {
    width: inherit;
  }
}
.header-links-block.with-menu ul.menu {
  border-color: #c6c6c6;
}
.header-links-block.with-menu ul.menu .arrow {
  position: relative;
  min-width: 12px;
  min-height: 12px;
  position: absolute;
  top: -12px;
  right: 65px;
}
.header-links-block.with-menu ul.menu .arrow:after, .header-links-block.with-menu ul.menu .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.header-links-block.with-menu ul.menu .arrow:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  border-bottom-color: #c6c6c6;
  margin-left: -1px;
  margin-top: -2px;
}
.header-links-block.with-menu ul.menu .link, .header-links-block.with-menu ul.menu li > a {
  color: #786e7d;
}
.header-links-block.with-menu ul.menu .link:hover:not(.submenu-atendimento), .header-links-block.with-menu ul.menu li > a:hover:not(.submenu-atendimento) {
  background-color: #ececec;
}
.header-links-block a:hover {
  color: #786e7d;
}

.submenu-atendimento .image-info a .info {
  color: #786e7d;
}

.header-cart-itens {
  background: #333333;
}

.header-links a:hover {
  color: #786e7d;
}

.topmenu-section-container .nav-primary ul.level0,
.topmenu-section-container .nav-primary ul.level1 {
  border-color: #c6c6c6;
}
.topmenu-section-container .nav-primary ul.level0 .arrow-level1,
.topmenu-section-container .nav-primary ul.level1 .arrow-level1 {
  position: relative;
  min-width: 20px;
  min-height: 20px;
}
.topmenu-section-container .nav-primary ul.level0 .arrow-level1:after, .topmenu-section-container .nav-primary ul.level0 .arrow-level1:before,
.topmenu-section-container .nav-primary ul.level1 .arrow-level1:after,
.topmenu-section-container .nav-primary ul.level1 .arrow-level1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.topmenu-section-container .nav-primary ul.level0 .arrow-level1:before,
.topmenu-section-container .nav-primary ul.level1 .arrow-level1:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12px;
  border-bottom-color: #c6c6c6;
  margin-left: -2px;
  margin-top: -4px;
}
.topmenu-section-container .nav-primary li.level0 > a {
  color: #333333;
}
.topmenu-section-container .nav-primary li.level1:hover, .topmenu-section-container .nav-primary li.level2:hover {
  background-color: #ececec;
}
.topmenu-section-container .nav-primary li.level0.inverter ul.level0 li.level1:hover:hover {
  background-color: #ececec;
}
.topmenu-section-container .nav-primary li.level0.inverter li.level2:hover {
  background-color: #ececec;
}
.topmenu-section-container .subcategory {
  display: flex;
  flex-direction: column;
}
.topmenu-section-container .subcategory .title {
  order: -1;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary .subcategory h2.title {
  padding: 10px 20px 5px;
}

.topmenu-section.model2-header .topmenu-section-container .nav-primary .subcategory li a {
  font-size: 14px;
  padding: 5px 20px;
}

.topmenu-mobile-section li {
  display: block;
}
.topmenu-mobile-section li > a,
.topmenu-mobile-section li > .link {
  color: #575757;
  border-color: #efefef;
}
.topmenu-mobile-section li.level0 a {
  background: #ffffff;
}
.topmenu-mobile-section li.level1 a, .topmenu-mobile-section li.level1 .link {
  background: #ffffff;
}
.topmenu-mobile-section li.level2 a {
  background: #ffffff;
}
.topmenu-mobile-section li.return a {
  position: relative;
  background: #333333;
  color: #fff;
  padding-left: 30px;
}
.topmenu-mobile-section li.return a .arrow {
  position: relative;
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}
.topmenu-mobile-section li.return a .arrow:after, .topmenu-mobile-section li.return a .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.topmenu-mobile-section li.return a .arrow:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  border-right-color: #fff;
  margin-top: -2px;
  margin-left: -4px;
}
.topmenu-mobile-section .return {
  order: -2;
}
.topmenu-mobile-section .open-all {
  order: -1;
}
.topmenu-mobile-section ul {
  display: flex;
  flex-direction: column;
}

.footer-block.logo {
  color: #796E7C;
}

.address-copyright .content .endereco p {
  color: #796E7C;
}

.whatsapp-widget {
  position: fixed;
  right: 12px;
  bottom: 12px;
  width: 60px;
  z-index: 40;
}
@media only screen and (max-width: 770px) {
  .whatsapp-widget {
    width: 50px;
  }
}

.newsletter-section-container .submit {
  background: #333333;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}
.newsletter-section-container .submit:hover {
  background-color: #262626;
}
.newsletter-section-container .submit:active {
  background-color: #1a1a1a;
}

@media only screen and (max-width: 599px) {
  .highlights-section {
    display: none;
  }

  .highlights-copy .highlights-section {
    display: block;
  }

  .highlights-copy .highlights-section .highlights-section-container {
    width: auto;
  }

  .highlights-copy {
    height: 135px;
  }

  .newsletter-section {
    margin-top: 40px;
  }
}
#confirmButtons .am-btn-right {
  background-color: #333333 !important;
  width: 85%;
}

.amcart-title > a {
  color: #333333 !important;
}

#am-input {
  background-color: white !important;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  height: 40px;
}

@media only screen and (min-width: 1024px) {
  #confirmBox {
    animation: slide 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    transition: 1s;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  @keyframes slide {
    0% {
      left: 130%;
    }
    100% {
      left: calc(100% - 231px);
    }
  }
  #confirmButtons .am-btn-right {
    width: 100%;
  }
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: none;
}

.products-grid-title-section .title {
  color: #333333;
}

.products-grid .discount-box {
  border-color: #333333;
  color: #333333;
}

.products-grid .item:hover .actions .btn-cart,
.products-grid .item:hover .actions .button {
  border-color: #333333;
  color: #fff;
  background: #333333;
}

.products-grid .item .price-box .regular-price,
.products-grid .item .price-box .special-price,
.products-grid .item .price-box .minimal-price,
.products-grid .item .price-box .minimal-price-link {
  color: #786e7d;
}

.products-grid .item .actions {
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 770px) {
  .products-grid .item .actions {
    position: unset;
    width: 99%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 770px) {
  .products-grid .item:hover .actions {
    position: unset;
    width: 99%;
    display: block;
  }
}

.products-grid .item .actions .btn-cart, .products-grid .item .actions .button {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #333333;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0;
  color: #fff;
  border: 1px solid #333333;
}

.catalog-category-banner-section.no-image h1 {
  color: #333333;
}

.catalog-category-view .full-banner-section .image {
  max-width: 1199px;
  margin: auto;
}

.bijuteria {
  left: 10px;
  width: fit-content;
}

.products-grid .item .discount-box.sem-garantia {
  background-color: unset;
  color: #333;
  opacity: 0.2;
  font-size: 14px;
  bottom: 10px;
  top: inherit;
}

@media only screen and (max-width: 599px) {
  .products-grid .item .discount-box.sem-garantia {
    font-size: 12px;
  }
}
@media only screen and (max-width: 599px) {
  .catalog-category-view .full-banner-section.default-section:first-child {
    display: none;
  }

  .products-grid .item .discount-box {
    font-size: 10px;
  }
}
.custom-filter {
  border-radius: 4px;
  display: flex;
  padding: 10px 15px;
  border: 1px solid #DFDFDF;
}
@media only screen and (max-width: 649px) {
  .custom-filter .custom-filter-label {
    display: none;
  }
}
.custom-filter label {
  font-size: 14px !important;
  color: #796E7C !important;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 19px;
}
.custom-filter .custom-filter-select {
  cursor: pointer;
  letter-spacing: 0;
  line-height: 19px;
  font-size: 14px;
  position: relative;
}
.custom-filter .custom-filter-select .custom-select-label {
  font-size: 14px;
  color: #796E7C;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 19px;
  padding-right: 20px;
  padding-left: 0;
}
.custom-filter .custom-filter-select .custom-select-label .value {
  color: #333333;
  padding-left: 5px;
  font-weight: 300;
}
.custom-filter .custom-filter-select .custom-select-label .arrow {
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 0;
  top: 70%;
  width: 15px;
  min-width: 10px;
  min-height: 10px;
  margin-top: -3px;
}
.custom-filter .custom-filter-select-list {
  display: none;
  position: absolute;
  border-radius: 4px;
  transform: translate(0, 0);
  box-shadow: none;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  right: -16px;
  top: 29px;
  z-index: 10;
  width: 100%;
  border-top: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  min-width: fit-content;
}
@media only screen and (max-width: 649px) {
  .custom-filter .custom-filter-select-list {
    padding: 11px;
  }
}
.custom-filter .custom-filter-select-list li.link {
  font-size: 13px;
  color: #000000;
  padding: 0;
  margin-bottom: 11px;
  white-space: nowrap;
}
.custom-filter .custom-filter-select.active .custom-filter-select-list {
  display: block;
}
.custom-filter .custom-filter-select.active .custom-select-label .arrow {
  background-image: url(../images/arrow-up.svg);
}

.toolbar-bottom .custom-filter {
  display: none;
}

.products-grid .item .product-name {
  height: 120px;
}
@media only screen and (max-width: 599px) {
  .products-grid .item .product-name {
    height: 90px;
  }
}

.product-view .product-img-box .discount-box {
  color: #333333;
  border-color: #333333;
}

.box-up-sell h2 {
  color: #333333;
}

.product-view .add-to-cart .btn-cart {
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}
.product-view .add-to-cart .btn-cart:hover {
  background-color: #262626;
}
.product-view .add-to-cart .btn-cart:active {
  background-color: #1a1a1a;
}

.block-related {
  border-color: #ccc;
  background-color: #fafafa;
}

.product-collateral {
  border-color: #ccc;
}
.product-collateral .collateral-tabs dd .std {
  color: #796E7C;
}
.product-collateral .toggle-tabs {
  border-color: #ccc;
}
.product-collateral .toggle-tabs li.current {
  border-color: #333333;
}

.product-view .product-shop .special-price,
.product-view .product-shop .regular-price {
  color: #786e7d;
}

.create-an-account {
  padding: 10px;
  font-size: 15px;
}

._trustvox_widget_container {
  max-width: 1199px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.container_titulo_trustvox h1 {
  display: block;
  width: 100%;
  font-size: 36px;
  color: #796e7c;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 45px;
  margin-top: 15px;
  padding-left: 81px;
}

.product-view .product-image .zoom-in {
  display: none !important;
}

@media only screen and (min-width: 980px) {
  .product-view .product-essential {
    margin-bottom: 20px;
  }

  .product-essential form {
    display: flex;
    justify-content: space-between;
  }

  .product-img-box-short-description {
    width: 50%;
  }

  .product-view .product-img-box.vertical-theme {
    width: 100%;
  }

  .product-view .product-img-box.vertical-theme .more-views {
    height: 500px;
  }

  .product-view .product-shop.vertical-theme {
    width: 590px;
    max-width: 42%;
  }

  .product-view .product-shop.vertical-theme .add-to-cart {
    position: relative;
    z-index: 1;
  }
}
.product-ref {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.block-related {
  margin-top: 30px;
}

.shipping-estimate {
  margin-top: 0;
}

.product-view .product-custom-availability {
  margin: 24px 0 10px 0;
}

.box-frenet-quote {
  display: none;
}

.mobile-youtube-video {
  height: 300px;
}

@media only screen and (min-width: 980px) {
  .product-view .product-img-box.vertical-theme {
    min-width: 60%;
  }
}
.configurable-swatch-list li.selected a {
  border-color: #666;
}
.configurable-swatch-list li.selected a .swatch-label {
  background: #ddd;
}

.product-review-section .review-list-container .review-be-the-first {
  border-color: #ccc;
  margin: 50px 0;
}

.search-autocomplete:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #333333;
  border-top: none;
}

.search-autocomplete ul {
  border-color: #333333;
}

.search-autocomplete ul li {
  color: #333333;
}
.search-autocomplete ul li.selected {
  background-color: #ececec;
  color: #666;
}
