@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  max-height: 100%;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #585858;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #585858;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #f07d26;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #f07d26;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #333;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #f07d26;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #363636;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #363636;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #363636;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #585858;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #585858;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #585858;
  cursor: pointer;
  display: inline-block;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #585858;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 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 {
  color: #c2c2c2;
}
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 {
  color: #c2c2c2;
}
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 {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.428571429;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'cvtotaal-font-v1';
  src: url('../fonts/cvtotaal-font-v1.eot?wqm1za');
  src: url('../fonts/cvtotaal-font-v1.eot?wqm1za#iefix') format('embedded-opentype'), url('../fonts/cvtotaal-font-v1.ttf?wqm1za') format('truetype'), url('../fonts/cvtotaal-font-v1.woff?wqm1za') format('woff'), url('../fonts/cvtotaal-font-v1.svg?wqm1za#cvtotaal-font-v1') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cvtotaal-font-v1' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Tag:before {
  content: "\74";
}
.icon-Filter:before {
  content: "\66";
}
.icon-Ticket:before {
  content: "\e902";
}
.icon-Delivery-bus:before {
  content: "\e903";
}
.icon-Gift:before {
  content: "\e904";
}
.icon-Pin:before {
  content: "\e905";
}
.icon-Shopping-basket:before {
  content: "\e906";
}
.icon-Shopping-cart:before {
  content: "\e907";
}
.icon-arrow-bottom:before {
  content: "\e908";
}
.icon-spin-around-reverse:before {
  content: "\e909";
}
.icon-spin-around:before {
  content: "\e90a";
}
.icon-spin-right:before {
  content: "\e90b";
}
.icon-spin-left:before {
  content: "\e90c";
}
.icon-arrow-down:before {
  content: "\e90d";
}
.icon-arrow-up:before {
  content: "\e90e";
}
.icon-arrow-right:before {
  content: "\e90f";
}
.icon-arrow-left:before {
  content: "\e910";
}
.icon-check:before {
  content: "\e911";
}
.icon-star:before {
  content: "\e912";
}
.icon-question-bubble:before {
  content: "\e913";
}
.icon-text-bubble:before {
  content: "\e914";
}
.icon-dot:before {
  content: "\e915";
}
.icon-min:before {
  content: "\2d";
}
.icon-plus:before {
  content: "\2b";
}
.icon-Close-x:before {
  content: "\78";
}
.icon-heart:before {
  content: "\e919";
}
.icon-thumb-like:before {
  content: "\e91a";
}
.icon-Download:before {
  content: "\e91b";
}
.icon-zoom-min:before {
  content: "\e91c";
}
.icon-zoom:before {
  content: "\e91d";
}
.icon-zoom-plus:before {
  content: "\e91e";
}
.icon-sign-question:before {
  content: "\3f";
}
.icon-sign-attention:before {
  content: "\21";
}
.icon-sign-warning:before {
  content: "\e921";
}
.icon-sign-info:before {
  content: "\69";
}
.icon-calendar:before {
  content: "\e923";
}
.icon-User:before {
  content: "\e924";
}
.icon-time-reverse:before {
  content: "\e925";
}
.icon-Star-filled:before {
  content: "\e926";
}
.icon-Home:before {
  content: "\68";
}
.icon-Cloud-Check:before {
  content: "\e928";
}
.icon-Cloud-Download:before {
  content: "\e929";
}
.icon-Cloud-Upload:before {
  content: "\e92a";
}
.icon-Cloud:before {
  content: "\e92b";
}
.icon-Tool-Filled:before {
  content: "\e92c";
}
.icon-Tools:before {
  content: "\e92d";
}
.icon-Flash:before {
  content: "\e92e";
}
.icon-Water:before {
  content: "\e92f";
}
.icon-Heater:before {
  content: "\e930";
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #f07d26;
}
.message.info a:hover {
  color: #333;
}
.message.info a:active {
  color: #333;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #f07d26;
}
.message.error a:hover {
  color: #333;
}
.message.error a:active {
  color: #333;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #f07d26;
}
.message.warning a:hover {
  color: #333;
}
.message.warning a:active {
  color: #333;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #f07d26;
}
.message.notice a:hover {
  color: #333;
}
.message.notice a:active {
  color: #333;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #f07d26;
}
.message.success a:hover {
  color: #333;
}
.message.success a:active {
  color: #333;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #fff;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #1a4086;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #585858;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #585858;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #585858;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #a2a2a2;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #f07d26;
  border: 1px solid #f07d26;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #1a4086;
  border: 1px solid #1a4086;
  color: #fff;
}
.action.primary:hover {
  background: #1a4086;
  border: 1px solid #1a4086;
  color: #fff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 1px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 0 solid #d1d1d1;
  border-left: 0 solid #d1d1d1;
  border-right: 0 solid #d1d1d1;
  border-top: 0 solid #d1d1d1;
  height: 40px;
  padding: 14px 20px 1px 20px;
  font-weight: 500;
  line-height: 40px;
  font-size: 1.8rem;
  color: #a2a2a2;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #a2a2a2;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #585858;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #585858;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #f0f0f0;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #f0f0f0;
  color: #585858;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #f0f0f0;
  border: 0 solid #d1d1d1;
  margin: 0 0 1px;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #f07d26;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #f07d26;
}
.pages a.page:hover {
  color: #333;
  text-decoration: none;
}
.pages a.page:active {
  color: #f07d26;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #585858;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #a2a2a2;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #a2a2a2;
}
.pages .action:hover {
  color: #a2a2a2;
  text-decoration: none;
}
.pages .action:active {
  color: #a2a2a2;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #a2a2a2;
}
.pages .action.next:active:before {
  color: #a2a2a2;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #a2a2a2;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #a2a2a2;
}
.pages .action.next:active:before {
  color: #a2a2a2;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #a2a2a2;
}
.pages .action.previous:active:before {
  color: #a2a2a2;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #a2a2a2;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #a2a2a2;
}
.pages .action.previous:active:before {
  color: #a2a2a2;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #585858;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #585858;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #585858;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #585858;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #1a4086;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #3f3f3f;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.product-items,
.prices-tier,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.product-items > li,
.prices-tier > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #585858;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #585858;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin-bottom: 15px;
}
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filtered .item .action.remove,
.sidebar .action.delete {
  display: inline-block;
  text-decoration: none;
}
.filtered .item .action.remove > span,
.sidebar .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filtered .item .action.remove:before,
.sidebar .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filtered .item .action.remove:hover:before,
.sidebar .action.delete:hover:before {
  color: #303030;
}
.filtered .item .action.remove:active:before,
.sidebar .action.delete:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #585858;
  text-decoration: none;
}
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #585858;
  text-decoration: underline;
}
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #585858;
  text-decoration: underline;
}
.product-item-name > a:active,
.product.name a > a:active {
  color: #585858;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after {
  content: '';
  display: table;
}
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.sidebar .product-items-images:after {
  clear: both;
}
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show {
  box-sizing: border-box;
}
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-item-actions .actions-secondary > .action {
  display: inline-block;
  text-decoration: none;
}
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span,
.product-item-actions .actions-secondary > .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #a2a2a2;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before {
  color: #585858;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button {
  line-height: 1.42857143;
  padding: 0;
  color: #f07d26;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #f07d26;
  text-decoration: none;
}
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover {
  color: #333;
  text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #f07d26;
  text-decoration: underline;
}
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #f07d26;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #585858;
}
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #585858;
}
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.sidebar .subtitle {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter {
  color: #a2a2a2;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #585858;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #585858;
}
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #585858;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.frmb.ui-sortable {
  min-height: 300px !important;
}
.form-builder-wrap div.form-actions.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
div#frmb-0-cb-wrap {
  min-height: 300px !important;
  position: relative;
  padding-bottom: 40px;
}
.amform-form {
  max-width: 700px;
  margin: 0 auto 10px;
}
.amform-form-fieldset.fieldset {
  margin-bottom: 10px;
}
.amform-form input[type="number"] {
  max-width: 20%;
}
.amform-groupv2 {
  display: inline-block;
}
#loading_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#form_submit_loading {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
  z-index: 100000;
}
.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary {
  display: none;
}
.amform-versiontwo-label {
  margin-right: 10px;
  padding-right: 20px;
  display: inline;
  word-break: break-all;
}
.amform-popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.amform-show {
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}
.amform-content {
  position: relative;
  padding: 20px;
  height: auto;
  max-height: 60%;
  border: 1px solid #888;
  border-radius: 2%;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #fefefe;
}
.amform-popup-close {
  position: absolute;
  right: 20px;
  top: 5px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.amform-popup-close .amform-close {
  position: fixed;
}
/* captcha add additiolan div element*/
.amcform-toolbar > div {
  display: inline-block;
}
@media (min-width: 768px) {
  .amform-content {
    width: 40%;
    top: 20%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .amform-content {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .amform-content {
    width: 100%;
    top: 15%;
  }
}
@media only screen and (max-height: 480px) {
  .amform-content {
    max-height: 80%;
  }
}
.fb-date .ui-datepicker-trigger {
  margin-left: 10px;
}
.fb-date input {
  cursor: pointer;
}
.am-picker-year .ui-datepicker-calendar td a {
  padding: 8px;
}
.form-builder-wrap {
  min-height: 600px;
}
.amcform-page-titles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.amcform-page-titles .amcform-title {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  color: #333;
}
.amcform-page-titles .amcform-step {
  margin: 0 auto 20px;
  width: 35px;
  height: 35px;
  background: #1f78c2;
  border-radius: 50%;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.amcform-page-titles .amcform-title:hover {
  text-decoration: none;
}
.amcform-title-wrap {
  position: relative;
  min-width: 90px;
  max-width: 95px;
  flex-grow: 1;
  text-align: center;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.amcform-title-wrap:last-child {
  margin: 0;
}
.amcform-title-wrap:before {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background: #efeff0;
  top: 15px;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
}
.amcform-title-wrap:first-child:before,
.amcform-title-wrap:last-child:before {
  background: #fff;
}
.amcform-title-wrap:first-child .amcform-step:before,
.amcform-title-wrap:last-child .amcform-step:before {
  content: '';
  position: absolute;
  top: 15px;
  z-index: -1;
  display: block;
  height: 5px;
  width: 100%;
  background: #efeff0;
  border-radius: 10px;
}
.amcform-title-wrap:last-child .amcform-step:before {
  right: 50%;
}
.amcform-title-wrap.-disabled {
  pointer-events: none;
}
.amcform-title-wrap.-disabled .amcform-step {
  background: #95c1e8;
}
.amcform-title-wrap.-disabled .amcform-label {
  opacity: .4;
}
.amcform-title-wrap.-done .amcform-step {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTEuOTk5IDUxMS45OTkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNNTA2LjIzMSA3NS41MDhjLTcuNjg5LTcuNjktMjAuMTU4LTcuNjktMjcuODQ5IDBsLTMxOS4yMSAzMTkuMjExTDMzLjYxNyAyNjkuMTYzYy03LjY4OS03LjY5MS0yMC4xNTgtNy42OTEtMjcuODQ5IDAtNy42OSA3LjY5LTcuNjkgMjAuMTU4IDAgMjcuODQ5bDEzOS40ODEgMTM5LjQ4MWM3LjY4NyA3LjY4NyAyMC4xNiA3LjY4OSAyNy44NDkgMGwzMzMuMTMzLTMzMy4xMzZjNy42OS03LjY5MSA3LjY5LTIwLjE1OSAwLTI3Ljg0OXoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  font-size: 0;
}
.action.primary.amcform-next,
.action.primary.amcform-prev {
  display: inline-block;
  margin: 20px auto;
  min-width: 120px;
  padding: 10px;
}
.action.primary.amcform-prev {
  margin-right: 15px;
}
.action.primary.amcform-submit {
  float: none;
}
.amcform-gdpr {
  display: none;
}
.amcform-toolbar {
  text-align: right;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  margin-right: 10px;
  max-height: 30px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 30px;
  height: 30px;
}
.am-attachments .am-fileline .am-filesize {
  font-size: 90%;
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  top: 0;
  opacity: 1;
}
.ampromo-items-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #fff;
}
.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
  text-align: center;
}
.ampromo-items-content .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-items-content .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s;
}
.ampromo-items-content .ampromo-item:hover {
  background: #ccc;
}
.ampromo-items-content .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-items-content .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-items-content .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-items-content .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-items-content .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-items-content .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-items-content .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-items-content .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-items-content .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-items-content .ampromo-title {
  margin: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0!important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .action-gift,
.ampromo-slick .slick-dots .action-gift:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
.columns .column.main {
  max-width: 100%;
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #ccc;
  box-shadow: 1px 0 3px #ccc;
  word-wrap: break-word;
  background: #fff;
}
.ui-tooltip .arrow {
  position: absolute;
  left: 15px;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow::after {
  content: "";
  position: absolute;
  border-top: 10px solid #ccc;
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  border-top: 9px solid #fff;
  border-right: 19px solid transparent;
  z-index: 9;
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .am-brand-small_image {
  margin: auto;
  display: block;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  margin: auto;
  display: block;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .brand-title {
  margin-top: 10px;
  min-height: 40px;
  color: #4f4f4f;
  word-break: break-all;
  word-break: break-word;
  font-size: 15px;
  line-height: 1.2;
}
.amslider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.amslider .swiper-pagination-bullet-active {
  background: #4f4f4f;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 2;
}
.amslider .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 0;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}
.amslider .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.amslider .no-img {
  margin: auto;
}
.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2;
}
.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px;
}
.brands-filters .letters {
  margin-top: 4px;
}
.brands-filters .letter.-disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f1f1f1;
}
.brands-filters .letter.hide {
  display: none;
}
.brands-filters .letter:hover,
.brands-filters .letter.-active {
  background: #fed285;
}
.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.ambrands-search-wrapper #livesearch {
  position: absolute;
  display: none;
  width: 365px;
  max-width: 100%;
  max-height: 250px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
  border-top: 2px solid #309ef3;
  z-index: 99;
}
.ambrands-search-wrapper #livesearch a {
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}
.ambrands-search-wrapper #livesearch a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.brand-images .brands-letter {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400;
}
.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2;
}
.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px;
}
.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333;
  -webkit-justify-content: flex-start;
}
.brands-letter .brand-item .item:hover {
  text-decoration: none;
}
.brands-letter .brand-item .no-img {
  color: #e2e2e2;
}
.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  min-width: 25px;
  height: 25px;
  padding: 0 3px;
  line-height: 25px;
  text-align: center;
  background: #F58C12;
  border-radius: 20px;
  color: #fff;
}
.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word;
}
.brands-letter .brand-item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  display: block;
  height: 1px;
  background: #b2b2b2;
}
.brands-letter .brand-item .item:hover .label:before {
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands-letter .brand-item .am-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-letter .brand-item .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.bare-list .ambrands-image {
  pointer-events: none;
}
.amslider-header-container {
  padding: 5px 0 5px 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
  color: #000;
  background: #e2e2e2;
}
.icon .brand-label {
  float: left;
}
.brand-images li.brand-item {
  list-style-type: none;
  text-align: center;
}
ul.bare-list img {
  display: block;
  margin: 0 auto;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
  display: block;
}
.amslider.am-brand-slider {
  max-width: 100%;
  padding: 0;
}
.amslider.am-brand-slider .swiper-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.amslider.am-brand-slider .am-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.amslider.am-brand-slider .slide {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.amslider.am-brand-slider .slide .am-image-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.amslider .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 9px 20px 0;
  max-width: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  text-align: center;
  color: #4f4f4f;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #bbb;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .swiper-brand .am-image {
  height: auto;
}
.children-category-container.swiper-container {
  width: calc(100% - 2 * 27px);
  margin: auto;
}
.children-category-container .swiper-wrapper {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.amslider .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  color: #4f4f4f;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
.amslider .swiper-slide .swiper-brand .no-img {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  height: 100%;
  margin: 0;
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .swiper-brand {
    width: 100%;
  }
  .swiper-brand .no-img {
    width: 100%;
  }
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333;
  background: #fff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #fff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search__index ul:not(.blog-post-info) {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) {
  margin: 2rem 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):before,
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):after {
  content: '';
  display: table;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):after {
  clear: both;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):last-child:not(.blog-post-info-item) {
  margin-bottom: 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title > a {
  color: #333;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title > span {
  color: #aaa;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-content {
  color: #666;
  margin: .5rem 0 0 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ff0;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
/**
 * @author Pieter Zandbergen <pmzandbergen@86id.nl>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
.cms-airco-berekenen .page-main {
  max-width: unset;
  padding: 0 !important;
}
.airco-orange-image {
  background-image: url('../images/airco_header.jpg');
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  height: 490px;
}
.aircoCalculator .form-control-range {
  width: 100%;
}
.aircoCalculator .reset-button {
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
  padding: 7px 20px;
  vertical-align: middle;
  color: #585858;
}
.aircoCalculator .calculate-button {
  background-color: #2155b5;
  border: 1px solid #2155b5;
}
.aircoCalculator .btn.btn-primary.action.primary {
  margin-top: 10px;
}
.aircoCalculator .error {
  display: none;
}
.aircoCalculator .result {
  display: none;
}
.aircoCalculator .result h3,
.aircoCalculator .result p {
  font-weight: bold;
  text-align: center;
}
.aircoCalculator .result .result-subheading {
  font-size: 24px;
  font-weight: 200;
}
.aircoCalculator .result a.action.primary {
  margin-top: 10px;
}
.aircoCalculator .help-dimensions {
  color: #94949e;
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 5px;
}
.aircoCalculator .products {
  display: none;
}
.aircoCalculator h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.aircoCalculator > .row {
  background-image: url("../images/airco_header.jpg");
  background-size: cover;
}
.aircoCalculator > .row > .col-12 > div {
  background-color: #f3f3f3;
  padding: 30px 20px;
}
.aircoCalculator > .row > .results {
  background-color: #f3f3f3;
  padding: 30px 10px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-left: 10%;
  text-align: center;
}
.aircoCalculator .form-group {
  margin-bottom: 10px;
}
.aircoCalculator .form-group .row {
  margin-bottom: 0px;
}
.aircoCalculator .form-group .row .col-9 {
  margin-bottom: 0;
  margin-top: 0;
}
.aircoCalculator .form-group .custom-select {
  display: inline-block;
  padding: 0 0 0 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.aircoCalculator .form-group .slider {
  height: auto;
  width: 140px;
  display: inline-block;
  vertical-align: middle;
}
.aircoCalculator label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
}
.aircoCalculator .form-control {
  display: block;
  width: 100%;
  height: calc(4.25em);
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: .375rem 0;
  margin-right: 0.75rem;
}
.aircoCalculator input[type=number] {
  width: 50px;
  float: unset;
}
.aircoCalculator .unit {
  float: unset;
  margin-top: 0;
  margin-left: 5px;
  display: inline-block;
}
.aircoCalculator .tooltip {
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 17.15px;
  margin-top: -36px;
  opacity: 0.9;
  overflow-wrap: normal;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  pointer-events: none;
  position: absolute;
  text-align: start;
  text-decoration: none;
  text-decoration-color: #333333;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-shadow: none;
  text-transform: none;
  transform: matrix(1, 0, 0, 1, -11.3333, 0);
  white-space: normal;
  word-break: normal;
  word-spacing: 0px;
  z-index: 1070;
}
.aircoCalculator .tooltip:not(.in) {
  display: none;
}
.aircoCalculator .tooltip .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-style: solid;
  border-left-width: 5px;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-style: solid;
  border-right-width: 5px;
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 5px;
  bottom: 0px;
  box-sizing: border-box;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 5px;
  left: 50%;
  letter-spacing: normal;
  line-height: 17.15px;
  margin-left: -5px;
  overflow-wrap: normal;
  pointer-events: none;
  position: absolute;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  width: 10px;
  word-break: normal;
  word-spacing: 0px;
}
.aircoCalculator .tooltip .tooltip-inner {
  background-color: #000000;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 17.15px;
  max-width: none;
  overflow-wrap: normal;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  pointer-events: none;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  word-break: normal;
  word-spacing: 0;
}
.aircoCalculator .result-image {
  display: block;
  margin: 0 auto;
}
.aircoCalculator .result-info {
  font-size: 24px;
  font-weight: bold;
  color: #585858;
  margin-top: 20px;
}
.aircoCalculator .result-info .result-info-heading {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.aircoCalculator .result-info p {
  display: inline-block;
}
.aircoCalculator .result-info .result-tooltip {
  display: inline-block;
  color: #94949e;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.aircoCalculator .result-info .result-tooltip .tooltiptext {
  text-align: left;
  font-weight: normal;
  visibility: hidden;
  background-color: #d6ead6;
  color: #000000;
  padding: 20px 15px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: -135px;
  margin-left: -60px;
  width: auto;
  min-width: 320px;
}
.aircoCalculator .result-info .result-tooltip.active {
  color: #2155b5;
}
.aircoCalculator .result-info .result-tooltip.active .tooltiptext {
  visibility: visible;
}
.aircoCalculator .result-info .btn.btn-primary.action.primary {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
}
.aircoCalculator .result-info .close {
  float: right;
  font-size: 16px;
  margin-top: -10px;
  height: 16px;
  width: 16px;
}
.aircoCalculator .result-info .close:hover {
  cursor: pointer;
}
.aircoCalculator .result-break {
  border-color: #2155b5;
}
.aircoCalculator .result-table th {
  font-size: 16px;
}
.aircoCalculator .result-table td {
  font-size: 16px;
}
.aircoCalculator .result-table > tbody > tr > td {
  font-weight: normal;
  padding: 2px 0;
}
.aircoCalculator .result-table > tbody > tr > th {
  font-weight: normal;
  padding: 2px 0;
}
.aircoCalculator .result-table .result-align-right {
  text-align: right;
}
.aircoCalculator .result-image-div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
}
.aircoCalculator .result-image-div svg {
  fill: #2155b5;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.aircoCalculator .slider.slider-horizontal {
  width: 190px;
}
.aircoCalculator .slider.slider-horizontal .slider-tick {
  margin-left: 0;
}
.aircoCalculator p:first-of-type {
  font-size: 20px;
  line-height: 24px;
}
.aircoCalculator .slick-list {
  padding: 0 20px 0 0;
}
.aircoCalculator .roomInput {
  margin: 0;
}
.aircoCalculator .form-control-range {
  width: 100%;
}
.bereken-container {
  width: unset;
  margin: 0 auto;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.bereken-container .page-title-wrapper {
  display: block;
}
.bereken-container .page-title-wrapper .page-title .base {
  font-weight: bold;
}
.bereken-container h1 {
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bereken-container h1,
.bereken-container h2,
.bereken-container h3 {
  font-weight: bold;
}
.bereken-container .action-button .btn {
  padding: 10px;
  border-radius: 5px;
  background-color: #f07d26;
  color: white;
  font-weight: bold;
  display: block;
  width: 50%;
  text-align: center;
}
.result-info-heading p b {
  font-size: 24px;
}
.result-download {
  color: #2155b5;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}
.calc-button {
  font-size: 16px;
}
.slider.slider-horizontal .slider-handle {
  margin-left: 0;
}
.airco-types {
  position: relative;
  background-color: #1a4086;
  background-image: url('../images/binnen-unit-met-bank-blauw.jpg');
  background-position: center;
  background-size: cover;
  height: 175px;
  padding: 18px;
  color: #ffffff;
}
.airco-types .airco-type-wrapper {
  max-width: 1364px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}
.airco-types .airco-type-box {
  float: left;
  left: 0;
  position: relative;
  background-color: white;
  color: black;
  padding: 10px;
}
.airco-types .airco-type-box .title {
  font-weight: bold;
  font-size: 20px;
}
.airco-types .airco-type-box .blog-button {
  color: white;
  background-color: #2155b5;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cms-airco-berekenen .page-wrapper .page-main {
    max-width: 100%;
  }
  .aircoCalculator .form-group .slider {
    width: 190px;
  }
  .airco-types {
    height: 300px;
  }
  .airco-types .airco-type-box {
    padding: 20px;
    width: 50%;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .airco-types .airco-type-box .title {
    font-size: 32px;
  }
  .airco-types .airco-type-box p {
    font-size: 16px;
    line-height: 1;
    font-weight: 200;
  }
  .airco-types .airco-type-box .blog-button {
    margin: 10px 0 10px 0;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .cms-airco-berekenen .page-main {
    max-width: 100%;
  }
  .bereken-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1364px;
  }
  .bereken-container h1 {
    font-size: 42px;
  }
  .bereken-container p {
    font-size: 16px;
  }
  .bereken-container .action-button .btn {
    width: 20%;
  }
  .aircoCalculator .result-info .btn.btn-primary.action.primary {
    margin: 0 auto;
    margin-top: 40px;
  }
  .aircoCalculator > .row {
    background: none;
  }
  .aircoCalculator .custom-select {
    width: 60%;
  }
  .airco-types {
    height: 400px;
    background-position: inherit;
  }
}
/**
 * @author Pieter Zandbergen <pmzandbergen@86id.nl>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
.aircoProducts .filters label {
  padding: 0.3em 0.6em;
  border-radius: 10px;
  margin: 0 0.5em 0.5em 0;
  display: inline-block;
  background-color: #f5f5f5;
}
.aircoProducts .filters label.active {
  background-color: #1a4086;
  color: #e8e8e8;
}
.aircoProducts .filters label.disabled {
  opacity: 0.3;
}
.aircoProducts .filters label input {
  margin-right: 1em;
}
.aircoProducts .products {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -10px;
}
.aircoProducts .products .product {
  box-sizing: border-box;
  padding: 1em 1em 126px 1em;
  border: 10px solid #fff;
  background-color: #fff;
  color: #585858;
  text-decoration: none;
  position: relative;
  flex: 0 0 100%;
}
.aircoProducts .products .product img {
  width: 100%;
}
.aircoProducts .products .product dl {
  margin: 0 -12px;
  background-color: #ededed;
  padding: 12px;
}
.aircoProducts .products .product .price {
  font-size: 1.4em;
  position: absolute;
  bottom: 70px;
}
.aircoProducts .products .product .price .normal {
  text-decoration: line-through;
  padding-right: 0.5em;
}
.aircoProducts .products .product .price::after {
  content: 'Incl. BTW';
  display: block;
  font-size: 12px;
  color: #989898;
}
.aircoProducts .products .product .name {
  font-size: 1.6em;
  font-weight: 700;
  color: #1a4086;
}
.aircoProducts .products .product:hover::before {
  border-color: #e0e0e0;
}
.aircoProducts .products .product::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #ededed;
}
.aircoProducts .products .product::after {
  content: 'Verder naar product';
  display: block;
  background-color: #f07d26;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  border-radius: 10px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.aircoProducts .products::after {
  content: '';
  flex: auto;
}
/**
 * @author Victor Huisman <victor@3webapps.com>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
.button-wrapper {
  position: relative;
}
.button-wrapper .options {
  width: 100%;
}
.radiatorSelector {
  background-color: white;
  padding: 10px;
}
.radiatorSelector h3 {
  color: #2155b5;
  font-size: 28px;
  line-height: 24px;
  font-weight: bold;
}
.radiatorSelector .radiatorSelector-label {
  font-weight: bold;
  font-size: 16px;
  color: #585858;
  line-height: 16px;
}
.radiatorSelector .options {
  position: absolute;
  background: white;
  color: #585858;
  /*min-width: 300px;*/
  /*box-shadow: 0 0 20px;*/
  z-index: 999;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-top: 1px solid #2155b5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.radiatorSelector .options ul {
  padding: 0;
  list-style: none;
}
/*.radiatorSelector .options li {*/
/*    margin: 1em;*/
/*    border: 2px solid #585858;*/
/*    padding: 0.4em 0.8em;*/
/*    border-radius: 5px;*/
/*}*/
.radiatorSelector .options label {
  display: block;
  /*margin: 0.8em;
    border: 1px solid #585858;*/
  padding: 0.4em 0.8em;
  /*border-radius: 5px;*/
  position: relative;
}
.radiatorSelector .options input {
  /*position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 2em;*/
  padding: 0;
  margin: 0;
  margin-right: 10px;
  float: left;
  height: auto;
  width: unset;
}
.radiatorSelector .filters {
  display: flex;
  flex-wrap: wrap;
}
.radiatorSelector .filter {
  flex-grow: 1;
  padding: 0.5em;
  min-width: 25%;
  display: block;
  width: 100%;
}
.radiatorSelector .show {
  position: relative;
  width: 100%;
  text-align: left;
  background: transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #cccccc;
  color: #94949e;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  height: 36px;
}
.radiatorselector-advanced {
  width: 100%;
  padding: 0.5rem;
  display: block;
}
.radiatorselector-advanced .advanced {
  color: #2155b5;
  font-weight: bold;
  padding: 0.5rem;
  position: relative;
}
.chevron:before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  /*top: 0.15em;*/
  top: 7px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}
.chevron.left:before {
  left: -4px;
  top: -5px;
  transform: rotate(45deg);
}
.radiatorSelector .show .chevron:before,
.radiatorselector-advanced .advanced .chevron:before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  /*top: 0.15em;*/
  top: 7px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}
.radiatorSelector .show .chevron:before {
  float: right;
}
.radiatorSelector .show .chevron.bottom:before,
.radiatorselector-advanced .advanced .chevron.bottom:before {
  top: 3px;
  transform: rotate(135deg);
}
.radiatorCalculator .result h3,
.radiatorCalculator .result p {
  text-align: center;
}
.advanced-options-wrapper {
  display: none;
}
.radiatorSelector input[type=submit] {
  width: 50%;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}
.radiatorSelector .actions {
  display: flex;
}
.radiatorSelector .actions button,
.radiatorSelector .actions .cart.table-wrapper .actions-toolbar > .action,
.radiatorSelector .actions .action-gift {
  flex-grow: 1;
  margin: 0.8em;
}
.radiatorSelector .actions button.apply,
.radiatorSelector .actions .cart.table-wrapper .actions-toolbar > .action.apply,
.radiatorSelector .actions .action-gift.apply {
  flex-grow: 1;
  background-color: #f07d26;
  color: white;
}
.radiatorSelector p span.subtitle {
  color: black !important;
}
.usp-info li {
  color: black;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .radiatorSelector {
    padding: 30px;
    width: 75%;
    margin: 0 auto;
  }
  .radiatorSelector .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 24px;
    color: #2155b5;
  }
  .radiatorSelector p .subtitle {
    color: #585858;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
  .usp-info li {
    font-size: 16px;
    line-height: 16px;
  }
  .radiatorSelector .filters .filter {
    padding-left: 0;
  }
  .radiatorSelector input[type=submit] {
    width: 100%;
    display: block;
    border-radius: 5px;
  }
  .radiatorselector-advanced .advanced {
    top: 25px;
  }
  .radiatorselector-advanced .advanced.bottom {
    top: 25px;
  }
  .cms-home.cms-index-index.page-layout-1column .radiatorSelector .filters .filter {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .cms-home.cms-index-index.page-layout-1column .radiatorSelector {
    margin: 0 auto;
  }
  .radiatorSelector {
    padding: 30px;
    width: 500px;
    margin: 40px 50%;
  }
  .radiatorSelector .title {
    font-size: 40px;
    line-height: 28px;
  }
  .radiatorSelector .subtitle {
    color: #585858;
    font-size: 16px;
    font-weight: normal;
  }
  .radiatorselector-advanced {
    padding-left: 0;
  }
  .radiatorselector-advanced .advanced {
    top: 25px;
    font-size: 16px;
  }
  .radiatorselector-advanced .advanced.bottom {
    top: 25px;
  }
  .radiatorSelector .filters .filter {
    padding-left: 0;
  }
  .usp-info li {
    font-size: 16px;
  }
  .radiatorWidget .radiatorSelector input {
    top: 4px;
  }
  .radiatorSelector input[type=submit] {
    width: 100%;
    display: block;
    border-radius: 5px;
  }
}
.monthly_payment #monthlyPayment {
  z-index: 4001;
}
.monthly_payment .hint:before {
  background: #1a4086;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  content: '?';
  border-radius: 999px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
}
.monthly_payment .modal {
  background: rgba(0, 0, 0, 0.6);
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-hightlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-width: 16px;
  max-height: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-content .delimiter {
  margin: 0 5px;
  line-height: 30px;
}
.filter-options-content .range {
  display: flex;
  align-items: center;
  margin-top: 10px;
  text-align: center;
}
.filter-options-content .am-filter-price {
  padding: 5px;
  max-width: 50px;
  width: 46%;
}
.filter-options-content .items a {
  margin-left: 0;
}
.filter-options-content .count {
  display: inline-flex;
}
.filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-content .am-shopby-form {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.am-show-more {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -ms-transition: 0.1;
  transition: 0.1;
  position: relative;
  display: none;
  margin-top: 10px;
  padding: 5px 25px 10px 0;
  color: inherit;
  cursor: pointer;
}
.am-show-more:hover {
  background-color: transparent;
  color: #006bb4;
}
.am-show-more:before,
.am-show-more:after {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -ms-transition: 0.1;
  transition: 0.1;
  position: absolute;
  right: 0;
  width: 8px;
  height: 1px;
  background: #000;
  content: '';
}
.am-show-more:before {
  right: 5px;
  transform: rotate(45deg);
}
.am-show-more:after {
  transform: rotate(-45deg);
}
.am-show-more.-active {
  display: flex;
  align-items: center;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  right: 6px;
  transform: rotate(-45deg);
}
.am-show-more[data-is-hide='false']:after {
  transform: rotate(45deg);
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.am-filter-go {
  margin: 15px 0 0;
  width: 25%;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.amshopby-slider-container {
  margin: 10px 15px 15px 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  height: 10px;
  background: #b6b6b6;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  margin-top: -5px;
  margin-left: -5px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f98b25;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  background-color: #e17e17;
}
.amshopby-slider-container .amshopby-slider-display {
  text-align: center;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  margin: 0 0 5px 0 !important;
  line-height: initial;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
  border-bottom: 1px solid #ccc;
}
.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0;
}
.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  z-index: 9999;
  margin-top: 5px;
  min-width: 100px;
  border: 1px solid #ccc;
  background-color: white;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 5px;
  right: 8px;
}
.filter-options .items .items-children.-folding {
  padding-left: 18px;
  width: 100%;
  list-style: none;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .items.amshopby-fly-out-view .items-children {
  z-index: 9999;
  background-color: #fff;
}
.filter-options .am-ranges {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items.amshopby-fly-out-view .item {
  display: flex;
  align-items: center;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.filter-options .items.amshopby-fly-out-view .item:hover {
  background-color: #ccc;
}
.filter-options .items.amshopby-fly-out-view .item:first-child {
  border-top: 1px solid #ccc;
}
.filter-options .items.amshopby-fly-out-view .item > .am-input {
  margin: 14px 5px 14px 10px;
  top: 0;
}
.filter-options .items.amshopby-fly-out-view a:hover {
  background-color: transparent;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  z-index: 9;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  max-height: 300px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: white;
  white-space: nowrap;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view a {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  border-width: 1px 0 0 0;
  font-size: 0;
  line-height: 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  min-width: 130px;
  max-width: 350px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a {
  display: block;
  box-sizing: border-box;
}
.am-filter-items-stock .am_shopby_link_selected,
.am-filter-items-rating .am_shopby_link_selected {
  background-color: #e8e8e8;
  text-decoration: none;
}
.am_shopby_link_selected {
  font-weight: bold;
}
.amshopby-fly-out-view.ui-menu {
  position: relative;
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view a {
  display: inline-block;
  padding: 10px;
}
.amshopby-fly-out-view input[type='checkbox'],
.amshopby-fly-out-view input[type='radio'] {
  margin: 3px 3px 3px 4px;
}
.amshopby-category-dropdown {
  display: block;
  overflow: hidden;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  border: 1px solid #adadad;
  background-color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 400;
  cursor: pointer;
}
.amshopby-category-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0 .4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
}
.amshopby-category-dropdown:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.2rem;
  border: 1px solid #adadad;
  background-color: #e3e3e3;
  content: '';
}
.am-category-wrapper {
  position: relative;
  display: block;
  user-select: none;
}
.am-category-wrapper._active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 17px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0 !important;
}
.am-category-wrapper .am-multiselect-crumb {
  position: relative;
  display: inline-block;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  border: 1px solid #a79d95;
  border-radius: 1px;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  line-height: 1;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 20px;
}
.filter-options .am-labels-folding .item .am-input {
  top: inherit;
  margin: 0 5px 0 0;
}
.am-labels-folding .am-collapse-icon {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  align-self: flex-start;
}
.am-labels-folding .am-collapse-icon:after {
  position: static;
  margin: 0;
}
.am-collapse-icon {
  position: absolute;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.am-collapse-icon:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -0.5rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0 .4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
  transform: rotate(-90deg);
}
.am-collapse-icon._active:after {
  transform: rotate(0deg);
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
#amasty-shopby-product-list #amasty-shopby-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  width: 100%;
  background: #fff;
  opacity: .5;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  background-image: url('../Amasty_Shopby/images/loader-1.gif');
  transform: translate(-50%, -10%);
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader:before {
  content: '';
}
.amshopby-option-link {
  display: inline-block;
  clear: both;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 9999;
  width: 100%;
  transition: left .2s ease;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 999;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  background: #eee;
  text-align: center;
}
.am-show-button > .am-items {
  font-size: 15px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background-image: url('../Amasty_Shopby/images/loader-1.gif');
  background-size: contain;
  vertical-align: middle;
}
.am-show-button > .am-button {
  margin-left: 15px;
  padding: 17px 50px;
  height: auto;
  border: 0;
  border-radius: 5px;
  background: #FF9416;
  box-shadow: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.am-show-button > .am-button:hover {
  background: #e27a00;
  transition: background .3s ease;
}
.am-item-removed {
  text-decoration: line-through;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 20px;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  padding: 0 5px 0 0;
  font-weight: bold;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #006bb4;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #757575;
  content: '';
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  min-height: 32px;
  border-color: #ccc;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  min-width: 100px;
  color: #000;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 9005;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.address .field input:disabled {
  background: #dadada;
  opacity: 1;
}
#experius-postcode-fieldset {
  margin-bottom: 0px;
  position: relative;
}
#experius-postcode-fieldset > strong {
  display: block;
}
#experius-postcode-fieldset > .field:not(.choice) > .label {
  width: auto;
}
#experius-postcode-fieldset .field {
  float: left;
  padding-right: 20px;
}
#experius-postcode-fieldset .field[name*='experius_postcode_postcode'],
#experius-postcode-fieldset .field[name*='experius_postcode_housenumber'],
#experius-postcode-fieldset .field[name*='experius_postcode_housenumber_addition'] {
  width: 130px;
}
#experius-postcode-fieldset .field[name*='experius_postcode_disable'] {
  float: none;
  clear: left;
}
#experius-postcode-fieldset .field[name*='experius_postcode_disable'] .field:last-child {
  float: none;
  width: auto;
}
#experius-postcode-fieldset .field[name*='experius_postcode_disable'] > label.label {
  display: none;
}
#experius-postcode-fieldset .field-note {
  display: none;
}
#experius-postcode-fieldset .loading-mask {
  position: absolute;
}
#experius-postcode-fieldset .loading-mask .loader img {
  position: absolute;
}
.experius-postcode-hide {
  display: none;
}
@media (min-width: 993px) {
  .nav-item-expand-lg-collapse > .nav-item-collapse {
    display: flex !important;
    flex-basis: auto;
    position: static;
    left: auto;
    right: auto;
  }
  .nav-item-expand-lg-collapse.nav-item-toggler > a[href^="#"] {
    cursor: default;
  }
  .nav-item-expand-lg-collapse.nav-item-toggler > a::after {
    display: none;
  }
  .nav-item-collapse {
    position: absolute;
    left: 0;
    right: 0;
  }
  .nav-item-collapse.collapsing {
    position: absolute;
  }
}
@media (max-width: 992px) {
  html.sidebarActive {
    overflow-y: hidden;
  }
}
html.sidebarActive::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.sidebar {
  z-index: 200;
}
.geoIpRedirect {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999;
}
.geoIpRedirect .content {
  background: #fff;
  border-radius: 5px;
  padding: 2em;
  display: inline-block;
  margin: 100px 0;
  max-width: 500px;
  text-align: center;
  width: 80%;
}
.geoIpRedirect .content .options {
  display: flex;
  margin-top: 2em;
}
.geoIpRedirect .content .options > a {
  box-sizing: border-box;
  display: table;
  padding: 1rem;
  width: 50%;
}
.geoIpRedirect .content .options > a.redirect {
  margin-right: 1em;
  background-image: none;
  background: #f07d26;
  border: 1px solid #f07d26;
  color: #fff;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.geoIpRedirect .content .options > a.redirect:focus,
.geoIpRedirect .content .options > a.redirect:active {
  background: #1a4086;
  border: 1px solid #1a4086;
  color: #fff;
}
.geoIpRedirect .content .options > a.redirect:hover {
  background: #1a4086;
  border: 1px solid #1a4086;
  color: #fff;
}
.geoIpRedirect .content .options > a.redirect.disabled,
.geoIpRedirect .content .options > a.redirect[disabled],
fieldset[disabled] .geoIpRedirect .content .options > a.redirect {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.geoIpRedirect .content .options > a.redirect:hover,
.geoIpRedirect .content .options > a.redirect:active,
.geoIpRedirect .content .options > a.redirect:focus {
  text-decoration: none;
}
.geoIpRedirect .content .options > a.continue {
  margin-left: 1em;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #585858;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.geoIpRedirect .content .options > a.continue:focus,
.geoIpRedirect .content .options > a.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #585858;
}
.geoIpRedirect .content .options > a.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.geoIpRedirect .content .options > a.continue.disabled,
.geoIpRedirect .content .options > a.continue[disabled],
fieldset[disabled] .geoIpRedirect .content .options > a.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.geoIpRedirect .content .options > a.continue:hover,
.geoIpRedirect .content .options > a.continue:active,
.geoIpRedirect .content .options > a.continue:focus {
  text-decoration: none;
}
.geoIpRedirect .content .options > a > span {
  display: table;
  height: 100%;
  width: 100%;
}
.geoIpRedirect .content .options > a > span > span {
  display: table-cell;
  vertical-align: middle;
}
.installation {
  color: #585858;
}
.installation a {
  color: #585858;
}
.installation > div > div {
  box-sizing: border-box;
  float: left;
  padding-bottom: 10px;
  width: 100%;
}
.installation > div > div .content {
  background: #f0f0f0;
  overflow: auto;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.installation > div > div .content a {
  text-decoration: underline;
}
.installation > div > div .content a:hover {
  text-decoration: none;
}
.installation > div > div .content ul {
  padding-left: 20px;
}
.installation > div > div .content .cta {
  float: left;
}
.installation > div > div .content .notes {
  float: right;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  text-align: right;
}
.installation > div > div > div > ul {
  display: table;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
.installation > div > div > div > ul li {
  display: table-cell;
  height: 100%;
  padding: 0 5px;
}
.installation > div > div > div > ul li:first-of-type {
  padding-left: 0;
}
.installation > div > div > div > ul li:last-of-type {
  padding-right: 0;
}
.installation > div > div > div > ul li > a {
  background: #f0f0f0;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.installation > div > div > div > ul li > a.active {
  cursor: default;
}
.installation > div > div > div > ul li > a > span {
  display: block;
  padding: 15px;
}
.installation > div > div > div:not(.callout) > ul {
  display: none;
}
.installation > div > div > div.callout {
  color: #fff;
}
.installation > div > div > div.callout a {
  color: #fff;
}
.installation > div > div > div.callout > ul li > a {
  background: #f07d26;
}
.installation > div > div > div.callout > ul li > a:not(.active):not(:hover) {
  background: #f7b685;
}
.installation > div > div > div.callout .content {
  background: #f07d26;
  padding-bottom: 0;
}
.installation > div > div > div.callout .content:not(.active) {
  background: #f7b685;
  display: none;
}
.installation > div > div > div.callout .content .add-to-cart {
  background: #1a4086;
  font-size: 18px;
  margin: 10px 0;
  padding: 14px 17px;
}
.installation > div > div > div.callout .content .add-to-cart:hover,
.installation > div > div > div.callout .content .add-to-cart .active {
  background: #1a4086;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search,
.mpblog-search .action-gift.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search :before,
.mpblog-search .action-gift.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search span,
.mpblog-search .action-gift.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
/* mageplaza end blog style */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.mst-rma-block {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-block._align-top {
  align-items: baseline;
}
.mst-rma-box {
  border: 2px solid #e8e8e8;
  padding: 1.5rem 2rem 2rem 2rem;
  flex-grow: 1;
  margin-bottom: 2rem;
}
.mst-rma-box._half {
  max-width: 50%;
}
.mst-rma-box._no-border {
  padding: 0;
  border: 0;
}
.mst-rma-box:last-child {
  margin-right: 0;
}
.mst-rma-box__title {
  font-weight: 600;
  margin-bottom: 1rem;
}
.mst-rma-box__content table tr th:first-child {
  padding-left: 0;
  font-weight: 600;
  font-size: 1.3rem;
}
.mst-rma-box + .mst-rma-box {
  margin-left: 2rem;
}
.mst-rma-badge,
.mst-rma-status {
  background: #dfe3e8;
  color: #454f5b;
  text-align: center;
  border-radius: 3rem;
  font-size: 1.3rem;
  line-height: 1.9rem;
  padding: 0 1.5rem;
  white-space: nowrap;
}
.mst-rma-badge._pending,
.mst-rma-status._pending {
  background-color: #ffea8a;
  color: #595130;
}
.mst-rma-badge._approved,
.mst-rma-status._approved {
  background-color: #bbe5b3;
  color: #414f3e;
}
.mst-rma-badge._rejected,
.mst-rma-status._rejected {
  background-color: #ffc58b;
  color: #594430;
}
.mst-rma-badge._package_sent,
.mst-rma-status._package_sent {
  background-color: #b4e1fa;
  color: #3e4e57;
}
@media (max-width: 768px) {
  .mst-rma-box {
    width: 100%;
    margin-left: 0 !important;
  }
  .mst-rma-box._half {
    max-width: 100%;
  }
}
body.rma-rma-list .column.main .page-title-wrapper {
  float: left;
}
body.rma-rma-list .mst-rma-list__new-request {
  margin: 1rem 0 2rem 0;
  float: right;
}
body.rma-rma-list .mst-rma-list__actions {
  text-align: right;
  white-space: nowrap;
}
body.rma-rma-list .mst-rma-list__unread {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='84px' height='67px' viewBox='0 0 84 67' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-15.000000, -4.000000)'%3E%3Cg id='Group' transform='translate(15.000000, 17.000000)'%3E%3Crect id='Rectangle-Copy' fill='%23DFE3E8' x='0' y='0' width='77' height='54' rx='6'%3E%3C/rect%3E%3Cpath d='M71.4654705,0.0177879283 C74.5616559,0.255350981 77,2.8429226 77,6 L77,48 L77,48 C77,51.3137085 74.3137085,54 71,54 L6,54 L6,54 C2.6862915,54 -4.82366169e-16,51.3137085 -8.8817842e-16,48 L0,6 L-8.8817842e-16,6 C-1.27480889e-15,2.8429226 2.4383441,0.255350981 5.53452951,0.0177879283 L38.5,17 L71.4654705,0.0177879283 Z M7.33333333,10 L7.33333333,54 L69.6666667,54 L69.6666667,10 L38.5,27 L7.33333333,10 Z' id='Rectangle' fill='%23858B92'%3E%3C/path%3E%3C/g%3E%3Cpolygon id='Rectangle-2' fill='%23000000' opacity='0.0722373188' points='84.6999969 27 84.6600037 71 53.5 44'%3E%3C/polygon%3E%3Cg id='Group-2' transform='translate(61.000000, 4.000000)' fill='%23F43734'%3E%3Ccircle id='Oval' cx='19' cy='19' r='19'%3E%3C/circle%3E%3C/g%3E%3Cpath d='M82.8497362,35.5733926 L77.9976866,35.5733926 L77.9976866,17.2875543 C76.2249241,18.9452023 74.1356282,20.1711528 71.7297363,20.9654424 L71.7297363,16.5623369 C72.9959952,16.1479249 74.3715922,15.3622806 75.8565686,14.2053804 C77.3415449,13.0484802 78.3602925,11.6987836 78.9128418,10.15625 L82.8497362,10.15625 L82.8497362,35.5733926 Z' id='1' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
body.rma-rma-list .mst-rma-list tr + .mst-rma-list__items td {
  border-top: 0;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items td > div {
  display: flex;
  justify-content: flex-end;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  padding: 0;
  margin-top: 1rem;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li img {
  max-width: 6rem;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li strong {
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
  line-height: 1.5rem;
  display: none;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li + li {
  margin-left: -0.5rem;
}
.mst-rma__return {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='380px' height='440px' viewBox='0 0 380 440' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.03'%3E%3Cg id='iconfinder_ROI_3448009' fill-rule='nonzero' fill='%23000000'%3E%3Cpath d='M200.533,78.519 C145.015,78.519 99.846,123.687 99.846,179.206 C99.846,195.227 103.704,211.17 110.999,225.31 C112.712,228.635 116.802,229.937 120.125,228.225 C123.45,226.509 124.756,222.424 123.039,219.099 C116.64,206.695 113.394,193.273 113.394,179.206 C113.394,131.157 152.483,92.068 200.532,92.068 C248.581,92.068 287.671,131.157 287.671,179.206 C287.671,208.097 273.388,235.056 249.46,251.321 C246.366,253.425 245.564,257.638 247.667,260.733 C248.979,262.661 251.106,263.698 253.274,263.698 C254.587,263.698 255.911,263.318 257.077,262.526 C284.719,243.735 301.22,212.588 301.22,179.206 C301.221,123.687 256.053,78.519 200.533,78.519 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M222.548,243.445 C223.354,243.445 224.173,243.299 224.971,242.993 C251.202,232.937 268.825,207.304 268.825,179.205 C268.825,141.548 238.19,110.913 200.533,110.913 C162.877,110.913 132.239,141.548 132.239,179.205 C132.239,196.71 138.855,213.356 150.869,226.08 C153.435,228.801 157.724,228.927 160.444,226.356 C163.166,223.787 163.289,219.501 160.719,216.781 C151.091,206.58 145.787,193.235 145.787,179.205 C145.787,149.02 170.346,124.462 200.532,124.462 C230.718,124.462 255.276,149.02 255.276,179.205 C255.276,201.732 241.147,222.281 220.12,230.343 C216.627,231.683 214.881,235.601 216.219,239.094 C217.254,241.789 219.822,243.445 222.548,243.445 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M73.154,255.404 C76.895,255.404 79.928,252.37 79.928,248.629 C79.928,244.889 76.895,241.856 73.154,241.856 L54.2,241.856 C50.46,241.856 47.427,244.889 47.427,248.629 L47.427,342.865 C47.427,346.605 50.46,349.639 54.2,349.639 L97.883,349.639 L221.012,349.639 C237.089,349.639 252.983,344.267 265.764,334.512 L306.887,303.128 C318.339,294.39 320.719,277.835 312.193,266.226 C303.657,254.601 287.135,251.925 275.362,260.261 L254.31,275.171 C251.257,277.334 250.536,281.562 252.698,284.616 C254.862,287.667 259.089,288.389 262.142,286.228 L283.195,271.317 C288.975,267.221 297.086,268.541 301.272,274.245 C305.459,279.944 304.291,288.069 298.669,292.358 L257.545,323.741 C247.109,331.705 234.137,336.09 221.012,336.09 L104.657,336.09 L104.657,255.403 L150.517,255.403 C158.474,255.403 165.988,258.465 171.676,264.027 C179.915,272.075 190.793,276.507 202.308,276.507 L215.431,276.507 C221.576,276.507 226.573,281.504 226.573,287.647 C226.573,295.837 219.911,302.501 211.72,302.501 L164.188,302.501 C160.448,302.501 157.414,305.534 157.414,309.274 C157.414,313.015 160.448,316.048 164.188,316.048 L211.72,316.048 C227.38,316.048 240.121,303.307 240.121,287.647 C240.121,274.036 229.045,262.959 215.431,262.959 L202.308,262.959 C194.352,262.959 186.837,259.896 181.146,254.336 C172.913,246.285 162.035,241.854 150.517,241.854 L97.882,241.854 C94.142,241.854 91.108,244.887 91.108,248.627 L91.108,336.089 L60.974,336.089 L60.974,255.402 L73.154,255.402 L73.154,255.404 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M200.533,228.991 C204.274,228.991 207.307,225.957 207.307,222.217 L207.307,216.733 C216.846,214.973 224.099,206.61 224.099,196.57 C224.099,185.254 214.894,176.049 203.578,176.049 L202.531,176.049 L198.551,176.049 L197.504,176.049 C193.659,176.049 190.531,172.923 190.531,169.078 C190.531,165.233 193.659,162.107 197.504,162.107 L213.343,162.107 C217.084,162.107 220.117,159.073 220.117,155.333 C220.117,151.593 217.084,148.559 213.343,148.559 L207.308,148.559 L207.308,144.233 C207.308,140.492 204.275,137.459 200.534,137.459 C196.794,137.459 193.761,140.493 193.761,144.233 L193.761,148.918 C184.229,150.685 176.984,159.045 176.984,169.079 C176.984,180.393 186.189,189.598 197.505,189.598 L198.552,189.598 L202.532,189.598 L203.579,189.598 C207.424,189.598 210.552,192.726 210.552,196.571 C210.552,200.416 207.424,203.542 203.579,203.542 L187.74,203.542 C184,203.542 180.966,206.576 180.966,210.316 C180.966,214.057 184,217.09 187.74,217.09 L193.761,217.09 L193.761,222.218 C193.76,225.957 196.793,228.991 200.533,228.991 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M372.971,389.09 L317.662,350.893 C314.584,348.768 310.363,349.538 308.238,352.617 C306.112,355.696 306.884,359.915 309.962,362.042 L357.2,394.665 L320.587,419.953 L320.587,408.5 C320.587,404.76 317.553,401.726 313.813,401.726 L100.964,401.726 L100.964,387.603 L313.813,387.603 C317.553,387.603 320.587,384.569 320.587,380.829 C320.587,377.089 317.553,374.056 313.813,374.056 L94.189,374.056 C90.449,374.056 87.416,377.089 87.416,380.829 L87.416,408.5 C87.416,412.24 90.449,415.273 94.189,415.273 L307.038,415.273 L307.038,432.863 C307.038,435.381 308.435,437.692 310.665,438.862 C311.654,439.381 312.734,439.637 313.812,439.637 C315.164,439.637 316.509,439.232 317.662,438.437 L372.971,400.238 C374.803,398.973 375.896,396.888 375.896,394.664 C375.896,392.438 374.803,390.354 372.971,389.09 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M65.646,374.055 L35.553,374.055 C31.813,374.055 28.779,377.088 28.779,380.828 L28.779,408.5 C28.779,412.24 31.813,415.273 35.553,415.273 L65.646,415.273 C69.386,415.273 72.419,412.24 72.419,408.5 L72.419,380.828 C72.419,377.088 69.386,374.055 65.646,374.055 Z M58.871,401.726 L42.327,401.726 L42.327,387.603 L58.871,387.603 L58.871,401.726 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M7.008,374.055 C3.268,374.055 0.234,377.088 0.234,380.828 L0.234,408.5 C0.234,412.24 3.268,415.273 7.008,415.273 C10.748,415.273 13.782,412.24 13.782,408.5 L13.782,380.828 C13.782,377.088 10.748,374.055 7.008,374.055 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M7.029,50.91 L62.338,89.109 C63.514,89.92 64.854,90.309 66.182,90.309 C68.333,90.309 70.449,89.288 71.762,87.385 C73.888,84.306 73.116,80.088 70.038,77.961 L22.8,45.335 L59.413,20.047 L59.413,31.5 C59.413,35.24 62.447,38.274 66.187,38.274 L279.036,38.274 L279.036,52.397 L66.188,52.397 C62.448,52.397 59.414,55.431 59.414,59.171 C59.414,62.911 62.448,65.945 66.188,65.945 L285.811,65.945 C289.551,65.945 292.584,62.911 292.584,59.171 L292.584,31.5 C292.584,27.759 289.551,24.726 285.811,24.726 L72.962,24.726 L72.962,7.136 C72.962,4.618 71.565,2.307 69.335,1.136 C67.105,-0.032 64.408,0.131 62.338,1.562 L7.029,39.762 C5.197,41.026 4.104,43.111 4.104,45.336 C4.104,47.561 5.197,49.645 7.029,50.91 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M314.355,65.945 L344.447,65.945 C348.187,65.945 351.221,62.911 351.221,59.171 L351.221,31.5 C351.221,27.759 348.187,24.726 344.447,24.726 L314.355,24.726 C310.614,24.726 307.58,27.76 307.58,31.5 L307.58,59.171 C307.58,62.912 310.614,65.945 314.355,65.945 Z M321.129,38.274 L337.673,38.274 L337.673,52.397 L321.129,52.397 L321.129,38.274 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M372.992,24.726 C369.252,24.726 366.218,27.76 366.218,31.5 L366.218,59.171 C366.218,62.911 369.252,65.945 372.992,65.945 C376.732,65.945 379.766,62.911 379.766,59.171 L379.766,31.5 C379.767,27.759 376.732,24.726 372.992,24.726 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-rma__return-address {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='960px' height='832px' viewBox='0 0 960 832' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.03'%3E%3Cg id='iconfinder_package_298837' fill-rule='nonzero' fill='%23000000'%3E%3Cpath d='M480,0 L0,128 L0,704 L480,832 L960,704 L960,128 L480,0 Z M63.875,656.934 L63.5,224 L447.998,326.533 L447.999,759.366 L63.875,656.934 Z M63.5,160 L223.754,117.266 L640,228.265 L640,228.4 L480,271.067 L63.5,160 Z M896.125,656.934 L512.001,759.366 L512.002,326.533 L640,292.4 L640,448.4 L768,414.265 L768,258.267 L896.5,224 L896.125,656.934 Z M768,194.267 L768,194.142 L351.734,83.138 L480,48.934 L896.5,160 L768,194.267 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-rma__contact {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='94px' height='94px' viewBox='0 0 94 94' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.03'%3E%3Cg id='iconfinder_ui_29_3556070' fill-rule='nonzero' fill='%23000000'%3E%3Cpath d='M41.955,51.079 C46.807,51.079 50.753,46.16 50.753,40.113 C50.753,34.066 46.807,29.146 41.955,29.146 C37.103,29.146 33.156,34.066 33.156,40.113 C33.156,46.16 37.104,51.079 41.955,51.079 Z M41.955,33.146 C44.556,33.146 46.753,36.336 46.753,40.113 C46.753,43.89 44.556,47.079 41.955,47.079 C39.353,47.079 37.156,43.889 37.156,40.113 C37.156,36.337 39.354,33.146 41.955,33.146 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M62.822,47.86 C67.674,47.86 71.62,42.94 71.62,36.893 C71.62,30.846 67.674,25.926 62.822,25.926 C57.97,25.926 54.024,30.846 54.024,36.893 C54.024,42.94 57.971,47.86 62.822,47.86 Z M62.822,29.927 C65.423,29.927 67.62,33.117 67.62,36.894 C67.62,40.671 65.423,43.861 62.822,43.861 C60.221,43.861 58.024,40.671 58.024,36.894 C58.024,33.117 60.222,29.927 62.822,29.927 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M73.269,45.483 C72.816,45.112 72.221,44.958 71.65,45.061 C71.074,45.164 70.572,45.513 70.276,46.017 C68.517,49.012 65.73,50.8 62.821,50.8 C59.866,50.8 57.053,48.961 55.298,45.88 C55.009,45.373 54.513,45.017 53.94,44.906 C53.366,44.796 52.773,44.941 52.317,45.304 C50.165,47.014 48.477,49.23 47.395,51.731 C45.819,53.184 43.919,54.016 41.956,54.016 C39,54.016 36.186,52.179 34.43,49.1 C34.14,48.593 33.644,48.238 33.071,48.128 C32.501,48.017 31.905,48.163 31.449,48.526 C27.436,51.714 25.135,56.478 25.135,61.595 L25.135,66.071 C25.135,67.175 26.031,68.071 27.135,68.071 L56.501,68.071 C57.605,68.071 58.501,67.175 58.501,66.071 L58.501,64.85 L77.37,64.85 C78.474,64.85 79.37,63.954 79.37,62.85 L79.37,58.38 C79.37,53.364 77.146,48.664 73.269,45.483 Z M54.499,64.073 L29.133,64.073 L29.133,61.597 C29.133,58.438 30.287,55.455 32.357,53.147 C34.842,56.233 38.296,58.018 41.956,58.018 C45.041,58.018 47.989,56.734 50.334,54.475 C50.407,54.412 50.477,54.346 50.541,54.273 C50.845,53.968 51.141,53.651 51.422,53.313 C53.398,55.599 54.5,58.522 54.5,61.598 L54.5,64.073 L54.499,64.073 Z M75.37,60.85 L58.458,60.85 C58.32,57.738 57.327,54.779 55.612,52.252 C57.73,53.883 60.22,54.8 62.82,54.8 C66.407,54.8 69.812,53.077 72.289,50.092 C74.268,52.377 75.37,55.3 75.37,58.38 L75.37,60.85 L75.37,60.85 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M81,0 L23.5,0 C17.097,0 11.714,4.735 10.689,10.885 C5.25,11.236 0,13.179 0,17 C0,20.777 5.129,22.72 10.5,23.103 L10.5,30.896 C5.129,31.28 0,33.223 0,37 C0,40.777 5.129,42.72 10.5,43.103 L10.5,50.896 C5.129,51.28 0,53.223 0,57 C0,60.777 5.129,62.72 10.5,63.103 L10.5,70.896 C5.129,71.28 0,73.223 0,77 C0,80.821 5.25,82.764 10.689,83.115 C11.714,89.265 17.097,94 23.5,94 L81,94 C88.168,94 94,88.168 94,81 L94,13 C94,5.832 88.168,0 81,0 Z M4.031,17 C4.481,16.312 7.37,14.821 12.5,14.821 C17.63,14.821 20.519,16.312 20.969,17 C20.519,17.688 17.63,19.179 12.5,19.179 C7.37,19.179 4.481,17.688 4.031,17 Z M4.031,37 C4.481,36.312 7.37,34.821 12.5,34.821 C17.63,34.821 20.519,36.312 20.969,37 C20.519,37.688 17.63,39.179 12.5,39.179 C7.37,39.179 4.481,37.688 4.031,37 Z M4.031,57 C4.481,56.312 7.37,54.821 12.5,54.821 C17.63,54.821 20.519,56.312 20.969,57 C20.519,57.688 17.63,59.179 12.5,59.179 C7.37,59.179 4.481,57.688 4.031,57 Z M4.031,77 C4.481,76.312 7.37,74.821 12.5,74.821 C17.63,74.821 20.519,76.312 20.969,77 C20.519,77.688 17.63,79.179 12.5,79.179 C7.37,79.179 4.481,77.688 4.031,77 Z M90,81 C90,85.962 85.963,90 81,90 L23.5,90 C19.286,90 15.707,87.038 14.753,83.088 C20.031,82.662 25,80.717 25,77 C25,73.223 19.871,71.28 14.5,70.897 L14.5,63.104 C19.871,62.72 25,60.777 25,57 C25,53.223 19.871,51.28 14.5,50.897 L14.5,43.104 C19.871,42.72 25,40.777 25,37 C25,33.223 19.871,31.28 14.5,30.897 L14.5,23.104 C19.871,22.72 25,20.777 25,17 C25,13.283 20.031,11.338 14.753,10.912 C15.707,6.962 19.286,4 23.5,4 L81,4 C85.963,4 90,8.038 90,13 L90,81 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-rma__status {
  padding-top: 2rem;
  text-align: center;
  border-color: #f50;
  background: #fff0e9;
}
.mst-rma-box.mst-rma__return-address {
  margin-left: 0;
}
.mst-rma__return,
.mst-rma__contact,
.mst-rma__return-address {
  background-size: 14rem;
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
.mst-rma__message {
  background: #f9f9f9;
}
.mst-rma-view__orders > ._no-border {
  margin-bottom: 5rem;
}
.mst-rma-view__orders > ._no-border:last-child {
  margin-bottom: 0;
}
.mst-rma__history .mst-rma-box__content {
  max-height: 50rem;
  overflow-y: scroll;
}
.mst-rma__history .mst-rma__message {
  padding: 1.5rem 2rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
  position: relative;
  border-radius: .5rem;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  margin-right: .1rem;
}
.mst-rma__history .mst-rma__message:last-child {
  margin-bottom: 2rem;
}
.mst-rma__history .mst-rma__message:before {
  position: absolute;
  content: "";
  top: -0.7rem;
  left: 2rem;
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-bottom: .5rem solid #fff;
}
.mst-rma__history .mst-rma__message.__user {
  border-color: #D6F1FF;
  background: #D6F1FF;
  margin-left: 3rem;
}
.mst-rma__history .mst-rma__message.__user:before {
  border-bottom-color: #D6F1FF;
}
.mst-rma__history .mst-rma__message.__system {
  border-color: #F5DDD0;
  background: #F5DDD0;
  margin-left: 3rem;
}
.mst-rma__history .mst-rma__message.__system:before {
  display: none;
}
.mst-rma__history .mst-rma__message.__customer {
  border-color: #E4F2CA;
  background: #E4F2CA;
  margin-right: 3rem;
}
.mst-rma__history .mst-rma__message.__customer:before {
  border-bottom-color: #E4F2CA;
}
.mst-rma__history .mst-rma__message-title {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
}
.mst-rma__history .mst-rma__message-title strong {
  font-weight: 600;
  color: #333;
  margin-right: 1.5rem;
  left: .5rem;
}
.mst-rma__history .mst-rma__message-title i {
  display: inline-block;
  font-style: normal;
  color: #adadad;
  float: right;
  margin-right: 1.5rem;
}
.mst-rma-status {
  color: #fff;
  font-weight: bold;
}
.mst-rma-status.status-branch-aqua {
  background: #2EC5B9;
}
.mst-rma-status.status-branch-grey {
  background: #868686;
}
.mst-rma-status.status-branch-navy {
  background: #4C7EB4;
}
.mst-rma-status.status-branch-silver {
  background: #C0C0C0;
}
.mst-rma-status.status-branch-black {
  background: #424242;
}
.mst-rma-status.status-branch-green {
  background: #59E05B;
}
.mst-rma-status.status-branch-olive {
  background: #668121;
}
.mst-rma-status.status-branch-teal {
  background: #3298B1;
}
.mst-rma-status.status-branch-blue {
  background: #5E6BFF;
}
.mst-rma-status.status-branch-lime {
  background: #68CF70;
}
.mst-rma-status.status-branch-purple {
  background: #C007BF;
}
.mst-rma-status.status-branch-fuchsia {
  background: #D55BD5;
}
.mst-rma-status.status-branch-maroon {
  background: #AF5959;
}
.mst-rma-status.status-branch-red {
  background: #ff2525;
}
.mst-rma-status.status-branch-orange {
  background: #FF8C00;
}
.mst-rma-status.status-branch-yellow {
  background: #f0b700;
}
form.rma-customer-new {
  width: 50%;
  min-width: 400px;
}
.order-info-hide {
  display: none;
}
.order-info-show {
  display: block;
}
.italic {
  font-style: italic;
}
.rma-view .box-rma-information table,
.rma-new-step2 .box-rma-information table {
  width: auto;
}
.rma-view .box-rma-information table th,
.rma-new-step2 .box-rma-information table th,
.rma-view .box-rma-information table td,
.rma-new-step2 .box-rma-information table td {
  padding: .5rem 1rem;
}
.rma-view .box-rma-information table th,
.rma-new-step2 .box-rma-information table th {
  padding-left: 0;
  font-weight: 600;
}
.mst-rma-view .rma-control-buttons {
  margin-bottom: 10px;
}
.rma-new-step2 .rma-one-item {
  *zoom: 1;
  margin-bottom: 1rem;
  border: 2px dashed #e8e8e8;
  padding: 1rem;
}
.rma-new-step2 .rma-one-item:before,
.rma-new-step2 .rma-one-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-new-step2 .rma-one-item:after {
  clear: both;
}
.rma-new-step2 .rma-one-item .item-description {
  *zoom: 1;
  position: relative;
  float: left;
  width: 50%;
}
.rma-new-step2 .rma-one-item .item-description:before,
.rma-new-step2 .rma-one-item .item-description:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-new-step2 .rma-one-item .item-description:after {
  clear: both;
}
.rma-new-step2 .rma-one-item .item-description .image {
  float: left;
  margin: 0 1.5rem;
}
.rma-new-step2 .rma-one-item .item-description input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}
.rma-new-step2 .rma-one-item .item-options {
  float: left;
  width: 40%;
  padding-left: 10%;
}
.rma-new-step2 .form-list {
  list-style: none;
}
.ui-widget-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100000px;
  height: 100000px;
  background: rgba(0, 0, 0, 0.1);
}
form.rma-guest-new {
  width: 50%;
  min-width: 400px;
}
@media print {
  .rma-rma-print .order-date {
    display: block;
    width: 100%;
  }
  .rma-rma-print .order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .rma-rma-print * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  .rma-rma-print a,
  .rma-rma-print a:visited {
    text-decoration: underline !important;
  }
  .rma-rma-print pre,
  .rma-rma-print blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .rma-rma-print thead {
    display: table-header-group;
  }
  .rma-rma-print .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .rma-rma-print .table-wrapper table td {
    width: auto;
  }
  .rma-rma-print .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .rma-rma-print .box,
  .rma-rma-print tr,
  .rma-rma-print img {
    page-break-inside: avoid;
  }
  .rma-rma-print img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .rma-rma-print .block-content,
  .rma-rma-print p,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    orphans: 3;
    widows: 3;
  }
  .rma-rma-print .block-content {
    page-break-before: avoid;
    display: inline-block;
    width: 100%;
  }
  .rma-rma-print .block-title,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    page-break-after: avoid;
  }
  .rma-rma-print .nav-toggle {
    display: none !important;
  }
  .rma-rma-print .sidebar,
  .rma-rma-print .nav-sections,
  .rma-rma-print .header.content > *[class],
  .rma-rma-print .panel.wrapper > *[class],
  .rma-rma-print .footer.content > *[class] {
    display: none;
  }
  .rma-rma-print .logo,
  .rma-rma-print .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .rma-rma-print .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .rma-rma-print .column.main {
    float: none !important;
    width: 100% !important;
  }
  .rma-rma-print .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .rma-rma-print .footer.content {
    padding: 0;
  }
  .rma-rma-print .box {
    padding: 0;
    border: 0;
    float: left;
    width: 48.8%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .rma-rma-print table.table thead {
    border-top: 0;
  }
  .rma-rma-print .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-shadow: none;
  }
  .rma-rma-print .table:not(.cart):not(.totals) > thead > tr > th,
  .rma-rma-print .table:not(.cart):not(.totals) > tbody > tr > td {
    border: none;
  }
  .rma-rma-print .hdmx__contact-button,
  .rma-rma-print #hdmx__contact-button {
    display: none;
  }
}
.mst-rma-create__add-order {
  display: flex;
  justify-content: center;
}
.mst-rma-create__add-order button,
.mst-rma-create__add-order .cart.table-wrapper .actions-toolbar > .action,
.mst-rma-create__add-order .action-gift {
  margin: 1rem;
}
.mst-rma-create__order-selector .field {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-create__order-selector .field select {
  max-width: 40rem;
}
.mst-rma-create__order-selector .field button,
.mst-rma-create__order-selector .field .cart.table-wrapper .actions-toolbar > .action,
.mst-rma-create__order-selector .field .action-gift {
  margin-left: 1rem;
}
.mst-rma-create__order-selector .mst-rma-buttons-delimiter-text {
  line-height: 32px;
  margin-left: 1rem;
}
.mst-rma-create__order {
  border: 2px solid #e8e8e8;
  padding: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}
.mst-rma-create__order .mst-rma-create__order-header {
  display: flex;
  margin-bottom: 2rem;
}
.mst-rma-create__order .mst-rma-create__order-header .increment-id {
  font-weight: 600;
  font-size: 1.8rem;
}
.mst-rma-create__order .mst-rma-create__order-header .remove {
  color: #1879c2;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
.mst-rma-create__order .mst-rma-create__order-header .remove:hover {
  text-decoration: none;
}
#rma-new-form .actions-toolbar {
  margin-top: 10px;
}
#rma-new-form .actions-toolbar.secondary.ui-remove-item-button-container {
  float: left;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border: 1px solid #C2C2C2;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 1px 1px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -90px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #EFEFEF;
  text-align: center;
  padding: 8px 10px;
  color: #999;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  background: #EFEFEF;
  text-align: center;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  padding: 8px 10px;
  color: #999;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  background: #EFEFEF;
  padding: 8px 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #999;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0 1rem;
  padding: 1rem 0;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 600;
  margin-bottom: 0;
  color: #333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: .7rem 0 .7rem 1rem;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #F6F6F6;
  align-items: center;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product img {
  height: 8rem;
  max-width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #999;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #999;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #fff !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_catalog_category a i {
  color: #999;
  display: inline-block;
  margin: 0 .5rem;
  font-style: normal;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #999;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1BA1FC;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #D8D8D8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transform: scale(0.3);
  border-radius: 15px;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #D8D8D8;
  }
  100% {
    transform: scale(0.3);
    background-color: #D8D8D8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #D8D8D8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #D8D8D8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #D8D8D8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #D8D8D8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #D8D8D8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #D8D8D8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #D8D8D8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #D8D8D8;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
.easycatalogimg-listing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.easycatalogimg-listing li {
  margin: 0;
  padding: 0;
}
.easycatalogimg img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.easycatalogimg a {
  text-decoration: none;
}
.easycatalogimg a:hover {
  text-decoration: underline;
}
.easycatalogimg .link-more {
  font-weight: bold;
}
.easycatalogimg .item {
  box-sizing: border-box;
}
.easycatalogimg .image {
  display: block;
  text-align: center;
}
.easycatalogimg .image + .parent-category,
.easycatalogimg .list-subcategories {
  margin: 10px 12px;
}
@media (min-width: 1024px) {
  .easycatalogimg .image + .parent-category,
  .easycatalogimg .list-subcategories {
    margin: 20px 22px;
  }
}
.easycatalogimg .parent-category {
  font-weight: bold;
}
.easycatalogimg .parent-category-top {
  margin: 10px 12px;
  text-align: center;
  font-weight: normal;
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  .easycatalogimg .parent-category + .list-subcategories {
    margin-top: -10px;
  }
}
.easycatalogimg .list-subcategories {
  padding: 0;
  list-style: none;
}
.easycatalogimg .list-subcategories li {
  margin: .45em 0;
}
.easycatalogimg-masonry {
  column-gap: 1em;
  column-count: 2;
}
@media (min-width: 1024px) {
  .easycatalogimg-masonry {
    column-gap: 2em;
  }
}
@media (min-width: 768px) {
  .easycatalogimg-masonry.easycatalogimg-cols-2 {
    column-count: 2;
  }
  .easycatalogimg-masonry.easycatalogimg-cols-3 {
    column-count: 3;
  }
  .easycatalogimg-masonry.easycatalogimg-cols-4 {
    column-count: 4;
  }
  .easycatalogimg-masonry.easycatalogimg-cols-5 {
    column-count: 5;
  }
  .easycatalogimg-masonry.easycatalogimg-cols-6 {
    column-count: 6;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .easycatalogimg-masonry.easycatalogimg-cols-5,
  .easycatalogimg-masonry.easycatalogimg-cols-6 {
    column-count: 4;
  }
}
.easycatalogimg-masonry .item {
  background-color: #f7f7f7;
  display: inline-block;
  width: 100%;
  padding: 2px;
  margin: 0 0 1em;
}
@media (min-width: 1024px) {
  .easycatalogimg-masonry .item {
    margin: 0 0 2em;
  }
}
.easycatalogimg-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.easycatalogimg-grid .item {
  width: calc(50% - 0px*2);
  margin: 0px;
  padding: 10px 10px 30px 10px;
}
@media (min-width: 768px) {
  .easycatalogimg-grid.easycatalogimg-cols-2 .item {
    width: calc(100% / 2 - 0px*2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-3 .item {
    width: calc(100% / 3 - 0px*2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-4 .item {
    width: calc(100% / 4 - 0px*2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-5 .item,
  .easycatalogimg-grid.easycatalogimg-cols-6 .item {
    width: calc(100% / 4 - 0px*2);
  }
}
@media (min-width: 1024px) {
  .easycatalogimg-grid.easycatalogimg-cols-2 .item {
    width: calc(100% / 2 - 0px*2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-3 .item {
    width: calc(100% / 3 - 0px*2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-4 .item {
    width: calc(100% / 4 - 0px*2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-5 .item {
    width: calc(100% / 5 - 0px*2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-6 .item {
    width: calc(100% / 6 - 0px*2);
  }
}
.easycatalogimg-departments .easycatalogimg a {
  color: #333;
}
.easycatalogimg-departments .easycatalogimg .list-subcategories {
  font-size: .85em;
}
.easycatalogimg-departments .easycatalogimg .list-subcategories a {
  color: #444;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.payment-method-braintree .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #1a4086;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #585858;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #1a4086;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #585858;
}
.block-search .label:active:before {
  color: #585858;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #fff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #1a4086;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #585858;
}
.minicart-wrapper .action.showcart:active:before {
  color: #1a4086;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #1a4086;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #585858;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #1a4086;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #1a4086;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #f07d26;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #585858;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #585858;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #1a4086;
}
.opc-progress-bar-item._active > span {
  color: #585858;
}
.opc-progress-bar-item._active > span:before {
  background: #1a4086;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #585858;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #585858;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #585858;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #585858;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #1a4086;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #1a4086;
  color: #fff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #f07d26;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #1a4086;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #585858;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #1a4086;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #f07d26;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #1a4086;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #585858;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #1a4086;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #1a4086;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #1a4086;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #585858;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #585858;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #a2a2a2;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #f07d26;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #f07d26;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #333;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #f07d26;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #f07d26;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #a2a2a2;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #585858;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #a2a2a2;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #585858;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #585858;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #eeeeee;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #a2a2a2;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #585858;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #cbcbcb;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #1a4086;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #1a4086;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #585858;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #585858;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff !important;
}
.swatch-option.selected {
  outline: 2px solid #1a4086;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #102853;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #fff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
body {
  background-color: #fff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #585858;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #f07d26;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #333;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #f07d26;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #f07d26;
}
.message.global.demo a:hover {
  color: #333;
}
.message.global.demo a:active {
  color: #f07d26;
}
.page-footer {
  background-color: #1a4086;
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #f07d26;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #f07d26;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #333;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #f07d26;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #f07d26;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #f07d26;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #f07d26;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #333;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #f07d26;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #f07d26;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  /* margin-left: 2%;*/
  margin-bottom: 10px;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #f07d26;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  /*display: table-cell;
                    padding: 0 @indent__l @indent__l 0;
                    vertical-align: top;
                    width: 1%;*/
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.old-price .price-container .price-label,
.old.price .price-container .price-label {
  display: none;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #a2a2a2;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #a2a2a2;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #f07d26;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #f07d26;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #333;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #f07d26;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #f07d26;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #a2a2a2;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.cvtotaal-category-widget {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.cvtotaal-category-widget .widget-content {
  background: #fff;
  border: 3px solid #f07d26;
  color: #333 !important;
  display: block;
  padding: 10px;
  text-decoration: none !important;
  height: 100%;
}
.cvtotaal-category-widget .widget-content:hover {
  box-shadow: #aaa 0 0 10px;
}
.cvtotaal-category-widget .widget-content .category-name {
  color: #1a4086;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px;
  display: block;
  text-align: center;
}
.cvtotaal-category-widget .widget-content .category-image {
  display: block;
  text-align: center;
}
.cvtotaal-category-widget .widget-content .category-highlights {
  list-style: none;
  padding: 0;
}
.cvtotaal-category-widget .widget-content .category-highlights li {
  margin: 0;
  line-height: 1.4em;
}
.cvtotaal-category-widget .widget-content .category-highlights li:before {
  content: '\2714';
  margin-right: 10px;
  color: #11ae00;
  font-size: 20px;
}
.cvtotaal-category-widget .widget-content .category-price {
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: lighter;
  margin: 20px 0 10px;
}
.cvtotaal-category-widget .widget-content .cta {
  text-align: center;
}
.cvtotaal-category-widget .widget-content .cta .button {
  display: inline-block;
  background: #f07d26;
  padding: 12px 15px 10px 15px;
  margin: 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
.cvtotaal-product-widget {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.cvtotaal-product-widget .widget-content {
  background: #fff;
  border: 3px solid #f07d26;
  color: #333 !important;
  display: block;
  padding: 10px;
  text-decoration: none !important;
  height: 100%;
}
.cvtotaal-product-widget .widget-content:hover {
  box-shadow: #aaa 0 0 10px;
}
.cvtotaal-product-widget .widget-content .product-name {
  color: #1a4086;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px;
  display: block;
  text-align: center;
}
.cvtotaal-product-widget .widget-content .product-image {
  display: block;
  text-align: center;
}
.cvtotaal-product-widget .widget-content .product-highlights {
  list-style: none;
  padding: 0;
}
.cvtotaal-product-widget .widget-content .product-highlights li {
  margin: 0;
  line-height: 1.4em;
}
.cvtotaal-product-widget .widget-content .product-highlights li:before {
  content: '\2714';
  margin-right: 10px;
  color: #11ae00;
  font-size: 20px;
}
.cvtotaal-product-widget .widget-content .product-price {
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: lighter;
  margin: 20px 0 10px;
}
.cvtotaal-product-widget .widget-content .cta {
  text-align: center;
}
.cvtotaal-product-widget .widget-content .cta .button {
  display: inline-block;
  background: #f07d26;
  padding: 12px 15px 10px 15px;
  margin: 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f07d26;
  border: 1px solid #f07d26;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Tajawal', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #1a4086;
  border: 1px solid #1a4086;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #1a4086;
  border: 1px solid #1a4086;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #f2f2f2;
    border: solid #e6e6e6;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #fff;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #585858;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #1a4086;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #1a4086;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #585858;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #585858;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #1a4086;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 1px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 0 solid #d1d1d1;
    border-left: 0 solid #d1d1d1;
    border-right: 0 solid #d1d1d1;
    border-top: 0 solid #d1d1d1;
    height: 40px;
    padding: 14px 20px 1px 20px;
    font-weight: 500;
    line-height: 40px;
    font-size: 1.8rem;
    color: #a2a2a2;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #a2a2a2;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #585858;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #585858;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #f0f0f0;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #f0f0f0;
    color: #585858;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .product.data.items > .item.content {
    background: #f0f0f0;
    border: 0 solid #d1d1d1;
    margin: 0 0 1px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .filter-content .active .am-show-more.-active {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .page-layout-cvtotaal-info .page-main .radiatorWidget {
    margin: 0 -15px -50px -15px;
  }
  .page-layout-cvtotaal-info .page-main ul.grid:not(.grid-2):not(.grid-4) > li {
    width: 33.333%;
  }
  .page-layout-cvtotaal-info .page-main ul.grid:not(.grid-2):not(.grid-4).square > li {
    padding-top: 33.333%;
  }
  .page-layout-cvtotaal-info .page-main ul.grid > li {
    width: 50%;
  }
  .page-layout-cvtotaal-info .page-main ul.grid.square > li {
    padding-top: 50%;
  }
  .page-footer .footer.content {
    padding-top: 0;
  }
  .page-footer .footer-columns > div {
    padding: 0 20px 20px;
    width: 50%;
  }
  .page-footer .footer-columns > div:nth-of-type(odd) {
    clear: left;
  }
  .navigation .submenu > li > a:hover {
    color: #575757;
  }
  .navigation .level0.parent > .level-top:hover {
    color: #575757;
  }
  .bootstrap-legacy .products-list .product-item-details,
  .bootstrap-legacy .products-list .product-item-photo {
    display: block;
    width: 100% !important;
  }
  .bootstrap-legacy .products-list .product-item-photo .product-image-container {
    width: 100% !important;
  }
  .catalog-product-view .pdp-break {
    margin-left: -15px;
    margin-right: -15px;
  }
  .catalog-product-view .bootstrap-legacy .page-title-wrapper.product {
    -ms-flex-order: -3;
    -webkit-order: -3;
    order: -3;
    width: 100%;
  }
  .catalog-product-view .bootstrap-legacy .page-title-wrapper.product .page-title .base {
    font-size: 24px;
  }
  .catalog-product-view .bootstrap-legacy .product-info-main.row,
  .catalog-product-view .bootstrap-legacy .product-info-main-wrapper.row {
    padding: 0;
    margin: 0;
    display: block;
    flex-wrap: nowrap;
    flex: unset;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart {
    z-index: 9999;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    display: block;
    left: 0;
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .product-name,
  .catalog-product-view .bootstrap-legacy .box-tocart .product-price {
    font-weight: bold;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset {
    margin: 0;
    text-align: center;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .field.qty {
    margin: 0;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .field.qty .label {
    display: none;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .field.qty .label.show {
    display: block;
    margin-bottom: -10px;
    background-color: #2155b5;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px;
    color: white;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .fieldset-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .fieldset-wrapper .name-wrapper,
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .fieldset-wrapper .price-wrapper {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .fieldset-wrapper .price-wrapper {
    text-align: right;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .fieldset-wrapper .price {
    text-align: right;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .actions {
    width: 70%;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .actions .action.primary.tocart {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .actions .action.primary.tocart:before {
    font-size: 35px;
    color: #fff;
    content: '\e611';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .field.qty,
  .catalog-product-view .bootstrap-legacy .box-tocart .fieldset .actions {
    margin-bottom: 5px;
    display: inline-block;
  }
  .block-search .control {
    border: 15px solid #eee;
    background: white;
    padding: 0;
  }
  .block-search #search {
    margin: 0;
  }
  .block-search .label {
    display: none;
  }
  .block-search .label + .control input {
    position: static;
  }
  .block.filter .block-title {
    background: #1a4086;
    color: #fff;
    cursor: pointer;
    padding: 10px 10px 4px;
    position: relative;
  }
  .block.filter .block-title:after {
    content: '⬆';
    display: block;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .block.filter.collapsed .block-content {
    display: none;
  }
  .block.filter.collapsed .block-title {
    background: #f07d26;
  }
  .block.filter.collapsed .block-title:after {
    content: '⬇';
  }
  .minicart-wrapper {
    height: 48px;
    margin-top: 10px;
    z-index: 10;
  }
  .page-header .logo {
    max-width: none;
    height: 56px;
    padding-top: 12px;
    position: absolute;
    left: 0;
    margin: 0;
    top: 0;
    text-align: center;
    width: 100%;
  }
  .page-header .logo img {
    display: inline-block;
    height: 100%;
    max-height: 40px;
    max-width: 65%;
    width: auto;
  }
  .page-header .nav-sections .header.links.extra {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #363636;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .mst-search__result-tabs li {
    float: none;
    display: block;
    width: 100%;
  }
  .mst-search__result-tabs li a.active {
    border: 1px solid #ccc;
  }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #999;
    font-size: 1.6rem;
    padding: 1rem;
    line-height: 1rem;
    cursor: pointer;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    /*padding: 0 @indent__s @indent__s 0;
                width: 30%;*/
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .page-layout-cvtotaal-info .page-main .hide-mobile {
    display: none !important;
  }
  .page-layout-cvtotaal-info .page-main ul.grid:not(.grid-2):not(.grid-4) > li {
    width: 100%;
  }
  .page-layout-cvtotaal-info .page-main ul.grid:not(.grid-2):not(.grid-4).square > li {
    padding-top: 100%;
  }
  .page-layout-cvtotaal-info .page-main ul.grid > li {
    width: 100%;
  }
  .page-layout-cvtotaal-info .page-main ul.grid.square > li {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px;
  }
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .aircoProducts .products .product {
    flex: 0 0 50%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #f07d26;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #f07d26;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #333;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #f07d26;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #f07d26;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    padding: 0;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .d-sm-none {
    display: none !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .d-sm-inline {
    display: inline !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .d-sm-inline-block {
    display: inline-block !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .d-sm-block {
    display: block !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .d-sm-table {
    display: table !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .d-sm-table-cell {
    display: table-cell !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .d-sm-table-row {
    display: table-row !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .d-sm-flex {
    display: flex !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .d-sm-inline-flex {
    display: flex !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .m-sm-0 {
    margin: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mt-sm-0 {
    margin-top: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .ml-sm-0 {
    margin-left: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mr-sm-0 {
    margin-right: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .p-sm-0 {
    padding: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pt-sm-0 {
    padding-top: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pl-sm-0 {
    padding-left: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pr-sm-0 {
    padding-right: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .m-sm-1 {
    margin: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mt-sm-1 {
    margin-top: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .ml-sm-1 {
    margin-left: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mr-sm-1 {
    margin-right: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mb-sm-1 {
    margin-bottom: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mx-sm-1 {
    margin-left: 3.75px !important;
    margin-right: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .my-sm-1 {
    margin-bottom: 3.75px !important;
    margin-top: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .p-sm-1 {
    padding: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pt-sm-1 {
    padding-top: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pl-sm-1 {
    padding-left: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pr-sm-1 {
    padding-right: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pb-sm-1 {
    padding-bottom: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .px-sm-1 {
    padding-left: 3.75px !important;
    padding-right: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .py-sm-1 {
    padding-bottom: 3.75px !important;
    padding-top: 3.75px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .m-sm-2 {
    margin: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mt-sm-2 {
    margin-top: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .ml-sm-2 {
    margin-left: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mr-sm-2 {
    margin-right: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mb-sm-2 {
    margin-bottom: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mx-sm-2 {
    margin-left: 7.5px !important;
    margin-right: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .my-sm-2 {
    margin-bottom: 7.5px !important;
    margin-top: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .p-sm-2 {
    padding: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pt-sm-2 {
    padding-top: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pl-sm-2 {
    padding-left: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pr-sm-2 {
    padding-right: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pb-sm-2 {
    padding-bottom: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .px-sm-2 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .py-sm-2 {
    padding-bottom: 7.5px !important;
    padding-top: 7.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .m-sm-3 {
    margin: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mt-sm-3 {
    margin-top: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .ml-sm-3 {
    margin-left: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mr-sm-3 {
    margin-right: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mb-sm-3 {
    margin-bottom: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mx-sm-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .my-sm-3 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .p-sm-3 {
    padding: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pt-sm-3 {
    padding-top: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pl-sm-3 {
    padding-left: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pr-sm-3 {
    padding-right: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pb-sm-3 {
    padding-bottom: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .px-sm-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .py-sm-3 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .m-sm-4 {
    margin: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mt-sm-4 {
    margin-top: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .ml-sm-4 {
    margin-left: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mr-sm-4 {
    margin-right: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mb-sm-4 {
    margin-bottom: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mx-sm-4 {
    margin-left: 22.5px !important;
    margin-right: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .my-sm-4 {
    margin-bottom: 22.5px !important;
    margin-top: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .p-sm-4 {
    padding: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pt-sm-4 {
    padding-top: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pl-sm-4 {
    padding-left: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pr-sm-4 {
    padding-right: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pb-sm-4 {
    padding-bottom: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .px-sm-4 {
    padding-left: 22.5px !important;
    padding-right: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .py-sm-4 {
    padding-bottom: 22.5px !important;
    padding-top: 22.5px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .m-sm-5 {
    margin: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mt-sm-5 {
    margin-top: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .ml-sm-5 {
    margin-left: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mr-sm-5 {
    margin-right: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mb-sm-5 {
    margin-bottom: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mx-sm-5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .my-sm-5 {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .p-sm-5 {
    padding: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pt-sm-5 {
    padding-top: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pl-sm-5 {
    padding-left: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pr-sm-5 {
    padding-right: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pb-sm-5 {
    padding-bottom: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .px-sm-5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .py-sm-5 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .m-sm-auto {
    margin: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mt-sm-auto {
    margin-top: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .ml-sm-auto {
    margin-left: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mr-sm-auto {
    margin-right: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mb-sm-auto {
    margin-bottom: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .p-sm-auto {
    padding: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pt-sm-auto {
    padding-top: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pl-sm-auto {
    padding-left: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pr-sm-auto {
    padding-right: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .pb-sm-auto {
    padding-bottom: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  body:not(.page-layout-checkout) .bootstrap-legacy .py-sm-auto {
    padding-bottom: auto !important;
    padding-top: auto !important;
  }
}
.nav-toggle::before {
  font-weight: bold;
}
.radiatorWidget {
  background-color: #1a4086;
  background-image: url('../images/Optimized-Heater_blue.jpg');
  background-position: center;
  background-size: cover;
  padding: 18px;
  color: #fff;
}
.radiatorWidget span {
  font-weight: bold;
  font-size: 20px;
}
.radiatorWidget input {
  background-color: #f07d26;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  width: 100%;
}
.radiatorWidget input:disabled {
  background-color: #f6f6f6;
  color: #858585;
  cursor: default;
}
.landing .pageSlider {
  height: 317px;
  overflow: hidden;
}
.landing .pageSlider .background {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: cover;
  height: 317px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.landing .pageSlider ul {
  list-style: none;
  padding: 0;
}
.landing .pageSlider ul a {
  background: rgba(255, 255, 255, 0.7);
  color: #585858;
  display: block;
  padding: 14px;
  text-decoration: none;
}
.landing .pageSlider ul a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.landing .pageSlider ul a span {
  color: #1a4086;
  display: block;
  font-size: 24px;
}
.landing .pageSlider ul a strong {
  color: #1a4086;
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.landing .pageSlider ul li {
  clear: both;
  float: right;
  max-width: 100%;
  width: 375px;
}
.landing .topSellers a {
  color: #585858;
  display: block;
  height: 100%;
  width: 100%;
}
.landing .topSellers a:hover {
  text-decoration: none;
}
.landing .topSellers a .img {
  text-align: center;
}
.landing .topSellers a .img img {
  max-height: 100%;
}
.landing .topSellers a .info {
  min-height: 106px;
}
.landing .topSellers a .info .rating-summary {
  min-height: 30px;
}
.landing .topSellers a .info .regular-price {
  font-weight: 700;
}
.landing .topSellers hr {
  margin: 5px 0 10px;
}
.landing .topSellers .cta {
  color: #fff;
  background-color: #f07d26;
  background-image: url('../images/cvketel-bg.jpg');
  background-position: top right;
  background-size: cover;
  position: relative;
}
.landing .topSellers .cta:hover::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.landing .topSellers .cta div {
  height: 100%;
  padding: 18px;
}
.landing .topSellers .cta div span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.landing .topSellers .cta div span:not(:last-child) {
  width: 50%;
}
.landing .topSellers .cta div span:last-child {
  bottom: 0;
  font-weight: 700;
  position: absolute;
}
.landing .categories a {
  display: block;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.landing .categories a > div {
  background-color: #f6f6f6;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.landing .categories a > div::before {
  background-image: linear-gradient(0deg, #f6f6f6, rgba(246, 246, 246, 0));
  bottom: 20%;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.landing .categories a:hover > div {
  background-color: #dddddd;
}
.landing .categories a:hover > div::before {
  background-image: linear-gradient(0deg, #dddddd, rgba(221, 221, 221, 0));
}
.landing .categories img {
  margin-top: 5%;
  max-height: 75%;
  max-width: 90%;
}
.landing .categories img::after {
  content: 'a';
  display: block;
}
.landing .categories img::before {
  content: 'b';
  display: block;
}
.landing .categories span {
  color: #585858;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.landing .categories span.link {
  bottom: 10px;
  color: #f07d26;
  display: none;
  font-weight: 700;
}
.landing .installation,
.landing .sustainable {
  font-size: 20px;
  padding-top: 30%;
  position: relative;
  text-align: center;
  width: 100%;
}
.landing .installation > a,
.landing .sustainable > a {
  bottom: 0;
  display: block;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.landing .installation > a:hover::before,
.landing .sustainable > a:hover::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.landing .installation .text,
.landing .sustainable .text {
  border: 1px solid;
  display: none;
  margin-top: -50%;
  max-width: 50%;
  padding: 15px 20px 10px;
  position: relative;
  top: 50%;
}
.landing .installation .link,
.landing .sustainable .link {
  position: absolute;
  padding-left: 10px;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
.landing .sustainable {
  background-color: #f6f6f6;
  background-image: url('../images/verduurzamen-bg.jpg');
  background-position: center;
  background-size: cover;
}
.landing .sustainable a {
  color: #585858;
}
.landing .sustainable .text {
  border-color: #585858;
}
.landing .installation {
  background-color: #f07d26;
  background-image: url('../images/onderhoud-bg.jpg');
  background-position: center;
  background-size: cover;
}
.landing .installation a {
  color: #fff;
}
.landing .installation .text {
  border-color: #fff;
}
.usp-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.usp-info li:before {
  content: '✓';
  color: green;
}
.usp-info li {
  color: black;
}
.page-layout-cvtotaal-info .page-main {
  line-height: 1.8em;
  font-size: 16px;
}
.page-layout-cvtotaal-info .page-main h1 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.page-layout-cvtotaal-info .page-main .radiatorWidget {
  padding-bottom: 5px;
}
.page-layout-cvtotaal-info .page-main .radiatorWidget p {
  margin-bottom: 0;
}
.page-layout-cvtotaal-info .page-main .radiatorWidget .row {
  margin-bottom: 0;
}
.page-layout-cvtotaal-info .page-main .summary {
  text-align: center;
}
.page-layout-cvtotaal-info .page-main .summary ol,
.page-layout-cvtotaal-info .page-main .summary ul {
  display: inline-block;
  text-align: left;
  padding: 30px 40px 20px 40px;
  margin-top: 1rem;
  border: 1px solid #f07d26;
  font-weight: 600;
}
.page-layout-cvtotaal-info .page-main .summary ol a,
.page-layout-cvtotaal-info .page-main .summary ul a {
  color: #585858;
  text-decoration: underline;
}
.page-layout-cvtotaal-info .page-main .summary ol a:hover,
.page-layout-cvtotaal-info .page-main .summary ul a:hover {
  text-decoration: none;
}
.page-layout-cvtotaal-info .page-main ul.grid {
  list-style: none;
  margin: 0 -5px;
  padding-left: 0;
}
.page-layout-cvtotaal-info .page-main ul.grid.square > li > a {
  overflow: hidden;
  text-align: center;
}
.page-layout-cvtotaal-info .page-main ul.grid.square > li > a:after {
  background-image: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 70%);
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.page-layout-cvtotaal-info .page-main ul.grid.square > li > a > img {
  position: absolute;
  max-height: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 20px;
}
.page-layout-cvtotaal-info .page-main ul.grid > li {
  float: left;
  margin: 0;
  position: relative;
}
.page-layout-cvtotaal-info .page-main ul.grid > li > a {
  background: #f6f6f6;
  display: block;
  position: absolute;
  margin: 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}
.page-layout-cvtotaal-info .page-main ul.grid > li > a:hover {
  background: #dddddd;
}
.page-layout-cvtotaal-info .page-main ul.grid > li > a > strong {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 10;
}
.page-layout-cvtotaal-info .page-main ul.grid > li > a > em {
  position: absolute;
  bottom: 35px;
  left: 10px;
  font-style: normal;
  font-weight: bold;
  color: #585858;
  z-index: 10;
}
.page-layout-cvtotaal-info .page-main .footer-1 {
  display: none;
}
.page-layout-cvtotaal-info .page-main a.btn {
  background: #f07d26;
  display: inline-block;
  padding: 12px 15px 10px 15px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin: 10px 0;
  clear: both;
  font-size: 18px;
}
.page-layout-cvtotaal-info .page-main .block {
  position: relative;
  padding: 20px 0 30px 0;
}
.page-layout-cvtotaal-info .page-main .block .logos {
  text-align: center;
}
.page-layout-cvtotaal-info .page-main .block .logos a {
  display: inline-block;
  margin: 15px;
}
.page-layout-cvtotaal-info .page-main .block .logos a img {
  max-width: 200px;
  max-height: 60px;
}
.page-layout-cvtotaal-info .page-main .block .logos a.small img {
  max-width: 150px;
  max-height: 40px;
}
.page-layout-cvtotaal-info .page-main .block .logos a:not(:hover) {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.page-layout-cvtotaal-info .page-main .block .info-block {
  display: block;
  background: white;
  border: 1px solid #1a4086;
  margin: 20px 0;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 10px;
  width: 200px;
  min-height: 200px;
  font-weight: bold;
  color: #f07d26;
  font-size: 18px;
  position: relative;
}
.page-layout-cvtotaal-info .page-main .block .info-block strong {
  font-size: 16px;
  color: #585858;
}
.page-layout-cvtotaal-info .page-main .block .info-block a.btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 20px 20px 20px;
  display: block;
  text-align: center;
}
.page-layout-cvtotaal-info .page-main .block.block-bg {
  overflow: hidden;
  margin: 0 -20px 20px -20px;
  padding: 20px 20px 30px 20px;
  background-size: cover;
}
.page-layout-cvtotaal-info .page-main .block.block-bg h1,
.page-layout-cvtotaal-info .page-main .block.block-bg h2,
.page-layout-cvtotaal-info .page-main .block.block-bg h3,
.page-layout-cvtotaal-info .page-main .block.block-bg h4,
.page-layout-cvtotaal-info .page-main .block.block-bg h5,
.page-layout-cvtotaal-info .page-main .block.block-bg h6 {
  color: #1a4086;
}
.page-layout-cvtotaal-info .page-main .block:not(.block-bg):before {
  content: '';
  display: block;
  position: absolute;
  left: -50vw;
  right: -50vw;
  bottom: -20px;
  top: -20px;
  z-index: -1;
}
.page-layout-cvtotaal-info .page-main .block:not(.block-bg):not(.block-bg-toggle):nth-child(odd):before {
  background: #fff;
}
.page-layout-cvtotaal-info .page-main .block:not(.block-bg):not(.block-bg-toggle):nth-child(even):before {
  background: #f6f6f6;
}
.page-layout-cvtotaal-info .page-main .block:not(.block-bg).block-bg-toggle:nth-child(odd):before {
  background: #f6f6f6;
}
.page-layout-cvtotaal-info .page-main .block:not(.block-bg).block-bg-toggle:nth-child(even):before {
  background: #fff;
}
.page-layout-cvtotaal-info .page-main .block:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
.tooltip {
  position: relative;
}
.tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #585858;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.tooltip .tooltip-content:after,
.tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip .tooltip-content:after,
.tooltip .tooltip-content:before {
  right: 100%;
}
.tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.tooltip .tooltip-toggle {
  cursor: help;
}
.tooltip .tooltip-toggle:hover + .tooltip-content,
.tooltip .tooltip-toggle:focus + .tooltip-content,
.tooltip:hover .tooltip-content {
  display: block;
}
.tooltip .tooltip-toggle:hover {
  text-decoration: initial;
}
.tooltip .tooltip-toggle.circle {
  color: #fff;
  background: #f07d26;
  border-radius: 1000px;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  margin-left: 10px;
  line-height: 1.7em;
}
.page-header a {
  text-decoration: none;
  color: #585858;
}
.page-header a:hover {
  color: #f07d26;
}
.page-header .panel.wrapper {
  background-color: #eee;
  border-bottom: none;
  position: relative;
}
.installation .notes {
  font-size: 12px;
}
.page-footer {
  border-bottom: 4px solid #f07d26;
}
.page-footer .footer.content {
  color: #fff;
}
.page-footer .footer.content a,
.page-footer .footer.content .alink {
  color: #fff;
}
.footer.content {
  border-top: none;
}
.page-footer .footer-columns h4 {
  font-size: 20px;
  font-weight: 400;
}
.page-footer .footer-columns > div {
  box-sizing: border-box;
  float: left;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 18px;
}
@font-face {
  font-family: 'Tajawal', sans-serif;
  src: url('../fonts/MetaPro-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.page-layout-checkout .checkout-top {
  padding: 20px 0;
  text-align: center;
}
.page-layout-checkout .checkout-top .nav-toggle {
  display: none !important;
}
.page-layout-checkout .checkout-top .logo {
  display: inline-block;
  float: none;
  margin: 0;
}
.page-layout-checkout .checkout-container a.button-action.action.showcart,
.page-layout-checkout .popup-authentication button.action.action.showcart,
.page-layout-checkout .popup-gift-message-item button.action.action.showcart,
.page-layout-checkout .checkout-container button:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger).action.showcart,
.page-layout-checkout .popup-authentication .cart.table-wrapper .actions-toolbar > .action.action.action.showcart,
.page-layout-checkout .popup-gift-message-item .cart.table-wrapper .actions-toolbar > .action.action.action.showcart,
.page-layout-checkout .checkout-container .cart.table-wrapper .actions-toolbar > .action:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger).action.showcart,
.page-layout-checkout .popup-authentication .action-gift.action.action.showcart,
.page-layout-checkout .popup-gift-message-item .action-gift.action.action.showcart,
.page-layout-checkout .checkout-container .action-gift:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger).action.showcart {
  background: #f07d26 !important;
  border-color: #f07d26 !important;
}
.page-layout-checkout .checkout-container a.button-action.action.showcart::before,
.page-layout-checkout .popup-authentication button.action.action.showcart::before,
.page-layout-checkout .popup-gift-message-item button.action.action.showcart::before,
.page-layout-checkout .checkout-container button:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger).action.showcart::before,
.page-layout-checkout .popup-authentication .cart.table-wrapper .actions-toolbar > .action.action.action.showcart::before,
.page-layout-checkout .popup-gift-message-item .cart.table-wrapper .actions-toolbar > .action.action.action.showcart::before,
.page-layout-checkout .checkout-container .cart.table-wrapper .actions-toolbar > .action:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger).action.showcart::before,
.page-layout-checkout .popup-authentication .action-gift.action.action.showcart::before,
.page-layout-checkout .popup-gift-message-item .action-gift.action.action.showcart::before,
.page-layout-checkout .checkout-container .action-gift:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger).action.showcart::before {
  color: #fff;
}
.page-layout-checkout .checkout-container a.button-action.action.showcart .counter.qty,
.page-layout-checkout .popup-authentication button.action.action.showcart .counter.qty,
.page-layout-checkout .popup-gift-message-item button.action.action.showcart .counter.qty,
.page-layout-checkout .checkout-container button:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger).action.showcart .counter.qty,
.page-layout-checkout .popup-authentication .cart.table-wrapper .actions-toolbar > .action.action.action.showcart .counter.qty,
.page-layout-checkout .popup-gift-message-item .cart.table-wrapper .actions-toolbar > .action.action.action.showcart .counter.qty,
.page-layout-checkout .checkout-container .cart.table-wrapper .actions-toolbar > .action:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger).action.showcart .counter.qty,
.page-layout-checkout .popup-authentication .action-gift.action.action.showcart .counter.qty,
.page-layout-checkout .popup-gift-message-item .action-gift.action.action.showcart .counter.qty,
.page-layout-checkout .checkout-container .action-gift:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger).action.showcart .counter.qty {
  background: none !important;
  padding-top: 3px;
}
.product-info-add-to-cart {
  background: #f8f8f6;
  padding: 5px 20px;
}
.product.more .product.info.detailed,
.product.more .product.block.related {
  box-sizing: border-box;
}
#experius-postcode-fieldset {
  margin-left: 0 !important;
}
.breadcrumbs .item:not(:last-child)::after {
  line-height: 12px;
}
.minicart-wrapper .action.showcart .info {
  display: none;
}
.modes {
  margin-right: 40px;
}
.modes .mode-switch {
  background: #cecece;
  border: 1px solid #7e807e;
  border-radius: 1000px;
  float: none;
  padding: 1px;
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 10px;
  height: 20px;
  width: 35px;
}
.modes .mode-switch span {
  display: none;
}
.modes .mode-switch.active {
  background: green;
}
.modes .mode-switch.active:before {
  right: 1px;
}
.modes .mode-switch:not(.active):before {
  left: 1px;
}
.modes .mode-switch:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  top: 1px;
  position: absolute;
  border-radius: 1000px;
  background: #fff;
}
.page-header .site-alert {
  background-color: #333;
  color: #eb8181;
  padding: 7px 0 5px;
  text-align: center;
  font-size: 13px;
}
.page-header .site-alert a {
  color: #eb8181;
  text-decoration: underline;
}
.page-header .site-alert a:hover {
  color: #eb8181;
  text-decoration: none;
}
.page-header .site-alert {
  background-color: #ee7e01;
  color: #fff;
}
.page-header .site-alert a {
  color: #1a4086;
}
.page-header .site-alert a:hover {
  color: #000;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: list-item;
}
ul.product.usp {
  list-style: none;
  padding-left: 0px !important;
}
ul.product.usp li:before {
  content: '\2714';
  margin-right: 10px;
  color: #11ae00;
}
.product.media .gallery--label {
  bottom: 60px;
}
.block-minicart .items-total {
  display: none;
}
.block-minicart .subtotal {
  display: none;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 28px;
}
.block-minicart .block-content > .actions > .primary .action.primary:first-child {
  margin-top: -10px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/vendor/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #1a4086;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/vendor/slick/slick.eot');
  src: url('../fonts/vendor/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/vendor/slick/slick.woff') format('woff'), url('../fonts/vendor/slick/slick.ttf') format('truetype'), url('../fonts/vendor/slick/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .action-gift:hover,
.slick-dots li .action-gift:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.slick-dots li .action-gift:hover:before,
.slick-dots li .action-gift:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li .action-gift:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li.slick-active .action-gift:before {
  color: black;
  opacity: 1;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/vendor/slick/slick.eot');
  src: url('../fonts/vendor/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/vendor/slick/slick.woff') format('woff'), url('../fonts/vendor/slick/slick.ttf') format('truetype'), url('../fonts/vendor/slick/slick.svg#slick') format('svg');
}
.product-items.slick {
  margin: 0 25px;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  color: #f07d26;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-none {
  display: none !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-inline {
  display: inline !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-inline-block {
  display: inline-block !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-block {
  display: block !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-table {
  display: table !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-table-cell {
  display: table-cell !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-table-row {
  display: table-row !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-flex {
  display: flex !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-inline-flex {
  display: flex !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-xs-none {
  display: none !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-xs-inline {
  display: inline !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-xs-inline-block {
  display: inline-block !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-xs-block {
  display: block !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-xs-table {
  display: table !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-xs-table-cell {
  display: table-cell !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-xs-table-row {
  display: table-row !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-xs-flex {
  display: flex !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .d-xs-inline-flex {
  display: flex !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy [class*="col-"] {
  box-sizing: border-box;
  min-height: 1px;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body:not(.page-layout-checkout) .bootstrap-legacy .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-left: -15px;
  margin-right: -15px;
}
body:not(.page-layout-checkout) .bootstrap-legacy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-0 {
  margin: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-0 {
  margin-top: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-0 {
  margin-left: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-0 {
  margin-right: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-0 {
  margin-bottom: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-0 {
  padding: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-0 {
  padding-top: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-0 {
  padding-left: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-0 {
  padding-right: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-0 {
  padding-bottom: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-1 {
  margin: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-1 {
  margin-top: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-1 {
  margin-left: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-1 {
  margin-right: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-1 {
  margin-bottom: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-1 {
  margin-left: 3.75px !important;
  margin-right: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-1 {
  margin-bottom: 3.75px !important;
  margin-top: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-1 {
  padding: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-1 {
  padding-top: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-1 {
  padding-left: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-1 {
  padding-right: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-1 {
  padding-bottom: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-1 {
  padding-left: 3.75px !important;
  padding-right: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-1 {
  padding-bottom: 3.75px !important;
  padding-top: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-2 {
  margin: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-2 {
  margin-top: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-2 {
  margin-left: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-2 {
  margin-right: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-2 {
  margin-bottom: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-2 {
  margin-left: 7.5px !important;
  margin-right: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-2 {
  margin-bottom: 7.5px !important;
  margin-top: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-2 {
  padding: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-2 {
  padding-top: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-2 {
  padding-left: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-2 {
  padding-right: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-2 {
  padding-bottom: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-2 {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-2 {
  padding-bottom: 7.5px !important;
  padding-top: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-3 {
  margin: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-3 {
  margin-top: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-3 {
  margin-left: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-3 {
  margin-right: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-3 {
  margin-bottom: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-3 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-3 {
  padding: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-3 {
  padding-top: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-3 {
  padding-left: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-3 {
  padding-right: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-3 {
  padding-bottom: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-3 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-4 {
  margin: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-4 {
  margin-top: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-4 {
  margin-left: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-4 {
  margin-right: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-4 {
  margin-bottom: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-4 {
  margin-left: 22.5px !important;
  margin-right: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-4 {
  margin-bottom: 22.5px !important;
  margin-top: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-4 {
  padding: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-4 {
  padding-top: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-4 {
  padding-left: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-4 {
  padding-right: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-4 {
  padding-bottom: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-4 {
  padding-left: 22.5px !important;
  padding-right: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-4 {
  padding-bottom: 22.5px !important;
  padding-top: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-5 {
  margin: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-5 {
  margin-top: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-5 {
  margin-left: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-5 {
  margin-right: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-5 {
  margin-bottom: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-5 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-5 {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-5 {
  padding: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-5 {
  padding-top: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-5 {
  padding-left: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-5 {
  padding-right: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-5 {
  padding-bottom: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-5 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-5 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-auto {
  margin: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-auto {
  margin-top: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-auto {
  margin-left: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-auto {
  margin-right: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-auto {
  margin-bottom: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-auto {
  padding: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-auto {
  padding-top: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-auto {
  padding-left: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-auto {
  padding-right: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-auto {
  padding-bottom: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-auto {
  padding-bottom: auto !important;
  padding-top: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-xs-0 {
  margin: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-xs-0 {
  margin-top: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-xs-0 {
  margin-left: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-xs-0 {
  margin-right: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-xs-0 {
  margin-bottom: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-xs-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-xs-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-xs-0 {
  padding: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-xs-0 {
  padding-top: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-xs-0 {
  padding-left: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-xs-0 {
  padding-right: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-xs-0 {
  padding-bottom: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-xs-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-xs-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-xs-1 {
  margin: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-xs-1 {
  margin-top: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-xs-1 {
  margin-left: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-xs-1 {
  margin-right: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-xs-1 {
  margin-bottom: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-xs-1 {
  margin-left: 3.75px !important;
  margin-right: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-xs-1 {
  margin-bottom: 3.75px !important;
  margin-top: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-xs-1 {
  padding: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-xs-1 {
  padding-top: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-xs-1 {
  padding-left: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-xs-1 {
  padding-right: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-xs-1 {
  padding-bottom: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-xs-1 {
  padding-left: 3.75px !important;
  padding-right: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-xs-1 {
  padding-bottom: 3.75px !important;
  padding-top: 3.75px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-xs-2 {
  margin: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-xs-2 {
  margin-top: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-xs-2 {
  margin-left: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-xs-2 {
  margin-right: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-xs-2 {
  margin-bottom: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-xs-2 {
  margin-left: 7.5px !important;
  margin-right: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-xs-2 {
  margin-bottom: 7.5px !important;
  margin-top: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-xs-2 {
  padding: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-xs-2 {
  padding-top: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-xs-2 {
  padding-left: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-xs-2 {
  padding-right: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-xs-2 {
  padding-bottom: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-xs-2 {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-xs-2 {
  padding-bottom: 7.5px !important;
  padding-top: 7.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-xs-3 {
  margin: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-xs-3 {
  margin-top: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-xs-3 {
  margin-left: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-xs-3 {
  margin-right: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-xs-3 {
  margin-bottom: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-xs-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-xs-3 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-xs-3 {
  padding: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-xs-3 {
  padding-top: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-xs-3 {
  padding-left: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-xs-3 {
  padding-right: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-xs-3 {
  padding-bottom: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-xs-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-xs-3 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-xs-4 {
  margin: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-xs-4 {
  margin-top: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-xs-4 {
  margin-left: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-xs-4 {
  margin-right: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-xs-4 {
  margin-bottom: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-xs-4 {
  margin-left: 22.5px !important;
  margin-right: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-xs-4 {
  margin-bottom: 22.5px !important;
  margin-top: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-xs-4 {
  padding: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-xs-4 {
  padding-top: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-xs-4 {
  padding-left: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-xs-4 {
  padding-right: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-xs-4 {
  padding-bottom: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-xs-4 {
  padding-left: 22.5px !important;
  padding-right: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-xs-4 {
  padding-bottom: 22.5px !important;
  padding-top: 22.5px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-xs-5 {
  margin: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-xs-5 {
  margin-top: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-xs-5 {
  margin-left: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-xs-5 {
  margin-right: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-xs-5 {
  margin-bottom: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-xs-5 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-xs-5 {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-xs-5 {
  padding: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-xs-5 {
  padding-top: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-xs-5 {
  padding-left: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-xs-5 {
  padding-right: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-xs-5 {
  padding-bottom: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-xs-5 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-xs-5 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .m-xs-auto {
  margin: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mt-xs-auto {
  margin-top: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .ml-xs-auto {
  margin-left: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mr-xs-auto {
  margin-right: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mb-xs-auto {
  margin-bottom: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .mx-xs-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .my-xs-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .p-xs-auto {
  padding: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pt-xs-auto {
  padding-top: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pl-xs-auto {
  padding-left: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pr-xs-auto {
  padding-right: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .pb-xs-auto {
  padding-bottom: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .px-xs-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
body:not(.page-layout-checkout) .bootstrap-legacy .py-xs-auto {
  padding-bottom: auto !important;
  padding-top: auto !important;
}
.bootstrap {
  all: initial;
  color: #585858;
  font-family: 'Tajawal', sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  /**
Temporary file to prevent merge conflicts in web/css/source/bootstrap/_variables.less
*/
  /**
Temporary file to prevent merge conflicts in web/css/source/bootstrap/_variables.less
*/
  /**
 * @author Pieter Zandbergen <pmzandbergen@86id.nl>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
  /**
 * @author Pieter Zandbergen <pmzandbergen@86id.nl>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
  /**
 * Support for borders
 */
  /**
 * Bootstrap post-4.1 elements
 */
  /**
 * @author Pieter Zandbergen <pmzandbergen@86id.nl>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
  /*
 * Stretched link
*/
  /**
 * @author Pieter Zandbergen <pmzandbergen@86id.nl>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
  /**
 * Custom display classes for the collapsed state
 */
  /**
 * @author Pieter Zandbergen <pmzandbergen@86id.nl>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
  /**
 * Bootstrap post-4.1 utilities
 */
  /**
 * @author Pieter Zandbergen <pmzandbergen@86id.nl>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
}
.bootstrap ol > li,
.bootstrap ul > li {
  margin-top: initial;
  margin-bottom: initial;
}
.bootstrap :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2155b5;
  --secondary: #f07d26;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --gray: #f0f1f2;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Tajawal', sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.bootstrap *,
.bootstrap *::before,
.bootstrap *::after {
  box-sizing: border-box;
}
.bootstrap html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap article,
.bootstrap aside,
.bootstrap figcaption,
.bootstrap figure,
.bootstrap footer,
.bootstrap header,
.bootstrap hgroup,
.bootstrap main,
.bootstrap nav,
.bootstrap section {
  display: block;
}
.bootstrap body {
  margin: 0;
  font-family: 'Tajawal', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #585858;
  text-align: left;
  background-color: #fff;
}
.bootstrap [tabindex="-1"]:focus {
  outline: 0 !important;
}
.bootstrap hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.bootstrap p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.bootstrap abbr[title],
.bootstrap abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.bootstrap address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bootstrap ol,
.bootstrap ul,
.bootstrap dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap ol ol,
.bootstrap ul ul,
.bootstrap ol ul,
.bootstrap ul ol {
  margin-bottom: 0;
}
.bootstrap dt {
  font-weight: 700;
}
.bootstrap dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.bootstrap blockquote {
  margin: 0 0 1rem;
}
.bootstrap dfn {
  font-style: italic;
}
.bootstrap b,
.bootstrap strong {
  font-weight: bolder;
}
.bootstrap small {
  font-size: 80%;
}
.bootstrap sub,
.bootstrap sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap sub {
  bottom: -0.25em;
}
.bootstrap sup {
  top: -0.5em;
}
.bootstrap a {
  color: #2155b5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.bootstrap a:hover {
  color: #153774;
  text-decoration: underline;
}
.bootstrap a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.bootstrap a:not([href]):not([tabindex]):hover,
.bootstrap a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
.bootstrap a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.bootstrap pre,
.bootstrap code,
.bootstrap kbd,
.bootstrap samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.bootstrap pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.bootstrap figure {
  margin: 0 0 1rem;
}
.bootstrap img {
  vertical-align: middle;
  border-style: none;
}
.bootstrap svg {
  overflow: hidden;
  vertical-align: middle;
}
.bootstrap table {
  border-collapse: collapse;
}
.bootstrap caption {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #94949e;
  text-align: left;
  caption-side: bottom;
}
.bootstrap th {
  text-align: inherit;
}
.bootstrap label {
  display: inline-block;
  margin-bottom: 0.8rem;
}
.bootstrap button,
.bootstrap .cart.table-wrapper .actions-toolbar > .action,
.bootstrap .action-gift {
  border-radius: 0;
}
.bootstrap button:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action:focus,
.bootstrap .action-gift:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap optgroup,
.bootstrap textarea,
.bootstrap .cart.table-wrapper .actions-toolbar > .action,
.bootstrap .action-gift {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap button,
.bootstrap input,
.bootstrap .cart.table-wrapper .actions-toolbar > .action,
.bootstrap .action-gift {
  overflow: visible;
}
.bootstrap button,
.bootstrap select,
.bootstrap .cart.table-wrapper .actions-toolbar > .action,
.bootstrap .action-gift {
  text-transform: none;
}
.bootstrap button,
.bootstrap html [type="button"],
.bootstrap [type="reset"],
.bootstrap [type="submit"],
.bootstrap .cart.table-wrapper .actions-toolbar > .action,
.bootstrap .action-gift {
  -webkit-appearance: button;
}
.bootstrap button::-moz-focus-inner,
.bootstrap [type="button"]::-moz-focus-inner,
.bootstrap [type="reset"]::-moz-focus-inner,
.bootstrap [type="submit"]::-moz-focus-inner,
.bootstrap .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.bootstrap .action-gift::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap input[type="date"],
.bootstrap input[type="time"],
.bootstrap input[type="datetime-local"],
.bootstrap input[type="month"] {
  -webkit-appearance: listbox;
}
.bootstrap textarea {
  overflow: auto;
  resize: vertical;
}
.bootstrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.bootstrap progress {
  vertical-align: baseline;
}
.bootstrap [type="number"]::-webkit-inner-spin-button,
.bootstrap [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.bootstrap [type="search"]::-webkit-search-cancel-button,
.bootstrap [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrap output {
  display: inline-block;
}
.bootstrap summary {
  display: list-item;
  cursor: pointer;
}
.bootstrap template {
  display: none;
}
.bootstrap [hidden] {
  display: none !important;
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6,
.bootstrap .h1,
.bootstrap .h2,
.bootstrap .h3,
.bootstrap .h4,
.bootstrap .h5,
.bootstrap .h6 {
  margin-bottom: 0.8rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #2155b5;
}
.bootstrap h1,
.bootstrap .h1 {
  font-size: 2.8rem;
}
.bootstrap h2,
.bootstrap .h2 {
  font-size: 2.4rem;
}
.bootstrap h3,
.bootstrap .h3 {
  font-size: 2rem;
}
.bootstrap h4,
.bootstrap .h4 {
  font-size: 1.6rem;
}
.bootstrap h5,
.bootstrap .h5 {
  font-size: 1.6rem;
}
.bootstrap h6,
.bootstrap .h6 {
  font-size: 1.6rem;
}
.bootstrap .lead {
  font-size: 2rem;
  font-weight: 300;
}
.bootstrap .display-1 {
  font-size: 9.6rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-2 {
  font-size: 8.8rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-3 {
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-4 {
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap hr {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bootstrap small,
.bootstrap .small {
  font-size: 80%;
  font-weight: 400;
}
.bootstrap mark,
.bootstrap .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline-item {
  display: inline-block;
}
.bootstrap .list-inline-item:not(:last-child) {
  margin-right: 0.8rem;
}
.bootstrap .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap .blockquote {
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
.bootstrap .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.bootstrap .blockquote-footer::before {
  content: "\2014 \00A0";
}
.bootstrap .img-fluid {
  max-width: 100%;
  height: auto;
}
.bootstrap .img-thumbnail {
  padding: 0.4rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.8rem;
  max-width: 100%;
  height: auto;
}
.bootstrap .figure {
  display: inline-block;
}
.bootstrap .figure-img {
  margin-bottom: 0.8rem;
  line-height: 1;
}
.bootstrap .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.bootstrap code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > .bootstrap code {
  color: inherit;
}
.bootstrap kbd {
  padding: 0.32rem 0.64rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.4rem;
}
.bootstrap kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.bootstrap pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.bootstrap pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bootstrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap .container {
    max-width: 1364px;
  }
}
@media (min-width: 768px) {
  .bootstrap .container {
    max-width: 1364px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container {
    max-width: 1364px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container {
    max-width: 1364px;
  }
}
.bootstrap .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .no-gutters > .col,
.bootstrap .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .grid-column,
.bootstrap .col-1,
.bootstrap .col-2,
.bootstrap .col-3,
.bootstrap .col-4,
.bootstrap .col-5,
.bootstrap .col-6,
.bootstrap .col-7,
.bootstrap .col-8,
.bootstrap .col-9,
.bootstrap .col-10,
.bootstrap .col-11,
.bootstrap .col-12,
.bootstrap .col,
.bootstrap .col-auto,
.bootstrap .col-sm-1,
.bootstrap .col-sm-2,
.bootstrap .col-sm-3,
.bootstrap .col-sm-4,
.bootstrap .col-sm-5,
.bootstrap .col-sm-6,
.bootstrap .col-sm-7,
.bootstrap .col-sm-8,
.bootstrap .col-sm-9,
.bootstrap .col-sm-10,
.bootstrap .col-sm-11,
.bootstrap .col-sm-12,
.bootstrap .col-sm,
.bootstrap .col-sm-auto,
.bootstrap .col-md-1,
.bootstrap .col-md-2,
.bootstrap .col-md-3,
.bootstrap .col-md-4,
.bootstrap .col-md-5,
.bootstrap .col-md-6,
.bootstrap .col-md-7,
.bootstrap .col-md-8,
.bootstrap .col-md-9,
.bootstrap .col-md-10,
.bootstrap .col-md-11,
.bootstrap .col-md-12,
.bootstrap .col-md,
.bootstrap .col-md-auto,
.bootstrap .col-lg-1,
.bootstrap .col-lg-2,
.bootstrap .col-lg-3,
.bootstrap .col-lg-4,
.bootstrap .col-lg-5,
.bootstrap .col-lg-6,
.bootstrap .col-lg-7,
.bootstrap .col-lg-8,
.bootstrap .col-lg-9,
.bootstrap .col-lg-10,
.bootstrap .col-lg-11,
.bootstrap .col-lg-12,
.bootstrap .col-lg,
.bootstrap .col-lg-auto,
.bootstrap .col-xl-1,
.bootstrap .col-xl-2,
.bootstrap .col-xl-3,
.bootstrap .col-xl-4,
.bootstrap .col-xl-5,
.bootstrap .col-xl-6,
.bootstrap .col-xl-7,
.bootstrap .col-xl-8,
.bootstrap .col-xl-9,
.bootstrap .col-xl-10,
.bootstrap .col-xl-11,
.bootstrap .col-xl-12,
.bootstrap .col-xl,
.bootstrap .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.bootstrap .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.bootstrap .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.bootstrap .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.bootstrap .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.bootstrap .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.bootstrap .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.bootstrap .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.bootstrap .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.bootstrap .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap .order-first {
  order: -1;
}
.bootstrap .order-last {
  order: 13;
}
.bootstrap .order-0 {
  order: 0;
}
.bootstrap .order-1 {
  order: 1;
}
.bootstrap .order-2 {
  order: 2;
}
.bootstrap .order-3 {
  order: 3;
}
.bootstrap .order-4 {
  order: 4;
}
.bootstrap .order-5 {
  order: 5;
}
.bootstrap .order-6 {
  order: 6;
}
.bootstrap .order-7 {
  order: 7;
}
.bootstrap .order-8 {
  order: 8;
}
.bootstrap .order-9 {
  order: 9;
}
.bootstrap .order-10 {
  order: 10;
}
.bootstrap .order-11 {
  order: 11;
}
.bootstrap .order-12 {
  order: 12;
}
.bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .offset-3 {
  margin-left: 25%;
}
.bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .offset-6 {
  margin-left: 50%;
}
.bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .offset-9 {
  margin-left: 75%;
}
.bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .bootstrap .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bootstrap .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-sm-first {
    order: -1;
  }
  .bootstrap .order-sm-last {
    order: 13;
  }
  .bootstrap .order-sm-0 {
    order: 0;
  }
  .bootstrap .order-sm-1 {
    order: 1;
  }
  .bootstrap .order-sm-2 {
    order: 2;
  }
  .bootstrap .order-sm-3 {
    order: 3;
  }
  .bootstrap .order-sm-4 {
    order: 4;
  }
  .bootstrap .order-sm-5 {
    order: 5;
  }
  .bootstrap .order-sm-6 {
    order: 6;
  }
  .bootstrap .order-sm-7 {
    order: 7;
  }
  .bootstrap .order-sm-8 {
    order: 8;
  }
  .bootstrap .order-sm-9 {
    order: 9;
  }
  .bootstrap .order-sm-10 {
    order: 10;
  }
  .bootstrap .order-sm-11 {
    order: 11;
  }
  .bootstrap .order-sm-12 {
    order: 12;
  }
  .bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .bootstrap .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bootstrap .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-md-first {
    order: -1;
  }
  .bootstrap .order-md-last {
    order: 13;
  }
  .bootstrap .order-md-0 {
    order: 0;
  }
  .bootstrap .order-md-1 {
    order: 1;
  }
  .bootstrap .order-md-2 {
    order: 2;
  }
  .bootstrap .order-md-3 {
    order: 3;
  }
  .bootstrap .order-md-4 {
    order: 4;
  }
  .bootstrap .order-md-5 {
    order: 5;
  }
  .bootstrap .order-md-6 {
    order: 6;
  }
  .bootstrap .order-md-7 {
    order: 7;
  }
  .bootstrap .order-md-8 {
    order: 8;
  }
  .bootstrap .order-md-9 {
    order: 9;
  }
  .bootstrap .order-md-10 {
    order: 10;
  }
  .bootstrap .order-md-11 {
    order: 11;
  }
  .bootstrap .order-md-12 {
    order: 12;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .bootstrap .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bootstrap .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-lg-first {
    order: -1;
  }
  .bootstrap .order-lg-last {
    order: 13;
  }
  .bootstrap .order-lg-0 {
    order: 0;
  }
  .bootstrap .order-lg-1 {
    order: 1;
  }
  .bootstrap .order-lg-2 {
    order: 2;
  }
  .bootstrap .order-lg-3 {
    order: 3;
  }
  .bootstrap .order-lg-4 {
    order: 4;
  }
  .bootstrap .order-lg-5 {
    order: 5;
  }
  .bootstrap .order-lg-6 {
    order: 6;
  }
  .bootstrap .order-lg-7 {
    order: 7;
  }
  .bootstrap .order-lg-8 {
    order: 8;
  }
  .bootstrap .order-lg-9 {
    order: 9;
  }
  .bootstrap .order-lg-10 {
    order: 10;
  }
  .bootstrap .order-lg-11 {
    order: 11;
  }
  .bootstrap .order-lg-12 {
    order: 12;
  }
  .bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrap .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bootstrap .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-xl-first {
    order: -1;
  }
  .bootstrap .order-xl-last {
    order: 13;
  }
  .bootstrap .order-xl-0 {
    order: 0;
  }
  .bootstrap .order-xl-1 {
    order: 1;
  }
  .bootstrap .order-xl-2 {
    order: 2;
  }
  .bootstrap .order-xl-3 {
    order: 3;
  }
  .bootstrap .order-xl-4 {
    order: 4;
  }
  .bootstrap .order-xl-5 {
    order: 5;
  }
  .bootstrap .order-xl-6 {
    order: 6;
  }
  .bootstrap .order-xl-7 {
    order: 7;
  }
  .bootstrap .order-xl-8 {
    order: 8;
  }
  .bootstrap .order-xl-9 {
    order: 9;
  }
  .bootstrap .order-xl-10 {
    order: 10;
  }
  .bootstrap .order-xl-11 {
    order: 11;
  }
  .bootstrap .order-xl-12 {
    order: 12;
  }
  .bootstrap .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.bootstrap .table {
  width: 100%;
  margin-bottom: 1.6rem;
  background-color: transparent;
}
.bootstrap .table th,
.bootstrap .table td {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.bootstrap .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.bootstrap .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.bootstrap .table .table {
  background-color: #fff;
}
.bootstrap .table-sm th,
.bootstrap .table-sm td {
  padding: 0.48rem;
}
.bootstrap .table-bordered {
  border: 1px solid #dee2e6;
}
.bootstrap .table-bordered th,
.bootstrap .table-bordered td {
  border: 1px solid #dee2e6;
}
.bootstrap .table-bordered thead th,
.bootstrap .table-bordered thead td {
  border-bottom-width: 2px;
}
.bootstrap .table-borderless th,
.bootstrap .table-borderless td,
.bootstrap .table-borderless thead th,
.bootstrap .table-borderless tbody + tbody {
  border: 0;
}
.bootstrap .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table-primary,
.bootstrap .table-primary > th,
.bootstrap .table-primary > td {
  background-color: #c1cfea;
}
.bootstrap .table-hover .table-primary:hover {
  background-color: #aec0e4;
}
.bootstrap .table-hover .table-primary:hover > td,
.bootstrap .table-hover .table-primary:hover > th {
  background-color: #aec0e4;
}
.bootstrap .table-secondary,
.bootstrap .table-secondary > th,
.bootstrap .table-secondary > td {
  background-color: #fbdbc2;
}
.bootstrap .table-hover .table-secondary:hover {
  background-color: #f9cdaa;
}
.bootstrap .table-hover .table-secondary:hover > td,
.bootstrap .table-hover .table-secondary:hover > th {
  background-color: #f9cdaa;
}
.bootstrap .table-success,
.bootstrap .table-success > th,
.bootstrap .table-success > td {
  background-color: #c3e6cb;
}
.bootstrap .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.bootstrap .table-hover .table-success:hover > td,
.bootstrap .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.bootstrap .table-info,
.bootstrap .table-info > th,
.bootstrap .table-info > td {
  background-color: #bee5eb;
}
.bootstrap .table-hover .table-info:hover {
  background-color: #abdde5;
}
.bootstrap .table-hover .table-info:hover > td,
.bootstrap .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.bootstrap .table-warning,
.bootstrap .table-warning > th,
.bootstrap .table-warning > td {
  background-color: #ffeeba;
}
.bootstrap .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.bootstrap .table-hover .table-warning:hover > td,
.bootstrap .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.bootstrap .table-danger,
.bootstrap .table-danger > th,
.bootstrap .table-danger > td {
  background-color: #f5c6cb;
}
.bootstrap .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.bootstrap .table-hover .table-danger:hover > td,
.bootstrap .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.bootstrap .table-light,
.bootstrap .table-light > th,
.bootstrap .table-light > td {
  background-color: #fdfdfe;
}
.bootstrap .table-hover .table-light:hover {
  background-color: #ececf5;
}
.bootstrap .table-hover .table-light:hover > td,
.bootstrap .table-hover .table-light:hover > th {
  background-color: #ececf5;
}
.bootstrap .table-dark,
.bootstrap .table-dark > th,
.bootstrap .table-dark > td {
  background-color: #c6c8ca;
}
.bootstrap .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.bootstrap .table-hover .table-dark:hover > td,
.bootstrap .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.bootstrap .table-gray,
.bootstrap .table-gray > th,
.bootstrap .table-gray > td {
  background-color: #fbfbfb;
}
.bootstrap .table-hover .table-gray:hover {
  background-color: #eeeeee;
}
.bootstrap .table-hover .table-gray:hover > td,
.bootstrap .table-hover .table-gray:hover > th {
  background-color: #eeeeee;
}
.bootstrap .table-active,
.bootstrap .table-active > th,
.bootstrap .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table-hover .table-active:hover > td,
.bootstrap .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.bootstrap .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap .table-dark {
  color: #fff;
  background-color: #212529;
}
.bootstrap .table-dark th,
.bootstrap .table-dark td,
.bootstrap .table-dark thead th {
  border-color: #32383e;
}
.bootstrap .table-dark.table-bordered {
  border: 0;
}
.bootstrap .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.bootstrap .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .bootstrap .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .bootstrap .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .bootstrap .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .bootstrap .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .bootstrap .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.bootstrap .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.bootstrap .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap .form-control {
  display: block;
  width: 100%;
  height: calc(3.6000000000000005rem + 2px);
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.8rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .form-control {
    transition: none;
  }
}
.bootstrap .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f8c49d;
  outline: 0;
  box-shadow: 0 0 0 0.32rem rgba(240, 125, 38, 0.25);
}
.bootstrap .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control:disabled,
.bootstrap .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap .form-control-file,
.bootstrap .form-control-range {
  display: block;
  width: 100%;
}
.bootstrap .col-form-label {
  padding-top: calc(0.6000000000000001rem + 1px);
  padding-bottom: calc(0.6000000000000001rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bootstrap .col-form-label-lg {
  padding-top: calc(0.8rem + 1px);
  padding-bottom: calc(0.8rem + 1px);
  font-size: 2rem;
  line-height: 1.5;
}
.bootstrap .col-form-label-sm {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5;
}
.bootstrap .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #585858;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap .form-control-plaintext.form-control-sm,
.bootstrap .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .form-control-sm {
  height: calc(2.9000000000000004rem + 2px);
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}
.bootstrap .form-control-lg {
  height: calc(4.6rem + 2px);
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 1.6rem;
}
.bootstrap select.form-control[size],
.bootstrap select.form-control[multiple] {
  height: auto;
}
.bootstrap textarea.form-control {
  height: auto;
}
.bootstrap .form-group {
  margin-bottom: 1.6rem;
}
.bootstrap .form-text {
  display: block;
  margin-top: 0.4rem;
}
.bootstrap .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.bootstrap .form-row > .col,
.bootstrap .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap .form-check {
  position: relative;
  display: block;
  padding-left: 2rem;
}
.bootstrap .form-check-input {
  position: absolute;
  margin-top: 0.48rem;
  margin-left: -2rem;
}
.bootstrap .form-check-input:disabled ~ .form-check-label {
  color: #94949e;
}
.bootstrap .form-check-label {
  margin-bottom: 0;
}
.bootstrap .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 1.2rem;
}
.bootstrap .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.5rem;
  margin-left: 0;
}
.bootstrap .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.4rem;
  font-size: 80%;
  color: #28a745;
}
.bootstrap .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.8rem;
}
.was-validated .bootstrap .form-control:valid,
.was-validated .bootstrap .custom-select:valid,
.bootstrap .form-control.is-valid,
.bootstrap .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .bootstrap .form-control:valid:focus,
.was-validated .bootstrap .custom-select:valid:focus,
.bootstrap .form-control.is-valid:focus,
.bootstrap .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}
.was-validated .bootstrap .form-control:valid ~ .valid-feedback,
.was-validated .bootstrap .custom-select:valid ~ .valid-feedback,
.bootstrap .form-control.is-valid ~ .valid-feedback,
.bootstrap .custom-select.is-valid ~ .valid-feedback,
.was-validated .bootstrap .form-control:valid ~ .valid-tooltip,
.was-validated .bootstrap .custom-select:valid ~ .valid-tooltip,
.bootstrap .form-control.is-valid ~ .valid-tooltip,
.bootstrap .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-control-file:valid ~ .valid-feedback,
.bootstrap .form-control-file.is-valid ~ .valid-feedback,
.was-validated .bootstrap .form-control-file:valid ~ .valid-tooltip,
.bootstrap .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-check-input:valid ~ .form-check-label,
.bootstrap .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .bootstrap .form-check-input:valid ~ .valid-feedback,
.bootstrap .form-check-input.is-valid ~ .valid-feedback,
.was-validated .bootstrap .form-check-input:valid ~ .valid-tooltip,
.bootstrap .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .custom-control-input:valid ~ .custom-control-label,
.bootstrap .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .bootstrap .custom-control-input:valid ~ .custom-control-label::before,
.bootstrap .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .bootstrap .custom-control-input:valid ~ .valid-feedback,
.bootstrap .custom-control-input.is-valid ~ .valid-feedback,
.was-validated .bootstrap .custom-control-input:valid ~ .valid-tooltip,
.bootstrap .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .custom-control-input:valid:checked ~ .custom-control-label::before,
.bootstrap .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .bootstrap .custom-control-input:valid:focus ~ .custom-control-label::before,
.bootstrap .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}
.was-validated .bootstrap .custom-file-input:valid ~ .custom-file-label,
.bootstrap .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .bootstrap .custom-file-input:valid ~ .custom-file-label::after,
.bootstrap .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .bootstrap .custom-file-input:valid ~ .valid-feedback,
.bootstrap .custom-file-input.is-valid ~ .valid-feedback,
.was-validated .bootstrap .custom-file-input:valid ~ .valid-tooltip,
.bootstrap .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .custom-file-input:valid:focus ~ .custom-file-label,
.bootstrap .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}
.bootstrap .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.4rem;
  font-size: 80%;
  color: #dc3545;
}
.bootstrap .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.8rem;
}
.was-validated .bootstrap .form-control:invalid,
.was-validated .bootstrap .custom-select:invalid,
.bootstrap .form-control.is-invalid,
.bootstrap .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .bootstrap .form-control:invalid:focus,
.was-validated .bootstrap .custom-select:invalid:focus,
.bootstrap .form-control.is-invalid:focus,
.bootstrap .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap .form-control:invalid ~ .invalid-feedback,
.was-validated .bootstrap .custom-select:invalid ~ .invalid-feedback,
.bootstrap .form-control.is-invalid ~ .invalid-feedback,
.bootstrap .custom-select.is-invalid ~ .invalid-feedback,
.was-validated .bootstrap .form-control:invalid ~ .invalid-tooltip,
.was-validated .bootstrap .custom-select:invalid ~ .invalid-tooltip,
.bootstrap .form-control.is-invalid ~ .invalid-tooltip,
.bootstrap .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-control-file:invalid ~ .invalid-feedback,
.bootstrap .form-control-file.is-invalid ~ .invalid-feedback,
.was-validated .bootstrap .form-control-file:invalid ~ .invalid-tooltip,
.bootstrap .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-check-input:invalid ~ .form-check-label,
.bootstrap .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .bootstrap .form-check-input:invalid ~ .invalid-feedback,
.bootstrap .form-check-input.is-invalid ~ .invalid-feedback,
.was-validated .bootstrap .form-check-input:invalid ~ .invalid-tooltip,
.bootstrap .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .custom-control-input:invalid ~ .custom-control-label,
.bootstrap .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .bootstrap .custom-control-input:invalid ~ .custom-control-label::before,
.bootstrap .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .bootstrap .custom-control-input:invalid ~ .invalid-feedback,
.bootstrap .custom-control-input.is-invalid ~ .invalid-feedback,
.was-validated .bootstrap .custom-control-input:invalid ~ .invalid-tooltip,
.bootstrap .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .custom-control-input:invalid:checked ~ .custom-control-label::before,
.bootstrap .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .bootstrap .custom-control-input:invalid:focus ~ .custom-control-label::before,
.bootstrap .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap .custom-file-input:invalid ~ .custom-file-label,
.bootstrap .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .bootstrap .custom-file-input:invalid ~ .custom-file-label::after,
.bootstrap .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .bootstrap .custom-file-input:invalid ~ .invalid-feedback,
.bootstrap .custom-file-input.is-invalid ~ .invalid-feedback,
.was-validated .bootstrap .custom-file-input:invalid ~ .invalid-tooltip,
.bootstrap .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .custom-file-input:invalid:focus ~ .custom-file-label,
.bootstrap .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.25);
}
.bootstrap .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.bootstrap .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .bootstrap .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .bootstrap .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .bootstrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .bootstrap .form-inline .input-group,
  .bootstrap .form-inline .custom-select {
    width: auto;
  }
  .bootstrap .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .bootstrap .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.4rem;
    margin-left: 0;
  }
  .bootstrap .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .bootstrap .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.bootstrap .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.8rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .btn {
    transition: none;
  }
}
.bootstrap .btn:hover,
.bootstrap .btn:focus {
  text-decoration: none;
}
.bootstrap .btn:focus,
.bootstrap .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.32rem rgba(240, 125, 38, 0.25);
}
.bootstrap .btn.disabled,
.bootstrap .btn:disabled {
  opacity: 0.65;
}
.bootstrap .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap a.btn.disabled,
.bootstrap fieldset:disabled a.btn {
  pointer-events: none;
}
.bootstrap .btn-primary {
  color: #fff;
  background-color: #2155b5;
  border-color: #2155b5;
}
.bootstrap .btn-primary:hover {
  color: #fff;
  background-color: #1b4695;
  border-color: #19418a;
}
.bootstrap .btn-primary:focus,
.bootstrap .btn-primary.focus {
  box-shadow: 0 0 0 0.32rem rgba(33, 85, 181, 0.5);
}
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary:disabled {
  color: #fff;
  background-color: #2155b5;
  border-color: #2155b5;
}
.bootstrap .btn-primary:not(:disabled):not(.disabled):active,
.bootstrap .btn-primary:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #19418a;
  border-color: #173c7f;
}
.bootstrap .btn-primary:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(33, 85, 181, 0.5);
}
.bootstrap .btn-secondary {
  color: #fff;
  background-color: #f07d26;
  border-color: #f07d26;
}
.bootstrap .btn-secondary:hover {
  color: #fff;
  background-color: #e06910;
  border-color: #d4640f;
}
.bootstrap .btn-secondary:focus,
.bootstrap .btn-secondary.focus {
  box-shadow: 0 0 0 0.32rem rgba(240, 125, 38, 0.5);
}
.bootstrap .btn-secondary.disabled,
.bootstrap .btn-secondary:disabled {
  color: #fff;
  background-color: #f07d26;
  border-color: #f07d26;
}
.bootstrap .btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap .btn-secondary:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #d4640f;
  border-color: #c85e0e;
}
.bootstrap .btn-secondary:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(240, 125, 38, 0.5);
}
.bootstrap .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.bootstrap .btn-success:focus,
.bootstrap .btn-success.focus {
  box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}
.bootstrap .btn-success.disabled,
.bootstrap .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap .btn-success:not(:disabled):not(.disabled):active,
.bootstrap .btn-success:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.bootstrap .btn-success:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}
.bootstrap .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.bootstrap .btn-info:focus,
.bootstrap .btn-info.focus {
  box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}
.bootstrap .btn-info.disabled,
.bootstrap .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-info:not(:disabled):not(.disabled):active,
.bootstrap .btn-info:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.bootstrap .btn-info:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}
.bootstrap .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.bootstrap .btn-warning:focus,
.bootstrap .btn-warning.focus {
  box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-warning:not(:disabled):not(.disabled):active,
.bootstrap .btn-warning:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.bootstrap .btn-warning:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.bootstrap .btn-danger:focus,
.bootstrap .btn-danger.focus {
  box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-danger:not(:disabled):not(.disabled):active,
.bootstrap .btn-danger:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.bootstrap .btn-danger:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.bootstrap .btn-light:focus,
.bootstrap .btn-light.focus {
  box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}
.bootstrap .btn-light.disabled,
.bootstrap .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-light:not(:disabled):not(.disabled):active,
.bootstrap .btn-light:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.bootstrap .btn-light:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}
.bootstrap .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.bootstrap .btn-dark:focus,
.bootstrap .btn-dark.focus {
  box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}
.bootstrap .btn-dark.disabled,
.bootstrap .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-dark:not(:disabled):not(.disabled):active,
.bootstrap .btn-dark:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.bootstrap .btn-dark:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}
.bootstrap .btn-gray {
  color: #212529;
  background-color: #f0f1f2;
  border-color: #f0f1f2;
}
.bootstrap .btn-gray:hover {
  color: #212529;
  background-color: #dcdee0;
  border-color: #d5d8da;
}
.bootstrap .btn-gray:focus,
.bootstrap .btn-gray.focus {
  box-shadow: 0 0 0 0.32rem rgba(240, 241, 242, 0.5);
}
.bootstrap .btn-gray.disabled,
.bootstrap .btn-gray:disabled {
  color: #212529;
  background-color: #f0f1f2;
  border-color: #f0f1f2;
}
.bootstrap .btn-gray:not(:disabled):not(.disabled):active,
.bootstrap .btn-gray:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-gray.dropdown-toggle {
  color: #212529;
  background-color: #d5d8da;
  border-color: #ced1d4;
}
.bootstrap .btn-gray:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(240, 241, 242, 0.5);
}
.bootstrap .btn-outline-primary {
  color: #2155b5;
  background-color: transparent;
  background-image: none;
  border-color: #2155b5;
}
.bootstrap .btn-outline-primary:hover {
  color: #fff;
  background-color: #2155b5;
  border-color: #2155b5;
}
.bootstrap .btn-outline-primary:focus,
.bootstrap .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.32rem rgba(33, 85, 181, 0.5);
}
.bootstrap .btn-outline-primary.disabled,
.bootstrap .btn-outline-primary:disabled {
  color: #2155b5;
  background-color: transparent;
}
.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2155b5;
  border-color: #2155b5;
}
.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(33, 85, 181, 0.5);
}
.bootstrap .btn-outline-secondary {
  color: #f07d26;
  background-color: transparent;
  background-image: none;
  border-color: #f07d26;
}
.bootstrap .btn-outline-secondary:hover {
  color: #fff;
  background-color: #f07d26;
  border-color: #f07d26;
}
.bootstrap .btn-outline-secondary:focus,
.bootstrap .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.32rem rgba(240, 125, 38, 0.5);
}
.bootstrap .btn-outline-secondary.disabled,
.bootstrap .btn-outline-secondary:disabled {
  color: #f07d26;
  background-color: transparent;
}
.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #f07d26;
  border-color: #f07d26;
}
.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(240, 125, 38, 0.5);
}
.bootstrap .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.bootstrap .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap .btn-outline-success:focus,
.bootstrap .btn-outline-success.focus {
  box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}
.bootstrap .btn-outline-success.disabled,
.bootstrap .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active,
.bootstrap .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}
.bootstrap .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.bootstrap .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-outline-info:focus,
.bootstrap .btn-outline-info.focus {
  box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}
.bootstrap .btn-outline-info.disabled,
.bootstrap .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active,
.bootstrap .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}
.bootstrap .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:focus,
.bootstrap .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-outline-warning.disabled,
.bootstrap .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active,
.bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:focus,
.bootstrap .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-outline-danger.disabled,
.bootstrap .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active,
.bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.bootstrap .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-outline-light:focus,
.bootstrap .btn-outline-light.focus {
  box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}
.bootstrap .btn-outline-light.disabled,
.bootstrap .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active,
.bootstrap .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}
.bootstrap .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.bootstrap .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-outline-dark:focus,
.bootstrap .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}
.bootstrap .btn-outline-dark.disabled,
.bootstrap .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active,
.bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}
.bootstrap .btn-outline-gray {
  color: #f0f1f2;
  background-color: transparent;
  background-image: none;
  border-color: #f0f1f2;
}
.bootstrap .btn-outline-gray:hover {
  color: #212529;
  background-color: #f0f1f2;
  border-color: #f0f1f2;
}
.bootstrap .btn-outline-gray:focus,
.bootstrap .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.32rem rgba(240, 241, 242, 0.5);
}
.bootstrap .btn-outline-gray.disabled,
.bootstrap .btn-outline-gray:disabled {
  color: #f0f1f2;
  background-color: transparent;
}
.bootstrap .btn-outline-gray:not(:disabled):not(.disabled):active,
.bootstrap .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .bootstrap .btn-outline-gray.dropdown-toggle {
  color: #212529;
  background-color: #f0f1f2;
  border-color: #f0f1f2;
}
.bootstrap .btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.bootstrap .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .bootstrap .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.32rem rgba(240, 241, 242, 0.5);
}
.bootstrap .btn-link {
  font-weight: 400;
  color: #2155b5;
  background-color: transparent;
}
.bootstrap .btn-link:hover {
  color: #153774;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap .btn-link:focus,
.bootstrap .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.bootstrap .btn-link:disabled,
.bootstrap .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.bootstrap .btn-lg,
.bootstrap .btn-group-lg > .btn {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 1.6rem;
}
.bootstrap .btn-sm,
.bootstrap .btn-group-sm > .btn {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}
.bootstrap .btn-block {
  display: block;
  width: 100%;
}
.bootstrap .btn-block + .btn-block {
  margin-top: 0.8rem;
}
.bootstrap input[type="submit"].btn-block,
.bootstrap input[type="reset"].btn-block,
.bootstrap input[type="button"].btn-block {
  width: 100%;
}
.bootstrap .fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .fade {
    transition: none;
  }
}
.bootstrap .fade:not(.show) {
  opacity: 0;
}
.bootstrap .collapse:not(.show) {
  display: none;
}
.bootstrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .collapsing {
    transition: none;
  }
}
.bootstrap .dropup,
.bootstrap .dropright,
.bootstrap .dropdown,
.bootstrap .dropleft {
  position: relative;
}
.bootstrap .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2050;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 0.8rem 0;
  margin: 0.2rem 0 0;
  font-size: 1.6rem;
  color: #585858;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
}
.bootstrap .dropdown-menu-right {
  right: 0;
  left: auto;
}
.bootstrap .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.bootstrap .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.2rem;
}
.bootstrap .dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.2rem;
}
.bootstrap .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap .dropleft .dropdown-toggle::after {
  display: none;
}
.bootstrap .dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap .dropdown-menu[x-placement^="top"],
.bootstrap .dropdown-menu[x-placement^="right"],
.bootstrap .dropdown-menu[x-placement^="bottom"],
.bootstrap .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.bootstrap .dropdown-divider {
  height: 0;
  margin: 0.8rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.bootstrap .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 2.4rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap .dropdown-item:hover,
.bootstrap .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap .dropdown-item.active,
.bootstrap .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f07d26;
}
.bootstrap .dropdown-item.disabled,
.bootstrap .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.bootstrap .dropdown-menu.show {
  display: block;
}
.bootstrap .dropdown-header {
  display: block;
  padding: 0.8rem 2.4rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6c757d;
  white-space: nowrap;
}
.bootstrap .dropdown-item-text {
  display: block;
  padding: 0.4rem 2.4rem;
  color: #212529;
}
.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bootstrap .btn-group > .btn,
.bootstrap .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.bootstrap .btn-group > .btn:focus,
.bootstrap .btn-group-vertical > .btn:focus,
.bootstrap .btn-group > .btn:active,
.bootstrap .btn-group-vertical > .btn:active,
.bootstrap .btn-group > .btn.active,
.bootstrap .btn-group-vertical > .btn.active {
  z-index: 1;
}
.bootstrap .btn-group .btn + .btn,
.bootstrap .btn-group-vertical .btn + .btn,
.bootstrap .btn-group .btn + .btn-group,
.bootstrap .btn-group-vertical .btn + .btn-group,
.bootstrap .btn-group .btn-group + .btn,
.bootstrap .btn-group-vertical .btn-group + .btn,
.bootstrap .btn-group .btn-group + .btn-group,
.bootstrap .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap .btn-toolbar .input-group {
  width: auto;
}
.bootstrap .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .btn-group > .btn:not(:first-child),
.bootstrap .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
.bootstrap .dropdown-toggle-split::after,
.dropup .bootstrap .dropdown-toggle-split::after,
.dropright .bootstrap .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .bootstrap .dropdown-toggle-split::before {
  margin-right: 0;
}
.bootstrap .btn-sm + .dropdown-toggle-split,
.bootstrap .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.bootstrap .btn-lg + .dropdown-toggle-split,
.bootstrap .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.bootstrap .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bootstrap .btn-group-vertical .btn,
.bootstrap .btn-group-vertical .btn-group {
  width: 100%;
}
.bootstrap .btn-group-vertical > .btn + .btn,
.bootstrap .btn-group-vertical > .btn + .btn-group,
.bootstrap .btn-group-vertical > .btn-group + .btn,
.bootstrap .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn:not(:first-child),
.bootstrap .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .btn-group-toggle > .btn,
.bootstrap .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.bootstrap .btn-group-toggle > .btn input[type="radio"],
.bootstrap .btn-group-toggle > .btn-group > .btn input[type="radio"],
.bootstrap .btn-group-toggle > .btn input[type="checkbox"],
.bootstrap .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bootstrap .input-group > .form-control,
.bootstrap .input-group > .custom-select,
.bootstrap .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.bootstrap .input-group > .form-control + .form-control,
.bootstrap .input-group > .custom-select + .form-control,
.bootstrap .input-group > .custom-file + .form-control,
.bootstrap .input-group > .form-control + .custom-select,
.bootstrap .input-group > .custom-select + .custom-select,
.bootstrap .input-group > .custom-file + .custom-select,
.bootstrap .input-group > .form-control + .custom-file,
.bootstrap .input-group > .custom-select + .custom-file,
.bootstrap .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.bootstrap .input-group > .form-control:focus,
.bootstrap .input-group > .custom-select:focus,
.bootstrap .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.bootstrap .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.bootstrap .input-group > .form-control:not(:last-child),
.bootstrap .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > .form-control:not(:first-child),
.bootstrap .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.bootstrap .input-group > .custom-file:not(:last-child) .custom-file-label,
.bootstrap .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .input-group-prepend,
.bootstrap .input-group-append {
  display: flex;
}
.bootstrap .input-group-prepend .btn,
.bootstrap .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.bootstrap .input-group-prepend .btn + .btn,
.bootstrap .input-group-append .btn + .btn,
.bootstrap .input-group-prepend .btn + .input-group-text,
.bootstrap .input-group-append .btn + .input-group-text,
.bootstrap .input-group-prepend .input-group-text + .input-group-text,
.bootstrap .input-group-append .input-group-text + .input-group-text,
.bootstrap .input-group-prepend .input-group-text + .btn,
.bootstrap .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.bootstrap .input-group-prepend {
  margin-right: -1px;
}
.bootstrap .input-group-append {
  margin-left: -1px;
}
.bootstrap .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.8rem;
}
.bootstrap .input-group-text input[type="radio"],
.bootstrap .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap .input-group-lg > .form-control,
.bootstrap .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrap .input-group-lg > .input-group-append > .input-group-text,
.bootstrap .input-group-lg > .input-group-prepend > .btn,
.bootstrap .input-group-lg > .input-group-append > .btn {
  height: calc(4.6rem + 2px);
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 1.6rem;
}
.bootstrap .input-group-sm > .form-control,
.bootstrap .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrap .input-group-sm > .input-group-append > .input-group-text,
.bootstrap .input-group-sm > .input-group-prepend > .btn,
.bootstrap .input-group-sm > .input-group-append > .btn {
  height: calc(2.9000000000000004rem + 2px);
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}
.bootstrap .input-group > .input-group-prepend > .btn,
.bootstrap .input-group > .input-group-prepend > .input-group-text,
.bootstrap .input-group > .input-group-append:not(:last-child) > .btn,
.bootstrap .input-group > .input-group-append:not(:last-child) > .input-group-text,
.bootstrap .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > .input-group-append > .btn,
.bootstrap .input-group > .input-group-append > .input-group-text,
.bootstrap .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrap .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrap .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrap .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .custom-control {
  position: relative;
  display: block;
  min-height: 2.4rem;
  padding-left: 2.4rem;
}
.bootstrap .custom-control-inline {
  display: inline-flex;
  margin-right: 1.6rem;
}
.bootstrap .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.bootstrap .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #f07d26;
}
.bootstrap .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(240, 125, 38, 0.25);
}
.bootstrap .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fce1cd;
}
.bootstrap .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.bootstrap .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.bootstrap .custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.bootstrap .custom-control-label::before {
  position: absolute;
  top: 0.4rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #fff;
}
.bootstrap .custom-control-label::after {
  position: absolute;
  top: 0.4rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.bootstrap .custom-checkbox .custom-control-label::before {
  border-radius: 0.8rem;
}
.bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f07d26;
}
.bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #f07d26;
}
.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.bootstrap .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 85, 181, 0.5);
}
.bootstrap .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(33, 85, 181, 0.5);
}
.bootstrap .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.bootstrap .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f07d26;
}
.bootstrap .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.bootstrap .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 85, 181, 0.5);
}
.bootstrap .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3.6000000000000005rem + 2px);
  padding: 0.6rem 2.8rem 0.6rem 1.2rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.2rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.8rem;
  appearance: none;
}
.bootstrap .custom-select:focus {
  border-color: #f8c49d;
  outline: 0;
  box-shadow: 0 0 0 0.32rem rgba(248, 196, 157, 0.5);
}
.bootstrap .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap .custom-select[multiple],
.bootstrap .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.2rem;
  background-image: none;
}
.bootstrap .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.bootstrap .custom-select::-ms-expand {
  opacity: 0;
}
.bootstrap .custom-select-sm {
  height: calc(2.9000000000000004rem + 2px);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 75%;
}
.bootstrap .custom-select-lg {
  height: calc(4.6rem + 2px);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 125%;
}
.bootstrap .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(3.6000000000000005rem + 2px);
  margin-bottom: 0;
}
.bootstrap .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3.6000000000000005rem + 2px);
  margin: 0;
  opacity: 0;
}
.bootstrap .custom-file-input:focus ~ .custom-file-label {
  border-color: #f8c49d;
  box-shadow: 0 0 0 0.32rem rgba(240, 125, 38, 0.25);
}
.bootstrap .custom-file-input:focus ~ .custom-file-label::after {
  border-color: #f8c49d;
}
.bootstrap .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.bootstrap .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.bootstrap .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3.6000000000000005rem + 2px);
  padding: 0.6rem 1.2rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.8rem;
}
.bootstrap .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 3.6rem;
  padding: 0.6rem 1.2rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.8rem 0.8rem 0;
}
.bootstrap .custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.bootstrap .custom-range:focus {
  outline: none;
}
.bootstrap .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(240, 125, 38, 0.25);
}
.bootstrap .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(240, 125, 38, 0.25);
}
.bootstrap .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(240, 125, 38, 0.25);
}
.bootstrap .custom-range::-moz-focus-outer {
  border: 0;
}
.bootstrap .custom-range::-webkit-slider-thumb {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.4rem;
  background-color: #f07d26;
  border: 0;
  border-radius: 1.6rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.bootstrap .custom-range::-webkit-slider-thumb:active {
  background-color: #fce1cd;
}
.bootstrap .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1.6rem;
}
.bootstrap .custom-range::-moz-range-thumb {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f07d26;
  border: 0;
  border-radius: 1.6rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.bootstrap .custom-range::-moz-range-thumb:active {
  background-color: #fce1cd;
}
.bootstrap .custom-range::-moz-range-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1.6rem;
}
.bootstrap .custom-range::-ms-thumb {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-right: 0.32rem;
  margin-left: 0.32rem;
  background-color: #f07d26;
  border: 0;
  border-radius: 1.6rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .custom-range::-ms-thumb {
    transition: none;
  }
}
.bootstrap .custom-range::-ms-thumb:active {
  background-color: #fce1cd;
}
.bootstrap .custom-range::-ms-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.8rem;
}
.bootstrap .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1.6rem;
}
.bootstrap .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1.6rem;
}
.bootstrap .custom-control-label::before,
.bootstrap .custom-file-label,
.bootstrap .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .custom-control-label::before,
  .bootstrap .custom-file-label,
  .bootstrap .custom-select {
    transition: none;
  }
}
.bootstrap .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .nav-link {
  display: block;
  padding: 0.8rem 1.6rem;
}
.bootstrap .nav-link:hover,
.bootstrap .nav-link:focus {
  text-decoration: none;
}
.bootstrap .nav-link.disabled {
  color: #6c757d;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.bootstrap .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.bootstrap .nav-tabs .nav-link:hover,
.bootstrap .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.bootstrap .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap .nav-tabs .nav-link.active,
.bootstrap .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .nav-pills .nav-link {
  border-radius: 0.8rem;
}
.bootstrap .nav-pills .nav-link.active,
.bootstrap .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f07d26;
}
.bootstrap .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bootstrap .tab-content > .tab-pane {
  display: none;
}
.bootstrap .tab-content > .active {
  display: block;
}
.bootstrap .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.6rem;
}
.bootstrap .navbar > .container,
.bootstrap .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.bootstrap .navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1.6rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}
.bootstrap .navbar-brand:hover,
.bootstrap .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.bootstrap .navbar-text {
  display: inline-block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.bootstrap .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.bootstrap .navbar-toggler {
  padding: 0.4rem 1.2rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.8rem;
}
.bootstrap .navbar-toggler:hover,
.bootstrap .navbar-toggler:focus {
  text-decoration: none;
}
.bootstrap .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .bootstrap .navbar-expand-sm > .container,
  .bootstrap .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .bootstrap .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .bootstrap .navbar-expand-sm > .container,
  .bootstrap .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .navbar-expand-md > .container,
  .bootstrap .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .bootstrap .navbar-expand-md > .container,
  .bootstrap .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .navbar-expand-lg > .container,
  .bootstrap .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .bootstrap .navbar-expand-lg > .container,
  .bootstrap .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .navbar-expand-xl > .container,
  .bootstrap .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .bootstrap .navbar-expand-xl > .container,
  .bootstrap .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.bootstrap .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.bootstrap .navbar-expand > .container,
.bootstrap .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bootstrap .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.bootstrap .navbar-expand > .container,
.bootstrap .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.bootstrap .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.bootstrap .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrap .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-brand:hover,
.bootstrap .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap .navbar-light .navbar-nav .nav-link:hover,
.bootstrap .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrap .navbar-light .navbar-nav .show > .nav-link,
.bootstrap .navbar-light .navbar-nav .active > .nav-link,
.bootstrap .navbar-light .navbar-nav .nav-link.show,
.bootstrap .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.bootstrap .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-text a:hover,
.bootstrap .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-brand:hover,
.bootstrap .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap .navbar-dark .navbar-nav .nav-link:hover,
.bootstrap .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap .navbar-dark .navbar-nav .nav-link.show,
.bootstrap .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrap .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.bootstrap .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap .navbar-dark .navbar-text a {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-text a:hover,
.bootstrap .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.bootstrap .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.8rem;
}
.bootstrap .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.bootstrap .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.bootstrap .card-body {
  flex: 1 1 auto;
  padding: 2rem;
}
.bootstrap .card-title {
  margin-bottom: 1.2rem;
}
.bootstrap .card-subtitle {
  margin-top: -0.6rem;
  margin-bottom: 0;
}
.bootstrap .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap .card-link:hover {
  text-decoration: none;
}
.bootstrap .card-link + .card-link {
  margin-left: 2rem;
}
.bootstrap .card-header {
  padding: 1.2rem 2rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-header:first-child {
  border-radius: calc(0.8rem - 1px) calc(0.8rem - 1px) 0 0;
}
.bootstrap .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.bootstrap .card-footer {
  padding: 1.2rem 2rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-footer:last-child {
  border-radius: 0 0 calc(0.8rem - 1px) calc(0.8rem - 1px);
}
.bootstrap .card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -1.2rem;
  margin-left: -1rem;
  border-bottom: 0;
}
.bootstrap .card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem;
}
.bootstrap .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
}
.bootstrap .card-img {
  width: 100%;
  border-radius: calc(0.8rem - 1px);
}
.bootstrap .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.8rem - 1px);
  border-top-right-radius: calc(0.8rem - 1px);
}
.bootstrap .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.8rem - 1px);
  border-bottom-left-radius: calc(0.8rem - 1px);
}
.bootstrap .card-deck {
  display: flex;
  flex-direction: column;
}
.bootstrap .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bootstrap .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.bootstrap .card-group {
  display: flex;
  flex-direction: column;
}
.bootstrap .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap .card-group {
    flex-flow: row wrap;
  }
  .bootstrap .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bootstrap .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:first-child .card-img-top,
  .bootstrap .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .bootstrap .card-group > .card:first-child .card-img-bottom,
  .bootstrap .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap .card-group > .card:last-child .card-img-top,
  .bootstrap .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .bootstrap .card-group > .card:last-child .card-img-bottom,
  .bootstrap .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .bootstrap .card-group > .card:only-child {
    border-radius: 0.8rem;
  }
  .bootstrap .card-group > .card:only-child .card-img-top,
  .bootstrap .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
  }
  .bootstrap .card-group > .card:only-child .card-img-bottom,
  .bootstrap .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
  }
  .bootstrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .bootstrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .bootstrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .bootstrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.bootstrap .card-columns .card {
  margin-bottom: 1.2rem;
}
@media (min-width: 576px) {
  .bootstrap .card-columns {
    column-count: 3;
    column-gap: 2rem;
    orphans: 1;
    widows: 1;
  }
  .bootstrap .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.bootstrap .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.bootstrap .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.bootstrap .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1.2rem 0;
  margin-bottom: 1.6rem;
  list-style: none;
  background-color: none;
  border-radius: 0.8rem;
}
.bootstrap .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.8rem;
}
.bootstrap .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.8rem;
  color: #6c757d;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDE2IDE2IiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCIgZmlsbD0iY3VycmVudENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTQuNjQ2IDEuNjQ2YS41LjUgMCAwIDEgLjcwOCAwbDYgNmEuNS41IDAgMCAxIDAgLjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOC0uNzA4TDEwLjI5MyA4IDQuNjQ2IDIuMzU0YS41LjUgMCAwIDEgMC0uNzA4eiIvPgo8L3N2Zz4=);
}
.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.bootstrap .breadcrumb-item.active {
  color: #6c757d;
}
.bootstrap .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.8rem;
}
.bootstrap .page-link {
  position: relative;
  display: block;
  padding: 0.8rem 1.2rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2155b5;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.bootstrap .page-link:hover {
  z-index: 2;
  color: #153774;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.32rem rgba(240, 125, 38, 0.25);
}
.bootstrap .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.bootstrap .page-item:last-child .page-link {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.bootstrap .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f07d26;
  border-color: #f07d26;
}
.bootstrap .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.bootstrap .pagination-lg .page-link {
  padding: 1.2rem 2.4rem;
  font-size: 2rem;
  line-height: 1.5;
}
.bootstrap .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
}
.bootstrap .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
.bootstrap .pagination-sm .page-link {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.bootstrap .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.bootstrap .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.bootstrap .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.8rem;
}
.bootstrap .badge:empty {
  display: none;
}
.bootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 16rem;
}
.bootstrap .badge-primary {
  color: #fff;
  background-color: #2155b5;
}
.bootstrap .badge-primary[href]:hover,
.bootstrap .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #19418a;
}
.bootstrap .badge-secondary {
  color: #fff;
  background-color: #f07d26;
}
.bootstrap .badge-secondary[href]:hover,
.bootstrap .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d4640f;
}
.bootstrap .badge-success {
  color: #fff;
  background-color: #28a745;
}
.bootstrap .badge-success[href]:hover,
.bootstrap .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.bootstrap .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.bootstrap .badge-info[href]:hover,
.bootstrap .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.bootstrap .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.bootstrap .badge-warning[href]:hover,
.bootstrap .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.bootstrap .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.bootstrap .badge-danger[href]:hover,
.bootstrap .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.bootstrap .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.bootstrap .badge-light[href]:hover,
.bootstrap .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.bootstrap .badge-dark {
  color: #fff;
  background-color: #343a40;
}
.bootstrap .badge-dark[href]:hover,
.bootstrap .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.bootstrap .badge-gray {
  color: #212529;
  background-color: #f0f1f2;
}
.bootstrap .badge-gray[href]:hover,
.bootstrap .badge-gray[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d5d8da;
}
.bootstrap .jumbotron {
  padding: 3.2rem 1.6rem;
  margin-bottom: 3.2rem;
  background-color: #e9ecef;
  border-radius: 1.6rem;
}
@media (min-width: 576px) {
  .bootstrap .jumbotron {
    padding: 6.4rem 3.2rem;
  }
}
.bootstrap .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.bootstrap .alert {
  position: relative;
  padding: 1.2rem 2rem;
  margin-bottom: 1.6rem;
  border: 1px solid transparent;
  border-radius: 0.8rem;
}
.bootstrap .alert-heading {
  color: inherit;
}
.bootstrap .alert-link {
  font-weight: 700;
}
.bootstrap .alert-dismissible {
  padding-right: 6.4rem;
}
.bootstrap .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.2rem 2rem;
  color: inherit;
}
.bootstrap .alert-primary {
  color: #112c5e;
  background-color: #d3ddf0;
  border-color: #c1cfea;
}
.bootstrap .alert-primary hr {
  border-top-color: #aec0e4;
}
.bootstrap .alert-primary .alert-link {
  color: #091833;
}
.bootstrap .alert-secondary {
  color: #7d4114;
  background-color: #fce5d4;
  border-color: #fbdbc2;
}
.bootstrap .alert-secondary hr {
  border-top-color: #f9cdaa;
}
.bootstrap .alert-secondary .alert-link {
  color: #512a0d;
}
.bootstrap .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.bootstrap .alert-success hr {
  border-top-color: #b1dfbb;
}
.bootstrap .alert-success .alert-link {
  color: #0b2e13;
}
.bootstrap .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.bootstrap .alert-info hr {
  border-top-color: #abdde5;
}
.bootstrap .alert-info .alert-link {
  color: #062c33;
}
.bootstrap .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.bootstrap .alert-warning hr {
  border-top-color: #ffe8a1;
}
.bootstrap .alert-warning .alert-link {
  color: #533f03;
}
.bootstrap .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.bootstrap .alert-danger hr {
  border-top-color: #f1b0b7;
}
.bootstrap .alert-danger .alert-link {
  color: #491217;
}
.bootstrap .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.bootstrap .alert-light hr {
  border-top-color: #ececf5;
}
.bootstrap .alert-light .alert-link {
  color: #686868;
}
.bootstrap .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.bootstrap .alert-dark hr {
  border-top-color: #b9bbbe;
}
.bootstrap .alert-dark .alert-link {
  color: #040405;
}
.bootstrap .alert-gray {
  color: #7d7d7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.bootstrap .alert-gray hr {
  border-top-color: #eeeeee;
}
.bootstrap .alert-gray .alert-link {
  color: #646464;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1.6rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap .progress {
  display: flex;
  height: 1.6rem;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #e9ecef;
  border-radius: 0.8rem;
}
.bootstrap .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2155b5;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .progress-bar {
    transition: none;
  }
}
.bootstrap .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1.6rem 1.6rem;
}
.bootstrap .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.bootstrap .media {
  display: flex;
  align-items: flex-start;
}
.bootstrap .media-body {
  flex: 1;
}
.bootstrap .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.bootstrap .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.bootstrap .list-group-item-action:hover,
.bootstrap .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap .list-group-item-action:active {
  color: #585858;
  background-color: #e9ecef;
}
.bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 1.2rem 2rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .list-group-item:first-child {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.bootstrap .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.bootstrap .list-group-item:hover,
.bootstrap .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.bootstrap .list-group-item.disabled,
.bootstrap .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.bootstrap .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f07d26;
  border-color: #f07d26;
}
.bootstrap .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.bootstrap .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.bootstrap .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.bootstrap .list-group-item-primary {
  color: #112c5e;
  background-color: #c1cfea;
}
.bootstrap .list-group-item-primary.list-group-item-action:hover,
.bootstrap .list-group-item-primary.list-group-item-action:focus {
  color: #112c5e;
  background-color: #aec0e4;
}
.bootstrap .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #112c5e;
  border-color: #112c5e;
}
.bootstrap .list-group-item-secondary {
  color: #7d4114;
  background-color: #fbdbc2;
}
.bootstrap .list-group-item-secondary.list-group-item-action:hover,
.bootstrap .list-group-item-secondary.list-group-item-action:focus {
  color: #7d4114;
  background-color: #f9cdaa;
}
.bootstrap .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #7d4114;
  border-color: #7d4114;
}
.bootstrap .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.bootstrap .list-group-item-success.list-group-item-action:hover,
.bootstrap .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.bootstrap .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.bootstrap .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.bootstrap .list-group-item-info.list-group-item-action:hover,
.bootstrap .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.bootstrap .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.bootstrap .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.bootstrap .list-group-item-warning.list-group-item-action:hover,
.bootstrap .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.bootstrap .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.bootstrap .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.bootstrap .list-group-item-danger.list-group-item-action:hover,
.bootstrap .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.bootstrap .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.bootstrap .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.bootstrap .list-group-item-light.list-group-item-action:hover,
.bootstrap .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf5;
}
.bootstrap .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.bootstrap .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.bootstrap .list-group-item-dark.list-group-item-action:hover,
.bootstrap .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.bootstrap .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.bootstrap .list-group-item-gray {
  color: #7d7d7e;
  background-color: #fbfbfb;
}
.bootstrap .list-group-item-gray.list-group-item-action:hover,
.bootstrap .list-group-item-gray.list-group-item-action:focus {
  color: #7d7d7e;
  background-color: #eeeeee;
}
.bootstrap .list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #7d7d7e;
  border-color: #7d7d7e;
}
.bootstrap .close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.bootstrap .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap .close:not(:disabled):not(.disabled):hover,
.bootstrap .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.bootstrap button.close,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.close,
.bootstrap .action-gift.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.bootstrap .modal-open {
  overflow: hidden;
}
.bootstrap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.8rem;
  pointer-events: none;
}
.modal.fade .bootstrap .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .bootstrap .modal-dialog {
    transition: none;
  }
}
.modal.show .bootstrap .modal-dialog {
  transform: translate(0, 0);
}
.bootstrap .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.8rem * 2));
}
.bootstrap .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.8rem * 2));
  content: "";
}
.bootstrap .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.6rem;
  outline: 0;
}
.bootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.bootstrap .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrap .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.6rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}
.bootstrap .modal-header .close {
  padding: 1.6rem;
  margin: -1.6rem -1.6rem -1.6rem auto;
}
.bootstrap .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrap .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.6rem;
}
.bootstrap .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.6rem;
  border-top: 1px solid #e9ecef;
}
.bootstrap .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.bootstrap .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.bootstrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .bootstrap .modal-dialog {
    max-width: 500px;
    margin: 2.8rem auto;
  }
  .bootstrap .modal-dialog-centered {
    min-height: calc(100% - (2.8000000000000003rem * 2));
  }
  .bootstrap .modal-dialog-centered::before {
    height: calc(100vh - (2.8000000000000003rem * 2));
  }
  .bootstrap .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap .modal-lg {
    max-width: 800px;
  }
}
.bootstrap .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'Tajawal', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}
.bootstrap .tooltip.show {
  opacity: 0.9;
}
.bootstrap .tooltip .arrow {
  position: absolute;
  display: block;
  width: 1.28rem;
  height: 0.64rem;
}
.bootstrap .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-tooltip-top,
.bootstrap .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.64rem 0;
}
.bootstrap .bs-tooltip-top .arrow,
.bootstrap .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bootstrap .bs-tooltip-top .arrow::before,
.bootstrap .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.64rem 0.64rem 0;
  border-top-color: #000;
}
.bootstrap .bs-tooltip-right,
.bootstrap .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.64rem;
}
.bootstrap .bs-tooltip-right .arrow,
.bootstrap .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.64rem;
  height: 1.28rem;
}
.bootstrap .bs-tooltip-right .arrow::before,
.bootstrap .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.64rem 0.64rem 0.64rem 0;
  border-right-color: #000;
}
.bootstrap .bs-tooltip-bottom,
.bootstrap .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.64rem 0;
}
.bootstrap .bs-tooltip-bottom .arrow,
.bootstrap .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bootstrap .bs-tooltip-bottom .arrow::before,
.bootstrap .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.64rem 0.64rem;
  border-bottom-color: #000;
}
.bootstrap .bs-tooltip-left,
.bootstrap .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.64rem;
}
.bootstrap .bs-tooltip-left .arrow,
.bootstrap .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.64rem;
  height: 1.28rem;
}
.bootstrap .bs-tooltip-left .arrow::before,
.bootstrap .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.64rem 0 0.64rem 0.64rem;
  border-left-color: #000;
}
.bootstrap .tooltip-inner {
  max-width: 200px;
  padding: 0.4rem 0.8rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.8rem;
}
.bootstrap .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'Tajawal', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.6rem;
}
.bootstrap .popover .arrow {
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 0.8rem;
  margin: 0 1.6rem;
}
.bootstrap .popover .arrow::before,
.bootstrap .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-popover-top,
.bootstrap .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}
.bootstrap .bs-popover-top .arrow,
.bootstrap .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.8rem + 1px) * -1);
}
.bootstrap .bs-popover-top .arrow::before,
.bootstrap .bs-popover-top .arrow::after,
.bootstrap .bs-popover-auto[x-placement^="top"] .arrow::before,
.bootstrap .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.8rem 0.8rem 0;
}
.bootstrap .bs-popover-top .arrow::before,
.bootstrap .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-top .arrow::after,
.bootstrap .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bootstrap .bs-popover-right,
.bootstrap .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}
.bootstrap .bs-popover-right .arrow,
.bootstrap .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.8rem + 1px) * -1);
  width: 0.8rem;
  height: 1.6rem;
  margin: 1.6rem 0;
}
.bootstrap .bs-popover-right .arrow::before,
.bootstrap .bs-popover-right .arrow::after,
.bootstrap .bs-popover-auto[x-placement^="right"] .arrow::before,
.bootstrap .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.8rem 0.8rem 0.8rem 0;
}
.bootstrap .bs-popover-right .arrow::before,
.bootstrap .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-right .arrow::after,
.bootstrap .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bootstrap .bs-popover-bottom,
.bootstrap .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}
.bootstrap .bs-popover-bottom .arrow,
.bootstrap .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.8rem + 1px) * -1);
}
.bootstrap .bs-popover-bottom .arrow::before,
.bootstrap .bs-popover-bottom .arrow::after,
.bootstrap .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bootstrap .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.8rem 0.8rem 0.8rem;
}
.bootstrap .bs-popover-bottom .arrow::before,
.bootstrap .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-bottom .arrow::after,
.bootstrap .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bootstrap .bs-popover-bottom .popover-header::before,
.bootstrap .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1.6rem;
  margin-left: -0.8rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bootstrap .bs-popover-left,
.bootstrap .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}
.bootstrap .bs-popover-left .arrow,
.bootstrap .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.8rem + 1px) * -1);
  width: 0.8rem;
  height: 1.6rem;
  margin: 1.6rem 0;
}
.bootstrap .bs-popover-left .arrow::before,
.bootstrap .bs-popover-left .arrow::after,
.bootstrap .bs-popover-auto[x-placement^="left"] .arrow::before,
.bootstrap .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.8rem 0 0.8rem 0.8rem;
}
.bootstrap .bs-popover-left .arrow::before,
.bootstrap .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-left .arrow::after,
.bootstrap .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.bootstrap .popover-header {
  padding: 0.8rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #2155b5;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(1.6rem - 1px);
  border-top-right-radius: calc(1.6rem - 1px);
}
.bootstrap .popover-header:empty {
  display: none;
}
.bootstrap .popover-body {
  padding: 0.8rem 1.2rem;
  color: #585858;
}
.bootstrap .carousel {
  position: relative;
}
.bootstrap .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap .carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}
.bootstrap .carousel-item.active,
.bootstrap .carousel-item-next,
.bootstrap .carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-item.active,
  .bootstrap .carousel-item-next,
  .bootstrap .carousel-item-prev {
    transition: none;
  }
}
.bootstrap .carousel-item-next,
.bootstrap .carousel-item-prev {
  position: absolute;
  top: 0;
}
.bootstrap .carousel-item-next.carousel-item-left,
.bootstrap .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .bootstrap .carousel-item-next.carousel-item-left,
  .bootstrap .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.bootstrap .carousel-item-next,
.bootstrap .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .bootstrap .carousel-item-next,
  .bootstrap .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.bootstrap .carousel-item-prev,
.bootstrap .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .bootstrap .carousel-item-prev,
  .bootstrap .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.bootstrap .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.bootstrap .carousel-fade .carousel-item.active,
.bootstrap .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.bootstrap .carousel-fade .active.carousel-item-left,
.bootstrap .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.bootstrap .carousel-fade .carousel-item-next,
.bootstrap .carousel-fade .carousel-item-prev,
.bootstrap .carousel-fade .carousel-item.active,
.bootstrap .carousel-fade .active.carousel-item-left,
.bootstrap .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .bootstrap .carousel-fade .carousel-item-next,
  .bootstrap .carousel-fade .carousel-item-prev,
  .bootstrap .carousel-fade .carousel-item.active,
  .bootstrap .carousel-fade .active.carousel-item-left,
  .bootstrap .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.bootstrap .carousel-control-prev,
.bootstrap .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #2155b5;
  text-align: center;
  opacity: 0.5;
}
.bootstrap .carousel-control-prev:hover,
.bootstrap .carousel-control-next:hover,
.bootstrap .carousel-control-prev:focus,
.bootstrap .carousel-control-next:focus {
  color: #2155b5;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.bootstrap .carousel-control-prev {
  left: 0;
}
.bootstrap .carousel-control-next {
  right: 0;
}
.bootstrap .carousel-control-prev-icon,
.bootstrap .carousel-control-next-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.bootstrap .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232155b5' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.bootstrap .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232155b5' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.bootstrap .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.bootstrap .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.bootstrap .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.bootstrap .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.bootstrap .carousel-indicators .active {
  background-color: #fff;
}
.bootstrap .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.bootstrap .align-baseline {
  vertical-align: baseline !important;
}
.bootstrap .align-top {
  vertical-align: top !important;
}
.bootstrap .align-middle {
  vertical-align: middle !important;
}
.bootstrap .align-bottom {
  vertical-align: bottom !important;
}
.bootstrap .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrap .align-text-top {
  vertical-align: text-top !important;
}
.bootstrap .bg-primary {
  background-color: #2155b5 !important;
}
.bootstrap a.bg-primary:hover,
.bootstrap button.bg-primary:hover,
.bootstrap a.bg-primary:focus,
.bootstrap button.bg-primary:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-primary:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-primary:focus,
.bootstrap .action-gift.bg-primary:hover,
.bootstrap .action-gift.bg-primary:focus {
  background-color: #19418a !important;
}
.bootstrap .bg-secondary {
  background-color: #f07d26 !important;
}
.bootstrap a.bg-secondary:hover,
.bootstrap button.bg-secondary:hover,
.bootstrap a.bg-secondary:focus,
.bootstrap button.bg-secondary:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-secondary:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-secondary:focus,
.bootstrap .action-gift.bg-secondary:hover,
.bootstrap .action-gift.bg-secondary:focus {
  background-color: #d4640f !important;
}
.bootstrap .bg-success {
  background-color: #28a745 !important;
}
.bootstrap a.bg-success:hover,
.bootstrap button.bg-success:hover,
.bootstrap a.bg-success:focus,
.bootstrap button.bg-success:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-success:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-success:focus,
.bootstrap .action-gift.bg-success:hover,
.bootstrap .action-gift.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bootstrap .bg-info {
  background-color: #17a2b8 !important;
}
.bootstrap a.bg-info:hover,
.bootstrap button.bg-info:hover,
.bootstrap a.bg-info:focus,
.bootstrap button.bg-info:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-info:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-info:focus,
.bootstrap .action-gift.bg-info:hover,
.bootstrap .action-gift.bg-info:focus {
  background-color: #117a8b !important;
}
.bootstrap .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrap a.bg-warning:hover,
.bootstrap button.bg-warning:hover,
.bootstrap a.bg-warning:focus,
.bootstrap button.bg-warning:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-warning:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-warning:focus,
.bootstrap .action-gift.bg-warning:hover,
.bootstrap .action-gift.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bootstrap .bg-danger {
  background-color: #dc3545 !important;
}
.bootstrap a.bg-danger:hover,
.bootstrap button.bg-danger:hover,
.bootstrap a.bg-danger:focus,
.bootstrap button.bg-danger:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-danger:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-danger:focus,
.bootstrap .action-gift.bg-danger:hover,
.bootstrap .action-gift.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bootstrap .bg-light {
  background-color: #f8f9fa !important;
}
.bootstrap a.bg-light:hover,
.bootstrap button.bg-light:hover,
.bootstrap a.bg-light:focus,
.bootstrap button.bg-light:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-light:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-light:focus,
.bootstrap .action-gift.bg-light:hover,
.bootstrap .action-gift.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bootstrap .bg-dark {
  background-color: #343a40 !important;
}
.bootstrap a.bg-dark:hover,
.bootstrap button.bg-dark:hover,
.bootstrap a.bg-dark:focus,
.bootstrap button.bg-dark:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-dark:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-dark:focus,
.bootstrap .action-gift.bg-dark:hover,
.bootstrap .action-gift.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bootstrap .bg-gray {
  background-color: #f0f1f2 !important;
}
.bootstrap a.bg-gray:hover,
.bootstrap button.bg-gray:hover,
.bootstrap a.bg-gray:focus,
.bootstrap button.bg-gray:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-gray:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-gray:focus,
.bootstrap .action-gift.bg-gray:hover,
.bootstrap .action-gift.bg-gray:focus {
  background-color: #d5d8da !important;
}
.bootstrap .bg-white {
  background-color: #fff !important;
}
.bootstrap .bg-transparent {
  background-color: transparent !important;
}
.bootstrap .border {
  border: 1px solid #dee2e6 !important;
}
.bootstrap .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bootstrap .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.bootstrap .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.bootstrap .border-0 {
  border: 0 !important;
}
.bootstrap .border-top-0 {
  border-top: 0 !important;
}
.bootstrap .border-right-0 {
  border-right: 0 !important;
}
.bootstrap .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrap .border-left-0 {
  border-left: 0 !important;
}
.bootstrap .border-primary {
  border-color: #2155b5 !important;
}
.bootstrap .border-secondary {
  border-color: #f07d26 !important;
}
.bootstrap .border-success {
  border-color: #28a745 !important;
}
.bootstrap .border-info {
  border-color: #17a2b8 !important;
}
.bootstrap .border-warning {
  border-color: #ffc107 !important;
}
.bootstrap .border-danger {
  border-color: #dc3545 !important;
}
.bootstrap .border-light {
  border-color: #f8f9fa !important;
}
.bootstrap .border-dark {
  border-color: #343a40 !important;
}
.bootstrap .border-gray {
  border-color: #f0f1f2 !important;
}
.bootstrap .border-white {
  border-color: #fff !important;
}
.bootstrap .rounded {
  border-radius: 0.8rem !important;
}
.bootstrap .rounded-top {
  border-top-left-radius: 0.8rem !important;
  border-top-right-radius: 0.8rem !important;
}
.bootstrap .rounded-right {
  border-top-right-radius: 0.8rem !important;
  border-bottom-right-radius: 0.8rem !important;
}
.bootstrap .rounded-bottom {
  border-bottom-right-radius: 0.8rem !important;
  border-bottom-left-radius: 0.8rem !important;
}
.bootstrap .rounded-left {
  border-top-left-radius: 0.8rem !important;
  border-bottom-left-radius: 0.8rem !important;
}
.bootstrap .rounded-circle {
  border-radius: 50% !important;
}
.bootstrap .rounded-0 {
  border-radius: 0 !important;
}
.bootstrap .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .d-none {
  display: none !important;
}
.bootstrap .d-inline {
  display: inline !important;
}
.bootstrap .d-inline-block {
  display: inline-block !important;
}
.bootstrap .d-block {
  display: block !important;
}
.bootstrap .d-table {
  display: table !important;
}
.bootstrap .d-table-row {
  display: table-row !important;
}
.bootstrap .d-table-cell {
  display: table-cell !important;
}
.bootstrap .d-flex {
  display: flex !important;
}
.bootstrap .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .bootstrap .d-sm-none {
    display: none !important;
  }
  .bootstrap .d-sm-inline {
    display: inline !important;
  }
  .bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-sm-block {
    display: block !important;
  }
  .bootstrap .d-sm-table {
    display: table !important;
  }
  .bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-sm-flex {
    display: flex !important;
  }
  .bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .d-md-none {
    display: none !important;
  }
  .bootstrap .d-md-inline {
    display: inline !important;
  }
  .bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-md-block {
    display: block !important;
  }
  .bootstrap .d-md-table {
    display: table !important;
  }
  .bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-md-flex {
    display: flex !important;
  }
  .bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .d-lg-none {
    display: none !important;
  }
  .bootstrap .d-lg-inline {
    display: inline !important;
  }
  .bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-lg-block {
    display: block !important;
  }
  .bootstrap .d-lg-table {
    display: table !important;
  }
  .bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-lg-flex {
    display: flex !important;
  }
  .bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .d-xl-none {
    display: none !important;
  }
  .bootstrap .d-xl-inline {
    display: inline !important;
  }
  .bootstrap .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-xl-block {
    display: block !important;
  }
  .bootstrap .d-xl-table {
    display: table !important;
  }
  .bootstrap .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-xl-flex {
    display: flex !important;
  }
  .bootstrap .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .animation-xl-none > * {
    animation: none !important;
    display: initial !important;
    padding-left: initial !important;
    white-space: initial !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .animation-lg-none > * {
    animation: none !important;
    display: initial !important;
    padding-left: initial !important;
    white-space: initial !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .animation-md-none > * {
    animation: none !important;
    display: initial !important;
    padding-left: initial !important;
    white-space: initial !important;
  }
}
@media (min-width: 576px) {
  .bootstrap .animation-sm-none > * {
    animation: none !important;
    display: initial !important;
    padding-left: initial !important;
    white-space: initial !important;
  }
}
.bootstrap .animation-none > * {
  animation: none !important;
  display: initial !important;
  padding-left: initial !important;
  white-space: initial !important;
}
@media print {
  .bootstrap .d-print-none {
    display: none !important;
  }
  .bootstrap .d-print-inline {
    display: inline !important;
  }
  .bootstrap .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-print-block {
    display: block !important;
  }
  .bootstrap .d-print-table {
    display: table !important;
  }
  .bootstrap .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-print-flex {
    display: flex !important;
  }
  .bootstrap .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.bootstrap .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.bootstrap .embed-responsive::before {
  display: block;
  content: "";
}
.bootstrap .embed-responsive .embed-responsive-item,
.bootstrap .embed-responsive iframe,
.bootstrap .embed-responsive embed,
.bootstrap .embed-responsive object,
.bootstrap .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.bootstrap .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.bootstrap .embed-responsive-4by3::before {
  padding-top: 75%;
}
.bootstrap .embed-responsive-1by1::before {
  padding-top: 100%;
}
.bootstrap .flex-row {
  flex-direction: row !important;
}
.bootstrap .flex-column {
  flex-direction: column !important;
}
.bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap .justify-content-center {
  justify-content: center !important;
}
.bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap .align-items-start {
  align-items: flex-start !important;
}
.bootstrap .align-items-end {
  align-items: flex-end !important;
}
.bootstrap .align-items-center {
  align-items: center !important;
}
.bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap .align-content-start {
  align-content: flex-start !important;
}
.bootstrap .align-content-end {
  align-content: flex-end !important;
}
.bootstrap .align-content-center {
  align-content: center !important;
}
.bootstrap .align-content-between {
  align-content: space-between !important;
}
.bootstrap .align-content-around {
  align-content: space-around !important;
}
.bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap .align-self-auto {
  align-self: auto !important;
}
.bootstrap .align-self-start {
  align-self: flex-start !important;
}
.bootstrap .align-self-end {
  align-self: flex-end !important;
}
.bootstrap .align-self-center {
  align-self: center !important;
}
.bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .flex-xl-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-xl-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-xl-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-xl-center {
    align-items: center !important;
  }
  .bootstrap .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-xl-center {
    align-content: center !important;
  }
  .bootstrap .align-content-xl-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-xl-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-xl-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-xl-center {
    align-self: center !important;
  }
  .bootstrap .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.bootstrap .float-left {
  float: left !important;
}
.bootstrap .float-right {
  float: right !important;
}
.bootstrap .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .bootstrap .float-sm-left {
    float: left !important;
  }
  .bootstrap .float-sm-right {
    float: right !important;
  }
  .bootstrap .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .float-md-left {
    float: left !important;
  }
  .bootstrap .float-md-right {
    float: right !important;
  }
  .bootstrap .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .float-lg-left {
    float: left !important;
  }
  .bootstrap .float-lg-right {
    float: right !important;
  }
  .bootstrap .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .float-xl-left {
    float: left !important;
  }
  .bootstrap .float-xl-right {
    float: right !important;
  }
  .bootstrap .float-xl-none {
    float: none !important;
  }
}
.bootstrap .position-static {
  position: static !important;
}
.bootstrap .position-relative {
  position: relative !important;
}
.bootstrap .position-absolute {
  position: absolute !important;
}
.bootstrap .position-fixed {
  position: fixed !important;
}
.bootstrap .position-sticky {
  position: sticky !important;
}
.bootstrap .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .bootstrap .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bootstrap .sr-only-focusable:active,
.bootstrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bootstrap .shadow-sm {
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.075) !important;
}
.bootstrap .shadow {
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrap .shadow-lg {
  box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 0.175) !important;
}
.bootstrap .shadow-none {
  box-shadow: none !important;
}
.bootstrap .w-25 {
  width: 25% !important;
}
.bootstrap .w-50 {
  width: 50% !important;
}
.bootstrap .w-75 {
  width: 75% !important;
}
.bootstrap .w-100 {
  width: 100% !important;
}
.bootstrap .w-auto {
  width: auto !important;
}
.bootstrap .h-25 {
  height: 25% !important;
}
.bootstrap .h-50 {
  height: 50% !important;
}
.bootstrap .h-75 {
  height: 75% !important;
}
.bootstrap .h-100 {
  height: 100% !important;
}
.bootstrap .h-auto {
  height: auto !important;
}
.bootstrap .mw-100 {
  max-width: 100% !important;
}
.bootstrap .mh-100 {
  max-height: 100% !important;
}
.bootstrap .m-0 {
  margin: 0 !important;
}
.bootstrap .mt-0,
.bootstrap .my-0 {
  margin-top: 0 !important;
}
.bootstrap .mr-0,
.bootstrap .mx-0 {
  margin-right: 0 !important;
}
.bootstrap .mb-0,
.bootstrap .my-0 {
  margin-bottom: 0 !important;
}
.bootstrap .ml-0,
.bootstrap .mx-0 {
  margin-left: 0 !important;
}
.bootstrap .m-1 {
  margin: 0.4rem !important;
}
.bootstrap .mt-1,
.bootstrap .my-1 {
  margin-top: 0.4rem !important;
}
.bootstrap .mr-1,
.bootstrap .mx-1 {
  margin-right: 0.4rem !important;
}
.bootstrap .mb-1,
.bootstrap .my-1 {
  margin-bottom: 0.4rem !important;
}
.bootstrap .ml-1,
.bootstrap .mx-1 {
  margin-left: 0.4rem !important;
}
.bootstrap .m-2 {
  margin: 0.8rem !important;
}
.bootstrap .mt-2,
.bootstrap .my-2 {
  margin-top: 0.8rem !important;
}
.bootstrap .mr-2,
.bootstrap .mx-2 {
  margin-right: 0.8rem !important;
}
.bootstrap .mb-2,
.bootstrap .my-2 {
  margin-bottom: 0.8rem !important;
}
.bootstrap .ml-2,
.bootstrap .mx-2 {
  margin-left: 0.8rem !important;
}
.bootstrap .m-3 {
  margin: 1.6rem !important;
}
.bootstrap .mt-3,
.bootstrap .my-3 {
  margin-top: 1.6rem !important;
}
.bootstrap .mr-3,
.bootstrap .mx-3 {
  margin-right: 1.6rem !important;
}
.bootstrap .mb-3,
.bootstrap .my-3 {
  margin-bottom: 1.6rem !important;
}
.bootstrap .ml-3,
.bootstrap .mx-3 {
  margin-left: 1.6rem !important;
}
.bootstrap .m-4 {
  margin: 2.4rem !important;
}
.bootstrap .mt-4,
.bootstrap .my-4 {
  margin-top: 2.4rem !important;
}
.bootstrap .mr-4,
.bootstrap .mx-4 {
  margin-right: 2.4rem !important;
}
.bootstrap .mb-4,
.bootstrap .my-4 {
  margin-bottom: 2.4rem !important;
}
.bootstrap .ml-4,
.bootstrap .mx-4 {
  margin-left: 2.4rem !important;
}
.bootstrap .m-5 {
  margin: 4.8rem !important;
}
.bootstrap .mt-5,
.bootstrap .my-5 {
  margin-top: 4.8rem !important;
}
.bootstrap .mr-5,
.bootstrap .mx-5 {
  margin-right: 4.8rem !important;
}
.bootstrap .mb-5,
.bootstrap .my-5 {
  margin-bottom: 4.8rem !important;
}
.bootstrap .ml-5,
.bootstrap .mx-5 {
  margin-left: 4.8rem !important;
}
.bootstrap .p-0 {
  padding: 0 !important;
}
.bootstrap .pt-0,
.bootstrap .py-0 {
  padding-top: 0 !important;
}
.bootstrap .pr-0,
.bootstrap .px-0 {
  padding-right: 0 !important;
}
.bootstrap .pb-0,
.bootstrap .py-0 {
  padding-bottom: 0 !important;
}
.bootstrap .pl-0,
.bootstrap .px-0 {
  padding-left: 0 !important;
}
.bootstrap .p-1 {
  padding: 0.4rem !important;
}
.bootstrap .pt-1,
.bootstrap .py-1 {
  padding-top: 0.4rem !important;
}
.bootstrap .pr-1,
.bootstrap .px-1 {
  padding-right: 0.4rem !important;
}
.bootstrap .pb-1,
.bootstrap .py-1 {
  padding-bottom: 0.4rem !important;
}
.bootstrap .pl-1,
.bootstrap .px-1 {
  padding-left: 0.4rem !important;
}
.bootstrap .p-2 {
  padding: 0.8rem !important;
}
.bootstrap .pt-2,
.bootstrap .py-2 {
  padding-top: 0.8rem !important;
}
.bootstrap .pr-2,
.bootstrap .px-2 {
  padding-right: 0.8rem !important;
}
.bootstrap .pb-2,
.bootstrap .py-2 {
  padding-bottom: 0.8rem !important;
}
.bootstrap .pl-2,
.bootstrap .px-2 {
  padding-left: 0.8rem !important;
}
.bootstrap .p-3 {
  padding: 1.6rem !important;
}
.bootstrap .pt-3,
.bootstrap .py-3 {
  padding-top: 1.6rem !important;
}
.bootstrap .pr-3,
.bootstrap .px-3 {
  padding-right: 1.6rem !important;
}
.bootstrap .pb-3,
.bootstrap .py-3 {
  padding-bottom: 1.6rem !important;
}
.bootstrap .pl-3,
.bootstrap .px-3 {
  padding-left: 1.6rem !important;
}
.bootstrap .p-4 {
  padding: 2.4rem !important;
}
.bootstrap .pt-4,
.bootstrap .py-4 {
  padding-top: 2.4rem !important;
}
.bootstrap .pr-4,
.bootstrap .px-4 {
  padding-right: 2.4rem !important;
}
.bootstrap .pb-4,
.bootstrap .py-4 {
  padding-bottom: 2.4rem !important;
}
.bootstrap .pl-4,
.bootstrap .px-4 {
  padding-left: 2.4rem !important;
}
.bootstrap .p-5 {
  padding: 4.8rem !important;
}
.bootstrap .pt-5,
.bootstrap .py-5 {
  padding-top: 4.8rem !important;
}
.bootstrap .pr-5,
.bootstrap .px-5 {
  padding-right: 4.8rem !important;
}
.bootstrap .pb-5,
.bootstrap .py-5 {
  padding-bottom: 4.8rem !important;
}
.bootstrap .pl-5,
.bootstrap .px-5 {
  padding-left: 4.8rem !important;
}
.bootstrap .m-auto {
  margin: auto !important;
}
.bootstrap .mt-auto,
.bootstrap .my-auto {
  margin-top: auto !important;
}
.bootstrap .mr-auto,
.bootstrap .mx-auto {
  margin-right: auto !important;
}
.bootstrap .mb-auto,
.bootstrap .my-auto {
  margin-bottom: auto !important;
}
.bootstrap .ml-auto,
.bootstrap .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-sm-0,
  .bootstrap .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-sm-0,
  .bootstrap .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-sm-0,
  .bootstrap .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-sm-0,
  .bootstrap .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-sm-1 {
    margin: 0.4rem !important;
  }
  .bootstrap .mt-sm-1,
  .bootstrap .my-sm-1 {
    margin-top: 0.4rem !important;
  }
  .bootstrap .mr-sm-1,
  .bootstrap .mx-sm-1 {
    margin-right: 0.4rem !important;
  }
  .bootstrap .mb-sm-1,
  .bootstrap .my-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .bootstrap .ml-sm-1,
  .bootstrap .mx-sm-1 {
    margin-left: 0.4rem !important;
  }
  .bootstrap .m-sm-2 {
    margin: 0.8rem !important;
  }
  .bootstrap .mt-sm-2,
  .bootstrap .my-sm-2 {
    margin-top: 0.8rem !important;
  }
  .bootstrap .mr-sm-2,
  .bootstrap .mx-sm-2 {
    margin-right: 0.8rem !important;
  }
  .bootstrap .mb-sm-2,
  .bootstrap .my-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .bootstrap .ml-sm-2,
  .bootstrap .mx-sm-2 {
    margin-left: 0.8rem !important;
  }
  .bootstrap .m-sm-3 {
    margin: 1.6rem !important;
  }
  .bootstrap .mt-sm-3,
  .bootstrap .my-sm-3 {
    margin-top: 1.6rem !important;
  }
  .bootstrap .mr-sm-3,
  .bootstrap .mx-sm-3 {
    margin-right: 1.6rem !important;
  }
  .bootstrap .mb-sm-3,
  .bootstrap .my-sm-3 {
    margin-bottom: 1.6rem !important;
  }
  .bootstrap .ml-sm-3,
  .bootstrap .mx-sm-3 {
    margin-left: 1.6rem !important;
  }
  .bootstrap .m-sm-4 {
    margin: 2.4rem !important;
  }
  .bootstrap .mt-sm-4,
  .bootstrap .my-sm-4 {
    margin-top: 2.4rem !important;
  }
  .bootstrap .mr-sm-4,
  .bootstrap .mx-sm-4 {
    margin-right: 2.4rem !important;
  }
  .bootstrap .mb-sm-4,
  .bootstrap .my-sm-4 {
    margin-bottom: 2.4rem !important;
  }
  .bootstrap .ml-sm-4,
  .bootstrap .mx-sm-4 {
    margin-left: 2.4rem !important;
  }
  .bootstrap .m-sm-5 {
    margin: 4.8rem !important;
  }
  .bootstrap .mt-sm-5,
  .bootstrap .my-sm-5 {
    margin-top: 4.8rem !important;
  }
  .bootstrap .mr-sm-5,
  .bootstrap .mx-sm-5 {
    margin-right: 4.8rem !important;
  }
  .bootstrap .mb-sm-5,
  .bootstrap .my-sm-5 {
    margin-bottom: 4.8rem !important;
  }
  .bootstrap .ml-sm-5,
  .bootstrap .mx-sm-5 {
    margin-left: 4.8rem !important;
  }
  .bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-sm-0,
  .bootstrap .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-sm-0,
  .bootstrap .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-sm-0,
  .bootstrap .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-sm-0,
  .bootstrap .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-sm-1 {
    padding: 0.4rem !important;
  }
  .bootstrap .pt-sm-1,
  .bootstrap .py-sm-1 {
    padding-top: 0.4rem !important;
  }
  .bootstrap .pr-sm-1,
  .bootstrap .px-sm-1 {
    padding-right: 0.4rem !important;
  }
  .bootstrap .pb-sm-1,
  .bootstrap .py-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .bootstrap .pl-sm-1,
  .bootstrap .px-sm-1 {
    padding-left: 0.4rem !important;
  }
  .bootstrap .p-sm-2 {
    padding: 0.8rem !important;
  }
  .bootstrap .pt-sm-2,
  .bootstrap .py-sm-2 {
    padding-top: 0.8rem !important;
  }
  .bootstrap .pr-sm-2,
  .bootstrap .px-sm-2 {
    padding-right: 0.8rem !important;
  }
  .bootstrap .pb-sm-2,
  .bootstrap .py-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .bootstrap .pl-sm-2,
  .bootstrap .px-sm-2 {
    padding-left: 0.8rem !important;
  }
  .bootstrap .p-sm-3 {
    padding: 1.6rem !important;
  }
  .bootstrap .pt-sm-3,
  .bootstrap .py-sm-3 {
    padding-top: 1.6rem !important;
  }
  .bootstrap .pr-sm-3,
  .bootstrap .px-sm-3 {
    padding-right: 1.6rem !important;
  }
  .bootstrap .pb-sm-3,
  .bootstrap .py-sm-3 {
    padding-bottom: 1.6rem !important;
  }
  .bootstrap .pl-sm-3,
  .bootstrap .px-sm-3 {
    padding-left: 1.6rem !important;
  }
  .bootstrap .p-sm-4 {
    padding: 2.4rem !important;
  }
  .bootstrap .pt-sm-4,
  .bootstrap .py-sm-4 {
    padding-top: 2.4rem !important;
  }
  .bootstrap .pr-sm-4,
  .bootstrap .px-sm-4 {
    padding-right: 2.4rem !important;
  }
  .bootstrap .pb-sm-4,
  .bootstrap .py-sm-4 {
    padding-bottom: 2.4rem !important;
  }
  .bootstrap .pl-sm-4,
  .bootstrap .px-sm-4 {
    padding-left: 2.4rem !important;
  }
  .bootstrap .p-sm-5 {
    padding: 4.8rem !important;
  }
  .bootstrap .pt-sm-5,
  .bootstrap .py-sm-5 {
    padding-top: 4.8rem !important;
  }
  .bootstrap .pr-sm-5,
  .bootstrap .px-sm-5 {
    padding-right: 4.8rem !important;
  }
  .bootstrap .pb-sm-5,
  .bootstrap .py-sm-5 {
    padding-bottom: 4.8rem !important;
  }
  .bootstrap .pl-sm-5,
  .bootstrap .px-sm-5 {
    padding-left: 4.8rem !important;
  }
  .bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap .mt-sm-auto,
  .bootstrap .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-sm-auto,
  .bootstrap .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-sm-auto,
  .bootstrap .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-sm-auto,
  .bootstrap .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-md-0,
  .bootstrap .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-md-0,
  .bootstrap .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-md-0,
  .bootstrap .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-md-0,
  .bootstrap .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-md-1 {
    margin: 0.4rem !important;
  }
  .bootstrap .mt-md-1,
  .bootstrap .my-md-1 {
    margin-top: 0.4rem !important;
  }
  .bootstrap .mr-md-1,
  .bootstrap .mx-md-1 {
    margin-right: 0.4rem !important;
  }
  .bootstrap .mb-md-1,
  .bootstrap .my-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .bootstrap .ml-md-1,
  .bootstrap .mx-md-1 {
    margin-left: 0.4rem !important;
  }
  .bootstrap .m-md-2 {
    margin: 0.8rem !important;
  }
  .bootstrap .mt-md-2,
  .bootstrap .my-md-2 {
    margin-top: 0.8rem !important;
  }
  .bootstrap .mr-md-2,
  .bootstrap .mx-md-2 {
    margin-right: 0.8rem !important;
  }
  .bootstrap .mb-md-2,
  .bootstrap .my-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .bootstrap .ml-md-2,
  .bootstrap .mx-md-2 {
    margin-left: 0.8rem !important;
  }
  .bootstrap .m-md-3 {
    margin: 1.6rem !important;
  }
  .bootstrap .mt-md-3,
  .bootstrap .my-md-3 {
    margin-top: 1.6rem !important;
  }
  .bootstrap .mr-md-3,
  .bootstrap .mx-md-3 {
    margin-right: 1.6rem !important;
  }
  .bootstrap .mb-md-3,
  .bootstrap .my-md-3 {
    margin-bottom: 1.6rem !important;
  }
  .bootstrap .ml-md-3,
  .bootstrap .mx-md-3 {
    margin-left: 1.6rem !important;
  }
  .bootstrap .m-md-4 {
    margin: 2.4rem !important;
  }
  .bootstrap .mt-md-4,
  .bootstrap .my-md-4 {
    margin-top: 2.4rem !important;
  }
  .bootstrap .mr-md-4,
  .bootstrap .mx-md-4 {
    margin-right: 2.4rem !important;
  }
  .bootstrap .mb-md-4,
  .bootstrap .my-md-4 {
    margin-bottom: 2.4rem !important;
  }
  .bootstrap .ml-md-4,
  .bootstrap .mx-md-4 {
    margin-left: 2.4rem !important;
  }
  .bootstrap .m-md-5 {
    margin: 4.8rem !important;
  }
  .bootstrap .mt-md-5,
  .bootstrap .my-md-5 {
    margin-top: 4.8rem !important;
  }
  .bootstrap .mr-md-5,
  .bootstrap .mx-md-5 {
    margin-right: 4.8rem !important;
  }
  .bootstrap .mb-md-5,
  .bootstrap .my-md-5 {
    margin-bottom: 4.8rem !important;
  }
  .bootstrap .ml-md-5,
  .bootstrap .mx-md-5 {
    margin-left: 4.8rem !important;
  }
  .bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-md-0,
  .bootstrap .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-md-0,
  .bootstrap .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-md-0,
  .bootstrap .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-md-0,
  .bootstrap .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-md-1 {
    padding: 0.4rem !important;
  }
  .bootstrap .pt-md-1,
  .bootstrap .py-md-1 {
    padding-top: 0.4rem !important;
  }
  .bootstrap .pr-md-1,
  .bootstrap .px-md-1 {
    padding-right: 0.4rem !important;
  }
  .bootstrap .pb-md-1,
  .bootstrap .py-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .bootstrap .pl-md-1,
  .bootstrap .px-md-1 {
    padding-left: 0.4rem !important;
  }
  .bootstrap .p-md-2 {
    padding: 0.8rem !important;
  }
  .bootstrap .pt-md-2,
  .bootstrap .py-md-2 {
    padding-top: 0.8rem !important;
  }
  .bootstrap .pr-md-2,
  .bootstrap .px-md-2 {
    padding-right: 0.8rem !important;
  }
  .bootstrap .pb-md-2,
  .bootstrap .py-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .bootstrap .pl-md-2,
  .bootstrap .px-md-2 {
    padding-left: 0.8rem !important;
  }
  .bootstrap .p-md-3 {
    padding: 1.6rem !important;
  }
  .bootstrap .pt-md-3,
  .bootstrap .py-md-3 {
    padding-top: 1.6rem !important;
  }
  .bootstrap .pr-md-3,
  .bootstrap .px-md-3 {
    padding-right: 1.6rem !important;
  }
  .bootstrap .pb-md-3,
  .bootstrap .py-md-3 {
    padding-bottom: 1.6rem !important;
  }
  .bootstrap .pl-md-3,
  .bootstrap .px-md-3 {
    padding-left: 1.6rem !important;
  }
  .bootstrap .p-md-4 {
    padding: 2.4rem !important;
  }
  .bootstrap .pt-md-4,
  .bootstrap .py-md-4 {
    padding-top: 2.4rem !important;
  }
  .bootstrap .pr-md-4,
  .bootstrap .px-md-4 {
    padding-right: 2.4rem !important;
  }
  .bootstrap .pb-md-4,
  .bootstrap .py-md-4 {
    padding-bottom: 2.4rem !important;
  }
  .bootstrap .pl-md-4,
  .bootstrap .px-md-4 {
    padding-left: 2.4rem !important;
  }
  .bootstrap .p-md-5 {
    padding: 4.8rem !important;
  }
  .bootstrap .pt-md-5,
  .bootstrap .py-md-5 {
    padding-top: 4.8rem !important;
  }
  .bootstrap .pr-md-5,
  .bootstrap .px-md-5 {
    padding-right: 4.8rem !important;
  }
  .bootstrap .pb-md-5,
  .bootstrap .py-md-5 {
    padding-bottom: 4.8rem !important;
  }
  .bootstrap .pl-md-5,
  .bootstrap .px-md-5 {
    padding-left: 4.8rem !important;
  }
  .bootstrap .m-md-auto {
    margin: auto !important;
  }
  .bootstrap .mt-md-auto,
  .bootstrap .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-md-auto,
  .bootstrap .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-md-auto,
  .bootstrap .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-md-auto,
  .bootstrap .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-lg-0,
  .bootstrap .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-lg-0,
  .bootstrap .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-lg-0,
  .bootstrap .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-lg-0,
  .bootstrap .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-lg-1 {
    margin: 0.4rem !important;
  }
  .bootstrap .mt-lg-1,
  .bootstrap .my-lg-1 {
    margin-top: 0.4rem !important;
  }
  .bootstrap .mr-lg-1,
  .bootstrap .mx-lg-1 {
    margin-right: 0.4rem !important;
  }
  .bootstrap .mb-lg-1,
  .bootstrap .my-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .bootstrap .ml-lg-1,
  .bootstrap .mx-lg-1 {
    margin-left: 0.4rem !important;
  }
  .bootstrap .m-lg-2 {
    margin: 0.8rem !important;
  }
  .bootstrap .mt-lg-2,
  .bootstrap .my-lg-2 {
    margin-top: 0.8rem !important;
  }
  .bootstrap .mr-lg-2,
  .bootstrap .mx-lg-2 {
    margin-right: 0.8rem !important;
  }
  .bootstrap .mb-lg-2,
  .bootstrap .my-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .bootstrap .ml-lg-2,
  .bootstrap .mx-lg-2 {
    margin-left: 0.8rem !important;
  }
  .bootstrap .m-lg-3 {
    margin: 1.6rem !important;
  }
  .bootstrap .mt-lg-3,
  .bootstrap .my-lg-3 {
    margin-top: 1.6rem !important;
  }
  .bootstrap .mr-lg-3,
  .bootstrap .mx-lg-3 {
    margin-right: 1.6rem !important;
  }
  .bootstrap .mb-lg-3,
  .bootstrap .my-lg-3 {
    margin-bottom: 1.6rem !important;
  }
  .bootstrap .ml-lg-3,
  .bootstrap .mx-lg-3 {
    margin-left: 1.6rem !important;
  }
  .bootstrap .m-lg-4 {
    margin: 2.4rem !important;
  }
  .bootstrap .mt-lg-4,
  .bootstrap .my-lg-4 {
    margin-top: 2.4rem !important;
  }
  .bootstrap .mr-lg-4,
  .bootstrap .mx-lg-4 {
    margin-right: 2.4rem !important;
  }
  .bootstrap .mb-lg-4,
  .bootstrap .my-lg-4 {
    margin-bottom: 2.4rem !important;
  }
  .bootstrap .ml-lg-4,
  .bootstrap .mx-lg-4 {
    margin-left: 2.4rem !important;
  }
  .bootstrap .m-lg-5 {
    margin: 4.8rem !important;
  }
  .bootstrap .mt-lg-5,
  .bootstrap .my-lg-5 {
    margin-top: 4.8rem !important;
  }
  .bootstrap .mr-lg-5,
  .bootstrap .mx-lg-5 {
    margin-right: 4.8rem !important;
  }
  .bootstrap .mb-lg-5,
  .bootstrap .my-lg-5 {
    margin-bottom: 4.8rem !important;
  }
  .bootstrap .ml-lg-5,
  .bootstrap .mx-lg-5 {
    margin-left: 4.8rem !important;
  }
  .bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-lg-0,
  .bootstrap .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-lg-0,
  .bootstrap .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-lg-0,
  .bootstrap .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-lg-0,
  .bootstrap .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-lg-1 {
    padding: 0.4rem !important;
  }
  .bootstrap .pt-lg-1,
  .bootstrap .py-lg-1 {
    padding-top: 0.4rem !important;
  }
  .bootstrap .pr-lg-1,
  .bootstrap .px-lg-1 {
    padding-right: 0.4rem !important;
  }
  .bootstrap .pb-lg-1,
  .bootstrap .py-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .bootstrap .pl-lg-1,
  .bootstrap .px-lg-1 {
    padding-left: 0.4rem !important;
  }
  .bootstrap .p-lg-2 {
    padding: 0.8rem !important;
  }
  .bootstrap .pt-lg-2,
  .bootstrap .py-lg-2 {
    padding-top: 0.8rem !important;
  }
  .bootstrap .pr-lg-2,
  .bootstrap .px-lg-2 {
    padding-right: 0.8rem !important;
  }
  .bootstrap .pb-lg-2,
  .bootstrap .py-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .bootstrap .pl-lg-2,
  .bootstrap .px-lg-2 {
    padding-left: 0.8rem !important;
  }
  .bootstrap .p-lg-3 {
    padding: 1.6rem !important;
  }
  .bootstrap .pt-lg-3,
  .bootstrap .py-lg-3 {
    padding-top: 1.6rem !important;
  }
  .bootstrap .pr-lg-3,
  .bootstrap .px-lg-3 {
    padding-right: 1.6rem !important;
  }
  .bootstrap .pb-lg-3,
  .bootstrap .py-lg-3 {
    padding-bottom: 1.6rem !important;
  }
  .bootstrap .pl-lg-3,
  .bootstrap .px-lg-3 {
    padding-left: 1.6rem !important;
  }
  .bootstrap .p-lg-4 {
    padding: 2.4rem !important;
  }
  .bootstrap .pt-lg-4,
  .bootstrap .py-lg-4 {
    padding-top: 2.4rem !important;
  }
  .bootstrap .pr-lg-4,
  .bootstrap .px-lg-4 {
    padding-right: 2.4rem !important;
  }
  .bootstrap .pb-lg-4,
  .bootstrap .py-lg-4 {
    padding-bottom: 2.4rem !important;
  }
  .bootstrap .pl-lg-4,
  .bootstrap .px-lg-4 {
    padding-left: 2.4rem !important;
  }
  .bootstrap .p-lg-5 {
    padding: 4.8rem !important;
  }
  .bootstrap .pt-lg-5,
  .bootstrap .py-lg-5 {
    padding-top: 4.8rem !important;
  }
  .bootstrap .pr-lg-5,
  .bootstrap .px-lg-5 {
    padding-right: 4.8rem !important;
  }
  .bootstrap .pb-lg-5,
  .bootstrap .py-lg-5 {
    padding-bottom: 4.8rem !important;
  }
  .bootstrap .pl-lg-5,
  .bootstrap .px-lg-5 {
    padding-left: 4.8rem !important;
  }
  .bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap .mt-lg-auto,
  .bootstrap .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-lg-auto,
  .bootstrap .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-lg-auto,
  .bootstrap .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-lg-auto,
  .bootstrap .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-xl-0,
  .bootstrap .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-xl-0,
  .bootstrap .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-xl-0,
  .bootstrap .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-xl-0,
  .bootstrap .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-xl-1 {
    margin: 0.4rem !important;
  }
  .bootstrap .mt-xl-1,
  .bootstrap .my-xl-1 {
    margin-top: 0.4rem !important;
  }
  .bootstrap .mr-xl-1,
  .bootstrap .mx-xl-1 {
    margin-right: 0.4rem !important;
  }
  .bootstrap .mb-xl-1,
  .bootstrap .my-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .bootstrap .ml-xl-1,
  .bootstrap .mx-xl-1 {
    margin-left: 0.4rem !important;
  }
  .bootstrap .m-xl-2 {
    margin: 0.8rem !important;
  }
  .bootstrap .mt-xl-2,
  .bootstrap .my-xl-2 {
    margin-top: 0.8rem !important;
  }
  .bootstrap .mr-xl-2,
  .bootstrap .mx-xl-2 {
    margin-right: 0.8rem !important;
  }
  .bootstrap .mb-xl-2,
  .bootstrap .my-xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .bootstrap .ml-xl-2,
  .bootstrap .mx-xl-2 {
    margin-left: 0.8rem !important;
  }
  .bootstrap .m-xl-3 {
    margin: 1.6rem !important;
  }
  .bootstrap .mt-xl-3,
  .bootstrap .my-xl-3 {
    margin-top: 1.6rem !important;
  }
  .bootstrap .mr-xl-3,
  .bootstrap .mx-xl-3 {
    margin-right: 1.6rem !important;
  }
  .bootstrap .mb-xl-3,
  .bootstrap .my-xl-3 {
    margin-bottom: 1.6rem !important;
  }
  .bootstrap .ml-xl-3,
  .bootstrap .mx-xl-3 {
    margin-left: 1.6rem !important;
  }
  .bootstrap .m-xl-4 {
    margin: 2.4rem !important;
  }
  .bootstrap .mt-xl-4,
  .bootstrap .my-xl-4 {
    margin-top: 2.4rem !important;
  }
  .bootstrap .mr-xl-4,
  .bootstrap .mx-xl-4 {
    margin-right: 2.4rem !important;
  }
  .bootstrap .mb-xl-4,
  .bootstrap .my-xl-4 {
    margin-bottom: 2.4rem !important;
  }
  .bootstrap .ml-xl-4,
  .bootstrap .mx-xl-4 {
    margin-left: 2.4rem !important;
  }
  .bootstrap .m-xl-5 {
    margin: 4.8rem !important;
  }
  .bootstrap .mt-xl-5,
  .bootstrap .my-xl-5 {
    margin-top: 4.8rem !important;
  }
  .bootstrap .mr-xl-5,
  .bootstrap .mx-xl-5 {
    margin-right: 4.8rem !important;
  }
  .bootstrap .mb-xl-5,
  .bootstrap .my-xl-5 {
    margin-bottom: 4.8rem !important;
  }
  .bootstrap .ml-xl-5,
  .bootstrap .mx-xl-5 {
    margin-left: 4.8rem !important;
  }
  .bootstrap .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-xl-0,
  .bootstrap .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-xl-0,
  .bootstrap .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-xl-0,
  .bootstrap .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-xl-0,
  .bootstrap .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-xl-1 {
    padding: 0.4rem !important;
  }
  .bootstrap .pt-xl-1,
  .bootstrap .py-xl-1 {
    padding-top: 0.4rem !important;
  }
  .bootstrap .pr-xl-1,
  .bootstrap .px-xl-1 {
    padding-right: 0.4rem !important;
  }
  .bootstrap .pb-xl-1,
  .bootstrap .py-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .bootstrap .pl-xl-1,
  .bootstrap .px-xl-1 {
    padding-left: 0.4rem !important;
  }
  .bootstrap .p-xl-2 {
    padding: 0.8rem !important;
  }
  .bootstrap .pt-xl-2,
  .bootstrap .py-xl-2 {
    padding-top: 0.8rem !important;
  }
  .bootstrap .pr-xl-2,
  .bootstrap .px-xl-2 {
    padding-right: 0.8rem !important;
  }
  .bootstrap .pb-xl-2,
  .bootstrap .py-xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .bootstrap .pl-xl-2,
  .bootstrap .px-xl-2 {
    padding-left: 0.8rem !important;
  }
  .bootstrap .p-xl-3 {
    padding: 1.6rem !important;
  }
  .bootstrap .pt-xl-3,
  .bootstrap .py-xl-3 {
    padding-top: 1.6rem !important;
  }
  .bootstrap .pr-xl-3,
  .bootstrap .px-xl-3 {
    padding-right: 1.6rem !important;
  }
  .bootstrap .pb-xl-3,
  .bootstrap .py-xl-3 {
    padding-bottom: 1.6rem !important;
  }
  .bootstrap .pl-xl-3,
  .bootstrap .px-xl-3 {
    padding-left: 1.6rem !important;
  }
  .bootstrap .p-xl-4 {
    padding: 2.4rem !important;
  }
  .bootstrap .pt-xl-4,
  .bootstrap .py-xl-4 {
    padding-top: 2.4rem !important;
  }
  .bootstrap .pr-xl-4,
  .bootstrap .px-xl-4 {
    padding-right: 2.4rem !important;
  }
  .bootstrap .pb-xl-4,
  .bootstrap .py-xl-4 {
    padding-bottom: 2.4rem !important;
  }
  .bootstrap .pl-xl-4,
  .bootstrap .px-xl-4 {
    padding-left: 2.4rem !important;
  }
  .bootstrap .p-xl-5 {
    padding: 4.8rem !important;
  }
  .bootstrap .pt-xl-5,
  .bootstrap .py-xl-5 {
    padding-top: 4.8rem !important;
  }
  .bootstrap .pr-xl-5,
  .bootstrap .px-xl-5 {
    padding-right: 4.8rem !important;
  }
  .bootstrap .pb-xl-5,
  .bootstrap .py-xl-5 {
    padding-bottom: 4.8rem !important;
  }
  .bootstrap .pl-xl-5,
  .bootstrap .px-xl-5 {
    padding-left: 4.8rem !important;
  }
  .bootstrap .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap .mt-xl-auto,
  .bootstrap .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-xl-auto,
  .bootstrap .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-xl-auto,
  .bootstrap .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-xl-auto,
  .bootstrap .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bootstrap .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.bootstrap .text-justify {
  text-align: justify !important;
}
.bootstrap .text-nowrap {
  white-space: nowrap !important;
}
.bootstrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap .text-left {
  text-align: left !important;
}
.bootstrap .text-right {
  text-align: right !important;
}
.bootstrap .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .bootstrap .text-sm-left {
    text-align: left !important;
  }
  .bootstrap .text-sm-right {
    text-align: right !important;
  }
  .bootstrap .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .text-md-left {
    text-align: left !important;
  }
  .bootstrap .text-md-right {
    text-align: right !important;
  }
  .bootstrap .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .text-lg-left {
    text-align: left !important;
  }
  .bootstrap .text-lg-right {
    text-align: right !important;
  }
  .bootstrap .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .text-xl-left {
    text-align: left !important;
  }
  .bootstrap .text-xl-right {
    text-align: right !important;
  }
  .bootstrap .text-xl-center {
    text-align: center !important;
  }
}
.bootstrap .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrap .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrap .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrap .font-weight-light {
  font-weight: 300 !important;
}
.bootstrap .font-weight-normal {
  font-weight: 400 !important;
}
.bootstrap .font-weight-bold {
  font-weight: 700 !important;
}
.bootstrap .font-italic {
  font-style: italic !important;
}
.bootstrap .text-white {
  color: #fff !important;
}
.bootstrap .text-primary {
  color: #2155b5 !important;
}
.bootstrap a.text-primary:hover,
.bootstrap a.text-primary:focus {
  color: #19418a !important;
}
.bootstrap .text-secondary {
  color: #f07d26 !important;
}
.bootstrap a.text-secondary:hover,
.bootstrap a.text-secondary:focus {
  color: #d4640f !important;
}
.bootstrap .text-success {
  color: #28a745 !important;
}
.bootstrap a.text-success:hover,
.bootstrap a.text-success:focus {
  color: #1e7e34 !important;
}
.bootstrap .text-info {
  color: #17a2b8 !important;
}
.bootstrap a.text-info:hover,
.bootstrap a.text-info:focus {
  color: #117a8b !important;
}
.bootstrap .text-warning {
  color: #ffc107 !important;
}
.bootstrap a.text-warning:hover,
.bootstrap a.text-warning:focus {
  color: #d39e00 !important;
}
.bootstrap .text-danger {
  color: #dc3545 !important;
}
.bootstrap a.text-danger:hover,
.bootstrap a.text-danger:focus {
  color: #bd2130 !important;
}
.bootstrap .text-light {
  color: #f8f9fa !important;
}
.bootstrap a.text-light:hover,
.bootstrap a.text-light:focus {
  color: #dae0e5 !important;
}
.bootstrap .text-dark {
  color: #343a40 !important;
}
.bootstrap a.text-dark:hover,
.bootstrap a.text-dark:focus {
  color: #1d2124 !important;
}
.bootstrap .text-gray {
  color: #f0f1f2 !important;
}
.bootstrap a.text-gray:hover,
.bootstrap a.text-gray:focus {
  color: #d5d8da !important;
}
.bootstrap .text-body {
  color: #585858 !important;
}
.bootstrap .text-muted {
  color: #94949e !important;
}
.bootstrap .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.bootstrap .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap .visible {
  visibility: visible !important;
}
.bootstrap .invisible {
  visibility: hidden !important;
}
@media print {
  .bootstrap *,
  .bootstrap *::before,
  .bootstrap *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .bootstrap a:not(.btn) {
    text-decoration: underline;
  }
  .bootstrap abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .bootstrap pre {
    white-space: pre-wrap !important;
  }
  .bootstrap pre,
  .bootstrap blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .bootstrap thead {
    display: table-header-group;
  }
  .bootstrap tr,
  .bootstrap img {
    page-break-inside: avoid;
  }
  .bootstrap p,
  .bootstrap h2,
  .bootstrap h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap h2,
  .bootstrap h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .bootstrap body {
    min-width: 992px !important;
  }
  .bootstrap .container {
    min-width: 992px !important;
  }
  .bootstrap .navbar {
    display: none;
  }
  .bootstrap .badge {
    border: 1px solid #000;
  }
  .bootstrap .table {
    border-collapse: collapse !important;
  }
  .bootstrap .table td,
  .bootstrap .table th {
    background-color: #fff !important;
  }
  .bootstrap .table-bordered th,
  .bootstrap .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .bootstrap .table-dark {
    color: inherit;
  }
  .bootstrap .table-dark th,
  .bootstrap .table-dark td,
  .bootstrap .table-dark thead th,
  .bootstrap .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .bootstrap .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.bootstrap .sidebar-main {
  width: initial !important;
  float: initial !important;
  -ms-flex-order: initial !important;
  -webkit-order: initial !important;
  order: initial !important;
}
@media (min-width: 0) {
  .bootstrap .br-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .bootstrap .specs {
    margin-bottom: 30px;
    height: 79px;
  }
  .bootstrap .specs .row {
    margin-bottom: 0;
    height: 100%;
  }
  .bootstrap .specs .row > div {
    background-color: #f0f1f2;
  }
  .bootstrap .specs .icon-Home,
  .bootstrap .specs .icon-Water,
  .bootstrap .specs .icon-Flash {
    font-size: 15px;
    text-align: center;
    display: block;
    margin-top: 5px;
  }
  .bootstrap .specs .spec-label,
  .bootstrap .specs .spec-value {
    font-size: 12px;
    text-align: center;
    margin: 0 -5px;
  }
  .bootstrap .specs .spec-label {
    font-weight: bold;
    margin-bottom: 5px;
    word-wrap: break-word;
  }
  .bootstrap .specs .spec-value {
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .bootstrap .specs .icon-Home,
  .bootstrap .specs .icon-Water,
  .bootstrap .specs .icon-Flash {
    margin-top: 15px;
  }
}
@keyframes animation-marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.bootstrap .animation-marquee {
  max-width: 100%;
  overflow: hidden;
}
.bootstrap .animation-marquee > * {
  animation: animation-marquee 15s linear infinite;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
}
.bootstrap .animation-marquee > *:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.bootstrap .breadcrumb-item + .breadcrumb-item::before {
  position: relative;
  top: 3px;
}
.bootstrap .breadcrumb-item.home {
  position: relative;
}
.bootstrap .breadcrumb-item.home::before {
  display: inline-block;
  padding-right: 0.8rem;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDE2IDE2IiBjbGFzcz0iYmkgYmktaG91c2UtZmlsbCIgZmlsbD0iIzIxNTViNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDMuMjkzbDYgNlYxMy41YTEuNSAxLjUgMCAwIDEtMS41IDEuNWgtOUExLjUgMS41IDAgMCAxIDIgMTMuNVY5LjI5M2w2LTZ6bTUtLjc5M1Y2bC0yLTJWMi41YS41LjUgMCAwIDEgLjUtLjVoMWEuNS41IDAgMCAxIC41LjV6Ii8+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4yOTMgMS41YTEgMSAwIDAgMSAxLjQxNCAwbDYuNjQ3IDYuNjQ2YS41LjUgMCAwIDEtLjcwOC43MDhMOCAyLjIwNyAxLjM1NCA4Ljg1NGEuNS41IDAgMSAxLS43MDgtLjcwOEw3LjI5MyAxLjV6Ii8+Cjwvc3ZnPg==);
  position: relative;
  top: 3px;
}
.bootstrap .breadcrumb-item.home a {
  opacity: 0;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 30px;
}
.bootstrap .carousel-control-next-icon,
.bootstrap .carousel-control-prev-icon {
  background: #f0f1f2;
  border-radius: 50%;
}
.bootstrap .carousel-control-next-icon:after,
.bootstrap .carousel-control-prev-icon:after {
  content: '';
  display: block;
  height: 50%;
  width: 50%;
  margin: 25%;
}
.bootstrap .carousel-control-next-icon {
  background-image: none;
}
.bootstrap .carousel-control-next-icon:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232155b5' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.bootstrap .carousel-control-prev-icon {
  background-image: none;
}
.bootstrap .carousel-control-prev-icon:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232155b5' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.bootstrap .custom-control-label::before {
  border-color: #adb5bd;
  border-style: solid;
  border-width: 1px;
}
.bootstrap .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #adb5bd;
}
.bootstrap .custom-control .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #adb5bd;
}
.bootstrap .custom-switch {
  padding-left: 5.2rem;
}
.bootstrap .custom-switch .custom-control-label::before {
  left: -5.2rem;
  width: 2.8rem;
  pointer-events: all;
  border-radius: 0.8rem;
}
.bootstrap .custom-switch .custom-control-label::after {
  top: calc(((1.6rem * 1.5 - 1.6rem) / 2) + (1px * 2));
  left: calc((-1*(2.8000000000000003rem + 2.4000000000000004rem)) + (1px * 2));
  width: calc(1.6rem - (1px * 4));
  height: calc(1.6rem - (1px * 4));
  background-color: #adb5bd;
  border-radius: 0.8rem;
  @include transition(transform .15s ease-in-out, @custom-forms-transition);
}
.bootstrap .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(1.2rem);
}
.bootstrap .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  @include gradient-bg(@custom-control-indicator-checked-disabled-bg);
}
.bootstrap .dropdown-menu-expand .dropdown-menu-expand-title {
  display: none;
}
@media (max-width: 575.98px) {
  .bootstrap .dropdown-menu-expand {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow-y: auto !important;
    transform: none !important;
    border-radius: 0 !important;
    border: none !important;
    padding-top: 6rem !important;
    margin: 0 !important;
  }
  .bootstrap .dropdown-menu-expand:before {
    content: '';
    display: block;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #2155b5;
    cursor: pointer;
  }
  .bootstrap .dropdown-menu-expand:after {
    content: '\d7';
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    color: #fff;
    font-size: 3rem;
  }
  .bootstrap .dropdown-menu-expand .dropdown-menu-expand-title {
    display: block;
    position: absolute;
    top: 1.3rem;
    left: 1.3rem;
    color: #fff;
    font-size: 2rem;
  }
}
.bootstrap .container-only {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap .container-only {
    max-width: 1364px;
  }
}
@media (min-width: 768px) {
  .bootstrap .container-only {
    max-width: 1364px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container-only {
    max-width: 1364px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container-only {
    max-width: 1364px;
  }
}
@media (min-width: 576px) {
  .bootstrap .container-only-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .bootstrap .container-only-sm {
    max-width: 1364px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .bootstrap .container-only-sm {
    max-width: 1364px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .bootstrap .container-only-sm {
    max-width: 1364px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .bootstrap .container-only-sm {
    max-width: 1364px;
  }
}
@media (min-width: 768px) {
  .bootstrap .container-only-md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .bootstrap .container-only-md {
    max-width: 1364px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .bootstrap .container-only-md {
    max-width: 1364px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .bootstrap .container-only-md {
    max-width: 1364px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .bootstrap .container-only-md {
    max-width: 1364px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container-only-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .bootstrap .container-only-lg {
    max-width: 1364px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .bootstrap .container-only-lg {
    max-width: 1364px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .bootstrap .container-only-lg {
    max-width: 1364px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .bootstrap .container-only-lg {
    max-width: 1364px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container-only-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .bootstrap .container-only-xl {
    max-width: 1364px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .bootstrap .container-only-xl {
    max-width: 1364px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .bootstrap .container-only-xl {
    max-width: 1364px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .bootstrap .container-only-xl {
    max-width: 1364px;
  }
}
.bootstrap .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}
.bootstrap .social-icon {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0);
  display: inline-block;
  font-size: 0;
  height: 4rem;
  width: 4rem;
}
.bootstrap .social-icon-facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36px' height='36px' viewBox='0 0 36 36'%3E%3Crect fill='%233b5998' width='36' height='36'/%3E%3Cpath fill='%23ffffff' d='M30.895,16.535l-0.553,5.23h-4.181v15.176h-6.28V21.766H16.75v-5.23h3.131v-3.149 c0-4.254,1.768-6.796,6.796-6.796h4.181v5.23h-2.615c-1.952,0-2.081,0.736-2.081,2.1v2.615H30.895z'/%3E%3C/svg%3E");
}
.bootstrap .social-icon-linkedin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230072b1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z'/%3E%3C/svg%3E");
}
.bootstrap .social-icon-twitter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath fill='%235fa9dd' d='M0 0h36v36h-36z'/%3E%3Cpath fill='%23fff' d='M29.9 11.4c-.9.4-1.8.6-2.7.7 1-.6 1.7-1.5 2.1-2.6-.9.5-1.9.9-3 1.2-.9-.9-2.1-1.5-3.5-1.5-2.6 0-4.8 2.1-4.8 4.8 0 .4 0 .7.1 1.1-4-.2-7.5-2.1-9.8-5-.4.7-.6 1.5-.6 2.4 0 1.6.8 3.1 2.1 4-.8 0-1.5-.2-2.2-.6v.1c0 2.3 1.6 4.2 3.8 4.7-.4.1-.8.2-1.3.2-.3 0-.6 0-.9-.1.6 1.9 2.4 3.3 4.4 3.3-1.6 1.3-3.7 2-5.9 2-.4 0-.8 0-1.1-.1 2.2 1.2 4.7 2 7.4 2 8.7 0 13.5-7.2 13.5-13.5v-.6c.9-.8 1.7-1.6 2.4-2.5z'/%3E%3C/svg%3E");
}
@media (max-width: 991.98px) {
  .bootstrap .sidebar {
    background: white;
    padding: 0 !important;
    position: fixed !important;
    transition-property: width !important;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    z-index: 10000;
    height: 100% !important;
    max-width: 600px;
  }
  .bootstrap .sidebar .container-xl {
    padding: 0;
  }
  .bootstrap .sidebar.right {
    left: auto;
    right: 0;
  }
  .bootstrap .sidebar > div {
    max-width: 600px;
    width: 100vw;
  }
  .bootstrap .sidebar.collapsing {
    width: 0;
  }
  .bootstrap .sidebar .navbar-nav {
    width: 100%;
  }
  .bootstrap .sidebar .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bootstrap .nav-item-toggler > a::after {
    float: right;
  }
}
.bootstrap .collapse-partial:not(.show) {
  display: block;
  height: 12rem;
  overflow: hidden;
}
.bootstrap .collapse-partial.collapsing {
  height: 12rem;
}
.bootstrap .collapse-fade {
  position: relative;
}
.bootstrap .collapse-fade .collapse-fade-overlay {
  content: '';
  display: block;
  position: absolute;
  height: 6rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 100%;
  pointer-events: none;
  bottom: 0;
  transition: opacity 0.35s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap .collapse-fade .collapse-fade-overlay {
    transition: none;
  }
}
.bootstrap .collapse-fade.collapsing .collapse-fade-overlay {
  opacity: 0;
}
.bootstrap .collapse-fade.show .collapse-fade-overlay {
  display: none;
}
@media (min-width: 992px) {
  .bootstrap h1,
  .bootstrap .h1 {
    font-size: 4rem;
  }
  .bootstrap h2,
  .bootstrap .h2 {
    font-size: 3.2rem;
  }
  .bootstrap h3,
  .bootstrap .h3 {
    font-size: 2.4rem;
  }
  .bootstrap h4,
  .bootstrap .h4 {
    font-size: 1.8rem;
  }
  .bootstrap h5,
  .bootstrap .h5 {
    font-size: 1.6rem;
  }
  .bootstrap h6,
  .bootstrap .h6 {
    font-size: 1.6rem;
  }
}
.bootstrap .align-middle-stretcher:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bootstrap .bg-primary {
  background-color: #2155b5 !important;
}
.bootstrap a.bg-primary:hover,
.bootstrap button.bg-primary:hover,
.bootstrap a.bg-primary:focus,
.bootstrap button.bg-primary:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-primary:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-primary:focus,
.bootstrap .action-gift.bg-primary:hover,
.bootstrap .action-gift.bg-primary:focus {
  background-color: #19418a !important;
}
.bootstrap .bg-secondary {
  background-color: #f07d26 !important;
}
.bootstrap a.bg-secondary:hover,
.bootstrap button.bg-secondary:hover,
.bootstrap a.bg-secondary:focus,
.bootstrap button.bg-secondary:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-secondary:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-secondary:focus,
.bootstrap .action-gift.bg-secondary:hover,
.bootstrap .action-gift.bg-secondary:focus {
  background-color: #d4640f !important;
}
.bootstrap .bg-success {
  background-color: #28a745 !important;
}
.bootstrap a.bg-success:hover,
.bootstrap button.bg-success:hover,
.bootstrap a.bg-success:focus,
.bootstrap button.bg-success:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-success:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-success:focus,
.bootstrap .action-gift.bg-success:hover,
.bootstrap .action-gift.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bootstrap .bg-info {
  background-color: #17a2b8 !important;
}
.bootstrap a.bg-info:hover,
.bootstrap button.bg-info:hover,
.bootstrap a.bg-info:focus,
.bootstrap button.bg-info:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-info:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-info:focus,
.bootstrap .action-gift.bg-info:hover,
.bootstrap .action-gift.bg-info:focus {
  background-color: #117a8b !important;
}
.bootstrap .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrap a.bg-warning:hover,
.bootstrap button.bg-warning:hover,
.bootstrap a.bg-warning:focus,
.bootstrap button.bg-warning:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-warning:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-warning:focus,
.bootstrap .action-gift.bg-warning:hover,
.bootstrap .action-gift.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bootstrap .bg-danger {
  background-color: #dc3545 !important;
}
.bootstrap a.bg-danger:hover,
.bootstrap button.bg-danger:hover,
.bootstrap a.bg-danger:focus,
.bootstrap button.bg-danger:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-danger:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-danger:focus,
.bootstrap .action-gift.bg-danger:hover,
.bootstrap .action-gift.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bootstrap .bg-light {
  background-color: #f8f9fa !important;
}
.bootstrap a.bg-light:hover,
.bootstrap button.bg-light:hover,
.bootstrap a.bg-light:focus,
.bootstrap button.bg-light:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-light:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-light:focus,
.bootstrap .action-gift.bg-light:hover,
.bootstrap .action-gift.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bootstrap .bg-dark {
  background-color: #343a40 !important;
}
.bootstrap a.bg-dark:hover,
.bootstrap button.bg-dark:hover,
.bootstrap a.bg-dark:focus,
.bootstrap button.bg-dark:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-dark:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-dark:focus,
.bootstrap .action-gift.bg-dark:hover,
.bootstrap .action-gift.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bootstrap .bg-gray {
  background-color: #f0f1f2 !important;
}
.bootstrap a.bg-gray:hover,
.bootstrap button.bg-gray:hover,
.bootstrap a.bg-gray:focus,
.bootstrap button.bg-gray:focus,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-gray:hover,
.bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-gray:focus,
.bootstrap .action-gift.bg-gray:hover,
.bootstrap .action-gift.bg-gray:focus {
  background-color: #d5d8da !important;
}
.bootstrap .bg-white {
  background-color: #fff !important;
}
.bootstrap .bg-transparent {
  background-color: transparent !important;
}
@media (min-width: 576px) {
  .bootstrap .bg-sm-primary {
    background-color: #2155b5 !important;
  }
  .bootstrap a.bg-sm-primary:hover,
  .bootstrap button.bg-sm-primary:hover,
  .bootstrap a.bg-sm-primary:focus,
  .bootstrap button.bg-sm-primary:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-primary:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-primary:focus,
  .bootstrap .action-gift.bg-sm-primary:hover,
  .bootstrap .action-gift.bg-sm-primary:focus {
    background-color: #19418a !important;
  }
  .bootstrap .bg-sm-secondary {
    background-color: #f07d26 !important;
  }
  .bootstrap a.bg-sm-secondary:hover,
  .bootstrap button.bg-sm-secondary:hover,
  .bootstrap a.bg-sm-secondary:focus,
  .bootstrap button.bg-sm-secondary:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-secondary:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-secondary:focus,
  .bootstrap .action-gift.bg-sm-secondary:hover,
  .bootstrap .action-gift.bg-sm-secondary:focus {
    background-color: #d4640f !important;
  }
  .bootstrap .bg-sm-success {
    background-color: #28a745 !important;
  }
  .bootstrap a.bg-sm-success:hover,
  .bootstrap button.bg-sm-success:hover,
  .bootstrap a.bg-sm-success:focus,
  .bootstrap button.bg-sm-success:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-success:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-success:focus,
  .bootstrap .action-gift.bg-sm-success:hover,
  .bootstrap .action-gift.bg-sm-success:focus {
    background-color: #1e7e34 !important;
  }
  .bootstrap .bg-sm-info {
    background-color: #17a2b8 !important;
  }
  .bootstrap a.bg-sm-info:hover,
  .bootstrap button.bg-sm-info:hover,
  .bootstrap a.bg-sm-info:focus,
  .bootstrap button.bg-sm-info:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-info:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-info:focus,
  .bootstrap .action-gift.bg-sm-info:hover,
  .bootstrap .action-gift.bg-sm-info:focus {
    background-color: #117a8b !important;
  }
  .bootstrap .bg-sm-warning {
    background-color: #ffc107 !important;
  }
  .bootstrap a.bg-sm-warning:hover,
  .bootstrap button.bg-sm-warning:hover,
  .bootstrap a.bg-sm-warning:focus,
  .bootstrap button.bg-sm-warning:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-warning:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-warning:focus,
  .bootstrap .action-gift.bg-sm-warning:hover,
  .bootstrap .action-gift.bg-sm-warning:focus {
    background-color: #d39e00 !important;
  }
  .bootstrap .bg-sm-danger {
    background-color: #dc3545 !important;
  }
  .bootstrap a.bg-sm-danger:hover,
  .bootstrap button.bg-sm-danger:hover,
  .bootstrap a.bg-sm-danger:focus,
  .bootstrap button.bg-sm-danger:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-danger:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-danger:focus,
  .bootstrap .action-gift.bg-sm-danger:hover,
  .bootstrap .action-gift.bg-sm-danger:focus {
    background-color: #bd2130 !important;
  }
  .bootstrap .bg-sm-light {
    background-color: #f8f9fa !important;
  }
  .bootstrap a.bg-sm-light:hover,
  .bootstrap button.bg-sm-light:hover,
  .bootstrap a.bg-sm-light:focus,
  .bootstrap button.bg-sm-light:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-light:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-light:focus,
  .bootstrap .action-gift.bg-sm-light:hover,
  .bootstrap .action-gift.bg-sm-light:focus {
    background-color: #dae0e5 !important;
  }
  .bootstrap .bg-sm-dark {
    background-color: #343a40 !important;
  }
  .bootstrap a.bg-sm-dark:hover,
  .bootstrap button.bg-sm-dark:hover,
  .bootstrap a.bg-sm-dark:focus,
  .bootstrap button.bg-sm-dark:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-dark:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-dark:focus,
  .bootstrap .action-gift.bg-sm-dark:hover,
  .bootstrap .action-gift.bg-sm-dark:focus {
    background-color: #1d2124 !important;
  }
  .bootstrap .bg-sm-gray {
    background-color: #f0f1f2 !important;
  }
  .bootstrap a.bg-sm-gray:hover,
  .bootstrap button.bg-sm-gray:hover,
  .bootstrap a.bg-sm-gray:focus,
  .bootstrap button.bg-sm-gray:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-gray:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-sm-gray:focus,
  .bootstrap .action-gift.bg-sm-gray:hover,
  .bootstrap .action-gift.bg-sm-gray:focus {
    background-color: #d5d8da !important;
  }
  .bootstrap .bg-sm-white {
    background-color: #fff !important;
  }
  .bootstrap .bg-sm-transparent {
    background-color: transparent !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .bg-md-primary {
    background-color: #2155b5 !important;
  }
  .bootstrap a.bg-md-primary:hover,
  .bootstrap button.bg-md-primary:hover,
  .bootstrap a.bg-md-primary:focus,
  .bootstrap button.bg-md-primary:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-primary:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-primary:focus,
  .bootstrap .action-gift.bg-md-primary:hover,
  .bootstrap .action-gift.bg-md-primary:focus {
    background-color: #19418a !important;
  }
  .bootstrap .bg-md-secondary {
    background-color: #f07d26 !important;
  }
  .bootstrap a.bg-md-secondary:hover,
  .bootstrap button.bg-md-secondary:hover,
  .bootstrap a.bg-md-secondary:focus,
  .bootstrap button.bg-md-secondary:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-secondary:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-secondary:focus,
  .bootstrap .action-gift.bg-md-secondary:hover,
  .bootstrap .action-gift.bg-md-secondary:focus {
    background-color: #d4640f !important;
  }
  .bootstrap .bg-md-success {
    background-color: #28a745 !important;
  }
  .bootstrap a.bg-md-success:hover,
  .bootstrap button.bg-md-success:hover,
  .bootstrap a.bg-md-success:focus,
  .bootstrap button.bg-md-success:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-success:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-success:focus,
  .bootstrap .action-gift.bg-md-success:hover,
  .bootstrap .action-gift.bg-md-success:focus {
    background-color: #1e7e34 !important;
  }
  .bootstrap .bg-md-info {
    background-color: #17a2b8 !important;
  }
  .bootstrap a.bg-md-info:hover,
  .bootstrap button.bg-md-info:hover,
  .bootstrap a.bg-md-info:focus,
  .bootstrap button.bg-md-info:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-info:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-info:focus,
  .bootstrap .action-gift.bg-md-info:hover,
  .bootstrap .action-gift.bg-md-info:focus {
    background-color: #117a8b !important;
  }
  .bootstrap .bg-md-warning {
    background-color: #ffc107 !important;
  }
  .bootstrap a.bg-md-warning:hover,
  .bootstrap button.bg-md-warning:hover,
  .bootstrap a.bg-md-warning:focus,
  .bootstrap button.bg-md-warning:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-warning:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-warning:focus,
  .bootstrap .action-gift.bg-md-warning:hover,
  .bootstrap .action-gift.bg-md-warning:focus {
    background-color: #d39e00 !important;
  }
  .bootstrap .bg-md-danger {
    background-color: #dc3545 !important;
  }
  .bootstrap a.bg-md-danger:hover,
  .bootstrap button.bg-md-danger:hover,
  .bootstrap a.bg-md-danger:focus,
  .bootstrap button.bg-md-danger:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-danger:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-danger:focus,
  .bootstrap .action-gift.bg-md-danger:hover,
  .bootstrap .action-gift.bg-md-danger:focus {
    background-color: #bd2130 !important;
  }
  .bootstrap .bg-md-light {
    background-color: #f8f9fa !important;
  }
  .bootstrap a.bg-md-light:hover,
  .bootstrap button.bg-md-light:hover,
  .bootstrap a.bg-md-light:focus,
  .bootstrap button.bg-md-light:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-light:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-light:focus,
  .bootstrap .action-gift.bg-md-light:hover,
  .bootstrap .action-gift.bg-md-light:focus {
    background-color: #dae0e5 !important;
  }
  .bootstrap .bg-md-dark {
    background-color: #343a40 !important;
  }
  .bootstrap a.bg-md-dark:hover,
  .bootstrap button.bg-md-dark:hover,
  .bootstrap a.bg-md-dark:focus,
  .bootstrap button.bg-md-dark:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-dark:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-dark:focus,
  .bootstrap .action-gift.bg-md-dark:hover,
  .bootstrap .action-gift.bg-md-dark:focus {
    background-color: #1d2124 !important;
  }
  .bootstrap .bg-md-gray {
    background-color: #f0f1f2 !important;
  }
  .bootstrap a.bg-md-gray:hover,
  .bootstrap button.bg-md-gray:hover,
  .bootstrap a.bg-md-gray:focus,
  .bootstrap button.bg-md-gray:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-gray:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-md-gray:focus,
  .bootstrap .action-gift.bg-md-gray:hover,
  .bootstrap .action-gift.bg-md-gray:focus {
    background-color: #d5d8da !important;
  }
  .bootstrap .bg-md-white {
    background-color: #fff !important;
  }
  .bootstrap .bg-md-transparent {
    background-color: transparent !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .bg-lg-primary {
    background-color: #2155b5 !important;
  }
  .bootstrap a.bg-lg-primary:hover,
  .bootstrap button.bg-lg-primary:hover,
  .bootstrap a.bg-lg-primary:focus,
  .bootstrap button.bg-lg-primary:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-primary:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-primary:focus,
  .bootstrap .action-gift.bg-lg-primary:hover,
  .bootstrap .action-gift.bg-lg-primary:focus {
    background-color: #19418a !important;
  }
  .bootstrap .bg-lg-secondary {
    background-color: #f07d26 !important;
  }
  .bootstrap a.bg-lg-secondary:hover,
  .bootstrap button.bg-lg-secondary:hover,
  .bootstrap a.bg-lg-secondary:focus,
  .bootstrap button.bg-lg-secondary:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-secondary:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-secondary:focus,
  .bootstrap .action-gift.bg-lg-secondary:hover,
  .bootstrap .action-gift.bg-lg-secondary:focus {
    background-color: #d4640f !important;
  }
  .bootstrap .bg-lg-success {
    background-color: #28a745 !important;
  }
  .bootstrap a.bg-lg-success:hover,
  .bootstrap button.bg-lg-success:hover,
  .bootstrap a.bg-lg-success:focus,
  .bootstrap button.bg-lg-success:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-success:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-success:focus,
  .bootstrap .action-gift.bg-lg-success:hover,
  .bootstrap .action-gift.bg-lg-success:focus {
    background-color: #1e7e34 !important;
  }
  .bootstrap .bg-lg-info {
    background-color: #17a2b8 !important;
  }
  .bootstrap a.bg-lg-info:hover,
  .bootstrap button.bg-lg-info:hover,
  .bootstrap a.bg-lg-info:focus,
  .bootstrap button.bg-lg-info:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-info:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-info:focus,
  .bootstrap .action-gift.bg-lg-info:hover,
  .bootstrap .action-gift.bg-lg-info:focus {
    background-color: #117a8b !important;
  }
  .bootstrap .bg-lg-warning {
    background-color: #ffc107 !important;
  }
  .bootstrap a.bg-lg-warning:hover,
  .bootstrap button.bg-lg-warning:hover,
  .bootstrap a.bg-lg-warning:focus,
  .bootstrap button.bg-lg-warning:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-warning:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-warning:focus,
  .bootstrap .action-gift.bg-lg-warning:hover,
  .bootstrap .action-gift.bg-lg-warning:focus {
    background-color: #d39e00 !important;
  }
  .bootstrap .bg-lg-danger {
    background-color: #dc3545 !important;
  }
  .bootstrap a.bg-lg-danger:hover,
  .bootstrap button.bg-lg-danger:hover,
  .bootstrap a.bg-lg-danger:focus,
  .bootstrap button.bg-lg-danger:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-danger:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-danger:focus,
  .bootstrap .action-gift.bg-lg-danger:hover,
  .bootstrap .action-gift.bg-lg-danger:focus {
    background-color: #bd2130 !important;
  }
  .bootstrap .bg-lg-light {
    background-color: #f8f9fa !important;
  }
  .bootstrap a.bg-lg-light:hover,
  .bootstrap button.bg-lg-light:hover,
  .bootstrap a.bg-lg-light:focus,
  .bootstrap button.bg-lg-light:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-light:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-light:focus,
  .bootstrap .action-gift.bg-lg-light:hover,
  .bootstrap .action-gift.bg-lg-light:focus {
    background-color: #dae0e5 !important;
  }
  .bootstrap .bg-lg-dark {
    background-color: #343a40 !important;
  }
  .bootstrap a.bg-lg-dark:hover,
  .bootstrap button.bg-lg-dark:hover,
  .bootstrap a.bg-lg-dark:focus,
  .bootstrap button.bg-lg-dark:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-dark:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-dark:focus,
  .bootstrap .action-gift.bg-lg-dark:hover,
  .bootstrap .action-gift.bg-lg-dark:focus {
    background-color: #1d2124 !important;
  }
  .bootstrap .bg-lg-gray {
    background-color: #f0f1f2 !important;
  }
  .bootstrap a.bg-lg-gray:hover,
  .bootstrap button.bg-lg-gray:hover,
  .bootstrap a.bg-lg-gray:focus,
  .bootstrap button.bg-lg-gray:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-gray:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-lg-gray:focus,
  .bootstrap .action-gift.bg-lg-gray:hover,
  .bootstrap .action-gift.bg-lg-gray:focus {
    background-color: #d5d8da !important;
  }
  .bootstrap .bg-lg-white {
    background-color: #fff !important;
  }
  .bootstrap .bg-lg-transparent {
    background-color: transparent !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .bg-xl-primary {
    background-color: #2155b5 !important;
  }
  .bootstrap a.bg-xl-primary:hover,
  .bootstrap button.bg-xl-primary:hover,
  .bootstrap a.bg-xl-primary:focus,
  .bootstrap button.bg-xl-primary:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-primary:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-primary:focus,
  .bootstrap .action-gift.bg-xl-primary:hover,
  .bootstrap .action-gift.bg-xl-primary:focus {
    background-color: #19418a !important;
  }
  .bootstrap .bg-xl-secondary {
    background-color: #f07d26 !important;
  }
  .bootstrap a.bg-xl-secondary:hover,
  .bootstrap button.bg-xl-secondary:hover,
  .bootstrap a.bg-xl-secondary:focus,
  .bootstrap button.bg-xl-secondary:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-secondary:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-secondary:focus,
  .bootstrap .action-gift.bg-xl-secondary:hover,
  .bootstrap .action-gift.bg-xl-secondary:focus {
    background-color: #d4640f !important;
  }
  .bootstrap .bg-xl-success {
    background-color: #28a745 !important;
  }
  .bootstrap a.bg-xl-success:hover,
  .bootstrap button.bg-xl-success:hover,
  .bootstrap a.bg-xl-success:focus,
  .bootstrap button.bg-xl-success:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-success:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-success:focus,
  .bootstrap .action-gift.bg-xl-success:hover,
  .bootstrap .action-gift.bg-xl-success:focus {
    background-color: #1e7e34 !important;
  }
  .bootstrap .bg-xl-info {
    background-color: #17a2b8 !important;
  }
  .bootstrap a.bg-xl-info:hover,
  .bootstrap button.bg-xl-info:hover,
  .bootstrap a.bg-xl-info:focus,
  .bootstrap button.bg-xl-info:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-info:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-info:focus,
  .bootstrap .action-gift.bg-xl-info:hover,
  .bootstrap .action-gift.bg-xl-info:focus {
    background-color: #117a8b !important;
  }
  .bootstrap .bg-xl-warning {
    background-color: #ffc107 !important;
  }
  .bootstrap a.bg-xl-warning:hover,
  .bootstrap button.bg-xl-warning:hover,
  .bootstrap a.bg-xl-warning:focus,
  .bootstrap button.bg-xl-warning:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-warning:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-warning:focus,
  .bootstrap .action-gift.bg-xl-warning:hover,
  .bootstrap .action-gift.bg-xl-warning:focus {
    background-color: #d39e00 !important;
  }
  .bootstrap .bg-xl-danger {
    background-color: #dc3545 !important;
  }
  .bootstrap a.bg-xl-danger:hover,
  .bootstrap button.bg-xl-danger:hover,
  .bootstrap a.bg-xl-danger:focus,
  .bootstrap button.bg-xl-danger:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-danger:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-danger:focus,
  .bootstrap .action-gift.bg-xl-danger:hover,
  .bootstrap .action-gift.bg-xl-danger:focus {
    background-color: #bd2130 !important;
  }
  .bootstrap .bg-xl-light {
    background-color: #f8f9fa !important;
  }
  .bootstrap a.bg-xl-light:hover,
  .bootstrap button.bg-xl-light:hover,
  .bootstrap a.bg-xl-light:focus,
  .bootstrap button.bg-xl-light:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-light:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-light:focus,
  .bootstrap .action-gift.bg-xl-light:hover,
  .bootstrap .action-gift.bg-xl-light:focus {
    background-color: #dae0e5 !important;
  }
  .bootstrap .bg-xl-dark {
    background-color: #343a40 !important;
  }
  .bootstrap a.bg-xl-dark:hover,
  .bootstrap button.bg-xl-dark:hover,
  .bootstrap a.bg-xl-dark:focus,
  .bootstrap button.bg-xl-dark:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-dark:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-dark:focus,
  .bootstrap .action-gift.bg-xl-dark:hover,
  .bootstrap .action-gift.bg-xl-dark:focus {
    background-color: #1d2124 !important;
  }
  .bootstrap .bg-xl-gray {
    background-color: #f0f1f2 !important;
  }
  .bootstrap a.bg-xl-gray:hover,
  .bootstrap button.bg-xl-gray:hover,
  .bootstrap a.bg-xl-gray:focus,
  .bootstrap button.bg-xl-gray:focus,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-gray:hover,
  .bootstrap .cart.table-wrapper .actions-toolbar > .action.bg-xl-gray:focus,
  .bootstrap .action-gift.bg-xl-gray:hover,
  .bootstrap .action-gift.bg-xl-gray:focus {
    background-color: #d5d8da !important;
  }
  .bootstrap .bg-xl-white {
    background-color: #fff !important;
  }
  .bootstrap .bg-xl-transparent {
    background-color: transparent !important;
  }
}
.bootstrap .rounded-pill {
  border-radius: 50rem !important;
}
.bootstrap .collapsed .collapsed-d-none {
  display: none !important;
}
.bootstrap .collapsed .collapsed-d-inline {
  display: inline !important;
}
.bootstrap .collapsed .collapsed-d-inline-block {
  display: inline-block !important;
}
.bootstrap .collapsed .collapsed-d-block {
  display: block !important;
}
.bootstrap .collapsed .collapsed-d-table {
  display: table !important;
}
.bootstrap .collapsed .collapsed-d-table-row {
  display: table-row !important;
}
.bootstrap .collapsed .collapsed-d-table-cell {
  display: table-cell !important;
}
.bootstrap .collapsed .collapsed-d-flex {
  display: flex !important;
}
.bootstrap .collapsed .collapsed-d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .bootstrap .collapsed .collapsed-d-sm-none {
    display: none !important;
  }
  .bootstrap .collapsed .collapsed-d-sm-inline {
    display: inline !important;
  }
  .bootstrap .collapsed .collapsed-d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap .collapsed .collapsed-d-sm-block {
    display: block !important;
  }
  .bootstrap .collapsed .collapsed-d-sm-table {
    display: table !important;
  }
  .bootstrap .collapsed .collapsed-d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap .collapsed .collapsed-d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap .collapsed .collapsed-d-sm-flex {
    display: flex !important;
  }
  .bootstrap .collapsed .collapsed-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .collapsed .collapsed-d-md-none {
    display: none !important;
  }
  .bootstrap .collapsed .collapsed-d-md-inline {
    display: inline !important;
  }
  .bootstrap .collapsed .collapsed-d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap .collapsed .collapsed-d-md-block {
    display: block !important;
  }
  .bootstrap .collapsed .collapsed-d-md-table {
    display: table !important;
  }
  .bootstrap .collapsed .collapsed-d-md-table-row {
    display: table-row !important;
  }
  .bootstrap .collapsed .collapsed-d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap .collapsed .collapsed-d-md-flex {
    display: flex !important;
  }
  .bootstrap .collapsed .collapsed-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .collapsed .collapsed-d-lg-none {
    display: none !important;
  }
  .bootstrap .collapsed .collapsed-d-lg-inline {
    display: inline !important;
  }
  .bootstrap .collapsed .collapsed-d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap .collapsed .collapsed-d-lg-block {
    display: block !important;
  }
  .bootstrap .collapsed .collapsed-d-lg-table {
    display: table !important;
  }
  .bootstrap .collapsed .collapsed-d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap .collapsed .collapsed-d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap .collapsed .collapsed-d-lg-flex {
    display: flex !important;
  }
  .bootstrap .collapsed .collapsed-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .collapsed .collapsed-d-xl-none {
    display: none !important;
  }
  .bootstrap .collapsed .collapsed-d-xl-inline {
    display: inline !important;
  }
  .bootstrap .collapsed .collapsed-d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap .collapsed .collapsed-d-xl-block {
    display: block !important;
  }
  .bootstrap .collapsed .collapsed-d-xl-table {
    display: table !important;
  }
  .bootstrap .collapsed .collapsed-d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap .collapsed .collapsed-d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap .collapsed .collapsed-d-xl-flex {
    display: flex !important;
  }
  .bootstrap .collapsed .collapsed-d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.bootstrap .w-25 {
  width: 25% !important;
}
.bootstrap .w-50 {
  width: 50% !important;
}
.bootstrap .w-75 {
  width: 75% !important;
}
.bootstrap .w-100 {
  width: 100% !important;
}
.bootstrap .w-auto {
  width: auto !important;
}
.bootstrap .h-25 {
  height: 25% !important;
}
.bootstrap .h-50 {
  height: 50% !important;
}
.bootstrap .h-75 {
  height: 75% !important;
}
.bootstrap .h-100 {
  height: 100% !important;
}
.bootstrap .h-auto {
  height: auto !important;
}
.bootstrap .mw-100 {
  max-width: 100% !important;
}
.bootstrap .mh-100 {
  max-height: 100% !important;
}
@media (min-width: 576px) {
  .bootstrap .w-sm-25 {
    width: 25% !important;
  }
  .bootstrap .w-sm-50 {
    width: 50% !important;
  }
  .bootstrap .w-sm-75 {
    width: 75% !important;
  }
  .bootstrap .w-sm-100 {
    width: 100% !important;
  }
  .bootstrap .w-sm-auto {
    width: auto !important;
  }
  .bootstrap .h-sm-25 {
    height: 25% !important;
  }
  .bootstrap .h-sm-50 {
    height: 50% !important;
  }
  .bootstrap .h-sm-75 {
    height: 75% !important;
  }
  .bootstrap .h-sm-100 {
    height: 100% !important;
  }
  .bootstrap .h-sm-auto {
    height: auto !important;
  }
  .bootstrap .mw-sm-100 {
    max-width: 100% !important;
  }
  .bootstrap .mh-sm-100 {
    max-height: 100% !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .w-md-25 {
    width: 25% !important;
  }
  .bootstrap .w-md-50 {
    width: 50% !important;
  }
  .bootstrap .w-md-75 {
    width: 75% !important;
  }
  .bootstrap .w-md-100 {
    width: 100% !important;
  }
  .bootstrap .w-md-auto {
    width: auto !important;
  }
  .bootstrap .h-md-25 {
    height: 25% !important;
  }
  .bootstrap .h-md-50 {
    height: 50% !important;
  }
  .bootstrap .h-md-75 {
    height: 75% !important;
  }
  .bootstrap .h-md-100 {
    height: 100% !important;
  }
  .bootstrap .h-md-auto {
    height: auto !important;
  }
  .bootstrap .mw-md-100 {
    max-width: 100% !important;
  }
  .bootstrap .mh-md-100 {
    max-height: 100% !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .w-lg-25 {
    width: 25% !important;
  }
  .bootstrap .w-lg-50 {
    width: 50% !important;
  }
  .bootstrap .w-lg-75 {
    width: 75% !important;
  }
  .bootstrap .w-lg-100 {
    width: 100% !important;
  }
  .bootstrap .w-lg-auto {
    width: auto !important;
  }
  .bootstrap .h-lg-25 {
    height: 25% !important;
  }
  .bootstrap .h-lg-50 {
    height: 50% !important;
  }
  .bootstrap .h-lg-75 {
    height: 75% !important;
  }
  .bootstrap .h-lg-100 {
    height: 100% !important;
  }
  .bootstrap .h-lg-auto {
    height: auto !important;
  }
  .bootstrap .mw-lg-100 {
    max-width: 100% !important;
  }
  .bootstrap .mh-lg-100 {
    max-height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .w-xl-25 {
    width: 25% !important;
  }
  .bootstrap .w-xl-50 {
    width: 50% !important;
  }
  .bootstrap .w-xl-75 {
    width: 75% !important;
  }
  .bootstrap .w-xl-100 {
    width: 100% !important;
  }
  .bootstrap .w-xl-auto {
    width: auto !important;
  }
  .bootstrap .h-xl-25 {
    height: 25% !important;
  }
  .bootstrap .h-xl-50 {
    height: 50% !important;
  }
  .bootstrap .h-xl-75 {
    height: 75% !important;
  }
  .bootstrap .h-xl-100 {
    height: 100% !important;
  }
  .bootstrap .h-xl-auto {
    height: auto !important;
  }
  .bootstrap .mw-xl-100 {
    max-width: 100% !important;
  }
  .bootstrap .mh-xl-100 {
    max-height: 100% !important;
  }
}
.bootstrap .m-n0 {
  margin: 0 !important;
}
.bootstrap .mt-n0,
.bootstrap .my-n0 {
  margin-top: 0 !important;
}
.bootstrap .mr-n0,
.bootstrap .mx-n0 {
  margin-right: 0 !important;
}
.bootstrap .mb-n0,
.bootstrap .my-n0 {
  margin-bottom: 0 !important;
}
.bootstrap .ml-n0,
.bootstrap .mx-n0 {
  margin-left: 0 !important;
}
.bootstrap .m-n1 {
  margin: -0.4rem !important;
}
.bootstrap .mt-n1,
.bootstrap .my-n1 {
  margin-top: -0.4rem !important;
}
.bootstrap .mr-n1,
.bootstrap .mx-n1 {
  margin-right: -0.4rem !important;
}
.bootstrap .mb-n1,
.bootstrap .my-n1 {
  margin-bottom: -0.4rem !important;
}
.bootstrap .ml-n1,
.bootstrap .mx-n1 {
  margin-left: -0.4rem !important;
}
.bootstrap .m-n2 {
  margin: -0.8rem !important;
}
.bootstrap .mt-n2,
.bootstrap .my-n2 {
  margin-top: -0.8rem !important;
}
.bootstrap .mr-n2,
.bootstrap .mx-n2 {
  margin-right: -0.8rem !important;
}
.bootstrap .mb-n2,
.bootstrap .my-n2 {
  margin-bottom: -0.8rem !important;
}
.bootstrap .ml-n2,
.bootstrap .mx-n2 {
  margin-left: -0.8rem !important;
}
.bootstrap .m-n3 {
  margin: -1.6rem !important;
}
.bootstrap .mt-n3,
.bootstrap .my-n3 {
  margin-top: -1.6rem !important;
}
.bootstrap .mr-n3,
.bootstrap .mx-n3 {
  margin-right: -1.6rem !important;
}
.bootstrap .mb-n3,
.bootstrap .my-n3 {
  margin-bottom: -1.6rem !important;
}
.bootstrap .ml-n3,
.bootstrap .mx-n3 {
  margin-left: -1.6rem !important;
}
.bootstrap .m-n4 {
  margin: -2.4rem !important;
}
.bootstrap .mt-n4,
.bootstrap .my-n4 {
  margin-top: -2.4rem !important;
}
.bootstrap .mr-n4,
.bootstrap .mx-n4 {
  margin-right: -2.4rem !important;
}
.bootstrap .mb-n4,
.bootstrap .my-n4 {
  margin-bottom: -2.4rem !important;
}
.bootstrap .ml-n4,
.bootstrap .mx-n4 {
  margin-left: -2.4rem !important;
}
.bootstrap .m-n5 {
  margin: -4.8rem !important;
}
.bootstrap .mt-n5,
.bootstrap .my-n5 {
  margin-top: -4.8rem !important;
}
.bootstrap .mr-n5,
.bootstrap .mx-n5 {
  margin-right: -4.8rem !important;
}
.bootstrap .mb-n5,
.bootstrap .my-n5 {
  margin-bottom: -4.8rem !important;
}
.bootstrap .ml-n5,
.bootstrap .mx-n5 {
  margin-left: -4.8rem !important;
}
@media (min-width: 576px) {
  .bootstrap .m-sm-n0 {
    margin: 0 !important;
  }
  .bootstrap .mt-sm-n0,
  .bootstrap .my-sm-n0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-sm-n0,
  .bootstrap .mx-sm-n0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-sm-n0,
  .bootstrap .my-sm-n0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-sm-n0,
  .bootstrap .mx-sm-n0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-sm-n1 {
    margin: -0.4rem !important;
  }
  .bootstrap .mt-sm-n1,
  .bootstrap .my-sm-n1 {
    margin-top: -0.4rem !important;
  }
  .bootstrap .mr-sm-n1,
  .bootstrap .mx-sm-n1 {
    margin-right: -0.4rem !important;
  }
  .bootstrap .mb-sm-n1,
  .bootstrap .my-sm-n1 {
    margin-bottom: -0.4rem !important;
  }
  .bootstrap .ml-sm-n1,
  .bootstrap .mx-sm-n1 {
    margin-left: -0.4rem !important;
  }
  .bootstrap .m-sm-n2 {
    margin: -0.8rem !important;
  }
  .bootstrap .mt-sm-n2,
  .bootstrap .my-sm-n2 {
    margin-top: -0.8rem !important;
  }
  .bootstrap .mr-sm-n2,
  .bootstrap .mx-sm-n2 {
    margin-right: -0.8rem !important;
  }
  .bootstrap .mb-sm-n2,
  .bootstrap .my-sm-n2 {
    margin-bottom: -0.8rem !important;
  }
  .bootstrap .ml-sm-n2,
  .bootstrap .mx-sm-n2 {
    margin-left: -0.8rem !important;
  }
  .bootstrap .m-sm-n3 {
    margin: -1.6rem !important;
  }
  .bootstrap .mt-sm-n3,
  .bootstrap .my-sm-n3 {
    margin-top: -1.6rem !important;
  }
  .bootstrap .mr-sm-n3,
  .bootstrap .mx-sm-n3 {
    margin-right: -1.6rem !important;
  }
  .bootstrap .mb-sm-n3,
  .bootstrap .my-sm-n3 {
    margin-bottom: -1.6rem !important;
  }
  .bootstrap .ml-sm-n3,
  .bootstrap .mx-sm-n3 {
    margin-left: -1.6rem !important;
  }
  .bootstrap .m-sm-n4 {
    margin: -2.4rem !important;
  }
  .bootstrap .mt-sm-n4,
  .bootstrap .my-sm-n4 {
    margin-top: -2.4rem !important;
  }
  .bootstrap .mr-sm-n4,
  .bootstrap .mx-sm-n4 {
    margin-right: -2.4rem !important;
  }
  .bootstrap .mb-sm-n4,
  .bootstrap .my-sm-n4 {
    margin-bottom: -2.4rem !important;
  }
  .bootstrap .ml-sm-n4,
  .bootstrap .mx-sm-n4 {
    margin-left: -2.4rem !important;
  }
  .bootstrap .m-sm-n5 {
    margin: -4.8rem !important;
  }
  .bootstrap .mt-sm-n5,
  .bootstrap .my-sm-n5 {
    margin-top: -4.8rem !important;
  }
  .bootstrap .mr-sm-n5,
  .bootstrap .mx-sm-n5 {
    margin-right: -4.8rem !important;
  }
  .bootstrap .mb-sm-n5,
  .bootstrap .my-sm-n5 {
    margin-bottom: -4.8rem !important;
  }
  .bootstrap .ml-sm-n5,
  .bootstrap .mx-sm-n5 {
    margin-left: -4.8rem !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .m-md-n0 {
    margin: 0 !important;
  }
  .bootstrap .mt-md-n0,
  .bootstrap .my-md-n0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-md-n0,
  .bootstrap .mx-md-n0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-md-n0,
  .bootstrap .my-md-n0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-md-n0,
  .bootstrap .mx-md-n0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-md-n1 {
    margin: -0.4rem !important;
  }
  .bootstrap .mt-md-n1,
  .bootstrap .my-md-n1 {
    margin-top: -0.4rem !important;
  }
  .bootstrap .mr-md-n1,
  .bootstrap .mx-md-n1 {
    margin-right: -0.4rem !important;
  }
  .bootstrap .mb-md-n1,
  .bootstrap .my-md-n1 {
    margin-bottom: -0.4rem !important;
  }
  .bootstrap .ml-md-n1,
  .bootstrap .mx-md-n1 {
    margin-left: -0.4rem !important;
  }
  .bootstrap .m-md-n2 {
    margin: -0.8rem !important;
  }
  .bootstrap .mt-md-n2,
  .bootstrap .my-md-n2 {
    margin-top: -0.8rem !important;
  }
  .bootstrap .mr-md-n2,
  .bootstrap .mx-md-n2 {
    margin-right: -0.8rem !important;
  }
  .bootstrap .mb-md-n2,
  .bootstrap .my-md-n2 {
    margin-bottom: -0.8rem !important;
  }
  .bootstrap .ml-md-n2,
  .bootstrap .mx-md-n2 {
    margin-left: -0.8rem !important;
  }
  .bootstrap .m-md-n3 {
    margin: -1.6rem !important;
  }
  .bootstrap .mt-md-n3,
  .bootstrap .my-md-n3 {
    margin-top: -1.6rem !important;
  }
  .bootstrap .mr-md-n3,
  .bootstrap .mx-md-n3 {
    margin-right: -1.6rem !important;
  }
  .bootstrap .mb-md-n3,
  .bootstrap .my-md-n3 {
    margin-bottom: -1.6rem !important;
  }
  .bootstrap .ml-md-n3,
  .bootstrap .mx-md-n3 {
    margin-left: -1.6rem !important;
  }
  .bootstrap .m-md-n4 {
    margin: -2.4rem !important;
  }
  .bootstrap .mt-md-n4,
  .bootstrap .my-md-n4 {
    margin-top: -2.4rem !important;
  }
  .bootstrap .mr-md-n4,
  .bootstrap .mx-md-n4 {
    margin-right: -2.4rem !important;
  }
  .bootstrap .mb-md-n4,
  .bootstrap .my-md-n4 {
    margin-bottom: -2.4rem !important;
  }
  .bootstrap .ml-md-n4,
  .bootstrap .mx-md-n4 {
    margin-left: -2.4rem !important;
  }
  .bootstrap .m-md-n5 {
    margin: -4.8rem !important;
  }
  .bootstrap .mt-md-n5,
  .bootstrap .my-md-n5 {
    margin-top: -4.8rem !important;
  }
  .bootstrap .mr-md-n5,
  .bootstrap .mx-md-n5 {
    margin-right: -4.8rem !important;
  }
  .bootstrap .mb-md-n5,
  .bootstrap .my-md-n5 {
    margin-bottom: -4.8rem !important;
  }
  .bootstrap .ml-md-n5,
  .bootstrap .mx-md-n5 {
    margin-left: -4.8rem !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .m-lg-n0 {
    margin: 0 !important;
  }
  .bootstrap .mt-lg-n0,
  .bootstrap .my-lg-n0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-lg-n0,
  .bootstrap .mx-lg-n0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-lg-n0,
  .bootstrap .my-lg-n0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-lg-n0,
  .bootstrap .mx-lg-n0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-lg-n1 {
    margin: -0.4rem !important;
  }
  .bootstrap .mt-lg-n1,
  .bootstrap .my-lg-n1 {
    margin-top: -0.4rem !important;
  }
  .bootstrap .mr-lg-n1,
  .bootstrap .mx-lg-n1 {
    margin-right: -0.4rem !important;
  }
  .bootstrap .mb-lg-n1,
  .bootstrap .my-lg-n1 {
    margin-bottom: -0.4rem !important;
  }
  .bootstrap .ml-lg-n1,
  .bootstrap .mx-lg-n1 {
    margin-left: -0.4rem !important;
  }
  .bootstrap .m-lg-n2 {
    margin: -0.8rem !important;
  }
  .bootstrap .mt-lg-n2,
  .bootstrap .my-lg-n2 {
    margin-top: -0.8rem !important;
  }
  .bootstrap .mr-lg-n2,
  .bootstrap .mx-lg-n2 {
    margin-right: -0.8rem !important;
  }
  .bootstrap .mb-lg-n2,
  .bootstrap .my-lg-n2 {
    margin-bottom: -0.8rem !important;
  }
  .bootstrap .ml-lg-n2,
  .bootstrap .mx-lg-n2 {
    margin-left: -0.8rem !important;
  }
  .bootstrap .m-lg-n3 {
    margin: -1.6rem !important;
  }
  .bootstrap .mt-lg-n3,
  .bootstrap .my-lg-n3 {
    margin-top: -1.6rem !important;
  }
  .bootstrap .mr-lg-n3,
  .bootstrap .mx-lg-n3 {
    margin-right: -1.6rem !important;
  }
  .bootstrap .mb-lg-n3,
  .bootstrap .my-lg-n3 {
    margin-bottom: -1.6rem !important;
  }
  .bootstrap .ml-lg-n3,
  .bootstrap .mx-lg-n3 {
    margin-left: -1.6rem !important;
  }
  .bootstrap .m-lg-n4 {
    margin: -2.4rem !important;
  }
  .bootstrap .mt-lg-n4,
  .bootstrap .my-lg-n4 {
    margin-top: -2.4rem !important;
  }
  .bootstrap .mr-lg-n4,
  .bootstrap .mx-lg-n4 {
    margin-right: -2.4rem !important;
  }
  .bootstrap .mb-lg-n4,
  .bootstrap .my-lg-n4 {
    margin-bottom: -2.4rem !important;
  }
  .bootstrap .ml-lg-n4,
  .bootstrap .mx-lg-n4 {
    margin-left: -2.4rem !important;
  }
  .bootstrap .m-lg-n5 {
    margin: -4.8rem !important;
  }
  .bootstrap .mt-lg-n5,
  .bootstrap .my-lg-n5 {
    margin-top: -4.8rem !important;
  }
  .bootstrap .mr-lg-n5,
  .bootstrap .mx-lg-n5 {
    margin-right: -4.8rem !important;
  }
  .bootstrap .mb-lg-n5,
  .bootstrap .my-lg-n5 {
    margin-bottom: -4.8rem !important;
  }
  .bootstrap .ml-lg-n5,
  .bootstrap .mx-lg-n5 {
    margin-left: -4.8rem !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .m-xl-n0 {
    margin: 0 !important;
  }
  .bootstrap .mt-xl-n0,
  .bootstrap .my-xl-n0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-xl-n0,
  .bootstrap .mx-xl-n0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-xl-n0,
  .bootstrap .my-xl-n0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-xl-n0,
  .bootstrap .mx-xl-n0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-xl-n1 {
    margin: -0.4rem !important;
  }
  .bootstrap .mt-xl-n1,
  .bootstrap .my-xl-n1 {
    margin-top: -0.4rem !important;
  }
  .bootstrap .mr-xl-n1,
  .bootstrap .mx-xl-n1 {
    margin-right: -0.4rem !important;
  }
  .bootstrap .mb-xl-n1,
  .bootstrap .my-xl-n1 {
    margin-bottom: -0.4rem !important;
  }
  .bootstrap .ml-xl-n1,
  .bootstrap .mx-xl-n1 {
    margin-left: -0.4rem !important;
  }
  .bootstrap .m-xl-n2 {
    margin: -0.8rem !important;
  }
  .bootstrap .mt-xl-n2,
  .bootstrap .my-xl-n2 {
    margin-top: -0.8rem !important;
  }
  .bootstrap .mr-xl-n2,
  .bootstrap .mx-xl-n2 {
    margin-right: -0.8rem !important;
  }
  .bootstrap .mb-xl-n2,
  .bootstrap .my-xl-n2 {
    margin-bottom: -0.8rem !important;
  }
  .bootstrap .ml-xl-n2,
  .bootstrap .mx-xl-n2 {
    margin-left: -0.8rem !important;
  }
  .bootstrap .m-xl-n3 {
    margin: -1.6rem !important;
  }
  .bootstrap .mt-xl-n3,
  .bootstrap .my-xl-n3 {
    margin-top: -1.6rem !important;
  }
  .bootstrap .mr-xl-n3,
  .bootstrap .mx-xl-n3 {
    margin-right: -1.6rem !important;
  }
  .bootstrap .mb-xl-n3,
  .bootstrap .my-xl-n3 {
    margin-bottom: -1.6rem !important;
  }
  .bootstrap .ml-xl-n3,
  .bootstrap .mx-xl-n3 {
    margin-left: -1.6rem !important;
  }
  .bootstrap .m-xl-n4 {
    margin: -2.4rem !important;
  }
  .bootstrap .mt-xl-n4,
  .bootstrap .my-xl-n4 {
    margin-top: -2.4rem !important;
  }
  .bootstrap .mr-xl-n4,
  .bootstrap .mx-xl-n4 {
    margin-right: -2.4rem !important;
  }
  .bootstrap .mb-xl-n4,
  .bootstrap .my-xl-n4 {
    margin-bottom: -2.4rem !important;
  }
  .bootstrap .ml-xl-n4,
  .bootstrap .mx-xl-n4 {
    margin-left: -2.4rem !important;
  }
  .bootstrap .m-xl-n5 {
    margin: -4.8rem !important;
  }
  .bootstrap .mt-xl-n5,
  .bootstrap .my-xl-n5 {
    margin-top: -4.8rem !important;
  }
  .bootstrap .mr-xl-n5,
  .bootstrap .mx-xl-n5 {
    margin-right: -4.8rem !important;
  }
  .bootstrap .mb-xl-n5,
  .bootstrap .my-xl-n5 {
    margin-bottom: -4.8rem !important;
  }
  .bootstrap .ml-xl-n5,
  .bootstrap .mx-xl-n5 {
    margin-left: -4.8rem !important;
  }
}
.bootstrap .text-decoration-none {
  text-decoration: none !important;
}
.bootstrap .text-reset {
  color: inherit !important;
}
.bootstrap .text-wrap {
  white-space: normal !important;
}
.bootstrap .showMobile {
  display: block;
}
.bootstrap .hideMobile {
  display: none;
}
.bootstrap .showDesktop {
  display: none;
}
.bootstrap section.bg-gray {
  background-color: #f0f1f2;
}
.bootstrap .carousel.home {
  width: 100%;
}
.bootstrap .carousel.home .card {
  border: none;
}
.bootstrap .carousel.home .carousel-control-next-icon {
  background-image: none;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  background-color: #2155b5;
  color: #f0f1f2;
  font-size: 2.4rem;
}
.bootstrap .carousel.home .carousel-control-next-icon::after {
  background-image: none;
}
.bootstrap .carousel.home .carousel-indicators {
  bottom: -32px;
}
.bootstrap .carousel.home .carousel-indicators li {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  background-color: #f0f1f2;
}
.bootstrap .carousel.home .carousel-indicators li.active {
  background-color: #f07d26;
}
.bootstrap .cvtotaal-tools .tools {
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap .cvtotaal-tools .tools h2 {
  font-size: 2.8rem;
}
.bootstrap .cvtotaal-tools .tools h3 {
  font-size: 1.8rem;
}
.bootstrap .cvtotaal-tools .title-muted {
  color: #6e6e6e;
  font-size: 2.4rem;
}
.bootstrap .cvtotaal-tools .tool-selection-block {
  background-color: #f07d26;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 22px;
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  min-width: 100px;
  line-height: normal;
}
.bootstrap .cvtotaal-tools .tool-selection-block span {
  text-decoration: none;
}
.bootstrap .cvtotaal-tools .tool-selection-block svg {
  width: 75px;
  height: 75px;
  fill: #fff;
}
.bootstrap .cvtotaal-tools .tool-selection-block span {
  margin-top: 15px;
}
.bootstrap .cvtotaal-tools .usp-info li:before {
  margin-right: 10px;
}
.bootstrap .cvtotaal-tools input[type=submit] {
  color: #fff;
  background-color: #f07d26;
  border: solid 1px #f07d26;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  margin-top: 24px;
  margin-bottom: 15px;
}
.bootstrap .cvtotaal-tools .advancedToggleBtn,
.bootstrap .cvtotaal-tools .advancedToggleBtn:hover,
.bootstrap .cvtotaal-tools .advancedToggleBtn:visited,
.bootstrap .cvtotaal-tools .advancedToggleBtn:active {
  color: #2155b5;
  text-decoration: none;
}
.bootstrap .cvtotaal-tools a,
.bootstrap .cvtotaal-tools a:hover,
.bootstrap .cvtotaal-tools a:visited,
.bootstrap .cvtotaal-tools a:active {
  color: #6e6e6e;
  text-decoration: underline;
}
.bootstrap .category-list-home .list-group-item {
  padding-left: 0;
}
.bootstrap .category-list-home .list-group-item:first-child {
  border-top: none;
}
.bootstrap .category-list-home span {
  color: #585858;
  font-size: 1.8rem;
  font-weight: 500;
}
.bootstrap .category-list-home .chevron:before {
  color: #585858;
  transform: rotate(45deg);
  height: 0.55em;
  width: 0.55em;
}
.bootstrap .logo-slider h2 {
  font-size: 2.8rem;
}
.bootstrap .logo-slider .scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.bootstrap .logo-slider .scrolling-wrapper-flexbox .card {
  width: 151px;
  height: 60px;
  flex: 0 0 auto;
  margin-left: 18px;
  border: none;
  border-radius: 0%;
}
.bootstrap .logo-slider .scrolling-wrapper-flexbox .card .card-img-top {
  margin: auto 0;
}
.bootstrap .logo-slider .scrolling-wrapper-flexbox .card:last-child {
  margin-right: 18px;
}
.bootstrap .herfst-deals h2.display-1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-left: -15px;
}
.bootstrap .expert-aanbevelingen h2 {
  font-size: 2.8rem;
}
.bootstrap .expert-aanbevelingen .block-products-list {
  margin-bottom: 0;
}
.bootstrap .expert-aanbevelingen .tab-content {
  border: none;
  margin: 0 15px;
}
.bootstrap .expert-aanbevelingen .tab-pane {
  margin-bottom: 0;
}
.bootstrap .expert-aanbevelingen .nav-link {
  color: #f07d26;
  border-radius: 5px;
  border: solid 1px #f07d26;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  margin-right: 16px;
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.bootstrap .expert-aanbevelingen .fade {
  border: none;
}
.bootstrap .expert-aanbevelingen h2.display-1 {
  display: none;
}
.bootstrap .categorieen h2 {
  font-size: 2.8rem;
}
.bootstrap .categorieen .list-group-item {
  border-bottom-color: #cccccc;
}
.bootstrap .informatie-advies h2 {
  font-size: 2.8rem;
}
.bootstrap .informatie-advies .scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.bootstrap .informatie-advies .scrolling-wrapper-flexbox .card-body {
  padding: 18px 16px;
}
.bootstrap .informatie-advies .scrolling-wrapper-flexbox .card-title {
  color: #585858;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.11;
}
.bootstrap .informatie-advies .scrolling-wrapper-flexbox .card {
  width: 251px;
  flex: 0 0 auto;
  margin-left: 18px;
}
.bootstrap .informatie-advies .scrolling-wrapper-flexbox .card:last-child {
  margin-right: 18px;
}
.bootstrap .informatie-advies .scrolling-wrapper-flexbox .card-link-image path {
  fill: #2155b5;
}
@media (min-width: 768px) {
  .bootstrap .showMobile {
    display: none;
  }
  .bootstrap .hideMobile {
    display: block;
  }
  .bootstrap .carousel.home .card {
    border: none;
  }
  .bootstrap .carousel.home .card-img {
    height: 313px;
  }
  .bootstrap .carousel.home .carousel-inner {
    padding-bottom: 10px;
  }
  .bootstrap .carousel.home .card-img-overlay {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.17;
    padding: 0rem;
    padding-left: 45px;
  }
  .bootstrap .carousel.home .card-img-overlay .background {
    background-color: #2155b5;
    padding-top: 40px;
    font-size: 3.4rem;
  }
  .bootstrap .carousel.home .card-img-overlay h3 {
    color: #f07d26;
  }
  .bootstrap .carousel.home .carousel-caption {
    padding-bottom: 30px;
    right: 15px;
    top: 220px;
    left: auto;
  }
  .bootstrap .carousel.home .carousel-indicators li {
    border: none;
    background-color: none;
    width: auto;
    height: auto;
    text-indent: initial;
    background-color: transparent;
    border-radius: 0;
  }
  .bootstrap .carousel.home .carousel-indicators li.active {
    background-color: transparent;
  }
  .bootstrap .carousel.home .carousel-indicators li::before {
    display: none;
  }
  .bootstrap .carousel.home .tekst-carousel {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    bottom: initial;
    list-style-type: none;
    text-align: center;
    margin: 20px 10px 0 10px;
  }
  .bootstrap .carousel.home .tekst-carousel::after {
    display: none;
  }
  .bootstrap .carousel.home .tekst-carousel li.active h3,
  .bootstrap .carousel.home .tekst-carousel li.active span {
    color: #f07d26;
  }
  .bootstrap .carousel.home .tekst-carousel li.active::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 50%;
    bottom: -10px;
    margin-left: 25%;
    background: #f07d26;
  }
  .bootstrap .carousel.home .tekst-carousel li {
    padding: 0 32px;
    border-right: solid 1px #cccccc;
  }
  .bootstrap .carousel.home .tekst-carousel li h3,
  .bootstrap .carousel.home .tekst-carousel li span {
    color: #585858;
    font-size: 1.6rem;
  }
  .bootstrap .carousel.home .tekst-carousel li:last-child {
    border-right: none;
  }
  .bootstrap .cvtotaal-tools .tools {
    margin-right: 15px;
    margin-left: -15px;
  }
  .bootstrap .cvtotaal-tools .radiator-tool {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .bootstrap .hideDesktop {
    display: none;
  }
  .bootstrap .showDesktop {
    display: block;
  }
  .bootstrap .hideMobile {
    display: block;
  }
  .bootstrap .home-split-large {
    max-width: 1364px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
  }
  .bootstrap .home-split-large .home-split-category {
    width: 268px;
  }
  .bootstrap .carousel.home .card-img {
    height: 360px;
  }
  .bootstrap .carousel.home .carousel-caption {
    top: 260px;
  }
  .bootstrap .cvtotaal-tools .tools {
    margin-right: 15px;
    margin-left: -15px;
  }
  .bootstrap .cvtotaal-tools .radiator-tool .radiatorSelector {
    margin: 40px auto;
  }
  .bootstrap .cvtotaal-tools .tool-selection-block {
    height: 170px;
  }
}
.bootstrap #topmenu .nav-item.callout {
  color: #2155b5;
  font-weight: 700;
}
.bootstrap #topmenu .nav-item.callout > a {
  color: #2155b5;
}
.bootstrap #topmenu .nav-item.callout.callout-secondary {
  color: #f07d26;
}
.bootstrap #topmenu .nav-item.callout.callout-secondary > a {
  color: #f07d26;
}
@media (min-width: 992px) {
  .bootstrap #topmenu > div {
    width: 100%;
  }
  .bootstrap #topmenu > div > .navbar-nav > li {
    margin-right: auto;
  }
  .bootstrap #topmenu > div > .navbar-nav > li a {
    color: #585858;
  }
  .bootstrap #topmenu > div > .navbar-nav > li > div > div li:not(.nav-item-toggler) > a {
    padding-top: 0.3rem;
  }
  .bootstrap #topmenu > div > .navbar-nav > li > div > div li.current > a:not([href^="#"]) > span:not(.sr-only),
  .bootstrap #topmenu > div > .navbar-nav > li > div > div li:hover > a:not([href^="#"]) > span:not(.sr-only) {
    position: relative;
  }
  .bootstrap #topmenu > div > .navbar-nav > li > div > div li.current > a:not([href^="#"]) > span:not(.sr-only):after,
  .bootstrap #topmenu > div > .navbar-nav > li > div > div li:hover > a:not([href^="#"]) > span:not(.sr-only):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #f07d26;
  }
  .bootstrap #topmenu > div > .navbar-nav > li > div > div > ul > li {
    flex-grow: 1;
    flex-basis: 0;
  }
  .bootstrap #topmenu > div > .navbar-nav > li > div > div > ul > li:not(:last-child) {
    border-right: 1px solid #dee2e6;
  }
  .bootstrap #topmenu > div > .navbar-nav > li > div > div > ul > li:hover {
    background: #dee2e6;
  }
  .bootstrap #topmenu > div > .navbar-nav > li > div > div > ul > li > a {
    font-size: 21px;
    font-weight: 700;
  }
  .bootstrap #topmenu > div > .navbar-nav > li > div > div > ul > li > div > ul > .nav-item-toggler > a {
    font-weight: 700;
  }
  .bootstrap #topmenu > div > .navbar-nav > li > a {
    font-size: 24px;
    color: #2155b5;
    padding-bottom: 8px;
  }
  .bootstrap #topmenu > div > .navbar-nav > li.active > a,
  .bootstrap #topmenu > div > .navbar-nav > li:hover > a {
    padding-bottom: 5px;
  }
  .bootstrap #topmenu > div > .navbar-nav > li.active > a::after,
  .bootstrap #topmenu > div > .navbar-nav > li:hover > a::after {
    content: '';
    display: block;
    height: 3px;
    background: #f07d26;
  }
  .bootstrap #topmenu .nav-item-collapse.w-100 {
    background-color: #fff;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .nav-item-toggler > a::after {
    content: '\e90e';
    font-family: 'cvtotaal-font-v1';
    font-size: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.8em;
    color: #94949e;
    float: right;
  }
  .bootstrap .nav-item-toggler > a.collapsed::after {
    content: '\e90d';
  }
  .bootstrap .sidebar .sidebar-container {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .bootstrap .sidebar .nav-item {
    background: #fff;
  }
  .bootstrap .sidebar .nav-item:not(:last-child) {
    border-bottom: 1px solid #ced4da;
  }
  .bootstrap .sidebar .nav-item-collapse {
    background: #6c757d;
  }
  .bootstrap .sidebar .nav-item-collapse .nav-item-collapse {
    background: #2155b5;
  }
  .bootstrap .sidebar .nav-item-collapse .nav-item-collapse .nav-item-collapse {
    background: #f07d26;
  }
}
.bootstrap #topbar {
  background-color: #2155b5;
}
.bootstrap #topbar a {
  text-decoration: underline;
}
.bootstrap #topbar a:hover {
  text-decoration: none;
}
.bootstrap #topbar .usp .stars {
  color: #ffc107;
}
.bootstrap #toolbar {
  background-color: none;
}
@media (min-width: 768px) {
  .bootstrap #toolbar .dropdown-menu {
    min-width: 40rem;
  }
}
.bootstrap #toolbar #toolbar-buttons .toolbar-cart-items {
  max-height: 30rem;
  overflow-y: auto;
}
.bootstrap #toolbar #toolbar-buttons .status {
  background-color: #28a745;
  border-radius: 999rem;
  width: 1.7rem;
  height: 1.7rem;
  top: -0.5rem;
  left: 50%;
  margin-left: 0.8rem;
  position: absolute;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
}
@media (min-width: 768px) {
  .bootstrap #toolbar #toolbar-buttons .status {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.bootstrap #toolbar .cvtotaal-logo img {
  max-height: 2.4rem;
}
@media (min-width: 768px) {
  .bootstrap #toolbar .cvtotaal-logo img {
    max-height: 3.8rem;
    max-width: 16.8rem;
  }
}
.bootstrap #toolbar .search {
  background-color: #f0f1f2;
}
@media (min-width: 768px) {
  .bootstrap #toolbar {
    background-color: #f0f1f2;
  }
}
.bootstrap #footer-cta {
  background-color: #f0f1f2;
}
.bootstrap #footer-copyright {
  border-top: 1px solid #ced4da;
}
.bootstrap #footer-copyright img {
  height: 3.5rem;
}
.bootstrap #footer-navigation {
  color: #f8f9fa;
  background-color: #2155b5;
}
.bootstrap #footer-navigation .callout {
  font-weight: 700;
}
.bootstrap #footer-trust img {
  max-height: 3.5rem;
}
@media (min-width: 0) {
  .bootstrap .product.photo.product-item-photo {
    text-align: center;
  }
  .bootstrap .category-view {
    display: block;
    padding-bottom: 10px;
  }
  .bootstrap .product-image-photo {
    width: 100%;
  }
  .bootstrap .products.wrapper.grid.products-grid,
  .bootstrap .products.wrapper.list.products-list {
    margin-top: 0;
  }
  .bootstrap .products.wrapper.grid.products-grid .card-group,
  .bootstrap .products.wrapper.list.products-list .card-group {
    flex-flow: row wrap;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .gift-wrapper,
  .bootstrap .products.wrapper.list.products-list .product-item-info .gift-wrapper {
    z-index: 2;
    background-color: #d6ead6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-top: 1rem;
    position: absolute;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .gift-wrapper .gift-icon i,
  .bootstrap .products.wrapper.list.products-list .product-item-info .gift-wrapper .gift-icon i {
    vertical-align: middle;
    color: #339933;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .gift-wrapper .gift-text,
  .bootstrap .products.wrapper.list.products-list .product-item-info .gift-wrapper .gift-text {
    font-size: 12px;
    color: #585858;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product-reviews-summary,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary {
    margin-top: 0;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product-reviews-summary .rating-summary .rating-result > span:before,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary .rating-summary .rating-result > span:before {
    color: #f5a623;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product-reviews-summary .reviews-actions .action.view,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary .reviews-actions .action.view {
    color: #94949e;
    font-size: 16px;
    margin-top: 6px;
    display: block;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product-reviews-summary .reviews-actions .action.view:before,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary .reviews-actions .action.view:before {
    content: '(';
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product-reviews-summary .reviews-actions .action.view:after,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary .reviews-actions .action.view:after {
    content: ')';
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product-reviews-summary .reviews-actions .action.view span:nth-of-type(2),
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary .reviews-actions .action.view span:nth-of-type(2) {
    display: none;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product-reviews-summary .reviews-actions .action.view span,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary .reviews-actions .action.view span {
    display: none;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product-reviews-summary .reviews-actions .action.add,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary .reviews-actions .action.add {
    display: none;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product.details.product-item-details {
    position: relative;
    display: block;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details .product.name.product-item-name,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product.details.product-item-details .product.name.product-item-name {
    height: 40px;
    overflow: hidden;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details .price-box.price-final_price .price-wrapper.price-including-tax .price,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product.details.product-item-details .price-box.price-final_price .price-wrapper.price-including-tax .price {
    color: #585858;
    font-size: 16px;
    font-weight: bold;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details .product-item-inner,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product.details.product-item-details .product-item-inner {
    position: absolute;
    right: 2rem;
    bottom: 20px;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.primary,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.primary {
    background-color: #f0f1f2;
    color: #f07d26;
    border: 0;
    border-radius: 5px;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.primary span,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.primary span {
    display: none;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.primary:before,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.primary:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: '\f067';
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.primary:after,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.primary:after {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: '\f07a';
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-secondary,
  .bootstrap .products.wrapper.list.products-list .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-secondary {
    display: none;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-link,
  .bootstrap .products.wrapper.list.products-list .product-item-link {
    color: #2155b5;
    font-size: 14px;
    font-weight: bold;
  }
  .bootstrap .product-item-description {
    margin: 0;
    text-align: center;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .product-item-info .gift-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 45%;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .product-item-info .product-reviews-summary {
    margin-left: 0;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .product-item-info .product-item-inner {
    position: absolute;
    right: 25px;
    bottom: 45px;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .product-item-info .product-specifications th {
    font-weight: normal;
    margin-left: 0;
    padding-left: 0;
  }
  .bootstrap .item.product.product-item {
    padding: 5px;
  }
  .bootstrap .product-item .price-box {
    margin: 0;
  }
  .bootstrap .review-wrapper {
    height: 32px;
  }
  .bootstrap .special-price .price-label {
    display: none;
  }
  .bootstrap .special-price .price-wrapper.price-excluding-tax {
    display: none;
  }
  .bootstrap .price-wrapper.price-including-tax {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #585858;
  }
  .bootstrap .price-wrapper.price-including-tax:after {
    content: '(' attr(data-label) ')';
    font-size: 12px;
    color: #94949e;
    margin-left: 5px;
    position: static;
    bottom: -20px;
    left: 15px;
    right: 0;
    height: 40px;
  }
  .bootstrap .price-wrapper.price-excluding-tax {
    display: none;
  }
  .bootstrap .maintenance-wrapper {
    text-align: center;
    color: #2155b5;
  }
  .bootstrap .maintenance-wrapper:before {
    content: '\f054';
    font-family: 'FontAwesome';
    color: #2155b5;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .product-item-info .product-item-inner {
    bottom: 35px;
  }
  .bootstrap .products.wrapper.list.products-list .product-item-info .product.photo.product-item-photo {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .bootstrap .products.wrapper.list.products-list .product-item-info .price-wrapper.price-including-tax:after {
    margin-left: 0;
  }
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .bootstrap .products.wrapper.list.products-list .product-item-info a.action.primary {
    margin-left: 10px;
    display: none;
  }
  .bootstrap .products.wrapper.list.products-list .maintenance-wrapper {
    display: none;
  }
  .bootstrap .products.wrapper.list.products-list .product-item-info a.action.primary span {
    padding: 20px;
  }
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary .reviews-actions .action.view span {
    display: inline-block;
  }
  .bootstrap .product-specifications {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details .product-item-inner {
    position: static;
  }
}
@media (min-width: 768px) {
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .product.details.product-item-details .product-item-inner {
    position: absolute;
  }
  .bootstrap .products.wrapper.grid.products-grid .product-item-info .gift-wrapper {
    width: 50%;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product-item-inner {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product.actions.product-item-actions .actions-primary .action.tocart.primary {
    background-color: #f0f1f2;
    color: #f07d26;
    border: 0;
    border-radius: 5px;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product.actions.product-item-actions .actions-primary .action.tocart.primary span {
    display: none;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product.actions.product-item-actions .actions-primary .action.tocart.primary:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: '\f067';
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product.actions.product-item-actions .actions-primary .action.tocart.primary:after {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: '\f07a';
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product.actions.product-item-actions .actions-secondary {
    display: none;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product-item-description {
    margin: 5px 0;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item {
    padding: 0;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .name-col {
    padding: 0 30px;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .price {
    font-size: 16px;
    padding-right: 10px;
  }
  .bootstrap .products.wrapper.list.products-list .product-item-info .product-reviews-summary .reviews-actions .action.view span:nth-child(1) {
    display: inline-block;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .product-item-info .product.photo.product-item-photo {
    margin-top: 45px;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .product-item-info .product-specifications th,
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .product-item-info .product-specifications td {
    margin: 0;
    padding: 0;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item .product-item-info .product-specifications td {
    width: 50%;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product-item .price-box {
    margin: 20px 0 10px;
    display: inline-block;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product-item .price-box .price-wrapper.price-including-tax:after {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions {
    margin-left: 20px;
    vertical-align: text-bottom;
    display: inline-block;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product.description.product-item-description {
    text-align: left;
  }
  .bootstrap .price-wrapper.price-including-tax:after {
    position: absolute;
  }
  .bootstrap .products.wrapper.list.products-list .product-item-info a.action.primary {
    margin-left: 10px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .bootstrap .product-specifications {
    margin-top: 20px;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions {
    margin-top: 20px;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product.description.product-item-description {
    bottom: 0;
    position: absolute;
  }
  .bootstrap .products.wrapper.list.products-list .products.list.items.product-items .product-specifications {
    padding-bottom: 5px;
  }
}
.bootstrap .product-reviews-summary .rating-summary {
  left: 0px;
}
.bootstrap .product-reviews-summary .rating-summary .rating-result > span::before {
  color: #f5a623;
}
.bootstrap .product-reviews-summary .reviews-actions .action.view {
  color: #94949e;
}
.bootstrap .product-reviews-summary .reviews-actions .action.view span {
  display: none;
}
.bootstrap .product-reviews-summary .reviews-actions .action.view::before {
  content: '(';
}
.bootstrap .product-reviews-summary .reviews-actions .action.view::after {
  content: ')';
}
.bootstrap .action.tocart.primary {
  background-color: #f0f1f2;
  color: #f07d26;
  border: 0;
  border-radius: 5px;
}
.bootstrap .action.tocart.primary::before {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f067';
}
.bootstrap .action.tocart.primary::after {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f07a';
}
.bootstrap .action.tocart.primary span {
  display: none;
}
.bootstrap .card-footer {
  border: none;
  background-color: inherit;
}
.bootstrap .gift-wrapper {
  z-index: 2;
  background-color: #d6ead6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  color: #585858;
  font-size: 12px;
  line-height: 14px;
}
.bootstrap .gift-wrapper .gift-icon {
  color: #339933;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 3px;
}
@media (max-width: 480px) {
  .bootstrap .products-grid .gift-wrapper {
    font-size: 8px;
  }
}
.bootstrap .gift-text p {
  display: inline-block;
  margin: 0;
}
.bootstrap .price-box {
  font-weight: bold;
}
.bootstrap .special-price {
  display: block;
}
.bootstrap .product.photo.product-item-photo {
  text-align: center;
  width: 100%;
  display: block;
}
@media (max-width: 576px) {
  .bootstrap .product-list .product-image-photo {
    width: 80%;
  }
}
.bootstrap p.minimal-price,
.bootstrap .card-body p {
  margin: 0;
}
.bootstrap .product-specifications {
  margin: 10px 0;
  font-size: 14px;
}
.bootstrap .list-item-col-1 {
  height: 100%;
}
.bootstrap .products-list .fa {
  line-height: 22px;
}
.bootstrap .products-list .price-container .price {
  font-weight: bold;
}
.bootstrap .products-list .gift-wrapper {
  position: relative;
}
.bootstrap .product-specifications {
  margin-bottom: 20px;
}
.bootstrap .product-specifications td,
.bootstrap .product-specifications th {
  padding: 0 2px;
}
.bootstrap .product-specifications th {
  padding-right: 15px;
}
.bootstrap .products.wrapper.list .product-reviews-summary {
  margin: inherit;
}
.bootstrap .widget.block-products-list .price-container .price {
  display: block;
  font-weight: bold;
}
.bootstrap .product-item-name > a:visited,
.bootstrap .product.name a > a:visited,
.bootstrap .product-name,
.bootstrap .product-item-name,
.bootstrap .product-item-name a {
  color: #2155b5;
  font-size: 14px;
  font-weight: bold !important;
}
.bootstrap .price-container .price {
  font-size: 18px;
}
@media (max-width: calc(992px - 1px)) {
  .bootstrap #sidebar {
    padding: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
  }
  .bootstrap #sidebar .block.filter .filter-title,
  .bootstrap #sidebar .block.filter .filter-content,
  .bootstrap #sidebar .block.filter .filter-apply {
    position: absolute;
    left: 0;
    right: 0;
  }
  .bootstrap #sidebar .block.filter .filter-title {
    top: 0;
    height: 63px;
    background: #2155b5;
    margin-bottom: initial;
  }
  .bootstrap #sidebar .block.filter .filter-title:after {
    display: none;
  }
  .bootstrap #sidebar .block.filter .filter-title h4 {
    color: #fff;
  }
  .bootstrap #sidebar .block.filter .filter-content {
    top: 63px;
    bottom: 70px;
    overflow-y: auto;
  }
  .bootstrap #sidebar .block.filter .filter-apply {
    bottom: 0;
    height: 70px;
    background: #f8f9fa;
  }
}
@media (max-width: calc(768px - 1px)) {
  .bootstrap #sidebar {
    width: 100% !important;
    transition-property: height;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .bootstrap #sidebar {
    height: 100% !important;
    left: auto;
    max-width: 576px;
    transition-property: width;
  }
  .bootstrap #sidebar.collapsing {
    width: 0;
  }
}
.bootstrap #sidebar .filter-content .filter-current .am-item-removed a {
  text-decoration: line-through;
}
/**
 * @author Pieter Zandbergen <pmzandbergen@86id.nl>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
@media (max-width: 575.98px) {
  html.dropdownMenuExpandActive {
    overflow-y: hidden;
  }
  html.dropdownMenuExpandActive::after {
    background: rgba(33, 85, 181, 0.5);
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
}
/**
 * @author Pieter Zandbergen <pmzandbergen@86id.nl>
 * @copyright (c) Installatietechniek Totaal B.V. 2020
 */
@media (max-width: 992px) {
  html.sidebarActive {
    overflow-y: hidden;
  }
  .am_shopby_apply_filters {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html.sidebarActive::after {
    background: rgba(33, 85, 181, 0.5);
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3000;
  }
}
@media (max-width: 992px) {
  html.sidebarActive::after {
    background: rgba(33, 85, 181, 0.6);
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3000;
  }
}
@media (min-width: 993px) {
  html.topmenuActive::after {
    background: rgba(33, 85, 181, 0.6);
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3000;
  }
  header {
    z-index: 4000 !important;
  }
}
.bootstrap-legacy .product.benefits {
  background: #f0f0f0;
  display: block;
  float: right;
  padding: 10px;
}
.bootstrap-legacy .product.benefits h3 {
  margin-top: 0;
}
.bootstrap-legacy .product.media .gallery--label {
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: block;
  bottom: 100px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.bootstrap-legacy .prices-tier {
  background: none;
}
.bootstrap-legacy .item.product.product-item {
  cursor: pointer;
}
.bootstrap-legacy .products-list.list .product-item-name > a {
  font-size: 20px;
}
.bootstrap-legacy .products-list.list .product-item-name > a:hover {
  text-decoration: initial;
}
.bootstrap-legacy .products-list.list .product-item .price-box .price {
  font-size: 2rem;
}
.bootstrap-legacy .products-grid.grid .item {
  margin-left: 0;
}
.bootstrap-legacy .products-grid.grid .item.product.product-item {
  padding: 10px !important;
}
.bootstrap-legacy .products-grid.grid .item.product.product-item .product-item-info .product.photo.product-item-photo {
  text-align: center;
}
.bootstrap-legacy .product-specifications tbody tr td,
.bootstrap-legacy .product-specifications tbody tr th {
  padding: 4px 0;
}
.bootstrap-legacy .product-specifications tbody tr td {
  padding-left: 4px;
}
.bootstrap-legacy .product-specifications tbody tr th {
  padding-right: 4px;
  width: 1px;
  white-space: nowrap;
}
.bootstrap-legacy .product-specifications tbody tr th > * {
  white-space: initial;
}
.bootstrap-legacy .product-specifications tbody tr th .tooltip {
  display: inline-block;
}
.catalog-product-view .pdp-breadcrumbs {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 20px;
}
.catalog-product-view .pdp-breadcrumbs .items {
  font-size: 16px;
  font-weight: bold;
  color: #2155b5;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.catalog-product-view .pdp-breadcrumbs .items .item.back a {
  color: #2155b5;
  margin-left: 20px;
  position: relative;
}
.catalog-product-view .pdp-breadcrumbs .items .item.back a:before {
  font-family: 'FontAwesome', serif;
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  content: '\f078';
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(90deg);
  left: -20px;
  bottom: 0;
}
.catalog-product-view .bootstrap-legacy .page-title-wrapper.product .page-title .base {
  font-weight: bold;
  color: #2155b5;
}
.catalog-product-view .bootstrap-legacy .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .bootstrap-legacy .fotorama__nav__frame--thumb .fotorama__thumb {
  border: 2px solid transparent;
}
.catalog-product-view .bootstrap-legacy .fotorama__nav__frame--thumb.fotorama__active .fotorama__thumb {
  border-color: #2155b5;
}
.catalog-product-view .bootstrap-legacy .fotorama__nav.fotorama__nav--thumbs {
  text-align: center;
}
.catalog-product-view .bootstrap-legacy .fotorama__dot {
  background-color: #f0f1f2;
  border: 1px solid #f0f1f2;
  height: 8px;
  width: 8px;
}
.catalog-product-view .bootstrap-legacy .fotorama__caption {
  display: none;
}
.catalog-product-view .bootstrap-legacy .fotorama__nav__shaft.fotorama__grab {
  margin-top: 10px;
}
.catalog-product-view .bootstrap-legacy .product.benefits {
  display: none;
}
.catalog-product-view .bootstrap-legacy .product-info-price .price-including-tax:after {
  content: '(' attr(data-label) ')';
  font-size: 1.1rem;
  margin-left: 5px;
}
.catalog-product-view .bootstrap-legacy .product-info-price .price-excluding-tax {
  display: none;
}
.catalog-product-view .bootstrap-legacy .product-info-price .price-box .price-wrapper .price,
.catalog-product-view .bootstrap-legacy .product-info-price .product-options-bottom .price-box .price-wrapper .price {
  font-size: 2rem;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation {
  height: 0;
}
.catalog-product-view .bootstrap-legacy .product-info-main .price-box {
  margin-bottom: 10px;
}
.catalog-product-view .bootstrap-legacy .product.data.items {
  margin: 0;
  padding: 0;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
  background-color: transparent;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title .data.switch {
  font-size: 24px;
  font-weight: bold;
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title .switch:after {
  font-family: 'FontAwesome', serif;
  position: absolute;
  right: 10px;
  color: #94949e;
  font-size: 16px;
  font-weight: normal;
  content: '\f078';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title.active .switch:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: -30px 0 0;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.content .product.attribute.description {
  font-size: 16px;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.content::before,
.catalog-product-view .bootstrap-legacy .product.data.items .item.content::after {
  content: "";
  display: table;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.content::after {
  clear: both;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.content.active {
  display: block;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title {
  border-top: 1px solid #cccccc;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title:first-of-type {
  border-top: 0;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title .switch {
  background: transparent;
  background-color: transparent;
  color: #585858;
  font-size: 1.8rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 5px 20px;
  text-decoration: none;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title .switch:active {
  color: #333;
  text-decoration: none;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.title:not(.disabled) .switch:active,
.catalog-product-view .bootstrap-legacy .product.data.items .item.title.active .switch,
.catalog-product-view .bootstrap-legacy .product.data.items .item.title.active .switch:focus,
.catalog-product-view .bootstrap-legacy .product.data.items .item.title.active .switch:hover {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 5px;
}
.catalog-product-view .bootstrap-legacy .product.data.items .item.content {
  background: #fff none repeat scroll 0 0;
  margin: 0 0 5px;
  padding: 0 20px 20px;
}
.catalog-product-view .bootstrap-legacy .product.media {
  width: 100% !important;
}
.catalog-product-view .bootstrap-legacy .products.list.items.product-items.slick.slick-initialized.slick-slider {
  margin: 0;
}
.catalog-product-view .bootstrap-legacy .slick-list {
  overflow: hidden;
}
.catalog-product-view .bootstrap-legacy .slick-disabled {
  display: none !important;
}
.catalog-product-view .bootstrap-legacy .slick-arrow.slick-prev::before,
.catalog-product-view .bootstrap-legacy .slick-arrow.slick-next::before {
  color: #f0f1f2;
  font-size: 28px;
  margin-left: -5px;
  margin-top: -2px;
  display: inline-block;
}
.catalog-product-view .bootstrap-legacy .slick-next,
.catalog-product-view .bootstrap-legacy .slick-prev {
  background-color: #2155b5;
  border-radius: 24px;
}
.catalog-product-view .bootstrap-legacy .slick-next.slick-arrow:hover,
.catalog-product-view .bootstrap-legacy .slick-prev.slick-arrow:hover {
  border: 0px;
}
.catalog-product-view .bootstrap-legacy .extra-banner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #d6ead6;
  padding: 10px;
  display: flex;
  align-items: center;
}
.catalog-product-view .bootstrap-legacy .extra-banner .icon-Gift {
  font-size: 24px;
  color: #339933;
}
.catalog-product-view .bootstrap-legacy .extra-banner .extra-content {
  vertical-align: sub;
  width: 75%;
  display: inline-block;
  color: #339933;
  margin-left: 10px;
  margin-bottom: 0;
}
.catalog-product-view .bootstrap-legacy .extra-banner .extra-content a {
  color: #339933;
  text-decoration: underline;
}
.catalog-product-view .bootstrap-legacy .product-item-name > a,
.catalog-product-view .bootstrap-legacy .product.name a > a {
  color: #2155b5;
  font-weight: bold;
}
.catalog-product-view .bootstrap-legacy .product-item-link a {
  color: #2155b5;
  font-size: 14px;
  font-weight: bold;
}
.catalog-product-view .bootstrap-legacy .products-related .product-items .product-item-name {
  font-weight: bold;
  font-size: 12px;
}
.catalog-product-view .bootstrap-legacy .products-related .price {
  font-weight: bold;
}
.catalog-product-view .bootstrap-legacy .products-related .slick-slide {
  margin: 0 27px;
}
.catalog-product-view .bootstrap-legacy .products-related .product-item-details {
  padding-bottom: 30px;
  padding-top: 10px;
}
.catalog-product-view .bootstrap-legacy .products-related .action.tocart {
  position: absolute;
  bottom: 10px;
}
.catalog-product-view .bootstrap-legacy .products-related .action.tocart {
  position: relative;
  bottom: 0;
  font-weight: bold;
}
.catalog-product-view .bootstrap-legacy .products-related .price-excluding-tax {
  display: none;
}
.catalog-product-view .bootstrap-legacy .products-related .product-items .product-item-name {
  color: #2155b5;
  font-size: 14px;
  font-weight: bold;
}
.catalog-product-view .bootstrap-legacy .product.more .product-more-wrapper {
  width: 100%;
}
.catalog-product-view .bootstrap-legacy .shopping-cart-button:after {
  font-size: 18px;
  color: #fff;
  content: '\e907';
  font-family: 'cvtotaal-font-v1';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .bootstrap-legacy .slick-track {
  margin-left: 0;
}
.catalog-product-view .bootstrap-legacy .action.primary {
  width: 100%;
}
.catalog-product-view .bootstrap-legacy .action.tocart.primary {
  border-radius: 5px;
}
.catalog-product-view .bootstrap-legacy .column.main .block .title strong {
  font-size: 24px;
  font-weight: bold;
  padding: 5px 20px;
}
.catalog-product-view .bootstrap-legacy .block.related {
  padding: 0 20px;
  margin-bottom: 0;
}
.catalog-product-view .bootstrap-legacy .block.related .block-title.title {
  border-top: 1px solid #CCCCCC;
}
.catalog-product-view .bootstrap-legacy .block.related .block-title.title #block-related-heading {
  padding: 0 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.1;
}
.catalog-product-view .bootstrap-legacy .block.related .block-title.title #block-related-heading .product-item-link {
  color: #2155b5;
  font-size: 14px;
  font-weight: bold;
}
.catalog-product-view .bootstrap-legacy .am-fileicon {
  display: none;
}
.catalog-product-view .bootstrap-legacy .am-filelink {
  color: #2155b5;
  text-decoration: underline;
}
.catalog-product-view .bootstrap-legacy .am-filesize {
  text-transform: uppercase;
}
.catalog-product-view .bootstrap-legacy .tabs .content .product.usp li {
  color: #339933;
}
.catalog-product-view .bootstrap-legacy .box-tocart .field.qty .label {
  display: none;
}
.catalog-product-view .bootstrap-legacy .box-tocart .field.qty .label.show {
  display: block;
  margin-bottom: -10px;
  background-color: #2155b5;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 10px;
  color: white;
}
.catalog-product-view .bootstrap-legacy .box-tocart .field.qty input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.catalog-product-view .bootstrap-legacy .box-tocart .field.qty .select {
  height: 54px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.catalog-product-view .bootstrap-legacy .box-tocart .actions {
  padding-top: 0;
  width: 77%;
}
.catalog-product-view .bootstrap-legacy .box-tocart .actions .action.primary.tocart:before {
  font-size: 18px;
  color: #fff;
  content: '\e907';
  font-family: 'cvtotaal-font-v1';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .bootstrap-legacy .product.info.detailed {
  padding-bottom: 0;
  margin-bottom: 0;
}
.catalog-product-view .bootstrap-legacy .product.info.detailed .data.item.content {
  padding: 0 0 0 10px;
}
.catalog-product-view .bootstrap-legacy .product.info.detailed .data.item.content #product-attribute-specs-table tr:nth-child(odd) {
  background-color: #f0f1f2;
}
.catalog-product-view .bootstrap-legacy .product.info.detailed .data.item.content #product-attribute-specs-table th,
.catalog-product-view .bootstrap-legacy .product.info.detailed .data.item.content #product-attribute-specs-table td {
  text-align: left;
  padding: 16px;
  vertical-align: middle;
}
.catalog-product-view .bootstrap-legacy .product.info.detailed .data.item.content #product-attribute-specs-table tbody tr .col.data {
  padding: 5px;
}
.catalog-product-view .bootstrap-legacy .product.info.detailed .data.item.content #product-attribute-specs-table tbody tr .col.data .col.data-right {
  float: right;
}
.catalog-product-view .bootstrap-legacy .product.info.detailed .data.item.content #product-attribute-specs-table tbody tr .col.data .col.data-right.Ja-icon {
  color: #11ae00;
}
.catalog-product-view .bootstrap-legacy .product.info.detailed .data.item.content #product-attribute-specs-table tbody tr .col.data .col.data-right.Nee-icon {
  color: red;
}
.catalog-product-view .bootstrap-legacy .accessories-anchor {
  margin-top: 35px;
  margin-bottom: 25px;
}
.catalog-product-view .bootstrap-legacy .accessories-anchor .accessories {
  padding: 10px;
  border: 1px solid #2155b5;
  border-radius: 5px;
  color: #2155b5;
  font-weight: bold;
  font-size: 15px;
}
.catalog-product-view .bootstrap-legacy .accessories-anchor .accessories:hover,
.catalog-product-view .bootstrap-legacy .accessories-anchor .accessories:focus {
  background-color: #2155b5;
  color: white;
  text-decoration: none;
}
.catalog-product-view .bootstrap-legacy .accessories-anchor .accessories:hover .icon-Tools,
.catalog-product-view .bootstrap-legacy .accessories-anchor .accessories:focus .icon-Tools {
  color: white;
}
.catalog-product-view .bootstrap-legacy .readmore,
.catalog-product-view .bootstrap-legacy .readless {
  margin-top: 10px;
  display: block;
  color: #2155b5;
  font-size: 16px;
  font-weight: bold;
}
.catalog-product-view .bootstrap-legacy .readmore .fa,
.catalog-product-view .bootstrap-legacy .readless .fa {
  margin-left: 5px;
}
.catalog-product-view .bootstrap-legacy .text-more,
.catalog-product-view .bootstrap-legacy .text-less {
  font-size: 16px;
  margin-bottom: 20px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .value ul {
  padding-left: 10px;
  margin: 0;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .value .goto-description {
  font-size: 16px;
  color: #2155b5;
  font-weight: bold;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .value .goto-description .fa {
  font-size: 12px;
  color: #2155b5;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .specs {
  margin-bottom: 30px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .specs .row {
  margin-bottom: 0;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .specs .row > div {
  background-color: #f0f1f2;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .specs .icon-Home,
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .specs .icon-Water,
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .specs .icon-Flash {
  font-size: 32px;
  text-align: center;
  display: block;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .specs .spec-label,
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .specs .spec-value {
  font-size: 14px;
  text-align: center;
  margin: 0 -5px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .specs .spec-label {
  font-weight: bold;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.catalog-product-view .bootstrap-legacy .product-info-main .product.attribute.overview .specs .spec-value {
  font-weight: normal;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .assembly {
  padding: 10px 0;
  text-align: center;
  color: #585858;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 10px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout ul li:first-of-type,
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout ul li:first-of-type a {
  font-size: 16px;
  font-weight: bold;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout ul li:first-of-type a {
  background-color: #2155b5;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout ul li:nth-of-type(2),
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout ul li:nth-of-type(2) a {
  font-size: 16px;
  font-weight: bold;
  color: #2155b5;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout ul li:nth-of-type(2) a {
  background-color: #f0f1f2;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout ul li,
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout ul li a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation-and-maintenance {
  background-color: #2155b5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation-and-maintenance ul li {
  color: white;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation-and-maintenance .notes .maintenance-notes .shipping-notes {
  margin: 0 auto 10px;
  display: block;
  width: 90%;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation-and-maintenance .notes .maintenance-notes .shipping-notes:before {
  content: '\e903';
  font-family: 'cvtotaal-font-v1';
  left: 45px;
  position: absolute;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation-and-maintenance .notes .maintenance-notes .shipping-notes a {
  margin-left: -50px;
  display: block;
  padding-top: 6px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation-and-maintenance .notes .maintenance-notes .shipping-notes p {
  margin-left: 30px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation-and-maintenance .notes .maintenance-notes .maintenance-links {
  margin-bottom: 10px;
  text-align: left;
  font-style: normal;
  margin-left: -18px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation-and-maintenance .notes .maintenance-notes .maintenance-links a {
  margin-bottom: 4px;
  display: block;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation-and-maintenance .action.primary.add-to-cart:hover {
  background-color: white;
  color: #f07d26;
  border: 1px solid #f07d26;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation-and-maintenance .action.primary.add-to-cart:hover:before {
  color: #f07d26;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation {
  background-color: #f0f1f2;
  color: #2155b5;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation ul li {
  color: #2155b5;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation .notes a {
  color: #2155b5;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation .notes .installation-notes .shipping-notes {
  margin: 0 auto 10px;
  display: block;
  width: 90%;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation .notes .installation-notes .shipping-notes:before {
  content: '\e903';
  font-family: 'cvtotaal-font-v1';
  left: 45px;
  position: absolute;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation .notes .installation-notes .shipping-notes p {
  margin-left: 30px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation .notes .installation-notes .shipping-notes a {
  margin-left: -50px;
  display: block;
  padding-top: 6px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation .notes .installation-notes .installation-links {
  margin-bottom: 10px;
  text-align: left;
  font-style: normal;
  margin-left: -18px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout #installation .notes .installation-notes .installation-links a {
  margin-bottom: 4px;
  display: block;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .info {
  margin-top: 10px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .info ul {
  padding-left: 0;
  list-style: none;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .info ul li {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .info ul li:before {
  content: '✓';
  margin-right: 8px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .price-box .price-wrapper .price .price {
  font-size: 23px;
  font-weight: bold;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .price-box .price-wrapper small {
  display: block;
  font-size: 12px;
  color: #f3f2f2;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .cta {
  float: unset;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .cta .action.primary.add-to-cart {
  background-color: #f07d26;
  width: 90%;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  display: block;
  margin: 0 auto 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .cta .action.primary.add-to-cart:before {
  font-size: 35px;
  color: #fff;
  content: '\e628';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  speak: none;
  text-align: center;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .notes {
  float: unset;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .content.active .notes p {
  font-style: normal;
  text-align: left;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .tabs.callout .price-wrapper .price .incl-tax-span {
  font-size: 1.1rem;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .thuiswinkel {
  vertical-align: middle;
  display: table-cell;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .thuiswinkel img {
  width: 100px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .feedback-company {
  vertical-align: middle;
  display: table-cell;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .feedback-company img {
  width: 100px;
}
.catalog-product-view .bootstrap-legacy .product-info-main .installation .productpage-logos {
  display: table;
  text-align: center;
}
.catalog-product-view .bootstrap-legacy .product-info-main .box-tocart {
  width: 100%;
}
.catalog-product-view .bootstrap-legacy .old-price,
.catalog-product-view .bootstrap-legacy .old.price {
  text-decoration: inherit;
}
.catalog-product-view .bootstrap-legacy .price-label {
  display: none;
}
.catalog-product-view .bootstrap-legacy .old-price .price {
  background: linear-gradient(180grad, transparent 47.5%, currentColor 48.5%, currentColor 50.5%, transparent 52.5%);
  font-size: 1.4rem !important;
}
.catalog-category-view .breadcrumbs {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 20px;
}
.catalog-category-view .breadcrumbs .items {
  font-size: 16px;
  font-weight: bold;
  color: #2155b5;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.catalog-category-view .breadcrumbs .items .item {
  display: none;
}
.catalog-category-view .breadcrumbs .items .item:after {
  content: '';
}
.catalog-category-view .breadcrumbs .items .item.home {
  display: block;
}
.catalog-category-view .breadcrumbs .items .item.home a {
  color: #2155b5;
  margin-left: 20px;
  position: relative;
}
.catalog-category-view .breadcrumbs .items .item.home a:before {
  font-family: 'FontAwesome', serif;
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  content: '\f078';
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(90deg);
  left: -20px;
  bottom: 0;
}
.delivery-date {
  display: inline-block;
  width: 65%;
  margin-bottom: 20px;
}
.delivery-date .remove-delivery-date {
  right: inherit;
  margin-top: 10px;
}
.rating-summary .rating-result {
  text-align: left;
}
.navigation .submenu .highlight a {
  color: #f07d26 !important;
  font-weight: bold;
}
.navigation .submenu .highlight a:hover {
  color: #f07d26 !important;
}
.navigation .submenu .bottom a {
  color: #1a4086 !important;
  font-weight: bold;
}
.navigation .submenu .bottom a:hover {
  color: #1a4086 !important;
}
.navigation li.level0:hover li.level1.cta {
  display: none !important;
}
html,
body {
  overflow-x: hidden;
}
.page-header .header.panel .trust {
  display: none;
}
.list-post-tabs .post-right {
  padding-left: 0;
  width: 100%;
}
.mst-search__highlight {
  background: none;
  font-weight: bold;
}
.easycatalogimg {
  margin-bottom: 20px;
}
.easycatalogimg-grid {
  justify-content: space-between;
}
.easycatalogimg-listing .item {
  border: 1px solid #eee;
}
.easycatalogimg-grid .item {
  padding: 10px 10px 10px 10px !important;
}
.text-center {
  text-align: center;
}
