.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: auto;
  }
}
body {
  font: normal normal normal 16px/24px Poppins;
  color: #393939;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  counter-reset: section;
}
body.cms-page-view .page-main .column.main {
  min-height: auto;
  padding-bottom: 0;
}
body.cms-page-view .page-main {
  margin-bottom: 0;
}
body .page-main {
  padding: 0 15px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
main .btn-primary {
  width: auto;
}
body .navigation,
body .page-header .header.panel,
body .header.content,
body .footer.content,
body .page-wrapper > .widget,
body .page-wrapper > .page-bottom,
body .block.category.event,
body .top-container,
body .page-main,
body .container,
.cms-styleguide .page-main {
  padding: 0 15px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.cms-styleguide #maincontent.page-main {
  padding: 0 15px !important;
  max-width: 1140px !important;
}
.cms-styleguide .margin-bottom {
  margin-bottom: 30px;
}
body:not(.cms-index-index) main h1,
body main .h1 {
  margin: 0 0 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 96px;
  color: #151617;
}
body:not(.cms-index-index) main h2,
body main .h2 {
  margin: 0 0 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
  display: flex;
  align-items: center;
  color: #151617;
}
body:not(.cms-index-index) main h3,
body main .h3 {
  margin: 0 0 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  color: #151617;
}
body:not(.cms-index-index) main h4,
body main .h4 {
  margin: 0 0 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  color: #151617;
}
body:not(.cms-index-index) main h5,
body main .h5 {
  margin: 0 0 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #151617;
}
body:not(.cms-index-index) h6,
body main .h6 {
  margin: 0 0 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #151617;
}
body main a,
body main a:visited,
.alink:visited,
.alink,
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  background: transparent;
  font: normal normal normal 16px/24px Poppins;
  letter-spacing: 0px;
  color: #FF5823;
}
body main a:focus,
body main a:visited:focus,
.alink:visited:focus,
.alink:focus,
.abs-product-link > a:visited:focus,
.product-item-name > a:visited:focus,
.product.name a > a:visited:focus,
body main a:active,
body main a:visited:active,
.alink:visited:active,
.alink:active,
.abs-product-link > a:visited:active,
.product-item-name > a:visited:active,
.product.name a > a:visited:active {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
  outline: none;
  background: transparent;
}
body main a:hover,
body main a:visited:hover,
.alink:visited:hover,
.alink:hover,
.abs-product-link > a:visited:hover,
.product-item-name > a:visited:hover,
.product.name a > a:visited:hover {
  text-decoration: none;
  color: #FF5823;
  outline: none;
  background: transparent;
}
.cms-page-view .columns {
  margin: 50px 0;
}
.cms-no-route .columns {
  margin: 50px 0;
}
p {
  margin-bottom: 22px;
}
p.error-text {
  color: #DA3D5A;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff0000;
  /* margin-top: 0; */
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #F9F9F9 inset !important;
  -webkit-text-fill-color: #707070;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #F9F9F9 inset;
  -webkit-text-fill-color: #707070;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
body .message {
  padding: 0;
  margin: 20px auto;
  max-width: 1140px;
}
button:not(.primary) {
  box-shadow: none;
}
.action.close {
  color: #000;
}
.action.primary {
  background: #fd6d3f;
  border: 1px solid #fd6d3f;
  color: #fff;
  border-radius: 3px;
  padding: 12px 38px;
  height: 45px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  text-transform: capitalize;
  width: 153px;
}
.action.secondary {
  border-radius: 3px;
  border: 0;
  background: #7C8495;
  border: 1px solid #7C8495;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  height: 36px;
  padding: 8px 20px;
}
.action.secondary:hover,
.action.secondary:focus {
  color: #fff;
  outline: none;
  background: #fd6d3f;
  border-color: #fd6d3f;
}
body button:focus {
  outline: none;
}
.action.primary:hover,
.action.primary:focus,
.action.primary:active {
  background: #218838;
  border-color: #1e7e34;
  color: #ffffff;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
input.input-text {
  padding: 9px 13px;
  vertical-align: middle;
  outline: none;
  height: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #858585;
  height: 37px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.26px;
  color: #333333;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input.input-text:focus {
  border-color: #2196F3;
  color: #333333;
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.25);
}
._keyfocus *:focus,
input[type="radio"]:not([disabled]):focus {
  box-shadow: none;
}
input[type="text"].mage-error,
input[type="password"].mage-error,
input[type="url"].mage-error,
input[type="tel"].mage-error,
input[type="search"].mage-error,
input[type="number"].mage-error,
input[type="datetime"].mage-error,
input[type="email"].mage-error,
input.input-text.mage-error {
  /* color: #7C8495; */
  /* border-color: #858585; */
}
input[type="text"].mage-error::-webkit-input-placeholder,
input[type="password"].mage-error::-webkit-input-placeholder,
input[type="url"].mage-error::-webkit-input-placeholder,
input[type="tel"].mage-error::-webkit-input-placeholder,
input[type="search"].mage-error::-webkit-input-placeholder,
input[type="number"].mage-error::-webkit-input-placeholder,
input[type="datetime"].mage-error::-webkit-input-placeholder,
input[type="email"].mage-error::-webkit-input-placeholder,
input.input-text.mage-error::-webkit-input-placeholder {
  color: rgba(124, 132, 149, 0.5);
  font-style: normal;
}
input[type="text"].mage-error::-moz-placeholder,
input[type="password"].mage-error::-moz-placeholder,
input[type="url"].mage-error::-moz-placeholder,
input[type="tel"].mage-error::-moz-placeholder,
input[type="search"].mage-error::-moz-placeholder,
input[type="number"].mage-error::-moz-placeholder,
input[type="datetime"].mage-error::-moz-placeholder,
input[type="email"].mage-error::-moz-placeholder,
input.input-text.mage-error::-moz-placeholder {
  color: rgba(124, 132, 149, 0.5);
  font-style: normal;
}
input[type="text"].mage-error:-ms-input-placeholder,
input[type="password"].mage-error:-ms-input-placeholder,
input[type="url"].mage-error:-ms-input-placeholder,
input[type="tel"].mage-error:-ms-input-placeholder,
input[type="search"].mage-error:-ms-input-placeholder,
input[type="number"].mage-error:-ms-input-placeholder,
input[type="datetime"].mage-error:-ms-input-placeholder,
input[type="email"].mage-error:-ms-input-placeholder,
input.input-text.mage-error:-ms-input-placeholder {
  color: rgba(124, 132, 149, 0.5);
  font-style: normal;
}
input[type="text"].mage-error:-moz-placeholder,
input[type="password"].mage-error:-moz-placeholder,
input[type="url"].mage-error:-moz-placeholder,
input[type="tel"].mage-error:-moz-placeholder,
input[type="search"].mage-error:-moz-placeholder,
input[type="number"].mage-error:-moz-placeholder,
input[type="datetime"].mage-error:-moz-placeholder,
input[type="email"].mage-error:-moz-placeholder,
input.input-text.mage-error:-moz-placeholder {
  color: rgba(124, 132, 149, 0.5);
  font-style: normal;
}
input[type="text"].mage-error:focus,
input[type="password"].mage-error:focus,
input[type="url"].mage-error:focus,
input[type="tel"].mage-error:focus,
input[type="search"].mage-error:focus,
input[type="number"].mage-error:focus,
input[type="datetime"].mage-error:focus,
input[type="email"].mage-error:focus,
input.input-text.mage-error:focus {
  border-width: 1px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input.input-text::-webkit-input-placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.26px;
  color: rgba(124, 132, 149, 0.5);
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input.input-text::-moz-placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.26px;
  color: rgba(124, 132, 149, 0.5);
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input.input-text:-ms-input-placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.26px;
  color: rgba(124, 132, 149, 0.5);
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input.input-text:-moz-placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.26px;
  color: rgba(124, 132, 149, 0.5);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-transform: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ffffff url(../images/angle-down.svg) no-repeat right 14px center;
  background-size: 17px;
  padding: 7px 49px 7px 26px;
  vertical-align: middle;
  outline: none;
  border: 1px solid #858585;
  height: 37px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.26px;
  color: rgba(124, 132, 149, 0.5);
}
select:focus,
select.mage-error:focus {
  border-color: #2196F3;
  color: #363636;
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.25);
}
select:-moz-focusring {
  color: transparent;
}
select.mage-error {
  color: rgba(124, 132, 149, 0.5);
  border-color: #858585;
}
select.mage-error:after {
  color: #ff0000;
}
option:not(:checked) {
  color: #707070;
}
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border: 1px solid #D5D5D5;
  font: normal normal 400 14px/19px Poppins;
  letter-spacing: 0.14px;
  color: #707070;
  background-color: #F9F9F9;
  vertical-align: middle;
  outline: none;
  height: 196px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 14px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea:focus {
  box-shadow: none;
  border-color: #000;
  color: #363636;
}
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::placeholder,
textarea::placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.26px;
  color: #7C8495;
}
textarea:hover,
textarea:focus,
textarea:active,
textarea:visited {
  outline: none;
  box-shadow: none;
}
textarea.mage-error {
  color: #ff0000;
  border-color: #ff0000;
  border-width: 1px;
  padding: 14px 20px;
  letter-spacing: -0.2px;
}
textarea.mage-error::-webkit-input-placeholder {
  color: #ff0000;
  font-style: normal;
}
textarea.mage-error::-moz-placeholder {
  color: #ff0000;
  font-style: normal;
}
textarea.mage-error:-ms-input-placeholder {
  color: #ff0000;
  font-style: normal;
}
textarea.mage-error:-moz-placeholder {
  color: #ff0000;
  font-style: normal;
}
textarea.mage-error:focus {
  border-width: 1px;
}
.mage-error {
  color: #DA3D5A;
  letter-spacing: 0;
  font-size: 14px;
  letter-spacing: 0.16px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-width: 1px;
  border-color: #ff0000;
}
body .validation-advice,
.field-error,
div.mage-error[generated] {
  color: #ff0000;
  margin-top: 3px;
  text-align: left;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.20625px;
  color: #DA3D5A;
}
.fieldset > .field {
  margin-bottom: 34px;
}
.fieldset > .field > .label,
.fieldset .label,
.fieldset > .fields > .field > .label,
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.76px;
  color: #4E4D4F;
  margin-bottom: 5px;
  float: none;
  box-sizing: border-box;
  padding: 0;
}
@media (min-width: 768px) {
  .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  font: normal normal 500 14px/21px Poppins;
  letter-spacing: 0.14px;
  margin: 0 0 0 2px;
  color: #FF1717;
}
.field .control._with-tooltip input {
  width: 100%;
  margin-right: 0;
}
.field-tooltip {
  display: none;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: block;
}
input[type="checkbox"] {
  /* display: none; */
  position: absolute;
  opacity: 0;
}
.fieldset > .field > input[type="checkbox"] + label,
.fieldset > .field > input[type="checkbox"] + a,
input[type="checkbox"] + a,
input[type="checkbox"] + label {
  position: relative;
  padding-left: 19px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  display: inline-block;
}
body:not(.catalog-product-view) input[type="checkbox"] + label:before,
body:not(.catalog-product-view) input[type="checkbox"] + a:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border: 1px solid #989898;
  background: #fff;
}
#aw-filter-cat input[type="checkbox"] + label {
  padding-left: 0px;
}
#aw-filter-cat input[type="checkbox"] + label:before {
  content: none;
}
body:not(.catalog-product-view) input[type="checkbox"]:checked + label:before,
body:not(.catalog-product-view) input[type="checkbox"]:checked + a:before,
body:not(.catalog-product-view) .filter-options-all input[type="checkbox"] + a.am_shopby_link_selected:before,
body:not(.catalog-product-view) .filter-options-all input[type="checkbox"]:checked + a:before {
  background: #000000;
}
body:not(.catalog-product-view) input[type="radio"] + label,
body:not(.catalog-product-view) input[type="checkbox"] + label {
  position: relative;
  padding-left: 32px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #000000;
  display: inline-block;
}
.fieldset .control {
  position: relative;
}
input[type="radio"] {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: absolute;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  pointer-events: none;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
body:not(.catalog-product-view) input[type="radio"] + label:before,
body:not(.catalog-product-view) input[type="checkbox"] + label:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(255, 132, 76, 0.5600000000000001);
  border: 2px solid #FF5823;
}
body:not(.catalog-product-view) input[type="radio"]:checked + label:before,
body:not(.catalog-product-view) input[type="checkbox"]:checked + label:before {
  background: #fff;
  border-width: 6px;
}
.limiter .label {
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: -0.7px;
  color: #393939;
  padding-right: 0px;
}
.limiter select {
  background-color: #fff;
  height: 65px;
  line-height: 65px;
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: -0.2px;
  color: #555555;
  box-shadow: none;
  border-radius: 10px;
  padding-right: 40px;
  padding-left: 25px;
  margin-right: 32px;
  margin-left: 9px;
  width: 101px;
}
.message.info {
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0px;
}
.message.info > *:first-child:before {
  margin: -9px 0 0;
  color: #FE9E00;
}
.nav-sections {
  margin-bottom: 0;
}
.message-config div[role="alert"] {
  padding-top: 20px;
}
.message-config .close {
  position: absolute;
  top: 15px;
  right: 16px;
  cursor: pointer;
}
.message-config {
  max-width: 1140px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.messages .message-success,
.message-config .message-success {
  height: auto;
  padding: 16px 26px 16px 43px;
  box-sizing: border-box;
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #10BD67;
  /* background: #10BD67; */
  width: 100%;
  border-radius: 0;
}
.messages .message-success div::before,
.message-config .message-success div::before {
  color: #000;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 30px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message-success .close,
.message-config .message-success .close {
  font-size: 0;
}
.messages .message-success .close:after,
.message-config .message-success .close:after {
  letter-spacing: 0px;
  color: #000;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.messages .message-error,
.message-config .message-error {
  height: auto;
  padding: 16px 26px 16px 43px;
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #C82E4A;
  /* background: #C82E4A; */
}
.messages .message-error div::before,
.message-config .message-error div::before {
  color: #000;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 28px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message-error .close,
.message-config .message-error .close {
  font-size: 0;
}
.messages .message-error .close:after,
.message-config .message-error .close:after {
  color: #000;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.messages .message.info,
.message-config .message.info {
  height: auto;
  padding: 16px 26px 16px 40px;
  box-sizing: border-box;
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #FE9E00;
  /* background: #FE9E00; */
}
.messages .message.info span::before,
.message-config .message.info span::before {
  color: #000;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 24px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message.info .close,
.message-config .message.info .close {
  font-size: 0;
}
.messages .message.info .close:after,
.message-config .message.info .close:after {
  color: #000;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.messages .message.notice,
.message-config .message.notice {
  height: auto;
  padding: 16px 26px 16px 43px;
  box-sizing: border-box;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.messages .message.notice div::before,
.message-config .message.notice div::before {
  color: #000;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 24px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message.notice .close,
.message-config .message.notice .close {
  font-size: 0;
}
.messages .message.notice .close:after,
.message-config .message.notice .close:after {
  color: #000;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
body .page-main .page.messages {
  padding-left: 0;
  padding-right: 0;
}
.message.close {
  position: absolute;
  right: 13px;
  top: 7px;
  cursor: pointer;
}
.message.info a,
.message.success a,
.message.notice a,
.message-error a {
  color: #EF4D4D !important;
}
.message.info a:hover,
.message.success a:hover,
.message.notice a:hover,
.message-error a:hover {
  text-decoration: underline;
}
.message.success > *:first-child:before {
  margin: -18px 0 0;
  color: #10BD67;
}
.message.error > *:first-child:before {
  margin: -17px 0 0;
  color: #C82E4A;
}
#confirmBox .error {
  margin: 33px 40px 5px;
  width: 100%;
}
.pager .pages {
  display: inline;
}
.pager .pages .pages-label {
  display: none;
}
.pager .pages .action {
  background-color: transparent;
  box-shadow: none;
}
.pager .pages .action.next {
  margin-left: 0;
}
.pager .pages .action.next:before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #707070;
  line-height: 21px;
}
.pager .pages .pages-items .item.pages-item-next {
  position: relative;
  top: 0;
  right: 0;
  margin-left: 20px;
}
.pager .pages .pages-item-previous {
  position: relative;
  top: 0;
  left: 5px;
}
.pager .pages .action.previous {
  margin-right: 0;
  position: relative;
  bottom: 1px;
}
.pager .pages .action.previous:before {
  content: '\f104';
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #707070;
  line-height: 21px;
}
.pager .pages .pages-items .item {
  margin: 0;
  float: left;
}
.pager .pages .pages-items .item a {
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0px;
  color: #707070;
}
.pager .pages .pages-items .item a span {
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0px;
  color: #707070;
  font-weight: 400;
}
.pager .pages .pages-items .item.current .page,
.pager .pages .pages-items .item a:hover,
.pager .pages .pages-items .item a:hover span {
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000;
  background: transparent;
}
.pager .pages .pages-items .item.current .page span {
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000;
  background: transparent;
}
.toolbar-products .pages {
  display: inline-block;
}
.pages .action.next {
  margin-left: 2px;
  vertical-align: middle;
  width: auto;
  position: relative;
}
.pages .item {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 4px;
  text-align: center;
}
.pages .items {
  white-space: inherit;
}
.pages .action.next:before,
.pages .action.next:visited:before {
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  color: #B9B9B9;
  line-height: 16px;
  padding: 0;
  font-weight: 400;
}
.pages .action.next:hover:before,
.pages .action.next:visited:hover:before {
  color: #000;
}
.page-main .pages .action.previous:hover:before,
.page-main .pages .action.previous:hover:visited:before {
  color: #000;
}
.page-main .pages .action.previous:before,
.page-main .pages .action.previous:visited:before {
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  color: #B9B9B9;
  line-height: 16px;
  padding: 0;
  font-weight: 400;
}
.page-main .pages .action.next:before {
  margin: 0 0 0 0px;
}
.pages a.page.last,
.pages a.page.first,
.pages a.page.last:hover,
.pages a.page.first:hover {
  position: relative;
  width: auto;
  border: 0;
}
.pages a.page.last,
.pages a.page.last:hover {
  padding: 0px 2px;
  width: auto;
  border: 0;
  margin-right: 0;
  margin-left: 8px;
}
.pages a.page.first,
.pages a.page.first:hover {
  padding: 0px 2px;
  width: auto;
  border: 0;
  margin-left: 0;
  margin-right: 8px;
}
.pages a.page.last:before {
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  content: "\f101";
  color: #B9B9B9;
  line-height: 19px;
  position: relative;
  bottom: 1px;
}
.pages a.page.first:before {
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  content: "\f100";
  color: #B9B9B9;
  line-height: 19px;
  position: relative;
  bottom: 1px;
}
.pages a.page.first:hover:before,
.pages a.page.first:hover:visited:before,
.pages a.page.last:hover:before,
.pages a.page.last:hover:visited:before {
  color: #000;
}
.pages .action.next:after,
.page-main .action.previous:after {
  display: none;
}
.page-main .pages .action {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 10px;
  border: 0;
  min-width: auto;
  vertical-align: middle;
}
.page-main .pages .action:hover {
  background: transparent;
}
.page-main .action.previous {
  margin-right: 0;
  color: #707070;
  vertical-align: middle;
  width: auto;
}
.pages .action.previous:before {
  font-size: inherit;
  margin: 0 0 0 0px;
}
.page-main .action.previous:hover,
.page-main .action.previous:hover:before,
.page-main .action.previous:before:hover {
  color: #fff;
}
.pages .action {
  border: 0;
}
.pages a.page,
.pages a,
.pages a.page:visited {
  border: 0;
  padding: 0 10px;
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0px;
  font: normal normal normal 16px/19px Poppins;
  letter-spacing: 0px;
  color: #707070;
}
.pages strong.page,
.pages a.page:hover,
.pages a.page:visited:hover {
  background: transparent;
  padding: 0 2px;
  -moz-border-radius: 0px;
  border-radius: 0%;
  -webkit-border-radius: 0%;
  font: normal normal normal 16px/19px Poppins;
  letter-spacing: 0px;
  color: #000;
  border-bottom: 1px solid #000;
  margin: 0 8px;
}
@media (max-width: 1600px) {
  body:not(.cms-index-index) main h1,
  body main .h1 {
    font-size: 65px;
    line-height: 80px;
  }
  body:not(.cms-index-index) main h2,
  body main .h2 {
    font-size: 50px;
    line-height: 66px;
  }
  body:not(.cms-index-index) main h3,
  body main .h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 1400px) {
  body:not(.cms-index-index) main h1,
  body main .h1 {
    font-size: 60px;
    line-height: 96px;
  }
  body:not(.cms-index-index) main h2,
  body main .h2 {
    font-size: 48px;
    line-height: 72px;
  }
  body:not(.cms-index-index) main h3,
  body main .h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  body:not(.catalog-product-view) input[type="radio"] + label {
    padding-left: 28px;
  }
  body:not(.catalog-product-view) input[type="radio"] + label:before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
@media (max-width: 1199px) {
  body:not(.cms-index-index) main h1,
  body main .h1 {
    font-size: 56px;
    line-height: 96px;
  }
  body:not(.cms-index-index) main h2,
  body main .h2 {
    font-size: 45px;
    line-height: 72px;
  }
  body:not(.cms-index-index) main h3,
  body main .h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .cms-styleguide #maincontent.page-main,
  body .page-main .container {
    padding: 0 30px !important;
  }
  body:not(.cms-index-index) main h1,
  body main .h1 {
    font-size: 50px;
    line-height: 96px;
  }
  body:not(.cms-index-index) main h2,
  body main .h2 {
    font-size: 42px;
    line-height: 72px;
  }
  body:not(.cms-index-index) main h3,
  body main .h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  body:not(.cms-index-index) main h4,
  body main .h4 {
    font-size: 30px;
    line-height: 40px;
  }
  body:not(.catalog-product-view) input[type="radio"] + label {
    padding-left: 25px;
  }
  body:not(.catalog-product-view) input[type="radio"] + label:before {
    width: 17px;
    height: 17px;
    top: 3px;
  }
  body:not(.catalog-product-view) input[type="radio"]:checked + label:before {
    border-width: 5px;
  }
  select {
    padding: 7px 46px 7px 20px;
  }
}
@media (min-width: 768px) {
  body .fieldset > .field > .label,
  body .page-main .fieldset > .field:not(.choice) > label.label {
    float: none !important;
    box-sizing: border-box;
    padding: 0;
  }
}
@media (max-width: 767px) {
  body:not(.cms-index-index) main h1,
  body main .h1 {
    font-size: 42px;
    line-height: 52px;
  }
  body:not(.cms-index-index) main h2,
  body main .h2 {
    font-size: 35px;
    line-height: 42px;
  }
  body:not(.cms-index-index) main h3,
  body main .h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  body:not(.cms-index-index) main h4,
  body main .h4 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 499px) {
  body:not(.cms-index-index) main h1,
  body main .h1 {
    font-size: 32px;
    line-height: 40px;
  }
  body:not(.cms-index-index) main h2,
  body main .h2 {
    font-size: 28px;
    line-height: 32px;
  }
  body:not(.cms-index-index) main h3,
  body main .h3 {
    font-size: 26px;
    line-height: 30px;
  }
  body:not(.cms-index-index) main h4,
  body main .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
