/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
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;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
button:focus,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  overflow: visible;
}
button,
select,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"],
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(4.25rem);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(1.375rem);
  padding-bottom: calc(1.375rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.8125rem);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(4.875rem);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  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.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.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");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.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");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.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");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(4.25rem);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff 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 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(3.8125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(4.875rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(4.25rem);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(4.25rem);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(4.25rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.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) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.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");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(-0.75rem);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.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.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.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: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close,
.cart.table-wrapper .actions-toolbar > .action.close,
.action-gift.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(99%);
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(96.5%);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc(-1.5rem);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc(-1.5rem);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  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);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-primary:focus,
.action-gift.bg-primary:hover,
.action-gift.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-secondary:focus,
.action-gift.bg-secondary:hover,
.action-gift.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-success:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-success:focus,
.action-gift.bg-success:hover,
.action-gift.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-info:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-info:focus,
.action-gift.bg-info:hover,
.action-gift.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-warning:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-warning:focus,
.action-gift.bg-warning:hover,
.action-gift.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-danger:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-danger:focus,
.action-gift.bg-danger:hover,
.action-gift.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-light:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-light:focus,
.action-gift.bg-light:hover,
.action-gift.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-dark:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-dark:focus,
.action-gift.bg-dark:hover,
.action-gift.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Sm/destino/en_US/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Sm/destino/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Sm/destino/en_US/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Sm/destino/en_US/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Sm/destino/en_US/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Sm/destino/en_US/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .product-item {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Nav */
.owl-controls {
  text-align: center;
}
.owl-nav > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  color: #222222;
  overflow: hidden;
  text-indent: -999px;
  text-align: center;
  line-height: 30px;
  position: relative;
  margin: 20px 3px;
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.owl-nav > div:hover {
  color: #fff;
}
.owl-nav > div:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 0;
}
.owl-nav > div.owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.owl-nav > div.owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
/* End nav */
/* Dots */
.owl-dots .owl-dot {
  background-color: #ddd;
  margin: 0 3px 30px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
/* End dots */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Sm/destino/en_US/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 100070;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../../frontend/Sm/destino/en_US/images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 100051;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../frontend/Sm/destino/en_US/images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../frontend/Sm/destino/en_US/images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  margin: 0 !important;
  width: auto;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 100050;
  background-color: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow-x: hidden;
  overflow-y: auto;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../../frontend/Sm/destino/en_US/images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../../frontend/Sm/destino/en_US/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.la,
.las,
.lar,
.lal,
.lad,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.la-xs {
  font-size: .75em;
}
.la-sm {
  font-size: .875em;
}
.la-1x {
  font-size: 1em;
}
.la-2x {
  font-size: 2em;
}
.la-3x {
  font-size: 3em;
}
.la-4x {
  font-size: 4em;
}
.la-5x {
  font-size: 5em;
}
.la-6x {
  font-size: 6em;
}
.la-7x {
  font-size: 7em;
}
.la-8x {
  font-size: 8em;
}
.la-9x {
  font-size: 9em;
}
.la-10x {
  font-size: 10em;
}
.la-fw {
  text-align: center;
  width: 1.25em;
}
.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.la-ul > li {
  position: relative;
}
.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.la-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.la-pull-left {
  float: left;
}
.la-pull-right {
  float: right;
}
.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: .3em;
}
.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: .3em;
}
.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}
.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}
@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  -webkit-filter: none;
  filter: none;
}
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.la-500px:before {
  content: "\f26e";
}
.la-accessible-icon:before {
  content: "\f368";
}
.la-accusoft:before {
  content: "\f369";
}
.la-acquisitions-incorporated:before {
  content: "\f6af";
}
.la-ad:before {
  content: "\f641";
}
.la-address-book:before {
  content: "\f2b9";
}
.la-address-card:before {
  content: "\f2bb";
}
.la-adjust:before {
  content: "\f042";
}
.la-adn:before {
  content: "\f170";
}
.la-adobe:before {
  content: "\f778";
}
.la-adversal:before {
  content: "\f36a";
}
.la-affiliatetheme:before {
  content: "\f36b";
}
.la-air-freshener:before {
  content: "\f5d0";
}
.la-airbnb:before {
  content: "\f834";
}
.la-algolia:before {
  content: "\f36c";
}
.la-align-center:before {
  content: "\f037";
}
.la-align-justify:before {
  content: "\f039";
}
.la-align-left:before {
  content: "\f036";
}
.la-align-right:before {
  content: "\f038";
}
.la-alipay:before {
  content: "\f642";
}
.la-allergies:before {
  content: "\f461";
}
.la-amazon:before {
  content: "\f270";
}
.la-amazon-pay:before {
  content: "\f42c";
}
.la-ambulance:before {
  content: "\f0f9";
}
.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.la-amilia:before {
  content: "\f36d";
}
.la-anchor:before {
  content: "\f13d";
}
.la-android:before {
  content: "\f17b";
}
.la-angellist:before {
  content: "\f209";
}
.la-angle-double-down:before {
  content: "\f103";
}
.la-angle-double-left:before {
  content: "\f100";
}
.la-angle-double-right:before {
  content: "\f101";
}
.la-angle-double-up:before {
  content: "\f102";
}
.la-angle-down:before {
  content: "\f107";
}
.la-angle-left:before {
  content: "\f104";
}
.la-angle-right:before {
  content: "\f105";
}
.la-angle-up:before {
  content: "\f106";
}
.la-angry:before {
  content: "\f556";
}
.la-angrycreative:before {
  content: "\f36e";
}
.la-angular:before {
  content: "\f420";
}
.la-ankh:before {
  content: "\f644";
}
.la-app-store:before {
  content: "\f36f";
}
.la-app-store-ios:before {
  content: "\f370";
}
.la-apper:before {
  content: "\f371";
}
.la-apple:before {
  content: "\f179";
}
.la-apple-alt:before {
  content: "\f5d1";
}
.la-apple-pay:before {
  content: "\f415";
}
.la-archive:before {
  content: "\f187";
}
.la-archway:before {
  content: "\f557";
}
.la-arrow-alt-circle-down:before {
  content: "\f358";
}
.la-arrow-alt-circle-left:before {
  content: "\f359";
}
.la-arrow-alt-circle-right:before {
  content: "\f35a";
}
.la-arrow-alt-circle-up:before {
  content: "\f35b";
}
.la-arrow-circle-down:before {
  content: "\f0ab";
}
.la-arrow-circle-left:before {
  content: "\f0a8";
}
.la-arrow-circle-right:before {
  content: "\f0a9";
}
.la-arrow-circle-up:before {
  content: "\f0aa";
}
.la-arrow-down:before {
  content: "\f063";
}
.la-arrow-left:before {
  content: "\f060";
}
.la-arrow-right:before {
  content: "\f061";
}
.la-arrow-up:before {
  content: "\f062";
}
.la-arrows-alt:before {
  content: "\f0b2";
}
.la-arrows-alt-h:before {
  content: "\f337";
}
.la-arrows-alt-v:before {
  content: "\f338";
}
.la-artstation:before {
  content: "\f77a";
}
.la-assistive-listening-systems:before {
  content: "\f2a2";
}
.la-asterisk:before {
  content: "\f069";
}
.la-asymmetrik:before {
  content: "\f372";
}
.la-at:before {
  content: "\f1fa";
}
.la-atlas:before {
  content: "\f558";
}
.la-atlassian:before {
  content: "\f77b";
}
.la-atom:before {
  content: "\f5d2";
}
.la-audible:before {
  content: "\f373";
}
.la-audio-description:before {
  content: "\f29e";
}
.la-autoprefixer:before {
  content: "\f41c";
}
.la-avianex:before {
  content: "\f374";
}
.la-aviato:before {
  content: "\f421";
}
.la-award:before {
  content: "\f559";
}
.la-aws:before {
  content: "\f375";
}
.la-baby:before {
  content: "\f77c";
}
.la-baby-carriage:before {
  content: "\f77d";
}
.la-backspace:before {
  content: "\f55a";
}
.la-backward:before {
  content: "\f04a";
}
.la-bacon:before {
  content: "\f7e5";
}
.la-balance-scale:before {
  content: "\f24e";
}
.la-balance-scale-left:before {
  content: "\f515";
}
.la-balance-scale-right:before {
  content: "\f516";
}
.la-ban:before {
  content: "\f05e";
}
.la-band-aid:before {
  content: "\f462";
}
.la-bandcamp:before {
  content: "\f2d5";
}
.la-barcode:before {
  content: "\f02a";
}
.la-bars:before {
  content: "\f0c9";
}
.la-baseball-ball:before {
  content: "\f433";
}
.la-basketball-ball:before {
  content: "\f434";
}
.la-bath:before {
  content: "\f2cd";
}
.la-battery-empty:before {
  content: "\f244";
}
.la-battery-full:before {
  content: "\f240";
}
.la-battery-half:before {
  content: "\f242";
}
.la-battery-quarter:before {
  content: "\f243";
}
.la-battery-three-quarters:before {
  content: "\f241";
}
.la-battle-net:before {
  content: "\f835";
}
.la-bed:before {
  content: "\f236";
}
.la-beer:before {
  content: "\f0fc";
}
.la-behance:before {
  content: "\f1b4";
}
.la-behance-square:before {
  content: "\f1b5";
}
.la-bell:before {
  content: "\f0f3";
}
.la-bell-slash:before {
  content: "\f1f6";
}
.la-bezier-curve:before {
  content: "\f55b";
}
.la-bible:before {
  content: "\f647";
}
.la-bicycle:before {
  content: "\f206";
}
.la-biking:before {
  content: "\f84a";
}
.la-bimobject:before {
  content: "\f378";
}
.la-binoculars:before {
  content: "\f1e5";
}
.la-biohazard:before {
  content: "\f780";
}
.la-birthday-cake:before {
  content: "\f1fd";
}
.la-bitbucket:before {
  content: "\f171";
}
.la-bitcoin:before {
  content: "\f379";
}
.la-bity:before {
  content: "\f37a";
}
.la-black-tie:before {
  content: "\f27e";
}
.la-blackberry:before {
  content: "\f37b";
}
.la-blender:before {
  content: "\f517";
}
.la-blender-phone:before {
  content: "\f6b6";
}
.la-blind:before {
  content: "\f29d";
}
.la-blog:before {
  content: "\f781";
}
.la-blogger:before {
  content: "\f37c";
}
.la-blogger-b:before {
  content: "\f37d";
}
.la-bluetooth:before {
  content: "\f293";
}
.la-bluetooth-b:before {
  content: "\f294";
}
.la-bold:before {
  content: "\f032";
}
.la-bolt:before {
  content: "\f0e7";
}
.la-bomb:before {
  content: "\f1e2";
}
.la-bone:before {
  content: "\f5d7";
}
.la-bong:before {
  content: "\f55c";
}
.la-book:before {
  content: "\f02d";
}
.la-book-dead:before {
  content: "\f6b7";
}
.la-book-medical:before {
  content: "\f7e6";
}
.la-book-open:before {
  content: "\f518";
}
.la-book-reader:before {
  content: "\f5da";
}
.la-bookmark:before {
  content: "\f02e";
}
.la-bootstrap:before {
  content: "\f836";
}
.la-border-all:before {
  content: "\f84c";
}
.la-border-none:before {
  content: "\f850";
}
.la-border-style:before {
  content: "\f853";
}
.la-bowling-ball:before {
  content: "\f436";
}
.la-box:before {
  content: "\f466";
}
.la-box-open:before {
  content: "\f49e";
}
.la-boxes:before {
  content: "\f468";
}
.la-braille:before {
  content: "\f2a1";
}
.la-brain:before {
  content: "\f5dc";
}
.la-bread-slice:before {
  content: "\f7ec";
}
.la-briefcase:before {
  content: "\f0b1";
}
.la-briefcase-medical:before {
  content: "\f469";
}
.la-broadcast-tower:before {
  content: "\f519";
}
.la-broom:before {
  content: "\f51a";
}
.la-brush:before {
  content: "\f55d";
}
.la-btc:before {
  content: "\f15a";
}
.la-buffer:before {
  content: "\f837";
}
.la-bug:before {
  content: "\f188";
}
.la-building:before {
  content: "\f1ad";
}
.la-bullhorn:before {
  content: "\f0a1";
}
.la-bullseye:before {
  content: "\f140";
}
.la-burn:before {
  content: "\f46a";
}
.la-buromobelexperte:before {
  content: "\f37f";
}
.la-bus:before {
  content: "\f207";
}
.la-bus-alt:before {
  content: "\f55e";
}
.la-business-time:before {
  content: "\f64a";
}
.la-buy-n-large:before {
  content: "\f8a6";
}
.la-buysellads:before {
  content: "\f20d";
}
.la-calculator:before {
  content: "\f1ec";
}
.la-calendar:before {
  content: "\f133";
}
.la-calendar-alt:before {
  content: "\f073";
}
.la-calendar-check:before {
  content: "\f274";
}
.la-calendar-day:before {
  content: "\f783";
}
.la-calendar-minus:before {
  content: "\f272";
}
.la-calendar-plus:before {
  content: "\f271";
}
.la-calendar-times:before {
  content: "\f273";
}
.la-calendar-week:before {
  content: "\f784";
}
.la-camera:before {
  content: "\f030";
}
.la-camera-retro:before {
  content: "\f083";
}
.la-campground:before {
  content: "\f6bb";
}
.la-canadian-maple-leaf:before {
  content: "\f785";
}
.la-candy-cane:before {
  content: "\f786";
}
.la-cannabis:before {
  content: "\f55f";
}
.la-capsules:before {
  content: "\f46b";
}
.la-car:before {
  content: "\f1b9";
}
.la-car-alt:before {
  content: "\f5de";
}
.la-car-battery:before {
  content: "\f5df";
}
.la-car-crash:before {
  content: "\f5e1";
}
.la-car-side:before {
  content: "\f5e4";
}
.la-caret-down:before {
  content: "\f0d7";
}
.la-caret-left:before {
  content: "\f0d9";
}
.la-caret-right:before {
  content: "\f0da";
}
.la-caret-square-down:before {
  content: "\f150";
}
.la-caret-square-left:before {
  content: "\f191";
}
.la-caret-square-right:before {
  content: "\f152";
}
.la-caret-square-up:before {
  content: "\f151";
}
.la-caret-up:before {
  content: "\f0d8";
}
.la-carrot:before {
  content: "\f787";
}
.la-cart-arrow-down:before {
  content: "\f218";
}
.la-cart-plus:before {
  content: "\f217";
}
.la-cash-register:before {
  content: "\f788";
}
.la-cat:before {
  content: "\f6be";
}
.la-cc-amazon-pay:before {
  content: "\f42d";
}
.la-cc-amex:before {
  content: "\f1f3";
}
.la-cc-apple-pay:before {
  content: "\f416";
}
.la-cc-diners-club:before {
  content: "\f24c";
}
.la-cc-discover:before {
  content: "\f1f2";
}
.la-cc-jcb:before {
  content: "\f24b";
}
.la-cc-mastercard:before {
  content: "\f1f1";
}
.la-cc-paypal:before {
  content: "\f1f4";
}
.la-cc-stripe:before {
  content: "\f1f5";
}
.la-cc-visa:before {
  content: "\f1f0";
}
.la-centercode:before {
  content: "\f380";
}
.la-centos:before {
  content: "\f789";
}
.la-certificate:before {
  content: "\f0a3";
}
.la-chair:before {
  content: "\f6c0";
}
.la-chalkboard:before {
  content: "\f51b";
}
.la-chalkboard-teacher:before {
  content: "\f51c";
}
.la-charging-station:before {
  content: "\f5e7";
}
.la-chart-area:before {
  content: "\f1fe";
}
.la-chart-bar:before {
  content: "\f080";
}
.la-chart-line:before {
  content: "\f201";
}
.la-chart-pie:before {
  content: "\f200";
}
.la-check:before {
  content: "\f00c";
}
.la-check-circle:before {
  content: "\f058";
}
.la-check-double:before {
  content: "\f560";
}
.la-check-square:before {
  content: "\f14a";
}
.la-cheese:before {
  content: "\f7ef";
}
.la-chess:before {
  content: "\f439";
}
.la-chess-bishop:before {
  content: "\f43a";
}
.la-chess-board:before {
  content: "\f43c";
}
.la-chess-king:before {
  content: "\f43f";
}
.la-chess-knight:before {
  content: "\f441";
}
.la-chess-pawn:before {
  content: "\f443";
}
.la-chess-queen:before {
  content: "\f445";
}
.la-chess-rook:before {
  content: "\f447";
}
.la-chevron-circle-down:before {
  content: "\f13a";
}
.la-chevron-circle-left:before {
  content: "\f137";
}
.la-chevron-circle-right:before {
  content: "\f138";
}
.la-chevron-circle-up:before {
  content: "\f139";
}
.la-chevron-down:before {
  content: "\f078";
}
.la-chevron-left:before {
  content: "\f053";
}
.la-chevron-right:before {
  content: "\f054";
}
.la-chevron-up:before {
  content: "\f077";
}
.la-child:before {
  content: "\f1ae";
}
.la-chrome:before {
  content: "\f268";
}
.la-chromecast:before {
  content: "\f838";
}
.la-church:before {
  content: "\f51d";
}
.la-circle:before {
  content: "\f111";
}
.la-circle-notch:before {
  content: "\f1ce";
}
.la-city:before {
  content: "\f64f";
}
.la-clinic-medical:before {
  content: "\f7f2";
}
.la-clipboard:before {
  content: "\f328";
}
.la-clipboard-check:before {
  content: "\f46c";
}
.la-clipboard-list:before {
  content: "\f46d";
}
.la-clock:before {
  content: "\f017";
}
.la-clone:before {
  content: "\f24d";
}
.la-closed-captioning:before {
  content: "\f20a";
}
.la-cloud:before {
  content: "\f0c2";
}
.la-cloud-download-alt:before {
  content: "\f381";
}
.la-cloud-meatball:before {
  content: "\f73b";
}
.la-cloud-moon:before {
  content: "\f6c3";
}
.la-cloud-moon-rain:before {
  content: "\f73c";
}
.la-cloud-rain:before {
  content: "\f73d";
}
.la-cloud-showers-heavy:before {
  content: "\f740";
}
.la-cloud-sun:before {
  content: "\f6c4";
}
.la-cloud-sun-rain:before {
  content: "\f743";
}
.la-cloud-upload-alt:before {
  content: "\f382";
}
.la-cloudscale:before {
  content: "\f383";
}
.la-cloudsmith:before {
  content: "\f384";
}
.la-cloudversify:before {
  content: "\f385";
}
.la-cocktail:before {
  content: "\f561";
}
.la-code:before {
  content: "\f121";
}
.la-code-branch:before {
  content: "\f126";
}
.la-codepen:before {
  content: "\f1cb";
}
.la-codiepie:before {
  content: "\f284";
}
.la-coffee:before {
  content: "\f0f4";
}
.la-cog:before {
  content: "\f013";
}
.la-cogs:before {
  content: "\f085";
}
.la-coins:before {
  content: "\f51e";
}
.la-columns:before {
  content: "\f0db";
}
.la-comment:before {
  content: "\f075";
}
.la-comment-alt:before {
  content: "\f27a";
}
.la-comment-dollar:before {
  content: "\f651";
}
.la-comment-dots:before {
  content: "\f4ad";
}
.la-comment-medical:before {
  content: "\f7f5";
}
.la-comment-slash:before {
  content: "\f4b3";
}
.la-comments:before {
  content: "\f086";
}
.la-comments-dollar:before {
  content: "\f653";
}
.la-compact-disc:before {
  content: "\f51f";
}
.la-compass:before {
  content: "\f14e";
}
.la-compress:before {
  content: "\f066";
}
.la-compress-arrows-alt:before {
  content: "\f78c";
}
.la-concierge-bell:before {
  content: "\f562";
}
.la-confluence:before {
  content: "\f78d";
}
.la-connectdevelop:before {
  content: "\f20e";
}
.la-contao:before {
  content: "\f26d";
}
.la-cookie:before {
  content: "\f563";
}
.la-cookie-bite:before {
  content: "\f564";
}
.la-copy:before {
  content: "\f0c5";
}
.la-copyright:before {
  content: "\f1f9";
}
.la-cotton-bureau:before {
  content: "\f89e";
}
.la-couch:before {
  content: "\f4b8";
}
.la-cpanel:before {
  content: "\f388";
}
.la-creative-commons:before {
  content: "\f25e";
}
.la-creative-commons-by:before {
  content: "\f4e7";
}
.la-creative-commons-nc:before {
  content: "\f4e8";
}
.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.la-creative-commons-nd:before {
  content: "\f4eb";
}
.la-creative-commons-pd:before {
  content: "\f4ec";
}
.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.la-creative-commons-remix:before {
  content: "\f4ee";
}
.la-creative-commons-sa:before {
  content: "\f4ef";
}
.la-creative-commons-sampling:before {
  content: "\f4f0";
}
.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.la-creative-commons-share:before {
  content: "\f4f2";
}
.la-creative-commons-zero:before {
  content: "\f4f3";
}
.la-credit-card:before {
  content: "\f09d";
}
.la-critical-role:before {
  content: "\f6c9";
}
.la-crop:before {
  content: "\f125";
}
.la-crop-alt:before {
  content: "\f565";
}
.la-cross:before {
  content: "\f654";
}
.la-crosshairs:before {
  content: "\f05b";
}
.la-crow:before {
  content: "\f520";
}
.la-crown:before {
  content: "\f521";
}
.la-crutch:before {
  content: "\f7f7";
}
.la-css3:before {
  content: "\f13c";
}
.la-css3-alt:before {
  content: "\f38b";
}
.la-cube:before {
  content: "\f1b2";
}
.la-cubes:before {
  content: "\f1b3";
}
.la-cut:before {
  content: "\f0c4";
}
.la-cuttlefish:before {
  content: "\f38c";
}
.la-d-and-d:before {
  content: "\f38d";
}
.la-d-and-d-beyond:before {
  content: "\f6ca";
}
.la-dashcube:before {
  content: "\f210";
}
.la-database:before {
  content: "\f1c0";
}
.la-deaf:before {
  content: "\f2a4";
}
.la-delicious:before {
  content: "\f1a5";
}
.la-democrat:before {
  content: "\f747";
}
.la-deploydog:before {
  content: "\f38e";
}
.la-deskpro:before {
  content: "\f38f";
}
.la-desktop:before {
  content: "\f108";
}
.la-dev:before {
  content: "\f6cc";
}
.la-deviantart:before {
  content: "\f1bd";
}
.la-dharmachakra:before {
  content: "\f655";
}
.la-dhl:before {
  content: "\f790";
}
.la-diagnoses:before {
  content: "\f470";
}
.la-diaspora:before {
  content: "\f791";
}
.la-dice:before {
  content: "\f522";
}
.la-dice-d20:before {
  content: "\f6cf";
}
.la-dice-d6:before {
  content: "\f6d1";
}
.la-dice-five:before {
  content: "\f523";
}
.la-dice-four:before {
  content: "\f524";
}
.la-dice-one:before {
  content: "\f525";
}
.la-dice-six:before {
  content: "\f526";
}
.la-dice-three:before {
  content: "\f527";
}
.la-dice-two:before {
  content: "\f528";
}
.la-digg:before {
  content: "\f1a6";
}
.la-digital-ocean:before {
  content: "\f391";
}
.la-digital-tachograph:before {
  content: "\f566";
}
.la-directions:before {
  content: "\f5eb";
}
.la-discord:before {
  content: "\f392";
}
.la-discourse:before {
  content: "\f393";
}
.la-divide:before {
  content: "\f529";
}
.la-dizzy:before {
  content: "\f567";
}
.la-dna:before {
  content: "\f471";
}
.la-dochub:before {
  content: "\f394";
}
.la-docker:before {
  content: "\f395";
}
.la-dog:before {
  content: "\f6d3";
}
.la-dollar-sign:before {
  content: "\f155";
}
.la-dolly:before {
  content: "\f472";
}
.la-dolly-flatbed:before {
  content: "\f474";
}
.la-donate:before {
  content: "\f4b9";
}
.la-door-closed:before {
  content: "\f52a";
}
.la-door-open:before {
  content: "\f52b";
}
.la-dot-circle:before {
  content: "\f192";
}
.la-dove:before {
  content: "\f4ba";
}
.la-download:before {
  content: "\f019";
}
.la-draft2digital:before {
  content: "\f396";
}
.la-drafting-compass:before {
  content: "\f568";
}
.la-dragon:before {
  content: "\f6d5";
}
.la-draw-polygon:before {
  content: "\f5ee";
}
.la-dribbble:before {
  content: "\f17d";
}
.la-dribbble-square:before {
  content: "\f397";
}
.la-dropbox:before {
  content: "\f16b";
}
.la-drum:before {
  content: "\f569";
}
.la-drum-steelpan:before {
  content: "\f56a";
}
.la-drumstick-bite:before {
  content: "\f6d7";
}
.la-drupal:before {
  content: "\f1a9";
}
.la-dumbbell:before {
  content: "\f44b";
}
.la-dumpster:before {
  content: "\f793";
}
.la-dumpster-fire:before {
  content: "\f794";
}
.la-dungeon:before {
  content: "\f6d9";
}
.la-dyalog:before {
  content: "\f399";
}
.la-earlybirds:before {
  content: "\f39a";
}
.la-ebay:before {
  content: "\f4f4";
}
.la-edge:before {
  content: "\f282";
}
.la-edit:before {
  content: "\f044";
}
.la-egg:before {
  content: "\f7fb";
}
.la-eject:before {
  content: "\f052";
}
.la-elementor:before {
  content: "\f430";
}
.la-ellipsis-h:before {
  content: "\f141";
}
.la-ellipsis-v:before {
  content: "\f142";
}
.la-ello:before {
  content: "\f5f1";
}
.la-ember:before {
  content: "\f423";
}
.la-empire:before {
  content: "\f1d1";
}
.la-envelope:before {
  content: "\f0e0";
}
.la-envelope-open:before {
  content: "\f2b6";
}
.la-envelope-open-text:before {
  content: "\f658";
}
.la-envelope-square:before {
  content: "\f199";
}
.la-envira:before {
  content: "\f299";
}
.la-equals:before {
  content: "\f52c";
}
.la-eraser:before {
  content: "\f12d";
}
.la-erlang:before {
  content: "\f39d";
}
.la-ethereum:before {
  content: "\f42e";
}
.la-ethernet:before {
  content: "\f796";
}
.la-etsy:before {
  content: "\f2d7";
}
.la-euro-sign:before {
  content: "\f153";
}
.la-evernote:before {
  content: "\f839";
}
.la-exchange-alt:before {
  content: "\f362";
}
.la-exclamation:before {
  content: "\f12a";
}
.la-exclamation-circle:before {
  content: "\f06a";
}
.la-exclamation-triangle:before {
  content: "\f071";
}
.la-expand:before {
  content: "\f065";
}
.la-expand-arrows-alt:before {
  content: "\f31e";
}
.la-expeditedssl:before {
  content: "\f23e";
}
.la-external-link-alt:before {
  content: "\f35d";
}
.la-external-link-square-alt:before {
  content: "\f360";
}
.la-eye:before {
  content: "\f06e";
}
.la-eye-dropper:before {
  content: "\f1fb";
}
.la-eye-slash:before {
  content: "\f070";
}
.la-facebook:before {
  content: "\f09a";
}
.la-facebook-f:before {
  content: "\f39e";
}
.la-facebook-messenger:before {
  content: "\f39f";
}
.la-facebook-square:before {
  content: "\f082";
}
.la-fan:before {
  content: "\f863";
}
.la-fantasy-flight-games:before {
  content: "\f6dc";
}
.la-fast-backward:before {
  content: "\f049";
}
.la-fast-forward:before {
  content: "\f050";
}
.la-fax:before {
  content: "\f1ac";
}
.la-feather:before {
  content: "\f52d";
}
.la-feather-alt:before {
  content: "\f56b";
}
.la-fedex:before {
  content: "\f797";
}
.la-fedora:before {
  content: "\f798";
}
.la-female:before {
  content: "\f182";
}
.la-fighter-jet:before {
  content: "\f0fb";
}
.la-figma:before {
  content: "\f799";
}
.la-file:before {
  content: "\f15b";
}
.la-file-alt:before {
  content: "\f15c";
}
.la-file-archive:before {
  content: "\f1c6";
}
.la-file-audio:before {
  content: "\f1c7";
}
.la-file-code:before {
  content: "\f1c9";
}
.la-file-contract:before {
  content: "\f56c";
}
.la-file-csv:before {
  content: "\f6dd";
}
.la-file-download:before {
  content: "\f56d";
}
.la-file-excel:before {
  content: "\f1c3";
}
.la-file-export:before {
  content: "\f56e";
}
.la-file-image:before {
  content: "\f1c5";
}
.la-file-import:before {
  content: "\f56f";
}
.la-file-invoice:before {
  content: "\f570";
}
.la-file-invoice-dollar:before {
  content: "\f571";
}
.la-file-medical:before {
  content: "\f477";
}
.la-file-medical-alt:before {
  content: "\f478";
}
.la-file-pdf:before {
  content: "\f1c1";
}
.la-file-powerpoint:before {
  content: "\f1c4";
}
.la-file-prescription:before {
  content: "\f572";
}
.la-file-signature:before {
  content: "\f573";
}
.la-file-upload:before {
  content: "\f574";
}
.la-file-video:before {
  content: "\f1c8";
}
.la-file-word:before {
  content: "\f1c2";
}
.la-fill:before {
  content: "\f575";
}
.la-fill-drip:before {
  content: "\f576";
}
.la-film:before {
  content: "\f008";
}
.la-filter:before {
  content: "\f0b0";
}
.la-fingerprint:before {
  content: "\f577";
}
.la-fire:before {
  content: "\f06d";
}
.la-fire-alt:before {
  content: "\f7e4";
}
.la-fire-extinguisher:before {
  content: "\f134";
}
.la-firefox:before {
  content: "\f269";
}
.la-first-aid:before {
  content: "\f479";
}
.la-first-order:before {
  content: "\f2b0";
}
.la-first-order-alt:before {
  content: "\f50a";
}
.la-firstdraft:before {
  content: "\f3a1";
}
.la-fish:before {
  content: "\f578";
}
.la-fist-raised:before {
  content: "\f6de";
}
.la-flag:before {
  content: "\f024";
}
.la-flag-checkered:before {
  content: "\f11e";
}
.la-flag-usa:before {
  content: "\f74d";
}
.la-flask:before {
  content: "\f0c3";
}
.la-flickr:before {
  content: "\f16e";
}
.la-flipboard:before {
  content: "\f44d";
}
.la-flushed:before {
  content: "\f579";
}
.la-fly:before {
  content: "\f417";
}
.la-folder:before {
  content: "\f07b";
}
.la-folder-minus:before {
  content: "\f65d";
}
.la-folder-open:before {
  content: "\f07c";
}
.la-folder-plus:before {
  content: "\f65e";
}
.la-font:before {
  content: "\f031";
}
.la-font-awesome:before {
  content: "\f2b4";
}
.la-font-awesome-alt:before {
  content: "\f35c";
}
.la-font-awesome-flag:before {
  content: "\f425";
}
.la-font-awesome-logo-full:before {
  content: "\f4e6";
}
.la-fonticons:before {
  content: "\f280";
}
.la-fonticons-fi:before {
  content: "\f3a2";
}
.la-football-ball:before {
  content: "\f44e";
}
.la-fort-awesome:before {
  content: "\f286";
}
.la-fort-awesome-alt:before {
  content: "\f3a3";
}
.la-forumbee:before {
  content: "\f211";
}
.la-forward:before {
  content: "\f04e";
}
.la-foursquare:before {
  content: "\f180";
}
.la-free-code-camp:before {
  content: "\f2c5";
}
.la-freebsd:before {
  content: "\f3a4";
}
.la-frog:before {
  content: "\f52e";
}
.la-frown:before {
  content: "\f119";
}
.la-frown-open:before {
  content: "\f57a";
}
.la-fulcrum:before {
  content: "\f50b";
}
.la-funnel-dollar:before {
  content: "\f662";
}
.la-futbol:before {
  content: "\f1e3";
}
.la-galactic-republic:before {
  content: "\f50c";
}
.la-galactic-senate:before {
  content: "\f50d";
}
.la-gamepad:before {
  content: "\f11b";
}
.la-gas-pump:before {
  content: "\f52f";
}
.la-gavel:before {
  content: "\f0e3";
}
.la-gem:before {
  content: "\f3a5";
}
.la-genderless:before {
  content: "\f22d";
}
.la-get-pocket:before {
  content: "\f265";
}
.la-gg:before {
  content: "\f260";
}
.la-gg-circle:before {
  content: "\f261";
}
.la-ghost:before {
  content: "\f6e2";
}
.la-gift:before {
  content: "\f06b";
}
.la-gifts:before {
  content: "\f79c";
}
.la-git:before {
  content: "\f1d3";
}
.la-git-alt:before {
  content: "\f841";
}
.la-git-square:before {
  content: "\f1d2";
}
.la-github:before {
  content: "\f09b";
}
.la-github-alt:before {
  content: "\f113";
}
.la-github-square:before {
  content: "\f092";
}
.la-gitkraken:before {
  content: "\f3a6";
}
.la-gitlab:before {
  content: "\f296";
}
.la-gitter:before {
  content: "\f426";
}
.la-glass-cheers:before {
  content: "\f79f";
}
.la-glass-martini:before {
  content: "\f000";
}
.la-glass-martini-alt:before {
  content: "\f57b";
}
.la-glass-whiskey:before {
  content: "\f7a0";
}
.la-glasses:before {
  content: "\f530";
}
.la-glide:before {
  content: "\f2a5";
}
.la-glide-g:before {
  content: "\f2a6";
}
.la-globe:before {
  content: "\f0ac";
}
.la-globe-africa:before {
  content: "\f57c";
}
.la-globe-americas:before {
  content: "\f57d";
}
.la-globe-asia:before {
  content: "\f57e";
}
.la-globe-europe:before {
  content: "\f7a2";
}
.la-gofore:before {
  content: "\f3a7";
}
.la-golf-ball:before {
  content: "\f450";
}
.la-goodreads:before {
  content: "\f3a8";
}
.la-goodreads-g:before {
  content: "\f3a9";
}
.la-google:before {
  content: "\f1a0";
}
.la-google-drive:before {
  content: "\f3aa";
}
.la-google-play:before {
  content: "\f3ab";
}
.la-google-plus:before {
  content: "\f2b3";
}
.la-google-plus-g:before {
  content: "\f0d5";
}
.la-google-plus-square:before {
  content: "\f0d4";
}
.la-google-wallet:before {
  content: "\f1ee";
}
.la-gopuram:before {
  content: "\f664";
}
.la-graduation-cap:before {
  content: "\f19d";
}
.la-gratipay:before {
  content: "\f184";
}
.la-grav:before {
  content: "\f2d6";
}
.la-greater-than:before {
  content: "\f531";
}
.la-greater-than-equal:before {
  content: "\f532";
}
.la-grimace:before {
  content: "\f57f";
}
.la-grin:before {
  content: "\f580";
}
.la-grin-alt:before {
  content: "\f581";
}
.la-grin-beam:before {
  content: "\f582";
}
.la-grin-beam-sweat:before {
  content: "\f583";
}
.la-grin-hearts:before {
  content: "\f584";
}
.la-grin-squint:before {
  content: "\f585";
}
.la-grin-squint-tears:before {
  content: "\f586";
}
.la-grin-stars:before {
  content: "\f587";
}
.la-grin-tears:before {
  content: "\f588";
}
.la-grin-tongue:before {
  content: "\f589";
}
.la-grin-tongue-squint:before {
  content: "\f58a";
}
.la-grin-tongue-wink:before {
  content: "\f58b";
}
.la-grin-wink:before {
  content: "\f58c";
}
.la-grip-horizontal:before {
  content: "\f58d";
}
.la-grip-lines:before {
  content: "\f7a4";
}
.la-grip-lines-vertical:before {
  content: "\f7a5";
}
.la-grip-vertical:before {
  content: "\f58e";
}
.la-gripfire:before {
  content: "\f3ac";
}
.la-grunt:before {
  content: "\f3ad";
}
.la-guitar:before {
  content: "\f7a6";
}
.la-gulp:before {
  content: "\f3ae";
}
.la-h-square:before {
  content: "\f0fd";
}
.la-hacker-news:before {
  content: "\f1d4";
}
.la-hacker-news-square:before {
  content: "\f3af";
}
.la-hackerrank:before {
  content: "\f5f7";
}
.la-hamburger:before {
  content: "\f805";
}
.la-hammer:before {
  content: "\f6e3";
}
.la-hamsa:before {
  content: "\f665";
}
.la-hand-holding:before {
  content: "\f4bd";
}
.la-hand-holding-heart:before {
  content: "\f4be";
}
.la-hand-holding-usd:before {
  content: "\f4c0";
}
.la-hand-lizard:before {
  content: "\f258";
}
.la-hand-middle-finger:before {
  content: "\f806";
}
.la-hand-paper:before {
  content: "\f256";
}
.la-hand-peace:before {
  content: "\f25b";
}
.la-hand-point-down:before {
  content: "\f0a7";
}
.la-hand-point-left:before {
  content: "\f0a5";
}
.la-hand-point-right:before {
  content: "\f0a4";
}
.la-hand-point-up:before {
  content: "\f0a6";
}
.la-hand-pointer:before {
  content: "\f25a";
}
.la-hand-rock:before {
  content: "\f255";
}
.la-hand-scissors:before {
  content: "\f257";
}
.la-hand-spock:before {
  content: "\f259";
}
.la-hands:before {
  content: "\f4c2";
}
.la-hands-helping:before {
  content: "\f4c4";
}
.la-handshake:before {
  content: "\f2b5";
}
.la-hanukiah:before {
  content: "\f6e6";
}
.la-hard-hat:before {
  content: "\f807";
}
.la-hashtag:before {
  content: "\f292";
}
.la-hat-cowboy:before {
  content: "\f8c0";
}
.la-hat-cowboy-side:before {
  content: "\f8c1";
}
.la-hat-wizard:before {
  content: "\f6e8";
}
.la-haykal:before {
  content: "\f666";
}
.la-hdd:before {
  content: "\f0a0";
}
.la-heading:before {
  content: "\f1dc";
}
.la-headphones:before {
  content: "\f025";
}
.la-headphones-alt:before {
  content: "\f58f";
}
.la-headset:before {
  content: "\f590";
}
.la-heart:before {
  content: "\f004";
}
.la-heart-broken:before {
  content: "\f7a9";
}
.la-heartbeat:before {
  content: "\f21e";
}
.la-helicopter:before {
  content: "\f533";
}
.la-highlighter:before {
  content: "\f591";
}
.la-hiking:before {
  content: "\f6ec";
}
.la-hippo:before {
  content: "\f6ed";
}
.la-hips:before {
  content: "\f452";
}
.la-hire-a-helper:before {
  content: "\f3b0";
}
.la-history:before {
  content: "\f1da";
}
.la-hockey-puck:before {
  content: "\f453";
}
.la-holly-berry:before {
  content: "\f7aa";
}
.la-home:before {
  content: "\f015";
}
.la-hooli:before {
  content: "\f427";
}
.la-hornbill:before {
  content: "\f592";
}
.la-horse:before {
  content: "\f6f0";
}
.la-horse-head:before {
  content: "\f7ab";
}
.la-hospital:before {
  content: "\f0f8";
}
.la-hospital-alt:before {
  content: "\f47d";
}
.la-hospital-symbol:before {
  content: "\f47e";
}
.la-hot-tub:before {
  content: "\f593";
}
.la-hotdog:before {
  content: "\f80f";
}
.la-hotel:before {
  content: "\f594";
}
.la-hotjar:before {
  content: "\f3b1";
}
.la-hourglass:before {
  content: "\f254";
}
.la-hourglass-end:before {
  content: "\f253";
}
.la-hourglass-half:before {
  content: "\f252";
}
.la-hourglass-start:before {
  content: "\f251";
}
.la-house-damage:before {
  content: "\f6f1";
}
.la-houzz:before {
  content: "\f27c";
}
.la-hryvnia:before {
  content: "\f6f2";
}
.la-html5:before {
  content: "\f13b";
}
.la-hubspot:before {
  content: "\f3b2";
}
.la-i-cursor:before {
  content: "\f246";
}
.la-ice-cream:before {
  content: "\f810";
}
.la-icicles:before {
  content: "\f7ad";
}
.la-icons:before {
  content: "\f86d";
}
.la-id-badge:before {
  content: "\f2c1";
}
.la-id-card:before {
  content: "\f2c2";
}
.la-id-card-alt:before {
  content: "\f47f";
}
.la-igloo:before {
  content: "\f7ae";
}
.la-image:before {
  content: "\f03e";
}
.la-images:before {
  content: "\f302";
}
.la-imdb:before {
  content: "\f2d8";
}
.la-inbox:before {
  content: "\f01c";
}
.la-indent:before {
  content: "\f03c";
}
.la-industry:before {
  content: "\f275";
}
.la-infinity:before {
  content: "\f534";
}
.la-info:before {
  content: "\f129";
}
.la-info-circle:before {
  content: "\f05a";
}
.la-instagram:before {
  content: "\f16d";
}
.la-intercom:before {
  content: "\f7af";
}
.la-internet-explorer:before {
  content: "\f26b";
}
.la-invision:before {
  content: "\f7b0";
}
.la-ioxhost:before {
  content: "\f208";
}
.la-italic:before {
  content: "\f033";
}
.la-itch-io:before {
  content: "\f83a";
}
.la-itunes:before {
  content: "\f3b4";
}
.la-itunes-note:before {
  content: "\f3b5";
}
.la-java:before {
  content: "\f4e4";
}
.la-jedi:before {
  content: "\f669";
}
.la-jedi-order:before {
  content: "\f50e";
}
.la-jenkins:before {
  content: "\f3b6";
}
.la-jira:before {
  content: "\f7b1";
}
.la-joget:before {
  content: "\f3b7";
}
.la-joint:before {
  content: "\f595";
}
.la-joomla:before {
  content: "\f1aa";
}
.la-journal-whills:before {
  content: "\f66a";
}
.la-js:before {
  content: "\f3b8";
}
.la-js-square:before {
  content: "\f3b9";
}
.la-jsfiddle:before {
  content: "\f1cc";
}
.la-kaaba:before {
  content: "\f66b";
}
.la-kaggle:before {
  content: "\f5fa";
}
.la-key:before {
  content: "\f084";
}
.la-keybase:before {
  content: "\f4f5";
}
.la-keyboard:before {
  content: "\f11c";
}
.la-keycdn:before {
  content: "\f3ba";
}
.la-khanda:before {
  content: "\f66d";
}
.la-kickstarter:before {
  content: "\f3bb";
}
.la-kickstarter-k:before {
  content: "\f3bc";
}
.la-kiss:before {
  content: "\f596";
}
.la-kiss-beam:before {
  content: "\f597";
}
.la-kiss-wink-heart:before {
  content: "\f598";
}
.la-kiwi-bird:before {
  content: "\f535";
}
.la-korvue:before {
  content: "\f42f";
}
.la-landmark:before {
  content: "\f66f";
}
.la-language:before {
  content: "\f1ab";
}
.la-laptop:before {
  content: "\f109";
}
.la-laptop-code:before {
  content: "\f5fc";
}
.la-laptop-medical:before {
  content: "\f812";
}
.la-laravel:before {
  content: "\f3bd";
}
.la-lastfm:before {
  content: "\f202";
}
.la-lastfm-square:before {
  content: "\f203";
}
.la-laugh:before {
  content: "\f599";
}
.la-laugh-beam:before {
  content: "\f59a";
}
.la-laugh-squint:before {
  content: "\f59b";
}
.la-laugh-wink:before {
  content: "\f59c";
}
.la-layer-group:before {
  content: "\f5fd";
}
.la-leaf:before {
  content: "\f06c";
}
.la-leanpub:before {
  content: "\f212";
}
.la-lemon:before {
  content: "\f094";
}
.la-less:before {
  content: "\f41d";
}
.la-less-than:before {
  content: "\f536";
}
.la-less-than-equal:before {
  content: "\f537";
}
.la-level-down-alt:before {
  content: "\f3be";
}
.la-level-up-alt:before {
  content: "\f3bf";
}
.la-life-ring:before {
  content: "\f1cd";
}
.la-lightbulb:before {
  content: "\f0eb";
}
.la-line:before {
  content: "\f3c0";
}
.la-link:before {
  content: "\f0c1";
}
.la-linkedin:before {
  content: "\f08c";
}
.la-linkedin-in:before {
  content: "\f0e1";
}
.la-linode:before {
  content: "\f2b8";
}
.la-linux:before {
  content: "\f17c";
}
.la-lira-sign:before {
  content: "\f195";
}
.la-list:before {
  content: "\f03a";
}
.la-list-alt:before {
  content: "\f022";
}
.la-list-ol:before {
  content: "\f0cb";
}
.la-list-ul:before {
  content: "\f0ca";
}
.la-location-arrow:before {
  content: "\f124";
}
.la-lock:before {
  content: "\f023";
}
.la-lock-open:before {
  content: "\f3c1";
}
.la-long-arrow-alt-down:before {
  content: "\f309";
}
.la-long-arrow-alt-left:before {
  content: "\f30a";
}
.la-long-arrow-alt-right:before {
  content: "\f30b";
}
.la-long-arrow-alt-up:before {
  content: "\f30c";
}
.la-low-vision:before {
  content: "\f2a8";
}
.la-luggage-cart:before {
  content: "\f59d";
}
.la-lyft:before {
  content: "\f3c3";
}
.la-magento:before {
  content: "\f3c4";
}
.la-magic:before {
  content: "\f0d0";
}
.la-magnet:before {
  content: "\f076";
}
.la-mail-bulk:before {
  content: "\f674";
}
.la-mailchimp:before {
  content: "\f59e";
}
.la-male:before {
  content: "\f183";
}
.la-mandalorian:before {
  content: "\f50f";
}
.la-map:before {
  content: "\f279";
}
.la-map-marked:before {
  content: "\f59f";
}
.la-map-marked-alt:before {
  content: "\f5a0";
}
.la-map-marker:before {
  content: "\f041";
}
.la-map-marker-alt:before {
  content: "\f3c5";
}
.la-map-pin:before {
  content: "\f276";
}
.la-map-signs:before {
  content: "\f277";
}
.la-markdown:before {
  content: "\f60f";
}
.la-marker:before {
  content: "\f5a1";
}
.la-mars:before {
  content: "\f222";
}
.la-mars-double:before {
  content: "\f227";
}
.la-mars-stroke:before {
  content: "\f229";
}
.la-mars-stroke-h:before {
  content: "\f22b";
}
.la-mars-stroke-v:before {
  content: "\f22a";
}
.la-mask:before {
  content: "\f6fa";
}
.la-mastodon:before {
  content: "\f4f6";
}
.la-maxcdn:before {
  content: "\f136";
}
.la-mdb:before {
  content: "\f8ca";
}
.la-medal:before {
  content: "\f5a2";
}
.la-medapps:before {
  content: "\f3c6";
}
.la-medium:before {
  content: "\f23a";
}
.la-medium-m:before {
  content: "\f3c7";
}
.la-medkit:before {
  content: "\f0fa";
}
.la-medrt:before {
  content: "\f3c8";
}
.la-meetup:before {
  content: "\f2e0";
}
.la-megaport:before {
  content: "\f5a3";
}
.la-meh:before {
  content: "\f11a";
}
.la-meh-blank:before {
  content: "\f5a4";
}
.la-meh-rolling-eyes:before {
  content: "\f5a5";
}
.la-memory:before {
  content: "\f538";
}
.la-mendeley:before {
  content: "\f7b3";
}
.la-menorah:before {
  content: "\f676";
}
.la-mercury:before {
  content: "\f223";
}
.la-meteor:before {
  content: "\f753";
}
.la-microchip:before {
  content: "\f2db";
}
.la-microphone:before {
  content: "\f130";
}
.la-microphone-alt:before {
  content: "\f3c9";
}
.la-microphone-alt-slash:before {
  content: "\f539";
}
.la-microphone-slash:before {
  content: "\f131";
}
.la-microscope:before {
  content: "\f610";
}
.la-microsoft:before {
  content: "\f3ca";
}
.la-minus:before {
  content: "\f068";
}
.la-minus-circle:before {
  content: "\f056";
}
.la-minus-square:before {
  content: "\f146";
}
.la-mitten:before {
  content: "\f7b5";
}
.la-mix:before {
  content: "\f3cb";
}
.la-mixcloud:before {
  content: "\f289";
}
.la-mizuni:before {
  content: "\f3cc";
}
.la-mobile:before {
  content: "\f10b";
}
.la-mobile-alt:before {
  content: "\f3cd";
}
.la-modx:before {
  content: "\f285";
}
.la-monero:before {
  content: "\f3d0";
}
.la-money-bill:before {
  content: "\f0d6";
}
.la-money-bill-alt:before {
  content: "\f3d1";
}
.la-money-bill-wave:before {
  content: "\f53a";
}
.la-money-bill-wave-alt:before {
  content: "\f53b";
}
.la-money-check:before {
  content: "\f53c";
}
.la-money-check-alt:before {
  content: "\f53d";
}
.la-monument:before {
  content: "\f5a6";
}
.la-moon:before {
  content: "\f186";
}
.la-mortar-pestle:before {
  content: "\f5a7";
}
.la-mosque:before {
  content: "\f678";
}
.la-motorcycle:before {
  content: "\f21c";
}
.la-mountain:before {
  content: "\f6fc";
}
.la-mouse:before {
  content: "\f8cc";
}
.la-mouse-pointer:before {
  content: "\f245";
}
.la-mug-hot:before {
  content: "\f7b6";
}
.la-music:before {
  content: "\f001";
}
.la-napster:before {
  content: "\f3d2";
}
.la-neos:before {
  content: "\f612";
}
.la-network-wired:before {
  content: "\f6ff";
}
.la-neuter:before {
  content: "\f22c";
}
.la-newspaper:before {
  content: "\f1ea";
}
.la-nimblr:before {
  content: "\f5a8";
}
.la-node:before {
  content: "\f419";
}
.la-node-js:before {
  content: "\f3d3";
}
.la-not-equal:before {
  content: "\f53e";
}
.la-notes-medical:before {
  content: "\f481";
}
.la-npm:before {
  content: "\f3d4";
}
.la-ns8:before {
  content: "\f3d5";
}
.la-nutritionix:before {
  content: "\f3d6";
}
.la-object-group:before {
  content: "\f247";
}
.la-object-ungroup:before {
  content: "\f248";
}
.la-odnoklassniki:before {
  content: "\f263";
}
.la-odnoklassniki-square:before {
  content: "\f264";
}
.la-oil-can:before {
  content: "\f613";
}
.la-old-republic:before {
  content: "\f510";
}
.la-om:before {
  content: "\f679";
}
.la-opencart:before {
  content: "\f23d";
}
.la-openid:before {
  content: "\f19b";
}
.la-opera:before {
  content: "\f26a";
}
.la-optin-monster:before {
  content: "\f23c";
}
.la-orcid:before {
  content: "\f8d2";
}
.la-osi:before {
  content: "\f41a";
}
.la-otter:before {
  content: "\f700";
}
.la-outdent:before {
  content: "\f03b";
}
.la-page4:before {
  content: "\f3d7";
}
.la-pagelines:before {
  content: "\f18c";
}
.la-pager:before {
  content: "\f815";
}
.la-paint-brush:before {
  content: "\f1fc";
}
.la-paint-roller:before {
  content: "\f5aa";
}
.la-palette:before {
  content: "\f53f";
}
.la-palfed:before {
  content: "\f3d8";
}
.la-pallet:before {
  content: "\f482";
}
.la-paper-plane:before {
  content: "\f1d8";
}
.la-paperclip:before {
  content: "\f0c6";
}
.la-parachute-box:before {
  content: "\f4cd";
}
.la-paragraph:before {
  content: "\f1dd";
}
.la-parking:before {
  content: "\f540";
}
.la-passport:before {
  content: "\f5ab";
}
.la-pastafarianism:before {
  content: "\f67b";
}
.la-paste:before {
  content: "\f0ea";
}
.la-patreon:before {
  content: "\f3d9";
}
.la-pause:before {
  content: "\f04c";
}
.la-pause-circle:before {
  content: "\f28b";
}
.la-paw:before {
  content: "\f1b0";
}
.la-paypal:before {
  content: "\f1ed";
}
.la-peace:before {
  content: "\f67c";
}
.la-pen:before {
  content: "\f304";
}
.la-pen-alt:before {
  content: "\f305";
}
.la-pen-fancy:before {
  content: "\f5ac";
}
.la-pen-nib:before {
  content: "\f5ad";
}
.la-pen-square:before {
  content: "\f14b";
}
.la-pencil-alt:before {
  content: "\f303";
}
.la-pencil-ruler:before {
  content: "\f5ae";
}
.la-penny-arcade:before {
  content: "\f704";
}
.la-people-carry:before {
  content: "\f4ce";
}
.la-pepper-hot:before {
  content: "\f816";
}
.la-percent:before {
  content: "\f295";
}
.la-percentage:before {
  content: "\f541";
}
.la-periscope:before {
  content: "\f3da";
}
.la-person-booth:before {
  content: "\f756";
}
.la-phabricator:before {
  content: "\f3db";
}
.la-phoenix-framework:before {
  content: "\f3dc";
}
.la-phoenix-squadron:before {
  content: "\f511";
}
.la-phone:before {
  content: "\f095";
}
.la-phone-alt:before {
  content: "\f879";
}
.la-phone-slash:before {
  content: "\f3dd";
}
.la-phone-square:before {
  content: "\f098";
}
.la-phone-square-alt:before {
  content: "\f87b";
}
.la-phone-volume:before {
  content: "\f2a0";
}
.la-photo-video:before {
  content: "\f87c";
}
.la-php:before {
  content: "\f457";
}
.la-pied-piper:before {
  content: "\f2ae";
}
.la-pied-piper-alt:before {
  content: "\f1a8";
}
.la-pied-piper-hat:before {
  content: "\f4e5";
}
.la-pied-piper-pp:before {
  content: "\f1a7";
}
.la-piggy-bank:before {
  content: "\f4d3";
}
.la-pills:before {
  content: "\f484";
}
.la-pinterest:before {
  content: "\f0d2";
}
.la-pinterest-p:before {
  content: "\f231";
}
.la-pinterest-square:before {
  content: "\f0d3";
}
.la-pizza-slice:before {
  content: "\f818";
}
.la-place-of-worship:before {
  content: "\f67f";
}
.la-plane:before {
  content: "\f072";
}
.la-plane-arrival:before {
  content: "\f5af";
}
.la-plane-departure:before {
  content: "\f5b0";
}
.la-play:before {
  content: "\f04b";
}
.la-play-circle:before {
  content: "\f144";
}
.la-playstation:before {
  content: "\f3df";
}
.la-plug:before {
  content: "\f1e6";
}
.la-plus:before {
  content: "\f067";
}
.la-plus-circle:before {
  content: "\f055";
}
.la-plus-square:before {
  content: "\f0fe";
}
.la-podcast:before {
  content: "\f2ce";
}
.la-poll:before {
  content: "\f681";
}
.la-poll-h:before {
  content: "\f682";
}
.la-poo:before {
  content: "\f2fe";
}
.la-poo-storm:before {
  content: "\f75a";
}
.la-poop:before {
  content: "\f619";
}
.la-portrait:before {
  content: "\f3e0";
}
.la-pound-sign:before {
  content: "\f154";
}
.la-power-off:before {
  content: "\f011";
}
.la-pray:before {
  content: "\f683";
}
.la-praying-hands:before {
  content: "\f684";
}
.la-prescription:before {
  content: "\f5b1";
}
.la-prescription-bottle:before {
  content: "\f485";
}
.la-prescription-bottle-alt:before {
  content: "\f486";
}
.la-print:before {
  content: "\f02f";
}
.la-procedures:before {
  content: "\f487";
}
.la-product-hunt:before {
  content: "\f288";
}
.la-project-diagram:before {
  content: "\f542";
}
.la-pushed:before {
  content: "\f3e1";
}
.la-puzzle-piece:before {
  content: "\f12e";
}
.la-python:before {
  content: "\f3e2";
}
.la-qq:before {
  content: "\f1d6";
}
.la-qrcode:before {
  content: "\f029";
}
.la-question:before {
  content: "\f128";
}
.la-question-circle:before {
  content: "\f059";
}
.la-quidditch:before {
  content: "\f458";
}
.la-quinscape:before {
  content: "\f459";
}
.la-quora:before {
  content: "\f2c4";
}
.la-quote-left:before {
  content: "\f10d";
}
.la-quote-right:before {
  content: "\f10e";
}
.la-quran:before {
  content: "\f687";
}
.la-r-project:before {
  content: "\f4f7";
}
.la-radiation:before {
  content: "\f7b9";
}
.la-radiation-alt:before {
  content: "\f7ba";
}
.la-rainbow:before {
  content: "\f75b";
}
.la-random:before {
  content: "\f074";
}
.la-raspberry-pi:before {
  content: "\f7bb";
}
.la-ravelry:before {
  content: "\f2d9";
}
.la-react:before {
  content: "\f41b";
}
.la-reacteurope:before {
  content: "\f75d";
}
.la-readme:before {
  content: "\f4d5";
}
.la-rebel:before {
  content: "\f1d0";
}
.la-receipt:before {
  content: "\f543";
}
.la-record-vinyl:before {
  content: "\f8d9";
}
.la-recycle:before {
  content: "\f1b8";
}
.la-red-river:before {
  content: "\f3e3";
}
.la-reddit:before {
  content: "\f1a1";
}
.la-reddit-alien:before {
  content: "\f281";
}
.la-reddit-square:before {
  content: "\f1a2";
}
.la-redhat:before {
  content: "\f7bc";
}
.la-redo:before {
  content: "\f01e";
}
.la-redo-alt:before {
  content: "\f2f9";
}
.la-registered:before {
  content: "\f25d";
}
.la-remove-format:before {
  content: "\f87d";
}
.la-renren:before {
  content: "\f18b";
}
.la-reply:before {
  content: "\f3e5";
}
.la-reply-all:before {
  content: "\f122";
}
.la-replyd:before {
  content: "\f3e6";
}
.la-republican:before {
  content: "\f75e";
}
.la-researchgate:before {
  content: "\f4f8";
}
.la-resolving:before {
  content: "\f3e7";
}
.la-restroom:before {
  content: "\f7bd";
}
.la-retweet:before {
  content: "\f079";
}
.la-rev:before {
  content: "\f5b2";
}
.la-ribbon:before {
  content: "\f4d6";
}
.la-ring:before {
  content: "\f70b";
}
.la-road:before {
  content: "\f018";
}
.la-robot:before {
  content: "\f544";
}
.la-rocket:before {
  content: "\f135";
}
.la-rocketchat:before {
  content: "\f3e8";
}
.la-rockrms:before {
  content: "\f3e9";
}
.la-route:before {
  content: "\f4d7";
}
.la-rss:before {
  content: "\f09e";
}
.la-rss-square:before {
  content: "\f143";
}
.la-ruble-sign:before {
  content: "\f158";
}
.la-ruler:before {
  content: "\f545";
}
.la-ruler-combined:before {
  content: "\f546";
}
.la-ruler-horizontal:before {
  content: "\f547";
}
.la-ruler-vertical:before {
  content: "\f548";
}
.la-running:before {
  content: "\f70c";
}
.la-rupee-sign:before {
  content: "\f156";
}
.la-sad-cry:before {
  content: "\f5b3";
}
.la-sad-tear:before {
  content: "\f5b4";
}
.la-safari:before {
  content: "\f267";
}
.la-salesforce:before {
  content: "\f83b";
}
.la-sass:before {
  content: "\f41e";
}
.la-satellite:before {
  content: "\f7bf";
}
.la-satellite-dish:before {
  content: "\f7c0";
}
.la-save:before {
  content: "\f0c7";
}
.la-schlix:before {
  content: "\f3ea";
}
.la-school:before {
  content: "\f549";
}
.la-screwdriver:before {
  content: "\f54a";
}
.la-scribd:before {
  content: "\f28a";
}
.la-scroll:before {
  content: "\f70e";
}
.la-sd-card:before {
  content: "\f7c2";
}
.la-search:before {
  content: "\f002";
}
.la-search-dollar:before {
  content: "\f688";
}
.la-search-location:before {
  content: "\f689";
}
.la-search-minus:before {
  content: "\f010";
}
.la-search-plus:before {
  content: "\f00e";
}
.la-searchengin:before {
  content: "\f3eb";
}
.la-seedling:before {
  content: "\f4d8";
}
.la-sellcast:before {
  content: "\f2da";
}
.la-sellsy:before {
  content: "\f213";
}
.la-server:before {
  content: "\f233";
}
.la-servicestack:before {
  content: "\f3ec";
}
.la-shapes:before {
  content: "\f61f";
}
.la-share:before {
  content: "\f064";
}
.la-share-alt:before {
  content: "\f1e0";
}
.la-share-alt-square:before {
  content: "\f1e1";
}
.la-share-square:before {
  content: "\f14d";
}
.la-shekel-sign:before {
  content: "\f20b";
}
.la-shield-alt:before {
  content: "\f3ed";
}
.la-ship:before {
  content: "\f21a";
}
.la-shipping-fast:before {
  content: "\f48b";
}
.la-shirtsinbulk:before {
  content: "\f214";
}
.la-shoe-prints:before {
  content: "\f54b";
}
.la-shopping-bag:before {
  content: "\f290";
}
.la-shopping-basket:before {
  content: "\f291";
}
.la-shopping-cart:before {
  content: "\f07a";
}
.la-shopware:before {
  content: "\f5b5";
}
.la-shower:before {
  content: "\f2cc";
}
.la-shuttle-van:before {
  content: "\f5b6";
}
.la-sign:before {
  content: "\f4d9";
}
.la-sign-in-alt:before {
  content: "\f2f6";
}
.la-sign-language:before {
  content: "\f2a7";
}
.la-sign-out-alt:before {
  content: "\f2f5";
}
.la-signal:before {
  content: "\f012";
}
.la-signature:before {
  content: "\f5b7";
}
.la-sim-card:before {
  content: "\f7c4";
}
.la-simplybuilt:before {
  content: "\f215";
}
.la-sistrix:before {
  content: "\f3ee";
}
.la-sitemap:before {
  content: "\f0e8";
}
.la-sith:before {
  content: "\f512";
}
.la-skating:before {
  content: "\f7c5";
}
.la-sketch:before {
  content: "\f7c6";
}
.la-skiing:before {
  content: "\f7c9";
}
.la-skiing-nordic:before {
  content: "\f7ca";
}
.la-skull:before {
  content: "\f54c";
}
.la-skull-crossbones:before {
  content: "\f714";
}
.la-skyatlas:before {
  content: "\f216";
}
.la-skype:before {
  content: "\f17e";
}
.la-slack:before {
  content: "\f198";
}
.la-slack-hash:before {
  content: "\f3ef";
}
.la-slash:before {
  content: "\f715";
}
.la-sleigh:before {
  content: "\f7cc";
}
.la-sliders-h:before {
  content: "\f1de";
}
.la-slideshare:before {
  content: "\f1e7";
}
.la-smile:before {
  content: "\f118";
}
.la-smile-beam:before {
  content: "\f5b8";
}
.la-smile-wink:before {
  content: "\f4da";
}
.la-smog:before {
  content: "\f75f";
}
.la-smoking:before {
  content: "\f48d";
}
.la-smoking-ban:before {
  content: "\f54d";
}
.la-sms:before {
  content: "\f7cd";
}
.la-snapchat:before {
  content: "\f2ab";
}
.la-snapchat-ghost:before {
  content: "\f2ac";
}
.la-snapchat-square:before {
  content: "\f2ad";
}
.la-snowboarding:before {
  content: "\f7ce";
}
.la-snowflake:before {
  content: "\f2dc";
}
.la-snowman:before {
  content: "\f7d0";
}
.la-snowplow:before {
  content: "\f7d2";
}
.la-socks:before {
  content: "\f696";
}
.la-solar-panel:before {
  content: "\f5ba";
}
.la-sort:before {
  content: "\f0dc";
}
.la-sort-alpha-down:before {
  content: "\f15d";
}
.la-sort-alpha-down-alt:before {
  content: "\f881";
}
.la-sort-alpha-up:before {
  content: "\f15e";
}
.la-sort-alpha-up-alt:before {
  content: "\f882";
}
.la-sort-amount-down:before {
  content: "\f160";
}
.la-sort-amount-down-alt:before {
  content: "\f884";
}
.la-sort-amount-up:before {
  content: "\f161";
}
.la-sort-amount-up-alt:before {
  content: "\f885";
}
.la-sort-down:before {
  content: "\f0dd";
}
.la-sort-numeric-down:before {
  content: "\f162";
}
.la-sort-numeric-down-alt:before {
  content: "\f886";
}
.la-sort-numeric-up:before {
  content: "\f163";
}
.la-sort-numeric-up-alt:before {
  content: "\f887";
}
.la-sort-up:before {
  content: "\f0de";
}
.la-soundcloud:before {
  content: "\f1be";
}
.la-sourcetree:before {
  content: "\f7d3";
}
.la-spa:before {
  content: "\f5bb";
}
.la-space-shuttle:before {
  content: "\f197";
}
.la-speakap:before {
  content: "\f3f3";
}
.la-speaker-deck:before {
  content: "\f83c";
}
.la-spell-check:before {
  content: "\f891";
}
.la-spider:before {
  content: "\f717";
}
.la-spinner:before {
  content: "\f110";
}
.la-splotch:before {
  content: "\f5bc";
}
.la-spotify:before {
  content: "\f1bc";
}
.la-spray-can:before {
  content: "\f5bd";
}
.la-square:before {
  content: "\f0c8";
}
.la-square-full:before {
  content: "\f45c";
}
.la-square-root-alt:before {
  content: "\f698";
}
.la-squarespace:before {
  content: "\f5be";
}
.la-stack-exchange:before {
  content: "\f18d";
}
.la-stack-overflow:before {
  content: "\f16c";
}
.la-stackpath:before {
  content: "\f842";
}
.la-stamp:before {
  content: "\f5bf";
}
.la-star:before {
  content: "\f005";
}
.la-star-and-crescent:before {
  content: "\f699";
}
.la-star-half:before {
  content: "\f089";
}
.la-star-half-alt:before {
  content: "\f5c0";
}
.la-star-of-david:before {
  content: "\f69a";
}
.la-star-of-life:before {
  content: "\f621";
}
.la-staylinked:before {
  content: "\f3f5";
}
.la-steam:before {
  content: "\f1b6";
}
.la-steam-square:before {
  content: "\f1b7";
}
.la-steam-symbol:before {
  content: "\f3f6";
}
.la-step-backward:before {
  content: "\f048";
}
.la-step-forward:before {
  content: "\f051";
}
.la-stethoscope:before {
  content: "\f0f1";
}
.la-sticker-mule:before {
  content: "\f3f7";
}
.la-sticky-note:before {
  content: "\f249";
}
.la-stop:before {
  content: "\f04d";
}
.la-stop-circle:before {
  content: "\f28d";
}
.la-stopwatch:before {
  content: "\f2f2";
}
.la-store:before {
  content: "\f54e";
}
.la-store-alt:before {
  content: "\f54f";
}
.la-strava:before {
  content: "\f428";
}
.la-stream:before {
  content: "\f550";
}
.la-street-view:before {
  content: "\f21d";
}
.la-strikethrough:before {
  content: "\f0cc";
}
.la-stripe:before {
  content: "\f429";
}
.la-stripe-s:before {
  content: "\f42a";
}
.la-stroopwafel:before {
  content: "\f551";
}
.la-studiovinari:before {
  content: "\f3f8";
}
.la-stumbleupon:before {
  content: "\f1a4";
}
.la-stumbleupon-circle:before {
  content: "\f1a3";
}
.la-subscript:before {
  content: "\f12c";
}
.la-subway:before {
  content: "\f239";
}
.la-suitcase:before {
  content: "\f0f2";
}
.la-suitcase-rolling:before {
  content: "\f5c1";
}
.la-sun:before {
  content: "\f185";
}
.la-superpowers:before {
  content: "\f2dd";
}
.la-superscript:before {
  content: "\f12b";
}
.la-supple:before {
  content: "\f3f9";
}
.la-surprise:before {
  content: "\f5c2";
}
.la-suse:before {
  content: "\f7d6";
}
.la-swatchbook:before {
  content: "\f5c3";
}
.la-swift:before {
  content: "\f8e1";
}
.la-swimmer:before {
  content: "\f5c4";
}
.la-swimming-pool:before {
  content: "\f5c5";
}
.la-symfony:before {
  content: "\f83d";
}
.la-synagogue:before {
  content: "\f69b";
}
.la-sync:before {
  content: "\f021";
}
.la-sync-alt:before {
  content: "\f2f1";
}
.la-syringe:before {
  content: "\f48e";
}
.la-table:before {
  content: "\f0ce";
}
.la-table-tennis:before {
  content: "\f45d";
}
.la-tablet:before {
  content: "\f10a";
}
.la-tablet-alt:before {
  content: "\f3fa";
}
.la-tablets:before {
  content: "\f490";
}
.la-tachometer-alt:before {
  content: "\f3fd";
}
.la-tag:before {
  content: "\f02b";
}
.la-tags:before {
  content: "\f02c";
}
.la-tape:before {
  content: "\f4db";
}
.la-tasks:before {
  content: "\f0ae";
}
.la-taxi:before {
  content: "\f1ba";
}
.la-teamspeak:before {
  content: "\f4f9";
}
.la-teeth:before {
  content: "\f62e";
}
.la-teeth-open:before {
  content: "\f62f";
}
.la-telegram:before {
  content: "\f2c6";
}
.la-telegram-plane:before {
  content: "\f3fe";
}
.la-temperature-high:before {
  content: "\f769";
}
.la-temperature-low:before {
  content: "\f76b";
}
.la-tencent-weibo:before {
  content: "\f1d5";
}
.la-tenge:before {
  content: "\f7d7";
}
.la-terminal:before {
  content: "\f120";
}
.la-text-height:before {
  content: "\f034";
}
.la-text-width:before {
  content: "\f035";
}
.la-th:before {
  content: "\f00a";
}
.la-th-large:before {
  content: "\f009";
}
.la-th-list:before {
  content: "\f00b";
}
.la-the-red-yeti:before {
  content: "\f69d";
}
.la-theater-masks:before {
  content: "\f630";
}
.la-themeco:before {
  content: "\f5c6";
}
.la-themeisle:before {
  content: "\f2b2";
}
.la-thermometer:before {
  content: "\f491";
}
.la-thermometer-empty:before {
  content: "\f2cb";
}
.la-thermometer-full:before {
  content: "\f2c7";
}
.la-thermometer-half:before {
  content: "\f2c9";
}
.la-thermometer-quarter:before {
  content: "\f2ca";
}
.la-thermometer-three-quarters:before {
  content: "\f2c8";
}
.la-think-peaks:before {
  content: "\f731";
}
.la-thumbs-down:before {
  content: "\f165";
}
.la-thumbs-up:before {
  content: "\f164";
}
.la-thumbtack:before {
  content: "\f08d";
}
.la-ticket-alt:before {
  content: "\f3ff";
}
.la-times:before {
  content: "\f00d";
}
.la-times-circle:before {
  content: "\f057";
}
.la-tint:before {
  content: "\f043";
}
.la-tint-slash:before {
  content: "\f5c7";
}
.la-tired:before {
  content: "\f5c8";
}
.la-toggle-off:before {
  content: "\f204";
}
.la-toggle-on:before {
  content: "\f205";
}
.la-toilet:before {
  content: "\f7d8";
}
.la-toilet-paper:before {
  content: "\f71e";
}
.la-toolbox:before {
  content: "\f552";
}
.la-tools:before {
  content: "\f7d9";
}
.la-tooth:before {
  content: "\f5c9";
}
.la-torah:before {
  content: "\f6a0";
}
.la-torii-gate:before {
  content: "\f6a1";
}
.la-tractor:before {
  content: "\f722";
}
.la-trade-federation:before {
  content: "\f513";
}
.la-trademark:before {
  content: "\f25c";
}
.la-traffic-light:before {
  content: "\f637";
}
.la-train:before {
  content: "\f238";
}
.la-tram:before {
  content: "\f7da";
}
.la-transgender:before {
  content: "\f224";
}
.la-transgender-alt:before {
  content: "\f225";
}
.la-trash:before {
  content: "\f1f8";
}
.la-trash-alt:before {
  content: "\f2ed";
}
.la-trash-restore:before {
  content: "\f829";
}
.la-trash-restore-alt:before {
  content: "\f82a";
}
.la-tree:before {
  content: "\f1bb";
}
.la-trello:before {
  content: "\f181";
}
.la-tripadvisor:before {
  content: "\f262";
}
.la-trophy:before {
  content: "\f091";
}
.la-truck:before {
  content: "\f0d1";
}
.la-truck-loading:before {
  content: "\f4de";
}
.la-truck-monster:before {
  content: "\f63b";
}
.la-truck-moving:before {
  content: "\f4df";
}
.la-truck-pickup:before {
  content: "\f63c";
}
.la-tshirt:before {
  content: "\f553";
}
.la-tty:before {
  content: "\f1e4";
}
.la-tumblr:before {
  content: "\f173";
}
.la-tumblr-square:before {
  content: "\f174";
}
.la-tv:before {
  content: "\f26c";
}
.la-twitch:before {
  content: "\f1e8";
}
.la-twitter:before {
  content: "\f099";
}
.la-twitter-square:before {
  content: "\f081";
}
.la-typo3:before {
  content: "\f42b";
}
.la-uber:before {
  content: "\f402";
}
.la-ubuntu:before {
  content: "\f7df";
}
.la-uikit:before {
  content: "\f403";
}
.la-umbraco:before {
  content: "\f8e8";
}
.la-umbrella:before {
  content: "\f0e9";
}
.la-umbrella-beach:before {
  content: "\f5ca";
}
.la-underline:before {
  content: "\f0cd";
}
.la-undo:before {
  content: "\f0e2";
}
.la-undo-alt:before {
  content: "\f2ea";
}
.la-uniregistry:before {
  content: "\f404";
}
.la-universal-access:before {
  content: "\f29a";
}
.la-university:before {
  content: "\f19c";
}
.la-unlink:before {
  content: "\f127";
}
.la-unlock:before {
  content: "\f09c";
}
.la-unlock-alt:before {
  content: "\f13e";
}
.la-untappd:before {
  content: "\f405";
}
.la-upload:before {
  content: "\f093";
}
.la-ups:before {
  content: "\f7e0";
}
.la-usb:before {
  content: "\f287";
}
.la-user:before {
  content: "\f007";
}
.la-user-alt:before {
  content: "\f406";
}
.la-user-alt-slash:before {
  content: "\f4fa";
}
.la-user-astronaut:before {
  content: "\f4fb";
}
.la-user-check:before {
  content: "\f4fc";
}
.la-user-circle:before {
  content: "\f2bd";
}
.la-user-clock:before {
  content: "\f4fd";
}
.la-user-cog:before {
  content: "\f4fe";
}
.la-user-edit:before {
  content: "\f4ff";
}
.la-user-friends:before {
  content: "\f500";
}
.la-user-graduate:before {
  content: "\f501";
}
.la-user-injured:before {
  content: "\f728";
}
.la-user-lock:before {
  content: "\f502";
}
.la-user-md:before {
  content: "\f0f0";
}
.la-user-minus:before {
  content: "\f503";
}
.la-user-ninja:before {
  content: "\f504";
}
.la-user-nurse:before {
  content: "\f82f";
}
.la-user-plus:before {
  content: "\f234";
}
.la-user-secret:before {
  content: "\f21b";
}
.la-user-shield:before {
  content: "\f505";
}
.la-user-slash:before {
  content: "\f506";
}
.la-user-tag:before {
  content: "\f507";
}
.la-user-tie:before {
  content: "\f508";
}
.la-user-times:before {
  content: "\f235";
}
.la-users:before {
  content: "\f0c0";
}
.la-users-cog:before {
  content: "\f509";
}
.la-usps:before {
  content: "\f7e1";
}
.la-ussunnah:before {
  content: "\f407";
}
.la-utensil-spoon:before {
  content: "\f2e5";
}
.la-utensils:before {
  content: "\f2e7";
}
.la-vaadin:before {
  content: "\f408";
}
.la-vector-square:before {
  content: "\f5cb";
}
.la-venus:before {
  content: "\f221";
}
.la-venus-double:before {
  content: "\f226";
}
.la-venus-mars:before {
  content: "\f228";
}
.la-viacoin:before {
  content: "\f237";
}
.la-viadeo:before {
  content: "\f2a9";
}
.la-viadeo-square:before {
  content: "\f2aa";
}
.la-vial:before {
  content: "\f492";
}
.la-vials:before {
  content: "\f493";
}
.la-viber:before {
  content: "\f409";
}
.la-video:before {
  content: "\f03d";
}
.la-video-slash:before {
  content: "\f4e2";
}
.la-vihara:before {
  content: "\f6a7";
}
.la-vimeo:before {
  content: "\f40a";
}
.la-vimeo-square:before {
  content: "\f194";
}
.la-vimeo-v:before {
  content: "\f27d";
}
.la-vine:before {
  content: "\f1ca";
}
.la-vk:before {
  content: "\f189";
}
.la-vnv:before {
  content: "\f40b";
}
.la-voicemail:before {
  content: "\f897";
}
.la-volleyball-ball:before {
  content: "\f45f";
}
.la-volume-down:before {
  content: "\f027";
}
.la-volume-mute:before {
  content: "\f6a9";
}
.la-volume-off:before {
  content: "\f026";
}
.la-volume-up:before {
  content: "\f028";
}
.la-vote-yea:before {
  content: "\f772";
}
.la-vr-cardboard:before {
  content: "\f729";
}
.la-vuejs:before {
  content: "\f41f";
}
.la-walking:before {
  content: "\f554";
}
.la-wallet:before {
  content: "\f555";
}
.la-warehouse:before {
  content: "\f494";
}
.la-water:before {
  content: "\f773";
}
.la-wave-square:before {
  content: "\f83e";
}
.la-waze:before {
  content: "\f83f";
}
.la-weebly:before {
  content: "\f5cc";
}
.la-weibo:before {
  content: "\f18a";
}
.la-weight:before {
  content: "\f496";
}
.la-weight-hanging:before {
  content: "\f5cd";
}
.la-weixin:before {
  content: "\f1d7";
}
.la-whatsapp:before {
  content: "\f232";
}
.la-whatsapp-square:before {
  content: "\f40c";
}
.la-wheelchair:before {
  content: "\f193";
}
.la-whmcs:before {
  content: "\f40d";
}
.la-wifi:before {
  content: "\f1eb";
}
.la-wikipedia-w:before {
  content: "\f266";
}
.la-wind:before {
  content: "\f72e";
}
.la-window-close:before {
  content: "\f410";
}
.la-window-maximize:before {
  content: "\f2d0";
}
.la-window-minimize:before {
  content: "\f2d1";
}
.la-window-restore:before {
  content: "\f2d2";
}
.la-windows:before {
  content: "\f17a";
}
.la-wine-bottle:before {
  content: "\f72f";
}
.la-wine-glass:before {
  content: "\f4e3";
}
.la-wine-glass-alt:before {
  content: "\f5ce";
}
.la-wix:before {
  content: "\f5cf";
}
.la-wizards-of-the-coast:before {
  content: "\f730";
}
.la-wolf-pack-battalion:before {
  content: "\f514";
}
.la-won-sign:before {
  content: "\f159";
}
.la-wordpress:before {
  content: "\f19a";
}
.la-wordpress-simple:before {
  content: "\f411";
}
.la-wpbeginner:before {
  content: "\f297";
}
.la-wpexplorer:before {
  content: "\f2de";
}
.la-wpforms:before {
  content: "\f298";
}
.la-wpressr:before {
  content: "\f3e4";
}
.la-wrench:before {
  content: "\f0ad";
}
.la-x-ray:before {
  content: "\f497";
}
.la-xbox:before {
  content: "\f412";
}
.la-xing:before {
  content: "\f168";
}
.la-xing-square:before {
  content: "\f169";
}
.la-y-combinator:before {
  content: "\f23b";
}
.la-yahoo:before {
  content: "\f19e";
}
.la-yammer:before {
  content: "\f840";
}
.la-yandex:before {
  content: "\f413";
}
.la-yandex-international:before {
  content: "\f414";
}
.la-yarn:before {
  content: "\f7e3";
}
.la-yelp:before {
  content: "\f1e9";
}
.la-yen-sign:before {
  content: "\f157";
}
.la-yin-yang:before {
  content: "\f6ad";
}
.la-yoast:before {
  content: "\f2b1";
}
.la-youtube:before {
  content: "\f167";
}
.la-youtube-square:before {
  content: "\f431";
}
.la-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Line Awesome Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../frontend/Sm/destino/en_US/fonts/la-brands-400.eot");
  src: url("../../frontend/Sm/destino/en_US/fonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/Sm/destino/en_US/fonts/la-brands-400.woff2") format("woff2"), url("../../frontend/Sm/destino/en_US/fonts/la-brands-400.woff") format("woff"), url("../../frontend/Sm/destino/en_US/fonts/la-brands-400.ttf") format("truetype"), url("../../frontend/Sm/destino/en_US/fonts/la-brands-400.svg#lineawesome") format("svg");
}
.lab {
  font-family: 'Line Awesome Brands';
}
@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../frontend/Sm/destino/en_US/fonts/la-regular-400.eot");
  src: url("../../frontend/Sm/destino/en_US/fonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/Sm/destino/en_US/fonts/la-regular-400.woff2") format("woff2"), url("../../frontend/Sm/destino/en_US/fonts/la-regular-400.woff") format("woff"), url("../../frontend/Sm/destino/en_US/fonts/la-regular-400.ttf") format("truetype"), url("../../frontend/Sm/destino/en_US/fonts/la-regular-400.svg#lineawesome") format("svg");
}
.lar {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../frontend/Sm/destino/en_US/fonts/la-solid-900.eot");
  src: url("../../frontend/Sm/destino/en_US/fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("../../frontend/Sm/destino/en_US/fonts/la-solid-900.woff2") format("woff2"), url("../../frontend/Sm/destino/en_US/fonts/la-solid-900.woff") format("woff"), url("../../frontend/Sm/destino/en_US/fonts/la-solid-900.ttf") format("truetype"), url("../../frontend/Sm/destino/en_US/fonts/la-solid-900.svg#lineawesome") format("svg");
}
.la,
.las {
  font-family: 'Line Awesome Free';
  font-weight: 900;
}
.la.la-glass:before {
  content: "\f000";
}
.la.la-meetup {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-star-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-star-o:before {
  content: "\f005";
}
.la.la-remove:before {
  content: "\f00d";
}
.la.la-close:before {
  content: "\f00d";
}
.la.la-gear:before {
  content: "\f013";
}
.la.la-trash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-trash-o:before {
  content: "\f2ed";
}
.la.la-file-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-o:before {
  content: "\f15b";
}
.la.la-clock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-clock-o:before {
  content: "\f017";
}
.la.la-arrow-circle-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-arrow-circle-o-down:before {
  content: "\f358";
}
.la.la-arrow-circle-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-arrow-circle-o-up:before {
  content: "\f35b";
}
.la.la-play-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-play-circle-o:before {
  content: "\f144";
}
.la.la-repeat:before {
  content: "\f01e";
}
.la.la-rotate-right:before {
  content: "\f01e";
}
.la.la-refresh:before {
  content: "\f021";
}
.la.la-list-alt {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-dedent:before {
  content: "\f03b";
}
.la.la-video-camera:before {
  content: "\f03d";
}
.la.la-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-picture-o:before {
  content: "\f03e";
}
.la.la-photo {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-photo:before {
  content: "\f03e";
}
.la.la-image {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-image:before {
  content: "\f03e";
}
.la.la-pencil:before {
  content: "\f303";
}
.la.la-map-marker:before {
  content: "\f3c5";
}
.la.la-pencil-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-pencil-square-o:before {
  content: "\f044";
}
.la.la-share-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-share-square-o:before {
  content: "\f14d";
}
.la.la-check-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-check-square-o:before {
  content: "\f14a";
}
.la.la-arrows:before {
  content: "\f0b2";
}
.la.la-times-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-times-circle-o:before {
  content: "\f057";
}
.la.la-check-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-check-circle-o:before {
  content: "\f058";
}
.la.la-mail-forward:before {
  content: "\f064";
}
.la.la-eye {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-eye-slash {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-warning:before {
  content: "\f071";
}
.la.la-calendar:before {
  content: "\f073";
}
.la.la-arrows-v:before {
  content: "\f338";
}
.la.la-arrows-h:before {
  content: "\f337";
}
.la.la-bar-chart {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-bar-chart:before {
  content: "\f080";
}
.la.la-bar-chart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-bar-chart-o:before {
  content: "\f080";
}
.la.la-twitter-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-facebook-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-gears:before {
  content: "\f085";
}
.la.la-thumbs-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-thumbs-o-up:before {
  content: "\f164";
}
.la.la-thumbs-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-thumbs-o-down:before {
  content: "\f165";
}
.la.la-heart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-heart-o:before {
  content: "\f004";
}
.la.la-sign-out:before {
  content: "\f2f5";
}
.la.la-linkedin-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-linkedin-square:before {
  content: "\f08c";
}
.la.la-thumb-tack:before {
  content: "\f08d";
}
.la.la-external-link:before {
  content: "\f35d";
}
.la.la-sign-in:before {
  content: "\f2f6";
}
.la.la-github-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-lemon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-lemon-o:before {
  content: "\f094";
}
.la.la-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-square-o:before {
  content: "\f0c8";
}
.la.la-bookmark-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-bookmark-o:before {
  content: "\f02e";
}
.la.la-twitter {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-facebook {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-facebook:before {
  content: "\f39e";
}
.la.la-facebook-f {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-facebook-f:before {
  content: "\f39e";
}
.la.la-github {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-credit-card {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-feed:before {
  content: "\f09e";
}
.la.la-hdd-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hdd-o:before {
  content: "\f0a0";
}
.la.la-hand-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-o-right:before {
  content: "\f0a4";
}
.la.la-hand-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-o-left:before {
  content: "\f0a5";
}
.la.la-hand-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-o-up:before {
  content: "\f0a6";
}
.la.la-hand-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-o-down:before {
  content: "\f0a7";
}
.la.la-arrows-alt:before {
  content: "\f31e";
}
.la.la-group:before {
  content: "\f0c0";
}
.la.la-chain:before {
  content: "\f0c1";
}
.la.la-scissors:before {
  content: "\f0c4";
}
.la.la-files-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-files-o:before {
  content: "\f0c5";
}
.la.la-floppy-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-floppy-o:before {
  content: "\f0c7";
}
.la.la-navicon:before {
  content: "\f0c9";
}
.la.la-reorder:before {
  content: "\f0c9";
}
.la.la-pinterest {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-pinterest-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-google-plus-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-google-plus {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-google-plus:before {
  content: "\f0d5";
}
.la.la-money {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-money:before {
  content: "\f3d1";
}
.la.la-unsorted:before {
  content: "\f0dc";
}
.la.la-sort-desc:before {
  content: "\f0dd";
}
.la.la-sort-asc:before {
  content: "\f0de";
}
.la.la-linkedin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-linkedin:before {
  content: "\f0e1";
}
.la.la-rotate-left:before {
  content: "\f0e2";
}
.la.la-legal:before {
  content: "\f0e3";
}
.la.la-tachometer:before {
  content: "\f3fd";
}
.la.la-dashboard:before {
  content: "\f3fd";
}
.la.la-comment-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-comment-o:before {
  content: "\f075";
}
.la.la-comments-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-comments-o:before {
  content: "\f086";
}
.la.la-flash:before {
  content: "\f0e7";
}
.la.la-clipboard {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-paste {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-paste:before {
  content: "\f328";
}
.la.la-lightbulb-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-lightbulb-o:before {
  content: "\f0eb";
}
.la.la-exchange:before {
  content: "\f362";
}
.la.la-cloud-download:before {
  content: "\f381";
}
.la.la-cloud-upload:before {
  content: "\f382";
}
.la.la-bell-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-bell-o:before {
  content: "\f0f3";
}
.la.la-cutlery:before {
  content: "\f2e7";
}
.la.la-file-text-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-text-o:before {
  content: "\f15c";
}
.la.la-building-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-building-o:before {
  content: "\f1ad";
}
.la.la-hospital-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hospital-o:before {
  content: "\f0f8";
}
.la.la-tablet:before {
  content: "\f3fa";
}
.la.la-mobile:before {
  content: "\f3cd";
}
.la.la-mobile-phone:before {
  content: "\f3cd";
}
.la.la-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-circle-o:before {
  content: "\f111";
}
.la.la-mail-reply:before {
  content: "\f3e5";
}
.la.la-github-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-folder-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-folder-o:before {
  content: "\f07b";
}
.la.la-folder-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-folder-open-o:before {
  content: "\f07c";
}
.la.la-smile-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-smile-o:before {
  content: "\f118";
}
.la.la-frown-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-frown-o:before {
  content: "\f119";
}
.la.la-meh-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-meh-o:before {
  content: "\f11a";
}
.la.la-keyboard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-keyboard-o:before {
  content: "\f11c";
}
.la.la-flag-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-flag-o:before {
  content: "\f024";
}
.la.la-mail-reply-all:before {
  content: "\f122";
}
.la.la-star-half-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-star-half-o:before {
  content: "\f089";
}
.la.la-star-half-empty {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-star-half-empty:before {
  content: "\f089";
}
.la.la-star-half-full {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-star-half-full:before {
  content: "\f089";
}
.la.la-code-fork:before {
  content: "\f126";
}
.la.la-chain-broken:before {
  content: "\f127";
}
.la.la-shield:before {
  content: "\f3ed";
}
.la.la-calendar-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-calendar-o:before {
  content: "\f133";
}
.la.la-maxcdn {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-html5 {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-css3 {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-ticket:before {
  content: "\f3ff";
}
.la.la-minus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-minus-square-o:before {
  content: "\f146";
}
.la.la-level-up:before {
  content: "\f3bf";
}
.la.la-level-down:before {
  content: "\f3be";
}
.la.la-pencil-square:before {
  content: "\f14b";
}
.la.la-external-link-square:before {
  content: "\f360";
}
.la.la-compass {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-caret-square-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-caret-square-o-down:before {
  content: "\f150";
}
.la.la-toggle-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-toggle-down:before {
  content: "\f150";
}
.la.la-caret-square-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-caret-square-o-up:before {
  content: "\f151";
}
.la.la-toggle-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-toggle-up:before {
  content: "\f151";
}
.la.la-caret-square-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-caret-square-o-right:before {
  content: "\f152";
}
.la.la-toggle-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-toggle-right:before {
  content: "\f152";
}
.la.la-eur:before {
  content: "\f153";
}
.la.la-euro:before {
  content: "\f153";
}
.la.la-gbp:before {
  content: "\f154";
}
.la.la-usd:before {
  content: "\f155";
}
.la.la-dollar:before {
  content: "\f155";
}
.la.la-inr:before {
  content: "\f156";
}
.la.la-rupee:before {
  content: "\f156";
}
.la.la-jpy:before {
  content: "\f157";
}
.la.la-cny:before {
  content: "\f157";
}
.la.la-rmb:before {
  content: "\f157";
}
.la.la-yen:before {
  content: "\f157";
}
.la.la-rub:before {
  content: "\f158";
}
.la.la-ruble:before {
  content: "\f158";
}
.la.la-rouble:before {
  content: "\f158";
}
.la.la-krw:before {
  content: "\f159";
}
.la.la-won:before {
  content: "\f159";
}
.la.la-btc {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-bitcoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-bitcoin:before {
  content: "\f15a";
}
.la.la-file-text:before {
  content: "\f15c";
}
.la.la-sort-alpha-asc:before {
  content: "\f15d";
}
.la.la-sort-alpha-desc:before {
  content: "\f881";
}
.la.la-sort-amount-asc:before {
  content: "\f160";
}
.la.la-sort-amount-desc:before {
  content: "\f884";
}
.la.la-sort-numeric-asc:before {
  content: "\f162";
}
.la.la-sort-numeric-desc:before {
  content: "\f886";
}
.la.la-youtube-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-youtube {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-xing {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-xing-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-youtube-play {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-youtube-play:before {
  content: "\f167";
}
.la.la-dropbox {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-stack-overflow {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-instagram {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-flickr {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-adn {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-bitbucket {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-bitbucket-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-bitbucket-square:before {
  content: "\f171";
}
.la.la-tumblr {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-tumblr-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-long-arrow-down:before {
  content: "\f309";
}
.la.la-long-arrow-up:before {
  content: "\f30c";
}
.la.la-long-arrow-left:before {
  content: "\f30a";
}
.la.la-long-arrow-right:before {
  content: "\f30b";
}
.la.la-apple {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-windows {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-android {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-linux {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-dribbble {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-skype {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-foursquare {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-trello {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-gratipay {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-gittip {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-gittip:before {
  content: "\f184";
}
.la.la-sun-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-sun-o:before {
  content: "\f185";
}
.la.la-moon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-moon-o:before {
  content: "\f186";
}
.la.la-vk {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-renren {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-pagelines {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-stack-exchange {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-arrow-circle-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-arrow-circle-o-right:before {
  content: "\f35a";
}
.la.la-arrow-circle-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-arrow-circle-o-left:before {
  content: "\f359";
}
.la.la-caret-square-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-caret-square-o-left:before {
  content: "\f191";
}
.la.la-toggle-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-toggle-left:before {
  content: "\f191";
}
.la.la-dot-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-dot-circle-o:before {
  content: "\f192";
}
.la.la-vimeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-try:before {
  content: "\f195";
}
.la.la-turkish-lira:before {
  content: "\f195";
}
.la.la-plus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-plus-square-o:before {
  content: "\f0fe";
}
.la.la-slack {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-wordpress {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-openid {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-institution:before {
  content: "\f19c";
}
.la.la-bank:before {
  content: "\f19c";
}
.la.la-mortar-board:before {
  content: "\f19d";
}
.la.la-yahoo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-google {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-reddit {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-reddit-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-stumbleupon-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-stumbleupon {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-delicious {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-digg {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-pied-piper-pp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-pied-piper-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-drupal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-joomla {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-spoon:before {
  content: "\f2e5";
}
.la.la-behance {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-behance-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-steam {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-steam-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-automobile:before {
  content: "\f1b9";
}
.la.la-cab:before {
  content: "\f1ba";
}
.la.la-envelope-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-envelope-o:before {
  content: "\f0e0";
}
.la.la-deviantart {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-soundcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-file-pdf-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-pdf-o:before {
  content: "\f1c1";
}
.la.la-file-word-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-word-o:before {
  content: "\f1c2";
}
.la.la-file-excel-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-excel-o:before {
  content: "\f1c3";
}
.la.la-file-powerpoint-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-powerpoint-o:before {
  content: "\f1c4";
}
.la.la-file-image-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-image-o:before {
  content: "\f1c5";
}
.la.la-file-photo-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-photo-o:before {
  content: "\f1c5";
}
.la.la-file-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-picture-o:before {
  content: "\f1c5";
}
.la.la-file-archive-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-archive-o:before {
  content: "\f1c6";
}
.la.la-file-zip-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-zip-o:before {
  content: "\f1c6";
}
.la.la-file-audio-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-audio-o:before {
  content: "\f1c7";
}
.la.la-file-sound-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-sound-o:before {
  content: "\f1c7";
}
.la.la-file-video-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-video-o:before {
  content: "\f1c8";
}
.la.la-file-movie-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-movie-o:before {
  content: "\f1c8";
}
.la.la-file-code-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-file-code-o:before {
  content: "\f1c9";
}
.la.la-vine {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-codepen {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-jsfiddle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-life-ring {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-life-bouy {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-life-bouy:before {
  content: "\f1cd";
}
.la.la-life-buoy {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-life-buoy:before {
  content: "\f1cd";
}
.la.la-life-saver {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-life-saver:before {
  content: "\f1cd";
}
.la.la-support {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-support:before {
  content: "\f1cd";
}
.la.la-circle-o-notch:before {
  content: "\f1ce";
}
.la.la-rebel {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-ra {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-ra:before {
  content: "\f1d0";
}
.la.la-resistance {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-resistance:before {
  content: "\f1d0";
}
.la.la-empire {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-ge {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-ge:before {
  content: "\f1d1";
}
.la.la-git-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-git {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-hacker-news {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-y-combinator-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-y-combinator-square:before {
  content: "\f1d4";
}
.la.la-yc-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-yc-square:before {
  content: "\f1d4";
}
.la.la-tencent-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-qq {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-weixin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-wechat {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-wechat:before {
  content: "\f1d7";
}
.la.la-send:before {
  content: "\f1d8";
}
.la.la-paper-plane-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-paper-plane-o:before {
  content: "\f1d8";
}
.la.la-send-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-send-o:before {
  content: "\f1d8";
}
.la.la-circle-thin {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-circle-thin:before {
  content: "\f111";
}
.la.la-header:before {
  content: "\f1dc";
}
.la.la-sliders:before {
  content: "\f1de";
}
.la.la-futbol-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-futbol-o:before {
  content: "\f1e3";
}
.la.la-soccer-ball-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-soccer-ball-o:before {
  content: "\f1e3";
}
.la.la-slideshare {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-twitch {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-yelp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-newspaper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-newspaper-o:before {
  content: "\f1ea";
}
.la.la-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-google-wallet {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-cc-visa {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-cc-mastercard {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-cc-discover {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-cc-amex {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-cc-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-cc-stripe {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-bell-slash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-bell-slash-o:before {
  content: "\f1f6";
}
.la.la-trash:before {
  content: "\f2ed";
}
.la.la-copyright {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-eyedropper:before {
  content: "\f1fb";
}
.la.la-area-chart:before {
  content: "\f1fe";
}
.la.la-pie-chart:before {
  content: "\f200";
}
.la.la-line-chart:before {
  content: "\f201";
}
.la.la-lastfm {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-lastfm-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-ioxhost {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-angellist {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-cc {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-cc:before {
  content: "\f20a";
}
.la.la-ils:before {
  content: "\f20b";
}
.la.la-shekel:before {
  content: "\f20b";
}
.la.la-sheqel:before {
  content: "\f20b";
}
.la.la-meanpath {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-meanpath:before {
  content: "\f2b4";
}
.la.la-buysellads {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-connectdevelop {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-dashcube {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-forumbee {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-leanpub {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-sellsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-shirtsinbulk {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-simplybuilt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-skyatlas {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-diamond {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-diamond:before {
  content: "\f3a5";
}
.la.la-intersex:before {
  content: "\f224";
}
.la.la-facebook-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-facebook-official:before {
  content: "\f09a";
}
.la.la-pinterest-p {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-whatsapp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-hotel:before {
  content: "\f236";
}
.la.la-viacoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-medium {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-y-combinator {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-yc {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-yc:before {
  content: "\f23b";
}
.la.la-optin-monster {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-opencart {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-expeditedssl {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-battery-4:before {
  content: "\f240";
}
.la.la-battery:before {
  content: "\f240";
}
.la.la-battery-3:before {
  content: "\f241";
}
.la.la-battery-2:before {
  content: "\f242";
}
.la.la-battery-1:before {
  content: "\f243";
}
.la.la-battery-0:before {
  content: "\f244";
}
.la.la-object-group {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-object-ungroup {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-sticky-note-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-sticky-note-o:before {
  content: "\f249";
}
.la.la-cc-jcb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-cc-diners-club {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-clone {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hourglass-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hourglass-o:before {
  content: "\f254";
}
.la.la-hourglass-1:before {
  content: "\f251";
}
.la.la-hourglass-2:before {
  content: "\f252";
}
.la.la-hourglass-3:before {
  content: "\f253";
}
.la.la-hand-rock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-rock-o:before {
  content: "\f255";
}
.la.la-hand-grab-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-grab-o:before {
  content: "\f255";
}
.la.la-hand-paper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-paper-o:before {
  content: "\f256";
}
.la.la-hand-stop-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-stop-o:before {
  content: "\f256";
}
.la.la-hand-scissors-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-scissors-o:before {
  content: "\f257";
}
.la.la-hand-lizard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-lizard-o:before {
  content: "\f258";
}
.la.la-hand-spock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-spock-o:before {
  content: "\f259";
}
.la.la-hand-pointer-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-pointer-o:before {
  content: "\f25a";
}
.la.la-hand-peace-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-hand-peace-o:before {
  content: "\f25b";
}
.la.la-registered {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-creative-commons {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-gg {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-gg-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-tripadvisor {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-odnoklassniki {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-odnoklassniki-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-get-pocket {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-wikipedia-w {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-safari {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-chrome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-firefox {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-opera {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-internet-explorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-television:before {
  content: "\f26c";
}
.la.la-contao {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-500px {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-amazon {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-calendar-plus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-calendar-plus-o:before {
  content: "\f271";
}
.la.la-calendar-minus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-calendar-minus-o:before {
  content: "\f272";
}
.la.la-calendar-times-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-calendar-times-o:before {
  content: "\f273";
}
.la.la-calendar-check-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-calendar-check-o:before {
  content: "\f274";
}
.la.la-map-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-map-o:before {
  content: "\f279";
}
.la.la-commenting:before {
  content: "\f4ad";
}
.la.la-commenting-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-commenting-o:before {
  content: "\f4ad";
}
.la.la-houzz {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-vimeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-vimeo:before {
  content: "\f27d";
}
.la.la-black-tie {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-fonticons {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-reddit-alien {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-edge {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-credit-card-alt:before {
  content: "\f09d";
}
.la.la-codiepie {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-modx {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-fort-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-usb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-product-hunt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-mixcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-scribd {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-pause-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-pause-circle-o:before {
  content: "\f28b";
}
.la.la-stop-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-stop-circle-o:before {
  content: "\f28d";
}
.la.la-bluetooth {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-bluetooth-b {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-gitlab {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-wpbeginner {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-wpforms {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-envira {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-wheelchair-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-wheelchair-alt:before {
  content: "\f368";
}
.la.la-question-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-question-circle-o:before {
  content: "\f059";
}
.la.la-volume-control-phone:before {
  content: "\f2a0";
}
.la.la-asl-interpreting:before {
  content: "\f2a3";
}
.la.la-deafness:before {
  content: "\f2a4";
}
.la.la-hard-of-hearing:before {
  content: "\f2a4";
}
.la.la-glide {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-glide-g {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-signing:before {
  content: "\f2a7";
}
.la.la-viadeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-viadeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-snapchat {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-snapchat-ghost {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-snapchat-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-pied-piper {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-first-order {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-yoast {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-themeisle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-google-plus-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-google-plus-official:before {
  content: "\f2b3";
}
.la.la-google-plus-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-google-plus-circle:before {
  content: "\f2b3";
}
.la.la-font-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-fa {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-fa:before {
  content: "\f2b4";
}
.la.la-handshake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-handshake-o:before {
  content: "\f2b5";
}
.la.la-envelope-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-envelope-open-o:before {
  content: "\f2b6";
}
.la.la-linode {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-address-book-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-address-book-o:before {
  content: "\f2b9";
}
.la.la-vcard:before {
  content: "\f2bb";
}
.la.la-address-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-address-card-o:before {
  content: "\f2bb";
}
.la.la-vcard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-vcard-o:before {
  content: "\f2bb";
}
.la.la-user-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-user-circle-o:before {
  content: "\f2bd";
}
.la.la-user-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-user-o:before {
  content: "\f007";
}
.la.la-id-badge {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-drivers-license:before {
  content: "\f2c2";
}
.la.la-id-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-id-card-o:before {
  content: "\f2c2";
}
.la.la-drivers-license-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-drivers-license-o:before {
  content: "\f2c2";
}
.la.la-quora {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-free-code-camp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-telegram {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-thermometer-4:before {
  content: "\f2c7";
}
.la.la-thermometer:before {
  content: "\f2c7";
}
.la.la-thermometer-3:before {
  content: "\f2c8";
}
.la.la-thermometer-2:before {
  content: "\f2c9";
}
.la.la-thermometer-1:before {
  content: "\f2ca";
}
.la.la-thermometer-0:before {
  content: "\f2cb";
}
.la.la-bathtub:before {
  content: "\f2cd";
}
.la.la-s15:before {
  content: "\f2cd";
}
.la.la-window-maximize {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-window-restore {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-times-rectangle:before {
  content: "\f410";
}
.la.la-window-close-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-window-close-o:before {
  content: "\f410";
}
.la.la-times-rectangle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-times-rectangle-o:before {
  content: "\f410";
}
.la.la-bandcamp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-grav {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-etsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-imdb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-ravelry {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-eercast {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-eercast:before {
  content: "\f2da";
}
.la.la-snowflake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}
.la.la-snowflake-o:before {
  content: "\f2dc";
}
.la.la-superpowers {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-wpexplorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
.la.la-spotify {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}
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 {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  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: #333333;
  font-family: 'Open Sans', '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.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.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: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  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: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  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: #333333;
  font-family: 'Open Sans', '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: #333333;
  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: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0 20px;
  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: none;
  color: #ffffff;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
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*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #666666;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus {
  border: 1px solid #c2c2c2;
}
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*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
  border: 1px solid #c2c2c2;
}
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*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #333333;
}
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*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #333333;
}
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*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #333333;
}
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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  padding: 0 20px 0 5px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #c2c2c2;
}
textarea:disabled {
  opacity: 0.5;
  border: 1px solid #c2c2c2;
}
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.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.prices-tier,
.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,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.prices-tier > 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,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0 20px;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: none;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.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;
}
.abs-product-options-list dt:after,
.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: ': ';
}
.abs-product-options-list dd,
.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;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.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 {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-compare .block-title,
.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,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.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,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.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;
}
.abs-account-blocks .box-title,
.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;
}
.abs-account-blocks .box-title > span,
.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;
}
.abs-account-blocks .box-title > .action,
.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;
}
.abs-account-blocks .block-content p:last-child,
.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;
}
.abs-account-blocks .block-content .box,
.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;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.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;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.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;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  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);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.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;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.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;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove: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;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.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%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.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;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.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;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.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;
}
.abs-add-fields .message.notice,
.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;
}
.abs-add-fields .additional,
.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;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.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 .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.sidebar .product-items-images:before,
.sidebar .product-items-images: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,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.sidebar .product-items-images: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,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  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-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.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 button + .action.toggle,
.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;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-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;
}
.abs-split-button .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;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-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;
}
.abs-split-button .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;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.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;
}
.abs-actions-addto-gridlist,
.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 {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.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 {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.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 {
  color: #333333;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.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,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.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,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.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,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.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,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.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,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.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,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.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,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.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),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.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: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.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 .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go: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: none;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.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 .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go: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: #555555;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  line-height: 1.6rem;
  padding: 0 20px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .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,
.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 {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .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 {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .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 {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .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 {
  content: ')';
}
.abs-tax-total,
.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;
}
.abs-tax-total:after,
.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;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.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;
}
.abs-account-title > strong,
.abs-account-title > span,
.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;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.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: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new: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';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.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,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 0;
  font-weight: 700;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 7px 15px 7px 0;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.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;
}
.abs-shopping-cart-items .action.continue:before,
.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;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.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: none;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.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;
}
.abs-shopping-cart-items .action.continue:active,
.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);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.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;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.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;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.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;
}
.abs-checkout-title,
.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 #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.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;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.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;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.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;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.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;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.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;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.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;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.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;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.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;
}
.abs-discount-block > .title:after,
.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;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/destino/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Sm/destino/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/destino/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Sm/destino/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/destino/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Sm/destino/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/destino/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Sm/destino/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.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: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.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: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.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: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.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: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.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: #f5f5f5;
}
.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: #8f8f8f;
  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: #333333;
}
.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: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  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('../../frontend/Sm/destino/en_US/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: -.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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #666666;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  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:focus,
.fieldset > .fields > .field .addon .addbefore:focus,
.fieldset > .field .addon .addafter:focus,
.fieldset > .fields > .field .addon .addafter:focus {
  border: 1px solid #c2c2c2;
}
.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;
  border: 1px solid #c2c2c2;
}
.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: #333333;
}
.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: #333333;
}
.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: #333333;
}
.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: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  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: #7d7d7d;
  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('../../frontend/Sm/destino/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Sm/destino/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
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,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #333333;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #006bb4;
  border: none;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #006bb4;
  border: none;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  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 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.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: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  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: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.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: #7d7d7d;
  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: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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: #7d7d7d;
  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: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.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: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  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 #ffffff 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: #ffffff;
  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._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: #8f8f8f;
  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: #1a1a1a;
}
.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;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Sm/destino/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Sm/destino/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Sm/destino/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Sm/destino/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Sm/destino/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #333333;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 10px 10px 0;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: none;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: none;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 10px 10px 0;
  padding: 0 20px;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: none;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  min-height: 1px;
  height: 100%;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 39px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.field .control select[multiple] {
  height: auto;
  background: #ffffff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.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: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  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;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.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;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.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 {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  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%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.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-highlighted {
  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-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-wrap: break-word;
  word-break: break-word;
  min-height: 40px;
  border-radius: 3px;
  background: #1979c3;
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 16px;
  line-height: 22px;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  border-color: #399ae6;
  background: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  border-color: #135d96;
  background: #135d96;
}
.am-filter-go {
  word-wrap: break-word;
  word-break: break-word;
  min-height: 40px;
  border-radius: 3px;
  background: #1979c3;
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 16px;
  line-height: 22px;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  border-color: #399ae6;
  background: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  border-color: #135d96;
  background: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.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 !important;
  line-height: initial;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.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: 12px;
  min-width: 100px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.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;
}
.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;
  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 .item:last-child {
  margin-bottom: 0;
}
.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: -.2rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0;
  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: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.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,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  position: relative;
  display: block;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  align-self: flex-start;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  position: static;
  margin: 0;
}
.am-collapse-icon {
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.am-collapse-icon:after,
.am-show-more:before {
  position: absolute;
  right: 0;
  width: 12px;
  height: 20px;
  background: url("../../frontend/Sm/destino/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.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;
}
.amshopby-item-removed {
  text-decoration: none;
}
.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;
  flex-wrap: wrap;
  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: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.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;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  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: 'Open Sans', '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: 'Open Sans', '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: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  visibility: hidden;
  opacity: 0;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  position: absolute;
  z-index: 1;
  border-radius: 20px;
  content: '';
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container.-default .am-slider {
  margin: 0 10px;
  height: 10px;
  background: #dadada;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  width: 20px;
  height: 10px;
  background: #dadada;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -10px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -10px;
}
.amshopby-slider-container.-default .ui-slider-range {
  height: 10px;
  background: #b6b6b6;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f98b25;
  transform: translate(-10px, -5px);
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  position: relative;
  max-width: 50%;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  width: 100%;
  height: 40px;
  border: 1px solid #dfdedd;
  background-clip: padding-box;
  color: #494949;
  text-align: center;
  letter-spacing: .03em;
  font-size: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  margin: 0;
  width: 14px;
  line-height: 40px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  position: absolute;
  bottom: calc(100% - 10px);
  left: 4px;
  padding: 2px;
  background: #fff;
  color: #494949;
  letter-spacing: .03em;
  font-size: 14px;
  line-height: 16px;
}
.amshopby-slider-tooltip {
  transition: all 0.2s ease-in-out;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -3px);
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  margin: 0 8px;
  height: 4px;
  background: #dfdedd;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  width: 16px;
  height: 4px;
  background: #dfdedd;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
  background: #ff5502;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff5502;
  transform: translateX(-8px);
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle:hover,
.amshopby-slider-container.-improved .am-slider .ui-slider-handle:active {
  background: #ff7735;
}
.amshopby-slider-container.-improved .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #ff5502;
  border-radius: 2px;
  background: #ff5502;
  color: #ffffff;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
}
.amshopby-slider-container.-improved .amshopby-slider-tooltip:before,
.amshopby-slider-container.-improved .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #ff5502;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-improved .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: #ff5502;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  margin: 0 4px;
  height: 4px;
  border-radius: 20px;
  background: #dfdedd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(270deg, #ff5502 0%, #f8ac87 100%);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  width: 8px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(159.86deg, #f58b57 41.01%, #ff5502 93.75%);
  box-shadow: 0 3px 4px rgba(255, 85, 2, 0.2), 0 1px 2px rgba(255, 85, 2, 0.3);
  transform: translate(-4px, 10px);
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  position: absolute;
  bottom: calc(100% - 4px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #f58b57;
  content: '';
  transform: rotate(-135deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #ff7e3f;
  border-radius: 2px;
  background: linear-gradient(136.07deg, #ff7e3f 4.64%, #ff5502 75.47%);
  color: #ffffff;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
  bottom: calc(100% + 17px);
  left: 4px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:before,
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #ff7e3f;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: linear-gradient(136.07deg, #ff7e3f 4.64%, #ff5502 75.47%);
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  margin: 0 8px;
  height: 1px;
  background: #dfdedd;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  width: 16px;
  height: 1px;
  background: #dfdedd;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
  background: #ff5502;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  top: -8px;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-8px);
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #dfdedd;
  border-radius: 2px;
  background: #ffffff;
  color: #ff5502;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
  bottom: calc(100% + 8px);
}
.amshopby-slider-container.-light .amshopby-slider-tooltip:before,
.amshopby-slider-container.-light .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #dfdedd;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-light .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: #ffffff;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  margin: 0 5px;
  height: 3px;
  background: #4a4948;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  width: 9px;
  height: 3px;
  background: #4a4948;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -4px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -4px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
  background: #ff5502;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  top: -6px;
  width: 9px;
  height: 15px;
  border-radius: 2px;
  background: #ff5502;
  box-shadow: 0 2px 4px rgba(255, 85, 2, 0.2), 0 1px 2px rgba(255, 85, 2, 0.3);
  transform: translateX(-4.5px);
}
.amshopby-slider-container.-dark .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #ff5502;
  border-radius: 2px;
  background: #ff5502;
  color: #ffffff;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
  left: 4.5px;
}
.amshopby-slider-container.-dark .amshopby-slider-tooltip:before,
.amshopby-slider-container.-dark .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #ff5502;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-dark .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: #ff5502;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-item .filter-options-content .range {
  display: flex;
  align-items: center;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: -15px;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  padding-left: 20px;
  width: 100%;
  list-style: none;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.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 #cccccc;
  background-color: #fff;
  white-space: nowrap;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  right: inherit;
  left: 0;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  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;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  position: relative;
  display: none;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  color: #070605;
  letter-spacing: .03em;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  display: inline-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 {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='am-filter-items-attr_category']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Sm/destino/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Sm/destino/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 12px 12px 0;
  padding: 6px;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.ambrands-letters-filter .ambrands-letter:hover {
  border-color: #006bb4;
  background: #ffffff;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  border-color: #ececec;
  background: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  border-color: #006bb4;
  background: #dff1ff;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  position: relative;
  display: block;
}
.ambrands-search-block:before {
  position: absolute;
  top: calc(50% - 20px / 2);
  left: 15px;
  display: flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  pointer-events: none;
}
.ambrands-search-block .ambrands-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  cursor: pointer;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  display: block;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px 40px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  position: absolute;
  z-index: 99;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 250px;
  width: 460px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  color: #000;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
#amasty-shopby-product-list {
  order: 10;
  max-width: 100%;
}
.amsearch-results {
  padding: 15px 0 0;
  background-color: #ffffff;
}
.amsearch-results .amsearch-products.-waste {
  padding: 15px;
}
.amsearch-results .amsearch-item {
  text-transform: capitalize;
  cursor: pointer;
}
.amsearch-results .amsearch-item:hover {
  background-color: #f4f5fa;
}
.amsearch-results .amsearch-item .item-name {
  outline: none;
  color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
}
.amsearch-results .amsearch-item-container:not(.recent_searches) .amsearch-item .item-name {
  text-decoration: underline;
  cursor: pointer;
}
.amsearch-results .actions-secondary {
  display: none;
  padding: 0 0 0 5px;
}
.amsearch-results .amsearch-item .amsearch-autocomplete-image:not([data-click-url]),
.amsearch-results .amsearch-item .price-box:not([data-click-url]) {
  cursor: pointer;
}
.amsearch-results .amsearch-item .price-box {
  width: 100%;
}
.amsearch-form-container .control {
  min-height: 32px;
}
.amsearch-form-container .amsearch-wrapper-inner .actions-secondary {
  display: none;
}
.amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
  max-width: 100%;
  background-color: #fff;
}
.amsearch-form-container .search-autocomplete {
  overflow: hidden;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 90vh;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
  width: 4px;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-form-container.-opened .input-text {
  padding-left: 26px;
}
.amsearch-form-container.-opened .input-text::-ms-clear {
  display: none;
}
.amsearch-form-container.-opened .input-text::-webkit-input-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container.-opened .input-text::-moz-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container.-opened .input-text:-ms-input-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products {
  background-color: #ffffff;
}
.amsearch-wrapper-input {
  position: relative;
  max-width: 100%;
  transition: none;
}
.amsearch-wrapper-content > .amsearch-item {
  position: relative;
  display: flex;
  padding: 20px 0 16px 15px;
}
.amsearch-wrapper-content > .amsearch-item:first-child:before,
.amsearch-wrapper-content > .amsearch-item:last-child:after {
  display: none;
}
.amsearch-wrapper-content .product-item.amsearch-item {
  padding: 15px;
}
.amsearch-wrapper-content .product-item-details {
  display: flex;
  flex-direction: column;
  min-height: 100px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: auto;
}
.amsearch-wrapper-content .product-item-link {
  margin: 0 0 5px;
  color: #333;
  word-break: keep-all;
}
.amsearch-wrapper-content .product-item-actions {
  display: flex;
  align-items: flex-end;
  margin-top: 6px;
}
.amsearch-wrapper-content .action.tocart {
  word-wrap: break-word;
  word-break: break-word;
  white-space: inherit;
  line-height: 1.2;
}
.ie11 .amsearch-wrapper-content .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-wrapper-content .action.tocart {
  word-break: break-all;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
  margin: 0 10px 0 0;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price {
  font-size: 16px;
}
.block-search .search .control {
  position: relative;
  z-index: 99;
}
.block-xsearch.block-search .search .control {
  z-index: 98;
}
.amsearch-form-container .input-text:focus {
  border: 2px solid #54c6ff;
  box-shadow: 0 2px 4px #c2ebff;
}
.amsearch-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  margin: auto;
  padding: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  cursor: pointer;
}
.search .amsearch-loupe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: none;
  margin: auto;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
  box-shadow: none;
}
.amsearch-products .amsearch-highlight {
  padding: 0 2px;
  background-color: #3ac39c;
  color: #fff;
  word-wrap: normal;
}
.amsearch-products {
  order: 10;
  padding: 0 0 15px;
}
.amsearch-products .amasty-xsearch-block-header {
  padding: 0 15px 10px;
}
.amsearch-leftside {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.amsearch-leftside .recent_searches,
.amsearch-leftside .amsearch-item {
  flex-basis: 100%;
  padding: 5px 0;
}
.amsearch-autocomplete-information {
  padding-left: 13px;
  width: 60%;
}
.amsearch-autocomplete-information .action.view {
  color: #757575;
  font-weight: 300;
}
.amasty-xsearch-loader {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 1000;
  margin: auto 5px auto 0;
  width: 16px;
  height: 11px;
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
}
.amasty-message.message.info {
  margin: 0;
}
.amasty-xsearch-num-results {
  float: right;
}
.amsearch-more-results {
  margin-top: 30px;
  text-align: center;
}
.amsearch-more-results .amsearch-link {
  border-bottom: 1px solid #06c;
  color: #06c;
  text-decoration: none;
}
.amsearch-more-results .amsearch-link:hover {
  border-bottom: 1px solid #1979c3;
  background-color: inherit;
  color: #1979c3;
  text-decoration: none;
}
.block-search .action.search.amasty-xsearch-hide,
.amasty-xsearch-hide {
  display: none;
}
.amasty-xsearch-block-header {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 5px;
  color: #000000;
  text-transform: uppercase;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
}
.amsearch-item-container {
  position: relative;
  flex-basis: 100%;
  padding: 0 15px 30px;
}
.amsearch-item-container:last-child:after {
  display: none;
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
  color: #3ac39c;
  font-weight: 600;
}
.amsearch-item-container .amsearch-item {
  cursor: inherit;
}
.amsearch-item-container .amsearch-item:hover {
  background-color: inherit;
}
.amsearch-item-container .amsearch-highlight {
  font-size: 12px;
}
.amsearch-item-container.page a.item-name {
  color: #3ac39c;
  font-weight: 600;
}
.amsearch-item-container.recent_searches {
  padding: 0 15px 20px;
}
.amsearch-item-container.recent_searches .amsearch-item {
  display: inline-block;
  order: 1;
  box-sizing: border-box;
  margin: 0 8px 10px 0;
  padding: 5px 10px;
  border: 1px solid #e2e4ee;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
}
.amsearch-item-container.recent_searches .amsearch-item:hover {
  border-color: #3ac39c;
}
.amsearch-item-container.recent_searches .amsearch-item:active {
  border-color: #23745d;
}
.amsearch-item-container.recent_searches .amsearch-item:focus {
  border-color: #3ac39c;
  background-color: #3ac39c;
  color: #fff;
}
.amsearch-item-container.recent_searches .amasty-xsearch-block-header {
  padding: 0 0 10px;
}
.amsearch-item-container.recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.popular_searches .amsearch-item:hover {
  background: #f4f5fa;
}
.amsearch-item-container.popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  display: inline-block;
  float: none;
  color: #ccc;
}
.amasty-xsearch-preload {
  display: none;
}
.search-autocomplete .amsearch-results div:not([data-click-url]) {
  background: none;
  cursor: default;
}
.amsearch-category-tab .amsearch-item {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
}
.block.block-search,
.form .search-autocomplete {
  z-index: 99;
}
.block.block-xsearch {
  z-index: 98;
}
@media only screen and (max-width: 767px) {
  .amsearch-leftside,
  .amsearch-products,
  .amsearch-additional-content > .amsearch-content-block {
    width: 100% !important;
  }
  .amsearch-products.-waste {
    width: auto !important;
  }
  .form .search-autocomplete {
    top: 66px;
    left: 0;
    overflow-y: auto;
    margin: -15px 15px 0;
    max-height: 70vh;
    background: #fff;
  }
}
.amsearch-item .product-item-description,
.amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-clone-position {
  position: absolute;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(61, 62, 66, 0.05), 0 4px 25px rgba(75, 76, 83, 0.15);
}
.amsearch-autocomplete-image {
  width: 40%;
}
.amsearch-autocomplete-image .product-image-photo {
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}
#amsearch-result-tabs {
  margin-top: 5px;
}
#amsearch-result-tabs .data.title {
  margin-right: 5px;
}
#amsearch-result-tabs .data.title.active {
  box-sizing: border-box;
  background: #d8d8d8;
}
#amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
#amsearch-result-tabs .title {
  position: relative;
  box-sizing: border-box;
}
#amsearch-result-tabs .title.active:before {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
}
#amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
#amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
#amsearch-result-tabs .data.content {
  display: none;
}
#amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  margin: 0 0 15px 0;
  width: 100%;
  font-weight: 700;
}
.amsearch-related-terms > .amsearch-item {
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  border-radius: 20px;
  background: #d8eeff;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-emptysearch-cms {
  padding: 30px;
  background: #fbfcfe;
  color: #1f1b1b;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  margin: 0 0 15px;
  font-weight: 800;
  font-size: 38px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  margin-top: 30px;
  font-size: 14px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.am-porto-cmtb .page-header.type1 {
  z-index: 9999;
}
.am-porto-cmtb .amsearch-clone-position {
  padding: 2px 0;
  border: 15px solid transparent;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
.am-porto-cmtb .amsearch-clone-position .amsearch-results {
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.am-porto-cmtb .amsearch-autocomplete-information .product-reviews-summary .reviews-actions .action {
  margin: 0;
  padding: 0;
  border: 0;
}
.search-autocomplete .amsearch-slider-wrap:not(:first-child) {
  margin-top: 55px;
}
.search-autocomplete .amsearch-slider-block {
  margin-top: 15px;
}
.search-autocomplete .amsearch-slider-block .product-item-link {
  display: block;
  overflow: hidden;
  min-height: 39px;
  max-height: 39px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .search-autocomplete .amsearch-slider-block .product-item-link {
  word-break: break-all;
}
.ie11 .search-autocomplete .amsearch-slider-block .product-item-link {
  word-break: break-all;
}
.search-autocomplete .amsearch-slider-block.slick-slider {
  padding: 0;
}
.search-autocomplete .amsearch-slider-block .slick-slide {
  vertical-align: inherit;
}
.amsearch-additional-content {
  display: flex;
  margin: -15px 0;
  max-width: 100%;
}
.amsearch-additional-content .amsearch-leftside-sidebar,
.amsearch-additional-content .amsearch-content-block {
  padding: 15px 0;
}
.amsearch-additional-content .amsearch-leftside-sidebar {
  min-width: 30%;
}
.amsearch-additional-content .amsearch-content-block {
  box-sizing: border-box;
  max-width: 70%;
  border-left: 1px solid #e8e9ef;
}
.search-autocomplete .amsearch-slider-block .slick-dots {
  top: 100%;
  border: none;
  background: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  text-align: inherit;
  white-space: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation']:hover,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].slick-active button,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].slick-active .action-gift {
  border-color: #000000;
  background: #000000;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] button,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] .action-gift {
  padding: 3px;
  width: auto;
  height: auto;
  border: 1px solid #e8e9ef;
  border-radius: 100%;
  background: #fff;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] button:before,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action:before,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] .action-gift:before {
  content: none;
}
.search-autocomplete .amsearch-slider-block .slick-arrow {
  top: 70px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item {
  pointer-events: none;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item:hover,
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item.selected {
  background-color: transparent;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image,
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
  pointer-events: auto;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image {
  width: 100%;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
  margin: 10px 0 5px;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary {
  display: flex;
  align-items: center;
  padding: 5px;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .wishlist.split.button .action.toggle {
  display: none;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary > .action {
  flex-grow: inherit;
  margin-right: 5px;
  line-height: normal;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-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;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
#bss-cookie-notice {
  position: fixed;
  display: none;
  z-index: 99;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 3px 3px 15px #222222;
  font-size: 14px;
  max-width: 40%;
}
#bss-cookie-notice .cookie-title {
  margin: 10px 0px;
}
#bss-cookie-notice .btn-cookie {
  font-weight: bold;
  border: none;
  box-shadow: none;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 3px;
  line-height: 1.6rem;
  display: inline-block;
}
#bss-cookie-notice .btn-cookie-accept {
  margin-bottom: 3px;
}
#bss-cookie-notice .btn-cookie:hover {
  border: none;
  box-shadow: none;
  color: #222222;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #bss-cookie-notice {
    max-width: 100%;
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/Sm/destino/en_US/Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../../frontend/Sm/destino/en_US/Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.widget-blog-posts ol.post-list {
  list-style: none;
  padding: 0;
}
.widget-blog-posts ol.post-list::after {
  content: " ";
  display: block;
  clear: both;
}
.widget-blog-posts ol.post-list li.item {
  float: left;
  width: 25%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.widget-blog-posts ol.post-list .post-image span.empty {
  background: #ddd;
  width: 600px;
  height: 150px;
  display: block;
}
.block-blog-protected {
  max-width: 500px;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  width: 100%;
  min-width: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  display: block;
  position: fixed;
  z-index: 999;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #eaeaea;
  left: 50%;
  transform: translate(-50%);
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  margin: 7px 9px 32px;
  padding: 24px 12px;
  background: white;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .amcheckout-delivery-date .field {
  float: left;
  padding-top: 4px;
  width: 100%;
  box-sizing: border-box;
}
.checkout-index-index .amcheckout-delivery-date .field.comment {
  width: 100%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker,
.checkout-index-index .amcheckout-delivery-date .field.timepicker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control,
.checkout-index-index .amcheckout-delivery-date .field.timepicker .control {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 60%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.checkout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
.checkout-index-index .amcheckout-delivery-date .field._required > .label:after,
.checkout-index-index .additional-options .field._required .label:after {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  content: '*';
  color: #e02b27;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button,
.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .opc-block-summary .minicart-items .action-gift {
  margin-top: 12px;
  float: right;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  float: left;
  padding: 3px;
  width: 7px;
  height: 7px;
  border: 1px #b6b6b6 solid;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  cursor: pointer;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  right: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 14px 17px;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  display: inline-block;
  padding: 0 7px;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.checkout-success .success-messages {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: bold;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.page-main .block.block-order-details .order-date {
  padding-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.6rem;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  position: relative;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  width: 600px;
  border-left: 3px solid #f58c12;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.am-checkout.-modern {
  box-sizing: border-box;
  padding: 0;
  background: none;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 5px 20px;
  height: auto;
  border-radius: 2px;
  background: #1979c3;
  color: #fff;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  display: block;
  margin: 0;
  padding: 15px;
  background: #eee;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #1979c3;
  border-radius: 50%;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  position: absolute;
  top: 41%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1979c3;
  border-bottom: 2px solid #1979c3;
  content: '';
  transition: all .3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > .legend + br {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .note {
  color: #777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  border: none;
  border-radius: 2px;
  background: #1979c3;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  margin: 0 15px 0 0;
  padding: 12px 16px;
  font-size: 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  padding: 14px 30px;
  background: #315499;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  top: unset;
  left: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  display: flex;
  cursor: pointer;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 15px 0 0;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background: #fff !important;
  content: '';
  cursor: pointer;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  border-width: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login,
.amcheckout-step-container .form-login {
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  margin-left: auto;
  color: #363636;
  line-height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  float: right;
  border: 1px solid #1787e0;
  background: #ddf0ff;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  padding-left: 0;
  background: none;
  color: #4e4e4e;
  font-size: 16px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  padding: 20px;
  line-height: 30px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  padding: 0;
  border: none !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 20px;
  align-items: flex-start;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0;
  width: 10px;
  height: 15px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  margin: 0;
  border: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  display: flex;
  align-items: center;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  display: flex;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  border: 1px solid #1787e0;
  border-radius: 2px;
  background: #f0f8ff;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  width: 100%;
  border: none;
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  font-size: 0;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-right: 0;
  padding-left: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
/**
 * Taxjar_SalesTax
 *
 * 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
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Taxjar_SalesTax
 *
 * 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
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
#address-validation {
  padding-bottom: 33px;
}
.checkout-suggested-addresses > p {
  margin-top: 1rem;
}
.checkout-suggested-addresses .suggested-address {
  padding: 10px;
  line-height: 30px;
  border: 1px solid transparent;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address label {
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address.selected-address {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.checkout-suggested-addresses .suggested-address .suggested-address-details {
  padding: 0 0 0 22px;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address .suggested-address-diff {
  background-color: yellow;
}
body[class*="page-layout-admin"] .page-create-order button[data-index="validateAddressButton"],
body[class*="page-layout-admin"] .page-create-order .cart.table-wrapper .actions-toolbar > .action[data-index="validateAddressButton"],
body[class*="page-layout-admin"] .page-create-order .action-gift[data-index="validateAddressButton"] {
  margin-top: 1.5rem;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset {
  border: 0;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend {
  padding: 0 0 10px;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  box-sizing: border-box;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend span {
  font-size: 2.2rem;
  font-weight: 300;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type="radio"] {
  margin-right: 5px;
  vertical-align: 1px;
}
.am-checkout #address-validation {
  padding-bottom: 0;
}
.aw-onestep #address-validation {
  margin: 5px;
  padding-bottom: 0;
}
.aw-onestep #address-validation .step-title {
  display: none;
}
.aw-onestep .checkout-suggested-addresses label:before {
  margin-top: 0 !important;
  margin-left: 14px !important;
}
.aw-onestep .checkout-suggested-addresses .suggested-address-details {
  padding-left: 14px;
}
/**
 * @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;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main,
.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 20px;
  min-height: 600px;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-wrapper,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-wrapper,
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom {
  float: none;
  width: 100%;
}
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom .price-box,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom .price-box {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 14px 17px;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid transparent;
}
.page-products .product-item .weltpixel-quickview {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  min-height: auto !important;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  display: inline-block;
  padding-bottom: 0;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper h1,
.weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper h1 {
  font-size: 22px !important;
}
.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 .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .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;
}
.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;
}
.product-label {
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 10px;
  text-align: center;
  line-height: 44px;
  text-transform: uppercase;
  z-index: 15;
}
.product-label.new-label {
  background-color: #0083c1;
  left: 10px;
}
.product-label.sale-label {
  background-color: #ff5555;
  right: 10px;
}
.products.wrapper.products-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-product-type .product-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image {
  position: relative;
  overflow: hidden;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-photo {
  width: 100% !important;
  height: auto !important;
  position: relative;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-wrapper {
  position: relative;
  height: auto;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo {
  font-size: 0;
  display: block;
  padding: 6px;
  border: 1px solid #ddd;
  position: static;
  margin: 0 !important;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container {
  width: 100% !important;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary {
  position: absolute;
  z-index: 15;
  bottom: 5px;
  right: 10px;
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a {
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  color: #222;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a span {
  display: none;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:before {
  display: none;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.tocompare:after {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.quickview-handler:after {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:hover {
  color: #fff;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  z-index: 10;
  transition: 0.3ss all ease-in;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top form .tocart {
  width: 100%;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action {
  padding: 0 !important;
  display: table-cell;
  height: 46px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff !important;
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action span {
  display: none;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action:before {
  display: none;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.tocart:after {
  content: '\f291';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.tocompare:after {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image .button-top .action.quickview-handler:after {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-image:hover .button-top {
  opacity: 1;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details {
  text-align: center;
  padding: 10px 10px 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
  margin: 0;
  font-size: 116.67%;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary {
  display: block;
  margin: 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  margin: 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary.empty .reviews-actions {
  display: block;
  line-height: 1.6em;
  margin: 5px 0 3px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box {
  margin: 5px 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .old-price {
  padding-left: 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .price {
  font-size: 150%;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .minimal-price {
  margin: 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .price-box {
  margin: 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner {
  padding-top: 5px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
  color: #777;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  background-color: transparent;
  position: relative;
  margin-bottom: 1px;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart span {
  position: relative;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:hover:before {
  opacity: 1;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options {
  margin: 5px 0;
}
.grid-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options .swatch-option {
  float: none;
  display: inline-block;
  margin: 0 3px;
}
.grid-product-type .product-item .item-inner:hover .product-item-info .product-item-image .actions-secondary {
  opacity: 1;
}
.grid-product-type .product-item .item-inner:hover .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
  color: #fff;
}
.list-product-type .product-item {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  clear: both;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image {
  position: relative;
  overflow: hidden;
  float: left;
  width: 207px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-photo {
  width: 100% !important;
  height: auto !important;
  position: relative;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-image-wrapper {
  position: relative;
  height: auto;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo {
  font-size: 0;
  display: block;
  padding: 6px;
  border: 1px solid #ddd;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container {
  width: 100% !important;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary {
  position: absolute;
  z-index: 15;
  bottom: 5px;
  right: 10px;
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a {
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  color: #222;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a span {
  display: none;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:before {
  display: none;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.action.tocompare:after {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a.quickview-handler:after {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image .actions-secondary a:hover {
  color: #fff;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-image:hover .actions-secondary {
  opacity: 1;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details {
  margin-left: 226px;
  padding: 10px 0 0;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute {
  display: table;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
  margin: 0 0 7px;
  font-size: 150%;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary {
  display: block;
  margin: 0 0 7px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  display: inline-block;
  left: -4px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  margin: 0;
  width: 71px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result:before {
  color: #ccc;
  letter-spacing: -6px;
  font-size: 20px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #222;
  letter-spacing: -6px;
  font-size: 20px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box {
  margin-bottom: 15px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .price {
  font-size: 171.428%;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .old-price {
  padding-left: 0;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .price-box .old-price .price {
  font-weight: normal;
  font-size: 128.571% !important;
  position: relative;
  top: 2px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-description {
  margin-bottom: 15px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner {
  padding-top: 5px;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
  color: #777;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  background-color: transparent;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:hover {
  color: #fff;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options {
  margin: 5px 0;
}
.list-product-type .product-item .item-inner .product-item-info .product-item-details .swatch-attribute-options .swatch-option {
  float: left;
  display: inline-block;
  margin-right: 6px;
}
.sidebar .product-items .price-box {
  display: table !important;
}
.sidebar .block {
  margin-bottom: 30px !important;
}
.sidebar .block .block-title strong {
  font-size: 150%;
  color: #222;
}
.sidebar .block .block-content {
  background-color: #f8f8f8;
  padding: 20px;
  border: 1px solid #ddd;
}
.sidebar .block.filter .block-title {
  display: none;
}
.sidebar .block.filter .block-subtitle.filter-subtitle {
  display: none;
}
.sidebar .block.filter .block-content {
  background: none;
  border: none;
  padding: 0;
}
.sidebar .block.filter .block-content .filter-current .block-subtitle.filter-current-subtitle {
  font-size: 150%;
  color: #222;
  font-weight: normal;
}
.sidebar .block.filter .block-content .filter-current .items {
  border: 1px solid #ddd;
  border-bottom: none;
  overflow: hidden;
}
.sidebar .block.filter .block-content .filter-current .items .item {
  margin: 0;
  padding: 13px 20px 10px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.sidebar .block.filter .block-content .filter-current .items .item:last-child {
  border: none;
}
.sidebar .block.filter .block-content .filter-current .items .item span {
  display: inline;
  font-weight: normal;
}
.sidebar .block.filter .block-content .filter-current .items .item .action.remove {
  color: #ff5555;
}
.sidebar .block.filter .block-content .filter-current .items .item .action.remove:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.sidebar .block.filter .block-content .filter-current .items .item .action.remove span {
  display: none;
}
.sidebar .block.filter .block-content .filter-current + .filter-actions {
  padding: 20px;
  border: 1px solid #ddd;
  text-align: right;
}
.sidebar .block.filter .block-content .filter-options .filter-options-title {
  font-size: 150%;
  color: #222;
  font-weight: normal;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  overflow: auto;
  margin-bottom: 30px;
  max-height: 309px;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item {
  margin: 0;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a {
  background-color: transparent;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 13px 20px 10px;
  font-size: 116.67%;
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .price {
  color: inherit;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a:hover {
  background-color: #fff;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .count {
  float: right;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .count:before,
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a .count:after {
  display: none;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items .item:last-child a {
  border: none;
}
.sidebar .block.block-compare .empty {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.sidebar .block.block-compare .product-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .block.block-compare .product-items .product-item-name {
  margin: 0;
  font-weight: normal;
  display: block;
  padding-right: 24px;
}
.sidebar .block.block-compare .product-items.action.delete {
  position: relative;
  float: right;
}
.sidebar .block.block-compare .action.delete {
  right: 0;
  left: auto;
}
.sidebar .block.block-compare .actions-toolbar .secondary a.action {
  margin-top: 11px;
}
.sidebar .product-items .product-item-info::after {
  clear: both;
  content: "";
  display: block;
}
.rotate-hover-effect .product-item-image .product-item-photo:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 10;
  transform: rotate(-45deg) scale(0.5);
  -webkit-transform: rotate(-45deg) scale(0.5);
  -ms-transform: rotate(-45deg) scale(0.5);
  opacity: 0;
  transition: 0.3ss all ease-in;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.rotate-hover-effect .item-inner:hover .product-item-photo:before {
  transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  opacity: 1;
}
.opacity-hover-effect .product-item-image:hover .product-item-photo img {
  opacity: 0.6;
}
.second-image-hover-effect .product-item .item-inner .product-item-info .product-item-image .product-image-photo.hover_image {
  position: absolute !important;
  left: -105%;
  right: auto;
  top: 0;
  z-index: 11;
  transition: 0.3ss all ease-in;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.second-image-hover-effect .product-item .item-inner .product-item-info .product-item-image:hover .product-image-photo.hover_image {
  left: 0;
}
.page-layout-1column .column.main .block.filter .block-title {
  display: none;
}
.page-layout-1column .column.main .block.filter .block-subtitle.filter-subtitle {
  display: none;
}
.page-layout-1column .column.main .block.filter .block-content {
  background: none;
  border: none;
  padding: 0;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .block-subtitle.filter-current-subtitle {
  font-size: 150%;
  color: #222;
  font-weight: normal;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items {
  border: 1px solid #ddd;
  border-bottom: none;
  overflow: hidden;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item {
  margin: 0;
  padding: 13px 20px 10px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item:last-child {
  border: none;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item span {
  display: inline;
  font-weight: normal;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item .action.remove {
  color: #ff5555;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item .action.remove:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current .items .item .action.remove span {
  display: none;
}
.page-layout-1column .column.main .block.filter .block-content .filter-current + .filter-actions {
  padding: 20px;
  border: 1px solid #ddd;
  text-align: right;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-title {
  font-size: 150%;
  color: #222;
  font-weight: normal;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  overflow: auto;
  margin-bottom: 30px;
  max-height: 309px;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item {
  margin: 0;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a {
  background-color: transparent;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 13px 20px 10px;
  font-size: 116.67%;
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .price {
  color: inherit;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a:hover {
  background-color: #fff;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .count {
  float: right;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .count:before,
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item a .count:after {
  display: none;
}
.page-layout-1column .column.main .block.filter .block-content .filter-options .filter-options-content .items .item:last-child a {
  border: none;
}
.page-layout-1column .column.main .block.block-compare .empty {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.page-layout-1column .column.main .block.block-compare .product-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-layout-1column .column.main .block.block-compare .product-items .product-item-name {
  margin: 0;
  font-weight: normal;
  display: block;
  padding-right: 24px;
}
.page-layout-1column .column.main .block.block-compare .product-items.action.delete {
  position: relative;
  float: right;
}
.page-layout-1column .column.main .block.block-compare .action.delete {
  right: 0;
  left: auto;
}
.page-layout-1column .column.main .block.block-compare .actions-toolbar .secondary a.action {
  margin-top: 11px;
}
.toolbar {
  border: transparent;
  background-color: transparent;
  padding: 10px;
  clear: both;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.toolbar select {
  height: 32px;
  line-height: 30px;
}
.toolbar .modes {
  margin-right: 20px;
  display: inline-block;
  float: left;
}
.toolbar .modes .modes-label {
  display: none;
}
.toolbar .modes .modes-mode {
  float: left;
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  color: #777777;
  margin-right: 5px;
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.toolbar .modes .modes-mode span {
  display: none;
}
.toolbar .modes .modes-mode.active {
  color: #fff;
}
.toolbar .modes .modes-mode:hover {
  color: #fff;
}
.toolbar .modes .modes-mode.mode-grid:before {
  content: '\f009';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .modes .modes-mode.mode-list:before {
  content: '\f00b';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .toolbar-amount {
  float: left;
  display: inline-block;
  line-height: 34px;
  margin: 0 20px 0 0;
}
.toolbar .limiter {
  float: left;
  margin-right: 20px;
}
.toolbar .limiter .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 34px;
}
.toolbar .limiter .control {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.toolbar .limiter .limiter-text {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .toolbar-sorter.sorter {
  float: left;
}
.toolbar .toolbar-sorter.sorter .sorter-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 5px 0 0;
  line-height: 34px;
}
.toolbar .toolbar-sorter.sorter .sorter-options {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: auto;
}
.toolbar .toolbar-sorter.sorter .action.sorter-action {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.toolbar .toolbar-sorter.sorter .action.sorter-action.sort-asc:before {
  content: '\f176';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .toolbar-sorter.sorter .action.sorter-action.sort-desc:before {
  content: '\f175';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .toolbar-sorter.sorter .action.sorter-action span {
  display: none;
}
.toolbar .pages {
  float: right;
  line-height: 0;
}
.toolbar .pages .pages-items li {
  float: left;
  margin: 0 0 0 5px;
}
.toolbar .pages .pages-items li strong,
.toolbar .pages .pages-items li a {
  color: inherit;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  min-width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-weight: normal;
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.toolbar .pages .pages-items li strong.action.next:before,
.toolbar .pages .pages-items li a.action.next:before {
  display: none;
}
.toolbar .pages .pages-items li strong.action.next:after,
.toolbar .pages .pages-items li a.action.next:after {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.toolbar .pages .pages-items li strong.action.previous:before,
.toolbar .pages .pages-items li a.action.previous:before {
  display: none;
}
.toolbar .pages .pages-items li strong.action.previous:after,
.toolbar .pages .pages-items li a.action.previous:after {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.toolbar .pages .pages-items li a:hover {
  color: #fff;
}
.toolbar .pages .pages-items li strong {
  color: #fff;
}
.toolbar-top .toolbar,
.toolbar-bottom .toolbar {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.toolbar-top .toolbar .modes,
.toolbar-bottom .toolbar .modes {
  margin-right: 50px;
}
.toolbar-top .pages {
  display: none;
}
.toolbar-top .toolbar .toolbar-sorter.sorter {
  float: right;
}
.toolbar-top .toolbar .toolbar-amount {
  margin-right: 200px;
}
.toolbar-bottom .toolbar .limiter,
.toolbar-bottom .toolbar .toolbar-sorter.sorter {
  display: none;
}
.col3-layout .toolbar-amount {
  display: none !important;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.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;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  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: #7d7d7d;
}
.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;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  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: #1979c3;
  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: #7d7d7d;
  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: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.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;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  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: #8f8f8f;
  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: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.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 {
  font-size: 16px;
  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: #ffffff;
}
.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: #999999;
  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,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  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,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go: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: #8f8f8f;
  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: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.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: #8f8f8f;
  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: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  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 #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb 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: -28px 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: #ff5501;
  color: #ffffff;
  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 #cccccc;
  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 #cccccc;
}
.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 .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.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;
  white-space: nowrap;
}
.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: #1979c3;
}
.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;
  margin-left: 5px;
  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 #cccccc;
  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: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.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: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.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: #333333;
}
.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: #333333;
}
.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: #bbbbbb;
  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: #333333;
}
.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: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  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: #999999;
  }
  .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: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  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,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  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: #1979c3;
  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 #cccccc;
  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: #8f8f8f;
  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: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.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: #999999;
  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: #ffffff;
  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 #cccccc;
}
.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 #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  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: #8f8f8f;
  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: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.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 .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.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;
}
/**
 * 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%;
}
.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 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  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: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.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: #666666;
  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 {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 20px 0 0;
  padding: 7px 15px;
  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: none;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  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 #333333;
  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: #7d7d7d;
}
.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: #ffffff;
  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: #1979c3;
  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: #1979c3;
  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: #006bb4;
  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: #ff5501;
  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: #1979c3;
  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: #7d7d7d;
  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: #333333;
}
.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: #7d7d7d;
  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: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  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 #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb 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: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  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: #ffffff;
  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: #000000;
  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: #7d7d7d;
  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: #333333;
}
.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: #a6a6a6;
}
.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;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.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('../../frontend/Sm/destino/en_US/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('../../frontend/Sm/destino/en_US/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%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.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: #ff5501;
  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: #ff5501;
  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: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: none;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.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: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.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);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Sm/destino/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.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: #ffffff 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 {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  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;
}
.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;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.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;
  height: auto;
}
.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: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.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: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  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 .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  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 .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .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;
}
.cookie-status-message {
  display: none;
}
.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: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  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: #1979c3;
  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: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  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: #1979c3;
  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,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  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 {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.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;
}
.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: #333333;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0 20px;
  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: #006bb4;
  border: none;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: none;
  color: #ffffff;
}
.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) {
  .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,
  .block-collapsible-nav .title {
    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,
  .block-collapsible-nav .title: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,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.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: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .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 {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    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 {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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 15px;
  }
  .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 15px;
  }
  .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: 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: #e8e8e8;
    border: solid #dbdbdb;
    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: #f5f5f5;
    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: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    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: #ff5501;
    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: #333333;
  }
  .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: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    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 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .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: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    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: #ffffff;
    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;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .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;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .search-autocomplete .amsearch-slider-wrap:not(:first-child) {
    margin-top: 50px;
  }
  .amsearch-additional-content {
    flex-direction: column;
  }
  .amsearch-additional-content .amsearch-content-block {
    padding: 15px;
    max-width: 100%;
    border-top: 1px solid #e8e9ef;
    border-left: none;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image {
    display: inline-block;
    margin-right: 10px;
    max-width: 110px;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
    display: inline-block;
    vertical-align: top;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-wrapper-inner {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
    margin: 0 20px 0 0;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .product-item-actions {
    display: flex;
  }
  .widget-blog-posts ol.post-list li.item {
    width: 33.33%;
  }
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list {
    display: block;
    width: 100%;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list .product-item-photo {
    display: block;
    width: 100%;
  }
  .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;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .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;
  }
  .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%;
  }
  .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;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .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;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .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,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot 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,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot 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;
  }
  .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: #111111;
    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;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .widget-blog-posts ol.post-list li.item {
    width: 50%;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .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;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    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;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image,
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
    display: block;
    margin: 0 auto;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-wrapper-inner {
    flex-direction: column;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
    margin: 5px 0 10px;
  }
  .widget-blog-posts ol.post-list li.item {
    width: 100%;
    float: none;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .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;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amsearch-form-container .actions-secondary {
    display: flex;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .page-products .products-list .product-item .weltpixel-quickview {
    font-size: 16px;
    padding: 15px 0;
    float: left;
  }
  .page-products .products-list .product-item .product-item-inner {
    clear: left;
  }
  .page-products .products-grid .product-item {
    position: relative;
  }
  .page-products .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .page-products .products-grid .product-item .product-item-details {
    position: relative;
  }
  .page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../../frontend/Sm/destino/en_US/WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    top: -46px;
    right: 5px;
  }
  .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: #1979c3;
    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: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    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: #1979c3;
    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;
  }
  .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;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/*----Biochain Font Family----*/
/*----full width ----*/
/*----full width ----*/
/*----Biochain Font Sizes----*/
/*----Biochain Font Size----*/
/*----Biochain Colors----*/
/*----Biochain Colors----*/
/*----Biochain Buttons----*/
.secondary_btn a {
  background-color: transparent !important;
  color: #ff8300 !important;
  border-radius: 20px !important;
  font-weight: 700;
  border: 1px solid #ff8300 !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out !important;
  padding: 4px 12.84px 0px 16px !important;
  font-size: 15px !important;
  min-height: 32px;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle;
  line-height: 17px;
}
.secondary_btn a:hover {
  background-color: #ff8300 !important;
  color: #ffffff !important;
  transition: all 0.5s ease-in-out !important;
  text-decoration: none !important;
}
.secondary_btn a:hover::after {
  color: #ffffff !important;
}
.secondary_btn.sec-btn a {
  min-height: 40px !important;
  font-size: 20px !important;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle !important;
  padding: 3px 18px 1px !important;
}
/*-----CMS Category Button----*/
/*-----Biochain Common Headings-----*/
/*-----CMS Hero Section Headings----*/
.homepage-hero-heading {
  font-family: BRHendrix-Regular;
  font-size: 52px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -2.12px;
}
.homepage-hero-second-text {
  opacity: 0.8;
  font-family: BRHendrix-Regular;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
}
.cms-hero-sec-heading {
  font-size: 47px;
  color: #ffffff;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: -1.91px;
}
.cms-hero-small-text {
  font-size: 16px;
  color: #ffffff;
  font-family: BRHendrix-Regular;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
}
/*----Middle Content Headings----*/
.heading-thirty-three {
  font-size: 33px;
  color: #10183d;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
}
.font-text-eighteen {
  font-size: 18px;
  color: #5e678e;
  line-height: 1.56;
  font-weight: 500;
  font-family: BRHendrix-Medium;
}
.font-text-twenty {
  font-size: 20px;
  color: #5e678e;
  font-family: BRHendrix-Medium;
  line-height: 1.4;
  font-weight: 500;
}
.font-twenty-two {
  font-size: 22px;
  color: #10183d;
  font-weight: 500;
  font-family: BRHendrix-Medium;
  line-height: 1.36;
}
.font-twenty-four {
  font-size: 24px;
  color: #10183d;
  line-height: 1.25;
  font-weight: 500;
  font-family: BRHendrix-Medium;
}
/*----Common Margin Padding----*/
.top-fifteen {
  margin-top: 15px;
}
.bottom-ten {
  margin-bottom: 10px !important;
}
.bottom-fifteen {
  margin-bottom: 15px !important;
}
.bottom-twenty {
  margin-bottom: 15px;
}
.padding-bottom-thirty {
  padding-bottom: 30px;
}
.margin-bottom-thirty {
  padding-bottom: 30px;
}
.padding-top-sec {
  padding-top: 50px;
}
.padding-bottom-sec {
  padding-bottom: 50px;
}
.text-center {
  text-align: center;
}
@font-face {
  font-family: BRHendrix-Regular;
  src: url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Regular.eot');
  src: url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Regular.woff2') format("woff2"), /* chrome, firefox */ url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Regular.woff') format('woff'), /* chrome, firefox */ url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  
  /* IE9 */
  /* chrome, firefox, opera, Safari, Android, ios 4.2+ */
}
@font-face {
  font-family: BRHendrix-Medium;
  src: url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Medium.eot');
  src: url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Medium.woff2') format("woff2"), /* chrome, firefox */ url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Medium.woff') format('woff'), /* chrome, firefox */ url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  
  /* IE9 */
  /* chrome, firefox, opera, Safari, Android, ios 4.2+ */
}
@font-face {
  font-family: BRHendrix-Bold;
  src: url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Bold.eot');
  src: url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Bold.woff2') format("woff2"), /* chrome, firefox */ url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Bold.woff') format('woff'), /* chrome, firefox */ url('../../frontend/Sm/destino/en_US/fonts/BRHendrix-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  
  /* IE9 */
  /* chrome, firefox, opera, Safari, Android, ios 4.2+ */
}
/*Heading CSS Start*/
.page-header .header-12 .header-menu .container .menu-content .navigation-mobile-container {
  display: none !important;
}
.page-header .header-12 .header-menu .container .menu-content .navigation-mobile-container .nav-mobile-container {
  float: right;
  position: relative;
}
.page-header .header-12 .header-menu .container .menu-content .nav-desktop-container nav.ubermenu-main ul.ubermenu-nav > li.ubermenu-item-level-0 > a.ubermenu-target .ubermenu-sub-indicator {
  display: none;
}
.page-header .header-12 .header-menu .container .menu-content .nav-desktop-container nav.ubermenu-main .ubermenu-submenu-drop {
  padding: 13px 0px 13px 20px;
}
.page-header .header-12 .header-menu .container .menu-content .nav-desktop-container nav.ubermenu-main .ubermenu-submenu-drop .ubermenu-sub-indicator {
  font-size: 18px;
  right: 20px;
  top: 9px;
  margin-top: 0px;
  left: auto;
}
.page-header .header-12 .header-menu .container .menu-content .nav-desktop-container .ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:not(.ubermenu-noindicator) {
  padding-right: 25px;
}
.page-header .header-12 .header-middle-1 .header-content-1 .container .main-top-head-section ul {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 20px;
}
.page-header .header-12 .header-middle-1 .header-content-1 .container .main-top-head-section li {
  font-family: BRHendrix-Regular;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  color: #5e678e;
  display: inline-block;
  list-style: none;
  padding-right: 15px;
}
.page-header .header-12 .header-middle-1 .header-content-1 .container .main-top-head-section li:nth-child(2) {
  padding-right: 12px;
  position: relative;
  top: 2px;
  left: 1px;
  letter-spacing: 0.16px;
}
.page-header .header-12 .header-middle-1 .header-content-1 .container .main-top-head-section li:nth-child(3) {
  padding-left: 22px;
  position: relative;
  top: 1px;
}
.page-header .header-12 .header-middle-1 .header-content-1 .container .main-top-head-section li:nth-child(3) a:before {
  content: "";
  background-color: #d0d2de;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 5px;
  left: 4px;
}
.page-header .header-12 .header-middle-1 .header-content-1 .container .main-top-head-section a {
  font-family: BRHendrix-Regular;
  color: #5e678e;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.page-header .header-12 .header-middle-1 .header-content-1 .container .main-top-head-section a i {
  font-size: 17px;
  line-height: 21px;
  padding-right: 5px;
  color: #10183d;
  opacity: 0.6;
}
.page-header .header-12 .header-middle-1 .header-content-1 .container .main-top-head-section a:hover {
  text-decoration: none !important;
}
.page-header .header-12 .header-middle {
  padding-bottom: 0px;
}
.page-header .header-12 .header-middle .header-content .container .row .logo-container {
  bottom: 2px;
}
.page-header .header-12 .header-middle .header-content .container .row .logo-container img {
  max-width: 296px;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container {
  flex: 1;
  max-width: 46%;
  bottom: 10px;
  margin-left: 22px;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search {
  width: 480px;
  padding-left: 0px;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content {
  position: relative;
  bottom: 2px;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input {
  border: 2px solid #10183d;
  height: 50px;
  padding-left: 18px;
  cursor: pointer;
  outline: none;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input:focus {
  box-shadow: none !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input:focus::-webkit-input-placeholder {
  color: #5e678e;
  font-size: 20px;
  font-family: BRHendrix-Regular;
  font-style: normal !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input::placeholder {
  color: #5e678e;
  font-size: 20px;
  font-family: BRHendrix-Regular !important;
  font-style: normal !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input::-webkit-input-placeholder {
  color: #5e678e;
  font-size: 20px;
  font-family: BRHendrix-Regular !important;
  font-style: normal !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input::-moz-placeholder {
  color: #5e678e;
  font-size: 20px;
  font-family: BRHendrix-Regular !important;
  font-style: normal !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input:-ms-input-placeholder {
  color: #5e678e;
  font-size: 20px;
  font-family: BRHendrix-Regular;
  font-style: normal !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input:-moz-placeholder {
  color: #5e678e;
  font-size: 20px;
  font-family: BRHendrix-Regular;
  font-style: normal !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete {
  box-shadow: none;
  top: 50px !important;
  max-width: 60vw;
  border-radius: 5px;
  border: 1px solid #d0d2de;
  box-shadow: 1 0px 0px #3d3e42, 1 3px 2px #4b4c53;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete .amasty-xsearch-block-header {
  color: #10183d;
  font-family: BRHendrix-Medium !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete .amsearch-item {
  color: #5e678e;
  font-family: BRHendrix-Medium !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe {
  left: 4px !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe {
  left: 4px !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch button.amsearch-loupe,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe {
  left: 4px;
  background-image: none !important;
  background-color: #fd8201 !important;
  width: 44px;
  height: 44px;
  border-radius: 23px;
  position: absolute;
  right: -382px;
  z-index: 1999;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch button.amsearch-loupe::before,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe::before,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe::before {
  content: '';
  background-image: url(/wp/wp-content/uploads/2021/07/search.svg);
  background-size: 25px 26px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  position: absolute;
  top: 10.20px;
  left: 11px;
  background-repeat: no-repeat;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch button.amsearch-loupe:hover,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe:hover,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe:hover {
  -webkit-filter: inherit !important;
  filter: none !important;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions button.action.search,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action-gift.action.search {
  background-color: #fd8201;
  opacity: 1 !important;
  border-radius: 23px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 3px;
  right: 5px;
  outline: none;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions button.action.search::before,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action.action.search::before,
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action-gift.action.search::before {
  content: '' !important;
  background-image: url('/wp/wp-content/uploads/2021/07/search.svg') !important;
  background-size: 25px 26px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10.20px;
  left: 11px;
  background-repeat: no-repeat;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content .nested {
  display: none;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container {
  flex: 1;
  max-width: 22.60%;
  position: relative;
  right: 55px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container {
  width: 25%;
  display: inline-block;
  float: right;
  position: absolute;
  top: -15px;
  right: 0;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper {
  left: 4px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart {
  border-radius: 0px;
  background-color: transparent !important;
  color: #5e678e;
  font-size: 14px;
  padding-top: 48px;
  padding-left: 14px;
  position: relative;
  left: 28px;
  bottom: 16px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart::before {
  content: '';
  background-image: url(/wp/wp-content/uploads/2021/07/icons-cart.svg);
  width: 41px;
  height: 41px;
  border-radius: 0;
  position: relative;
  left: 22px;
  top: -38px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .subtotal {
  display: none;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart:hover {
  background-color: #f2f7ff !important;
  border-radius: 3px !important;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart:hover span.text {
  color: #10183d;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart:hover .counter.qty.empty::before {
  color: #10183d;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart:hover .counter.qty.empty::after {
  color: #10183d;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart:hover .counter-number {
  color: #10183d;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart span.text {
  position: inherit !important;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  text-transform: uppercase;
  top: 12px;
  left: -41px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty.empty {
  display: block;
  background-color: transparent;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  position: absolute;
  right: 0;
  left: auto;
  top: 55px;
  min-width: 38px;
  text-align: left;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty.empty span.counter-number {
  margin-left: 5px;
  margin-right: 2px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty.empty::before {
  content: "(" !important;
  position: absolute;
  /*left: 19px;*/
  color: #5e678e;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty.empty::after {
  content: ")" !important;
  position: absolute;
  color: #5e678e;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper::after {
  border-right: 1px solid #d0d2de;
  content: '';
  height: 71px;
  position: absolute;
  top: -5px;
  left: 16px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right {
  width: 65%;
  display: inline-block;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links {
  padding-left: 0px !important;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .block.account-nav {
  margin-bottom: 0px !important;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .block.account-nav .content {
  background-color: transparent !important;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link {
  margin-top: 5px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link::marker {
  color: #ffffff !important;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a {
  text-transform: uppercase !important;
  padding-top: 68px;
  color: #5e678e;
  font-size: 14px;
  font-family: BRHendrix-Regular;
  position: absolute;
  top: -30px;
  left: 92px;
  padding-left: 25.9px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a span.accoun-my {
  position: relative;
  left: -11px;
  top: -10px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a::before {
  content: '';
  background-image: url(/wp/wp-content/uploads/2021/07/icons-my-account.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 7px;
  left: 38px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a:hover {
  background-color: #f2f7ff !important;
  text-decoration: none !important;
  color: #10183d;
  border-radius: 3px;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link::after {
  border-right: 1px solid #d0d2de;
  content: '';
  height: 71px;
  position: absolute;
  top: -19px;
  left: 80px;
}
.page-header .header-12 .header-middle .header-content .row.desktop-view .col-sm-3.logo-container {
  flex: auto;
  max-width: 42.80%;
  margin-left: 19px;
}
.amsearch-close {
  display: none !important;
}
/* Header Search Bar Div */
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .product-image-wrapper {
  height: auto;
  overflow: visible;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .product-image-photo {
  position: static;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .amsearch-wrapper-content .product-item-details {
  min-height: 90px;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .amsearch-form-container.-large .amsearch-results .amsearch-more-results a {
  color: #7695da;
  border: 0px;
  text-decoration: none;
  transition: 0.5s ease;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .amsearch-form-container.-large .amsearch-results .amsearch-more-results a:hover {
  transition: 0.5s ease;
  cursor: pointer;
  color: #ff8300;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete .amsearch-item[data-search-block-type="recent_searches"] {
  border: 1px solid #d0d2de;
  cursor: pointer;
}
.page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete .amsearch-item[data-search-block-type="recent_searches"]:hover {
  border: 1px solid #10183d;
  box-shadow: 1 0px 0px #3d3e42, 1 3px 2px #4b4c53;
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
  color: #ff8300;
  font-family: BRHendrix-Medium;
  font-weight: 500;
}
.amsearch-products .amsearch-highlight {
  background: transparent;
  color: #ff8300;
}
/* Header Search Bar Div */
/*Heading CSS end*/
/* Add To Cart Itmes */
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty {
  display: block;
  background-color: transparent;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  position: absolute;
  right: 0;
  left: auto !important;
  top: 55px;
  min-width: 38px;
  text-align: left;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty:before {
  content: "(";
  position: absolute;
  color: #5e678e;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty:after {
  content: ")";
  position: absolute;
  /*left: 34px;*/
  color: #5e678e;
}
.page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty span.counter-top-cart.counter-number {
  margin-left: 5px;
  margin-right: 2px;
}
.minicart-wrapper.active .counter.qty {
  left: 72px !important;
  top: 55px !important;
}
/* Add To Cart Items */
/*Footer CSS Start*/
.page-footer ul {
  padding-left: 0px;
}
.page-footer ul li {
  list-style: none;
  margin-bottom: 12px;
}
.page-footer ul li a {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e678e !important;
  font-family: BRHendrix-Regular;
  text-decoration: none;
}
.page-footer ul li a:hover {
  color: #ff8300 !important;
}
.page-footer .footer-2 .footer-top {
  padding-top: 22px;
  background-color: #88aaf4 !important;
}
.page-footer .footer-2 .footer-top .top-footer-row {
  max-width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.page-footer .footer-2 .footer-top .top-footer-row .footer-form-row {
  padding-left: 0px;
  padding-bottom: 8px;
  flex: auto;
}
.page-footer .footer-2 .footer-top .top-footer-row .footer-form-row .newsletter-info-footer {
  display: inline-block;
  float: left;
}
.page-footer .footer-2 .footer-top .top-footer-row .footer-form-row .newsletter-info-footer .footer-subscribe-form {
  display: flex;
}
.page-footer .footer-2 .footer-top .top-footer-row .footer-form-row .newsletter-info-footer .footer-subscribe-form span.title-footer {
  font-size: 21px;
  color: #ffffff;
  font-family: BRHendrix-Regular;
}
.page-footer .footer-2 .footer-top .top-footer-row .footer-form-row .newsletter-info-footer .footer-subscribe-form .subscription-img {
  width: 7%;
  display: inline-block;
}
.page-footer .footer-2 .footer-top .top-footer-row .footer-form-row .newsletter-info-footer .footer-subscribe-form .subscription-img img {
  width: 42px;
}
.page-footer .footer-2 .footer-top .top-footer-row .footer-form-row .newsletter-info-footer .footer-subscribe-form p {
  display: inline-block;
  padding-left: 20px;
  line-height: 26px;
}
.page-footer .footer-2 .footer-top .top-footer-row .form-sec {
  display: inline-block;
  float: right;
  flex: auto;
  padding: 0;
}
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form label {
  display: none;
}
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .control {
  margin-top: 2px;
  padding-left: 35px;
  padding-top: 0px;
}
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .control input {
  height: 44px;
  border-radius: 5px;
  padding-left: 20px;
  max-width: 508px;
  float: right;
}
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .control input::placeholder {
  color: #5e678e;
  font-size: 18px;
  font-family: BRHendrix-Regular !important;
}
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions button,
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action,
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .action-gift {
  transition: all 0.5s ease-in-out !important;
  line-height: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  font-family: BRHendrix-Bold;
  outline: none;
  position: absolute;
  top: 8px;
  right: 22px;
  background-color: #ff8300;
  padding: 7px 22px 7px 22px;
  border-radius: 19px;
}
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions button:hover,
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action:hover,
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .action-gift:hover {
  transition: all 0.5s ease-in-out;
  background-color: #dd7508;
}
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions button span,
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action span,
.page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .action-gift span {
  color: #ffffff;
  font-size: 18px;
  font-family: BRHendrix-Regular;
}
.page-footer .footer-2 .footer-middle {
  padding-top: 34px;
}
.page-footer .footer-2 .footer-middle .container .block-footer .title-footer {
  font-family: BRHendrix-Regular;
  font-size: 22px;
  font-weight: 500;
  color: #10183d;
  margin-bottom: 13px;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .first-row .footer-logo {
  max-width: 275px;
  margin-bottom: 2px;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row {
  margin-bottom: 12px;
  padding-top: 20px;
  display: flex;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .address {
  width: 49%;
  color: #5e678e;
  font-size: 18px;
  font-family: BRHendrix-Regular;
  line-height: 24px;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block {
  width: 40%;
  position: relative;
  bottom: 1px;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block .footer-icon {
  width: 36px;
  height: 36px;
  color: #88aaf4;
  line-height: 30px;
  text-align: center;
  margin: 0 10px 0 0;
  padding-top: 1px;
  border-radius: 18px;
  border: solid 2px #88aaf4;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block .footer-icon:hover {
  color: #ffffff;
  background-color: #88aaf4;
  transition: 0.5s ease;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block ul li {
  display: inline-block;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block ul li span {
  display: none;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block ul li a {
  background: transparent;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block ul li a em {
  font-size: 18px !important;
  border: 2px solid #88aaf4;
  border-radius: 50%;
  font-size: 18px;
  width: 36px !important;
  height: 36px;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block ul li a em::before {
  font-size: 18px;
  color: #88aaf4;
  line-height: 1.44;
  width: 21px;
  height: 26px;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block ul li a em:hover {
  background-color: transparent !important;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block ul li a em.fa.fa-youtube-play::before {
  position: relative;
  left: 7px;
  top: 4px;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block ul li a em.fa.fa-linkedin::before {
  position: relative;
  left: 9px;
  top: 4px;
}
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block ul li a em.fa.fa-twitter::before {
  position: relative;
  left: 7px;
  top: 4px;
}
.page-footer .footer-2 .footer-middle .block-footer.footer-phone {
  width: 31%;
  float: left;
  display: inline-block;
}
.page-footer .footer-2 .footer-middle .block-footer.footer-phone ul li {
  color: #5e678e !important;
  line-height: 24px;
  margin-bottom: 7px;
}
.page-footer .footer-2 .footer-middle .block-footer.footer-phone ul li a {
  font-size: 17px;
  color: #5e678e !important;
  font-family: BRHendrix-Regular;
}
.page-footer .footer-2 .footer-middle .block-footer.footer-phone ul li a:hover {
  color: #ff8300 !important;
}
.page-footer .footer-2 .footer-middle .block-footer.footer-email {
  width: 40%;
  display: inline-block;
}
.page-footer .footer-2 .footer-middle .block-footer.footer-email ul li {
  font-size: 15px;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  margin-bottom: 12px;
}
.page-footer .footer-2 .footer-middle .block-footer.footer-email ul li a {
  font-size: 17px;
  color: #5e678e;
  font-family: BRHendrix-Regular;
}
.page-footer .footer-2 .footer-bottom {
  padding-top: 20px;
  background-color: #10183d;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub {
  margin: auto;
  max-width: 1480px;
  border-bottom: 1px solid #595e78;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 10px;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub > div {
  width: 100%;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .iso-footer-img-sec {
  flex: 0 0 50%;
  max-width: 50%;
  float: left;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom {
  float: right;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul {
  margin-left: 22px;
  margin-bottom: 0px;
  padding-top: 10px;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li {
  display: inline-block;
  padding-right: 35px;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li:last-child {
  padding-right: 0px;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li:nth-child(3) {
  padding-right: 38px;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li:nth-child(4) {
  padding-right: 41px;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li a {
  color: #ffffff !important;
  font-size: 18px;
  font-family: BRHendrix-Regular;
}
.page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li a:hover {
  color: #ff8300 !important;
  text-decoration: none !important;
}
.page-footer .footer-2 .footer-bottom .footer-copyright-policy {
  padding-bottom: 20px;
  padding-left: 16px;
  padding-top: 16px;
}
.page-footer .footer-2 .footer-bottom .footer-copyright-policy .copyright {
  flex: auto;
  max-width: 49%;
  font-size: 14px;
  font-family: BRHendrix-Regular;
  color: #ffffff !important;
  opacity: 0.71;
  margin: 0;
}
.page-footer .footer-2 .footer-bottom .footer-copyright-policy .copyright .footer-copyright .footer-copyright span.privacy-link {
  position: relative;
  right: 4px;
}
.page-footer .footer-2 .footer-bottom .footer-copyright-policy .copyright .privacy-link a {
  font-size: 14px;
  font-family: BRHendrix-Regular;
  color: #ffffff !important;
  padding-left: 25px;
}
.page-footer .footer-2 .footer-bottom .footer-copyright-policy .copyright .privacy-link a:hover {
  color: #ff8300 !important;
  text-decoration: none;
}
.page-footer .footer-2 .footer-bottom .footer-copyright-policy .terms-privacy .payment-coppyright.privacy-and-terms {
  float: right;
}
.page-footer .footer-2 .footer-bottom .footer-copyright-policy .terms-privacy .payment-coppyright.privacy-and-terms .block-footer p {
  font-size: 14px;
  font-family: BRHendrix-Regular;
  color: #ffffff !important;
  opacity: 0.71;
  margin-bottom: 0px;
}
.page-footer .footer-2 .footer-bottom .footer-copyright-policy .terms-privacy .payment-coppyright.privacy-and-terms .block-footer p a {
  font-size: 14px;
  font-family: BRHendrix-Regular;
  color: #ffffff !important;
}
.page-footer .footer-2 .footer-bottom .footer-copyright-policy .terms-privacy .payment-coppyright.privacy-and-terms .block-footer p a:hover {
  text-decoration: none;
}
.page-footer .footer-2 .footer-bottom .footer-copyright-policy .terms-privacy .payment-coppyright.privacy-and-terms .block-footer p a:nth-child(2) {
  margin-left: 5px;
}
.footer-middle .primary_btn a {
  text-decoration: none;
}
.block.block-search {
  z-index: 110;
}
.form .search-autocomplete {
  z-index: 110;
}
ul#ubermenu-nav-main-2 {
  padding-left: 10px;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0:nth-child(3) a {
  padding-right: 27px;
}
/* Footer Additional */
.page-footer .footer-2 .footer-middle .block-footer.block-footer-contact {
  margin-left: 16px;
}
.page-footer .footer-2 .footer-middle .primary_btn.footer_btn > a {
  line-height: normal !important;
  min-height: 40px;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: inline-flex;
  align-self: center;
}
.page-footer .footer-2 .footer-middle .col-lg-3.second {
  flex: auto;
  max-width: 21.20%;
}
.page-footer .footer-2 .footer-middle .col-lg-3 ul li {
  line-height: 25px;
  margin-bottom: 10px;
  max-width: 221px;
}
.page-footer .footer-2 .footer-middle .col-lg-3 .block-footer.first-footer {
  margin-bottom: 61px;
}
.page-footer .footer-2 .footer-middle .col-lg-3.third.footer-products-sec2 ul li {
  max-width: 100%;
}
.page-footer .footer-2 .footer-middle .col-lg-3.third.footer-products-sec2 .block-footer.first-footer {
  margin-bottom: 51px;
}
.page-footer .footer-2 .footer-middle .col-lg-6.first {
  flex: auto;
  max-width: 46.60%;
  margin-top: 17px;
}
.page-footer .footer-2 .footer-middle > .container > .row {
  padding-bottom: 23px;
}
.block-footer.footer-phone ul {
  margin-bottom: 20px;
}
.block-footer.footer-phone ul li:nth-child(3) {
  font-size: 15px;
}
.block-footer.footer-email .title-footer {
  margin-bottom: 14px !important;
}
/* Footer Additional */
/*Page Title CMS*/
/*Footer CSS end*/
/* Menu Border */
.wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem:last-child {
  border-bottom: 1px solid #3e435b;
}
.mm-listitem_opened > .mm-panel {
  padding-left: 0px;
}
.mm-wrapper_opening .mm-wrapper__blocker.mm-slideout {
  display: block !important;
}
.mm-wrapper__blocker.mm-slideout {
  display: none !important;
}
/* Menu Border */
/*----Home Page Hero----*/
.transition_ease {
  transition: 0.5s ease;
}
body[dir="ltr"] {
  overflow: hidden;
}
.home.page-template .column.main {
  padding-bottom: 0px !important;
}
.home.page-template .post-view .post-entry {
  margin-bottom: 0px !important;
}
.home_page_hero_section.vc_row.wpb_row {
  background-position: top 0px right 0px !important;
  background-repeat: no-repeat !important;
  background-size: 477px 324px !important;
}
.home_page_hero_section.vc_row.wpb_row:before {
  background-image: url(/wp/wp-content/uploads/2021/07/rectangle@2x.png);
  background-repeat: no-repeat !important;
  background-size: 69.5% 100%;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home_page_hero_section.vc_row.wpb_row:after {
  content: "";
  background-repeat: no-repeat, no-repeat !important;
  width: 577px;
  height: 324px;
  display: inline-block;
  right: 0px;
  position: absolute;
  background-position: right 2px bottom 0px;
  top: 0px;
  background-image: url(/wp/wp-content/uploads/2021/09/circle-bg.svg);
}
.home_page_hero_section {
  padding-bottom: 38px;
  width: 100%;
  position: relative;
}
.home_page_hero_section .hero_section_left_child_sm_8 {
  position: relative;
  z-index: 1;
}
.home_page_hero_section .homepage-hero-heading {
  margin-bottom: 0px;
}
.home_page_hero_section .homepage-hero-second-text {
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 41px;
  margin-top: 12px;
  max-width: 740px;
  font-family: BRHendrix-Bold;
}
.hero_info_section ul.ul_items {
  list-style-type: none;
  padding-left: 0px;
}
.hero_info_section ul.ul_items li {
  color: #ffffff;
  float: left;
  font-family: BRHendrix-Regular;
  font-size: 16px;
  font-weight: normal;
  margin-left: 4px;
  width: 15.80%;
}
.hero_info_section ul.ul_items li:before {
  content: url(/wp/wp-content/uploads/2021/07/check.svg);
  position: relative;
  right: 4px;
  top: 5px;
}
.hero_info_section ul.ul_items li:nth-child(2) {
  width: 16.70%;
}
.hero_info_section ul.ul_items li:nth-child(3) {
  width: 20.50%;
}
.hero_info_section ul.ul_items li:nth-child(3):before {
  right: 10px;
}
.hero_info_section ul.ul_items li:nth-child(4) {
  width: 40%;
}
.hero_info_section ul.ul_items li:nth-child(4):before {
  right: 7px;
}
/*----Home Page Hero----*/
/*----New Product Section----*/
.new-product-sec .inner-row .font-twenty-two a:hover {
  color: #ff8300 !important;
}
.new-product-sec .inner-row .product-img {
  border-radius: 3px;
}
.new-product-sec .new-product-inner-row .vc_col-sm-4 {
  cursor: pointer;
}
.new-product-sec .new-product-inner-row .vc_col-sm-4:hover .font-twenty-two {
  color: #ff8300;
  transition: 0.1s ease;
}
.new-product-sec .new-product-inner-row .product-img {
  margin-bottom: 0px;
}
.new-product-sec .new-product-inner-row .product-img img {
  border-radius: 5px;
}
.new-product-sec .new-product-inner-row .font-twenty-two {
  line-height: 30px;
  margin-top: 22px;
}
.new-product-sec .new-product-inner-row .vc_col-sm-4 > .vc_column-inner {
  padding-right: 15px;
}
.new-product-sec .new-product-seprator {
  margin-bottom: 5px;
  margin-top: 12px;
}
.new-product-sec .new-product-seprator .vc_sep_holder .vc_sep_line {
  border-color: #d3d6e1;
}
/*----New Product Section----*/
/*----Product Categories Section----*/
.product-categories-sec .cat-img.safari-ipad {
  display: none;
}
.product-categories-sec .categories-text {
  font-family: BRHendrix-Regular;
  max-width: 870px;
  margin-bottom: 29px;
  font-weight: normal;
}
.product-categories-sec .categories-sec {
  align-items: flex-end;
}
.product-categories-sec .categories-sec > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #f2f7ff;
  padding: 25px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.product-categories-sec .categories-sec > .wpb_column > .vc_column-inner > .wpb_wrapper > .font-twenty-four {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-bottom: 14px;
  max-width: 280px;
}
.product-categories-sec .categories-sec > .wpb_column > .vc_column-inner > .wpb_wrapper > .font-twenty-four > a {
  transition: 0.5s ease;
}
.product-categories-sec .categories-sec > .wpb_column > .vc_column-inner > .wpb_wrapper > .font-twenty-four > a:hover {
  transition: 0.5s ease;
  cursor: pointer;
  color: #ff8300;
}
.product-categories-sec .categories-sec > .wpb_column:nth-child(4) > .vc_column-inner > .wpb_wrapper {
  padding-left: 28px;
}
.product-categories-sec .categories-sec .categories-listing ul {
  list-style: none;
  padding-left: 0;
}
.product-categories-sec .categories-sec .categories-listing ul li a {
  font-size: 20px;
  color: #6c91e1;
  max-width: 195px;
  line-height: 27px;
  transition: 0.5s ease;
  font-family: BRHendrix-Medium;
}
.product-categories-sec .categories-sec .categories-listing ul li a:hover {
  color: #ff8300;
  text-decoration: none !important;
  cursor: pointer;
  transition: 0.5s ease;
}
.product-categories-sec .categories-sec .vc_col-sm-3 {
  width: 24.60%;
  margin-right: 6px;
}
.product-categories-sec .categories-images .cat-img img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 341.45px;
}
.product-categories-sec .categories-images .vc_col-sm-3 .cat-img {
  max-width: 341.45px;
}
/*----Product Categories Section----*/
/*----Custom Services Section----*/
.custome-services-sec .cms-cat-btn {
  margin-bottom: 0px !important;
}
.custome-services-sec .inner-row-services1 {
  padding-bottom: 30px;
}
.custome-services-sec .inner-row-services2 {
  padding-bottom: 50px;
}
.custome-services-sec .heading-thirty-three {
  margin-top: 18px;
}
.custome-services-sec .paragragh_twenty {
  line-height: 28px;
  max-width: 870px;
  margin-bottom: 27px;
}
.custome-services-sec .custome-services-img {
  margin-bottom: 0px;
}
.custome-services-sec .heading-twenty {
  margin-top: 15px;
  cursor: pointer;
  margin-bottom: 12px !important;
}
.custome-services-sec .paragragh_eighteen {
  max-width: 427px;
  line-height: 28px;
}
.custome-services-sec .vc_col-sm-4:nth-child(2) .vc_column-inner {
  padding-left: 24px;
}
.custome-services-sec .vc_col-sm-4:nth-child(3) .vc_column-inner {
  padding-left: 18px;
}
.custome-services-sec .common-secondary-button-design {
  margin-bottom: 0px;
}
.custome-services-sec .common-secondary-button-design > a {
  line-height: 17px;
  font-size: 15px;
  background-color: #f2f7ff !important;
  transition: 0.5s ease;
}
.custome-services-sec .common-secondary-button-design > a:hover {
  background-image: none;
  background-color: #ff8300 !important;
}
.custome-services-sec .custome-services-sec-seprator {
  margin-bottom: 30px;
}
.custome-services-sec .inner-row-services-common .vc_col-sm-4 .wpb_wrapper:before {
  content: "";
  background-color: #d0d2de;
  width: 1px;
  height: auto;
  position: absolute;
  right: 8px;
  top: -2px;
  bottom: 0px;
}
.custome-services-sec .inner-row-services-common .vc_col-sm-4:nth-child(2) .wpb_wrapper:before {
  right: 18px;
}
.custome-services-sec .inner-row-services-common .vc_col-sm-4:nth-child(3) .wpb_wrapper:before {
  display: none;
}
/*----Custom Services Section----*/
/*----Homepage About Section----*/
.home-about-sec {
  background-repeat: no-repeat !important;
  background-position: top left !important;
  min-height: 430px;
}
.home-about-sec .inner-row {
  max-width: 870px;
  float: right;
}
.home-about-sec .inner-row .about-text {
  margin-bottom: 25px !important;
}
.home-about-biochain {
  background-repeat: no-repeat;
  background-size: 562px 370px;
  background-position: top 0 left -113px;
  display: block;
  position: relative !important;
  padding-bottom: 35px;
}
.home-about-biochain::before {
  background-image: url(/wp/wp-content/uploads/2021/11/combined-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 425px;
  content: "";
  display: inline-block;
  background-position: bottom 54px left -89px;
  left: 0;
}
.home-about-biochain .heading-thirty-three {
  margin-bottom: 14px;
}
.home-about-biochain .home-about-biochain-seprator {
  display: none;
}
.home-about-biochain .home-about-biochain_right_child {
  padding-top: 25px;
  padding-left: 34px;
}
.home-about-biochain .paragragh_twenty {
  max-width: 870px;
}
.home-about-biochain .paragragh_twenty:nth-child(3) {
  margin-bottom: 24px;
}
/*----Homepage About Section----*/
/*----Home Image gallery----*/
.home-img-gallery {
  padding-top: 25px;
}
.home-img-gallery .container .vc_column-inner {
  padding-top: 0px !important;
}
.home-img-gallery .home-img-gallery_layer {
  padding-left: 32px;
}
.home-img-gallery .home-img-gallery_layer .heading-thirty-three {
  margin-top: 30px;
}
.home-img-gallery .wpb_single_image {
  margin-bottom: 30px;
}
.home-img-gallery .vc_col-sm-2 {
  width: 13.40%;
}
.home-img-gallery .vc_col-sm-2.teva-img {
  width: 14.40%;
}
.home-img-gallery .vc_col-sm-2.our-customer {
  width: 14%;
}
.home-img-gallery .vc_col-sm-2.our-customer .heading-thirty-three {
  margin-top: 28px;
}
.home-img-gallery .vc_col-sm-2.thermo-fisher {
  width: 13.70%;
}
.home-img-gallery .vc_col-sm-2.roche-img {
  width: 13.50%;
}
.home-img-gallery .vc_col-sm-2.gsk-img {
  width: 13.40%;
}
.home-img-gallery .vc_col-sm-1.msd-img {
  width: 13.40%;
}
.home-img-gallery .vc_col-sm-2.science-exchange-img {
  width: 13.70%;
}
.home-img-gallery .vc_col-sm-2.regeneron-img {
  width: 13.70%;
}
.vc_col-sm-2.nih-image {
  width: 13.60%;
}
.home-img-gallery.mobile-home-img-gallery {
  display: none;
}
/*----Home Image gallery----*/
/*----Home Featured Posts----*/
.home-sm:nth-child(odd) > .vc_column-inner {
  padding-left: 0px;
}
.home-sm:nth-child(even) > .vc_column-inner {
  padding-right: 0px;
}
a.event_anchor::hover {
  text-decoration: none;
}
.homepage-featured-posts-section {
  margin-top: 35px;
  padding-bottom: 15px;
}
.homepage-featured-posts-section .heading-thirty-three {
  margin-top: 26px;
  margin-bottom: 2px;
}
.homepage-featured-posts-section .common-secondary-button-design.vieww_blog > a {
  position: unset;
  transition: 0.5s ease !important;
  background: transparent !important;
  background-color: transparent !important;
  float: right;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.homepage-featured-posts-section .common-secondary-button-design.vieww_blog > a:after {
  left: 16px;
  top: -5px;
}
.homepage-featured-posts-section .common-secondary-button-design.vieww_blog > a:hover {
  background-color: #ff8300 !important;
  transition: 0.5s ease !important;
}
.homepage-featured-posts-section .alm-btn-wrap {
  display: none !important;
}
.homepage-featured-posts-section.vc_row .wpb_column.vc_column_container > .vc_column-inner {
  padding-top: 15px;
}
.home-featured-template-post .template-post-img li.thumbnail-img {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.home-featured-template-post .home-featured-template-content {
  border: 1px solid #d0d2de;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ffffff;
}
.home-featured-template-post .home-featured-template-content:hover {
  cursor: pointer;
  border: 1px solid #88aaf4;
  box-shadow: 0px 0px 0px 1px #88aaf4;
}
.home-featured-template-post .content {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.home-featured-template-post:nth-child(1) .template-post-img {
  float: left;
  max-width: 370px;
  width: 100%;
  margin-right: 30px;
}
.home-featured-template-post:nth-child(1) .template-post-img li.thumbnail-img {
  height: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
  background-size: cover !important;
}
.home-featured-template-post:nth-child(1) .heading-fourteen-d {
  margin-bottom: 4px;
}
.home-featured-template-post:nth-child(2) .template-post-img {
  float: left;
  max-width: 131px;
  width: 100%;
  margin-right: 17px;
}
.home-featured-template-post:nth-child(2) .template-post-img li.thumbnail-img {
  background-size: cover !important;
  padding-top: 41px;
  padding-bottom: 42px;
}
.home-featured-template-post:nth-child(2) .common-secondary-button-design {
  display: none;
}
.home-featured-template-post:nth-child(2) .heading-fourteen-d {
  font-family: BRHendrix-Medium;
  font-size: 12px;
  font-weight: 500;
  color: #1184d4;
  margin-bottom: 6px;
}
.home-featured-template-post:nth-child(2) .heading-twenty-one {
  font-size: 16px;
  line-height: 20px;
}
.home-featured-template-post:nth-child(3) .common-secondary-button-design {
  display: none;
}
.home-featured-template-post:nth-child(3) .template-post-img {
  float: left;
  max-width: 131px;
  width: 100%;
  margin-right: 17px;
}
.home-featured-template-post:nth-child(3) .template-post-img li.thumbnail-img {
  background-size: cover !important;
  padding-top: 41px;
  padding-bottom: 43px;
}
.home-featured-template-post:nth-child(3) .heading-twenty-one {
  font-size: 16px;
  line-height: 20px;
}
.home-featured-template-post:nth-child(3) .heading-fourteen-d {
  font-size: 12px;
  margin-bottom: 6px;
}
.home-featured-posts .heading-thirty-three {
  margin-bottom: 17px;
}
.template-post-img li.thumbnail-img::marker {
  font-size: 0px;
}
.heading-fourteen-d {
  font-family: BRHendrix-Medium;
  font-size: 14px;
  font-weight: 500;
  color: #1184d4;
}
.heading-twenty-one {
  font-family: BRHendrix-Regular;
  font-weight: normal;
  color: #10183d;
  font-size: 21px;
  line-height: 32px;
}
.home-sm:nth-child(1) .home-featured-template-post .heading-twenty-one {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}
.home-sm:nth-child(1) .home-featured-template-post .home-featured-template-content {
  min-height: 247px;
}
.home-sm:nth-child(1) .common-secondary-button-design {
  display: block;
  margin-top: 12px;
}
.home-sm .home-featured-template-post {
  float: left;
  width: 100%;
  max-width: 725px;
}
.home-sm .home-featured-template-post .home-featured-template-content {
  display: flex;
  align-items: center;
  min-height: 110px;
  padding: 0px;
}
.home-sm .home-featured-template-post .home-featured-template-content.add_sapcing {
  padding-left: 25px;
}
.home-sm .common-secondary-button-design {
  display: none;
}
.home-sm:nth-child(2) > .vc_column-inner {
  padding-bottom: 12px;
}
.home-featured-template-post .heading-twenty-one {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1 !important;
}
/*----Home Featured Posts----*/
/*----Home Publication Events----*/
.homepage-publication-events .category_event-label {
  position: relative;
  margin-top: 10px;
}
.homepage-publication-events .category_event-label .category_event {
  position: absolute;
  margin-left: 25px;
  z-index: 1;
  bottom: -12px;
  font-family: BRHendrix-Bold;
  font-weight: 700;
  border-radius: 4px;
  font-size: 13px;
  background-color: #9f5eb5;
  padding: 3px 8px 0px;
  color: #ffffff;
  text-transform: uppercase;
}
.homepage-publication-events .left-col {
  width: 63.333333%;
}
.homepage-publication-events .publications-shortcode.category_publication .bizgenius-citation-paging {
  display: none;
}
.homepage-publication-events .publications-shortcode.category_publication .bizgenius-citation-paging div#bizgenius-citation-widget-container-list {
  max-width: 842px;
}
.homepage-publication-events.vc_row .wpb_column.vc_column_container .vc_column-inner {
  padding-top: 15px !important;
}
.homepage-publication-events .heading-thirty-three {
  margin-bottom: 22px;
}
.homepage-publication-events .pub-seprator {
  display: none;
}
.homepage-publication-events .publications-shortcode {
  margin-bottom: 0px;
}
.homepage-publication-events .vc_col-sm-5 {
  width: 36.666667%;
}
.homepage-publication-events .vc_col-sm-5 > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin-bottom: 20px;
}
.homepage-publication-events a.home-post-anchor {
  text-decoration: none;
}
.homepage-publication-events .alm-btn-wrap {
  display: none !important;
}
.homepage-publication-events .home-events-post {
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: #e7eefc;
  padding: 26px 10px 19px 24px;
  max-width: 524px;
}
.homepage-publication-events .home-events-post:hover {
  cursor: pointer;
  border: 1px solid #88aaf4;
  box-shadow: 0px 0px 0px 1px #88aaf4;
}
.homepage-publication-events .home-events-post .heading-nineteen.event {
  margin-bottom: 7px;
  line-height: 26px;
}
.homepage-publication-events .common-secondary-button-design {
  margin-bottom: 19px;
}
.homepage-publication-events .common-secondary-button-design > a {
  font-size: 20px;
  padding: 10px 35px 8px 20px;
  border-radius: 20px !important;
}
.homepage-publication-events .common-secondary-button-design > a:after {
  right: -8px;
  top: -2px;
}
.homepage-publication-events .paragragh_twenty {
  max-width: 848px;
  line-height: 28px;
  margin-bottom: 25px;
}
.homepage-publication-events .heading-thirty-three.home-pub {
  width: 100%;
  max-width: 666px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication > a {
  font-size: 15px;
  line-height: 17px;
  margin-top: 28px;
  padding: 8px 20px 4px 15px;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .vc_col-sm-7 {
  width: 63.333333%;
  margin-bottom: 0px;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .main-row-publications {
  padding-left: 76px;
  padding-left: 60px;
  background-image: url(/wp/wp-content/uploads/2021/08/paper-icon.svg);
  background-repeat: no-repeat;
  background-size: 6% 40%;
  background-position: top 11% left -0.3%;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .main-row-publications h2.heading-nineteen {
  margin-top: 0px;
  max-width: 771px;
  line-height: 27px;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .main-row-publications:hover {
  background-image: url(/wp/wp-content/uploads/2021/08/paper-icon-one.svg);
  transition: 0.5s ease;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .main-row-publications:nth-child(1) {
  margin-bottom: 24px;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .main-row-publications:before {
  background-color: #c4cfe4;
  content: "";
  width: 3px;
  height: 111px;
  display: block;
  float: left;
  transition: 0.5s ease;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .main-row-publications h2.heading-nineteen.pub {
  margin-top: 0px;
  max-width: 800px;
  line-height: 27px;
  margin-bottom: 5px;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .main-row-publications .col-md-8 {
  margin-top: 6px;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .main-row-publications .la-external-link-square-alt:before {
  font-size: 24px;
  position: relative;
  left: 8px;
  top: 2px;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .main-row-publications .publication-name.heading_fourteen {
  width: 100%;
  float: right;
  line-height: 27px;
  margin-bottom: 3px;
  text-align: end;
  line-height: 23px;
  margin-right: 8px;
  font-family: BRHendrix-Medium;
  transition: 0.5s ease;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .main-row-publications .publication-date.heading_fourteen {
  margin-right: 0px;
  color: #5e678e;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .publication-date.heading_fourteen {
  margin-right: 3px;
  color: #5e678e;
}
.homepage-publication-events .common-secondary-button-design.view_all_publication .pub-event-seprator {
  margin-bottom: 51px;
}
.homepage-publication-events .homepage-publication-events.vc_row .wpb_column.vc_column_container > .vc_column-inner {
  padding-top: 15px;
}
.homepage-publication-events .heading_fourteen {
  font-family: BRHendrix-Medium;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #1184d4;
}
.homepage-publication-events .main-row-publications:hover .publication-name.heading_fourteen {
  color: #ff8300;
  transition: 0.5s ease;
}
.homepage-publication-events .main-row-publications:hover:before {
  background-color: #88aaf4;
  transition: 0.5s ease;
}
/*----Home Publication Events----*/
/*----Need Assistance Section----*/
.need-assistance-sec .heading-thirty-three {
  margin-top: 4px;
  line-height: 42px;
  margin-bottom: 8px !important;
}
.need-assistance-sec .paragragh_twenty {
  line-height: 28px;
  max-width: 596px;
}
.need-assistance-sec .paragragh_twenty > .wpb_wrapper {
  margin-bottom: 23px;
}
.need-assistance-sec .vc_col-sm-8 {
  width: 71.20%;
}
.need-assistance-sec .inner-row .left-col .primary_btn {
  margin-bottom: 48px;
}
.need-assistance-sec > .wpb_column > .vc_column-inner > .wpb_wrapper {
  max-width: 874px;
  margin: auto;
}
.need-assistance-sec .inner-row .left-col .primary_btn {
  display: inline-block;
  padding-right: 30px;
}
.need-assistance-sec .inner-row .left-col .secondary_btn {
  display: inline-block;
}
.need-assistance-sec .inner-row .right-col {
  width: 244px;
}
/*----Need Assistance Section----*/
/*----Featured Post Section----*/
.homepage-featured-post .alm-btn-wrap {
  display: none !important;
}
.homepage-featured-post .featured-row-heading .left-col .heading-thirty-three {
  display: inline-block;
}
.homepage-featured-post .featured-row-heading .left-col .cms-cat-btn {
  display: inline-block;
  float: right;
}
.homepage-featured-post .featured-row-post .main-row-publications {
  border-left: 3px solid #c4cfe4;
  padding-left: 15px;
  max-width: 800px;
  float: right;
  padding-bottom: 25px;
}
.homepage-featured-post .featured-row-post .main-row-publications:hover {
  text-decoration: none !important;
}
.homepage-featured-post .featured-row-post .main-row-publications:hover .publication-name {
  color: #ff8300 !important;
}
.homepage-featured-post .featured-row-post .main-row-publications:hover::before {
  color: #88aaf4;
}
.homepage-featured-post .featured-row-post .main-row-publications::before {
  content: '\f15c';
  position: absolute;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  color: #5e678e;
  font-size: 44px;
}
.homepage-featured-post .featured-row-post .publications-row-template h2 {
  font-size: 19px;
  color: #10183d;
  margin-top: 0px;
  padding-bottom: 10px;
}
.homepage-featured-post .featured-row-post .publications-row-template h2:hover {
  color: #10183d;
  text-decoration: none !important;
}
.homepage-featured-post .featured-row-post .publications-post .publiaction-author {
  font-size: 17px;
  color: #5e678e;
}
.homepage-featured-post .featured-row-post .publications-post .publiaction-author:hover {
  color: #5e678e;
  text-decoration: none !important;
}
.homepage-featured-post .featured-row-post .publications-post .publication-name {
  font-size: 14px;
  color: #1184d4;
  text-transform: uppercase;
  text-align: right;
}
.homepage-featured-post .featured-row-post .publications-post .publication-name i {
  font-size: 25px;
}
.homepage-featured-post .featured-row-post .publications-post .publication-name:hover {
  color: #ff8300 !important;
  text-decoration: none !important;
}
.homepage-featured-post .featured-row-post .publications-post .publication-date {
  font-size: 14px;
  color: #5e678e;
  text-align: right;
}
.homepage-featured-post .featured-row-post .publications-post .publication-date:hover {
  color: #5e678e;
  text-decoration: none !important;
}
.homepage-featured-post .featured-row-post .events-shortcode .events-main-row .news-col {
  background-color: #e7eefc;
}
.homepage-featured-post .featured-row-post .events-shortcode .events-main-row h2 {
  font-size: 19px;
  color: #10183d;
  margin-bottom: 8px;
}
.homepage-featured-post .featured-row-post .events-shortcode .events-main-row .event-date {
  color: #1184d4;
  font-size: 17px;
}
@media (min-width: 1680px) {
  .home_page_hero_section.vc_row.wpb_row {
    background-position: top -8px right -2px !important;
    background-repeat: no-repeat !important;
    background-size: 477px 331px !important;
  }
  .home_page_hero_section.vc_row.wpb_row:after {
    background-position: right 0px bottom 0px;
  }
}
@media (max-width: 1679px) {
  .home_page_hero_section.vc_row.wpb_row {
    background-size: 432px 324px !important;
  }
  .home_page_hero_section.vc_row.wpb_row:after {
    width: 432px;
    background-position: right 0px bottom 0px;
  }
  .custome-services-sec .inner-row-services-common .vc_col-sm-4 .wpb_wrapper:before {
    top: 0px;
  }
  .custome-services-sec .inner-row-services-common .vc_col-sm-4:nth-child(2) .wpb_wrapper:before {
    right: 4px;
  }
  .hero_info_section ul.ul_items li {
    width: 18%;
  }
  .hero_info_section ul.ul_items li:nth-child(1) {
    width: 18%;
  }
  .hero_info_section ul.ul_items li:nth-child(2) {
    width: 19.1%;
  }
  .hero_info_section ul.ul_items li:nth-child(2):before {
    right: 5px;
  }
  .hero_info_section ul.ul_items li:nth-child(3) {
    width: 23%;
  }
  .hero_info_section ul.ul_items li:nth-child(4) {
    width: 30%;
  }
  .product-categories-sec .categories-images .cat-img img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 298px;
  }
  .product-categories-sec .categories-sec .vc_col-sm-3 {
    width: 25%;
    margin-right: 0px;
  }
  .home-product-categories-sec .categories-images .vc_col-sm-3 .cat-img {
    max-width: 300px;
  }
  .custome-services-sec .inner-row-services-common .vc_col-sm-4 .wpb_wrapper:before {
    top: 0px;
  }
  .custome-services-sec .inner-row-services-common .vc_col-sm-4:nth-child(2) .wpb_wrapper:before {
    right: 4px;
  }
  .homepage-publication-events .publications-shortcode div#bizgenius-citation-widget-container-list {
    max-width: 768px;
  }
  .homepage-publication-events .heading-thirty-three.home-pub {
    width: 77%;
  }
}
@media (max-width: 1366px) {
  .home-img-gallery .vc_col-sm-2.teva-img {
    width: 18.4%;
    position: relative;
    bottom: 12px;
  }
  .custome-services-sec .paragragh_eighteen {
    max-width: 340px;
  }
  .home-img-gallery .vc_col-sm-2.our-customer {
    width: 17%;
    position: relative;
    bottom: 12px;
  }
  .home_page_hero_section.vc_row.wpb_row:before {
    background-size: 65% 100%;
  }
  .product-categories-sec .categories-images .cat-img img {
    max-width: 270px;
  }
  .product-categories-sec .categories-sec > .wpb_column:nth-child(4) > .vc_column-inner > .wpb_wrapper {
    padding-bottom: 25px;
  }
  .home-featured-template-post:nth-child(1) .template-post-img {
    max-width: 326px;
  }
  .home-featured-template-post:nth-child(1) .content {
    padding-right: 15px;
  }
  .home-featured-template-post:nth-child(3) {
    width: 42%;
  }
  .home-featured-template-post:nth-child(3) .template-post-img li.thumbnail-img {
    padding-top: 41px;
    padding-bottom: 42px;
  }
  .home-about-biochain .home-about-biochain_child .vc_col-sm-4 {
    width: 42.333333%;
  }
  .home-about-biochain .home-about-biochain_child .vc_col-sm-8 {
    width: 57.666667%;
  }
  .homepage-publication-events .heading-thirty-three.home-pub {
    width: 75%;
  }
  .homepage-publication-events .publications-shortcode div#bizgenius-citation-widget-container-list {
    max-width: 730px;
  }
  .homepage-publication-events .main-row-publications .col-md-8 {
    max-width: 60%;
  }
  .homepage-publication-events .main-row-publications .col-md-4 {
    max-width: 40%;
    flex: 40%;
  }
  .hero_info_section ul.ul_items li:nth-child(3) {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home_page_hero_section.vc_row.wpb_row {
    background-position: right -86px top 0px !important;
    background-size: 445px 250px !important;
  }
  .home_page_hero_section.vc_row.wpb_row:after {
    width: 450px;
    height: 270px;
    background-size: contain;
    background-position: right 0px bottom 20px;
  }
  .home_page_hero_section.vc_row.wpb_row:before {
    background-image: none;
  }
  .home-about-biochain {
    padding-top: 0px;
    background-size: 468px;
    background-position: top -47px left -133px;
    padding-bottom: 15px;
  }
  .home-about-biochain::before {
    position: absolute;
    width: 100%;
    height: 264px !important;
    background-position: bottom 0px left 0px;
    left: 0px;
  }
  .home-about-biochain.vc_row > .wpb_column.vc_column_container > .vc_column-inner {
    padding-top: 0px !important;
  }
  .home-about-biochain.vc_row > .wpb_column.vc_column_container > .vc_column-inner {
    padding-top: 0px;
  }
  .product-categories-sec .cat-img.safari-ipad {
    display: block;
    margin-bottom: 0px;
    margin-top: 25px;
  }
  .product-categories-sec .cat-img.safari-ipad img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .product-categories-sec .categories-images {
    display: none;
  }
  .product-categories-sec .categories-sec > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 25px 0px 0px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .product-categories-sec .categories-sec > .wpb_column > .vc_column-inner > .wpb_wrapper > .font-twenty-four {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-categories-sec .categories-listing {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-featured-template-post:nth-child(1) .template-post-img {
    max-width: 240px;
  }
}
@media (max-width: 1025px) {
  .hero_info_section ul.ul_items li:nth-child(1) {
    width: 20%;
  }
  .hero_info_section ul.ul_items li:nth-child(2) {
    width: 21%;
  }
  .hero_info_section ul.ul_items li:nth-child(3) {
    width: 28%;
  }
  .hero_info_section ul.ul_items li:nth-child(4) {
    width: 22%;
  }
  .home-featured-template-post:nth-child(2) .content.content_spacing {
    min-height: 110px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .home-featured-template-post:nth-child(3) .content.content_spacing {
    min-height: 110px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .home_page_hero_section.vc_row.wpb_row:before {
    background-size: cover;
  }
  .new-product-sec .new-product-inner-row .vc_col-sm-4 > .vc_column-inner {
    padding-right: 15px;
  }
  .product-categories-sec .categories-images .cat-img img {
    max-width: 225px;
  }
  .product-categories-sec .categories-sec > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 25px 15px 30px !important;
  }
  .product-categories-sec .categories-sec > .wpb_column:nth-child(4) > .vc_column-inner > .wpb_wrapper {
    padding-bottom: 55px;
  }
  .home-featured-template-post:nth-child(2) {
    width: 38%;
    margin-bottom: 15px;
  }
  .home-featured-template-post:nth-child(2) .content {
    background-color: #ffffff;
  }
  .home-featured-template-post:nth-child(3) {
    width: 38%;
  }
  .home-featured-template-post:nth-child(3) .content {
    background-color: #ffffff;
  }
  .homepage-publication-events .main-row-publications .publication-name {
    line-height: inherit;
  }
  .homepage-publication-events .main-row-publications:nth-child(1) .publication-name {
    margin-right: 22px;
  }
  .homepage-publication-events .main-row-publications:nth-child(1) .publication-name i.las.la-external-link-square-alt {
    position: absolute;
  }
  .homepage-publication-events .main-row-publications:nth-child(1) .la-external-link-square-alt:before {
    top: -4px;
  }
  .homepage-publication-events .main-row-publications:nth-child(2) .la-external-link-square-alt:before {
    top: 4px;
  }
  .home-img-gallery {
    display: none;
  }
  .home-img-gallery.mobile-home-img-gallery {
    display: block;
    padding-top: 15px;
  }
  .home-img-gallery.mobile-home-img-gallery .vc_col-sm-3 {
    width: 30%;
  }
  .home-img-gallery.mobile-home-img-gallery .nih-image.common-nih-image.vc_col-sm-3 {
    width: 33%;
  }
  .home-img-gallery.mobile-home-img-gallery .common-gsk-image.vc_col-sm-3 {
    width: 33.20%;
  }
  .home-img-gallery.mobile-home-img-gallery .common-science-exchange-image.vc_col-sm-3 {
    width: 32%;
  }
  .home-img-gallery.mobile-home-img-gallery .common-roche-image.vc_col-sm-3 {
    width: 29%;
  }
  .homepage-publication-events .heading-thirty-three.home-pub {
    width: 65.50%;
  }
}
@media (max-width: 992px) {
  .product-categories-sec .categories-images .cat-img img {
    max-width: 217px;
  }
  .home-featured-template-post {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .home-featured-template-post:nth-child(2) .content {
    background-color: #ffffff;
    padding-top: 32px;
    padding-bottom: 33px;
  }
  .home-featured-template-post:nth-child(3) .content {
    background-color: #ffffff;
    padding-top: 32px;
    padding-bottom: 33px;
  }
}
@media (min-width: 768px) and (max-width: 812px) {
  .homepage-publication-events .main-row-publications {
    background-size: 9% 40%;
  }
  .homepage-publication-events .main-row-publications:nth-child(1) .col-md-8 {
    left: 0px;
    position: relative;
  }
  .homepage-publication-events .heading-thirty-three.home-pub {
    width: 57%;
  }
  .product-categories-sec .categories-images .cat-img img {
    max-width: 160px;
  }
  .product-categories-sec .categories-sec > .wpb_column > .vc_column-inner > .wpb_wrapper > .font-twenty-four {
    letter-spacing: -1.5px;
    padding-left: 0px;
  }
  .product-categories-sec .categories-listing {
    padding-left: 0px;
  }
  .need-assistance-sec .vc_col-sm-8 {
    width: 66.2%;
  }
  .need-assistance-sec .inner-row .right-col {
    align-items: flex-end !important;
  }
  .home-featured-template-post:nth-child(1) .template-post-img {
    max-width: 152px;
  }
}
@media (max-width: 767px) {
  /*Common Button CSS*/
  .common-secondary-button-design.sec-btn a {
    min-height: 36px !important;
    padding: 6px 20px 3px !important;
    font-size: 17px !important;
  }
  .common-secondary-button-design.sec-btn a::after {
    margin-top: -2px;
  }
  .secondary_btn.sec-btn a {
    min-height: 36px !important;
    padding: 6px 20px 3px !important;
    font-size: 17px !important;
  }
  .secondary_btn.sec-btn a::after {
    margin-top: -2px;
  }
  /*Common Button CSS*/
  .home-about-biochain {
    padding-top: 0px;
    background-size: 468px;
    background-position: top -47px left -133px;
    padding-bottom: 15px;
  }
  .home-about-biochain::before {
    position: absolute;
    width: 100%;
    height: 264px !important;
    background-position: bottom 0px left 0px;
    left: 0px;
  }
  .new-product-sec .new-product-inner-row .font-twenty-two {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .new-product-sec .new-product-inner-row .vc_col-sm-4 {
    margin-bottom: 30px;
  }
  .new-product-sec .new-product-inner-row .vc_col-sm-4:last-child {
    margin-bottom: 10px;
  }
  .home-sm {
    width: 100%;
    max-width: 310px;
  }
  .home-sm .home-featured-template-post {
    max-width: 100%;
  }
  .home-sm .home-featured-template-post .home-featured-template-content {
    min-height: auto !important;
    padding: 0px;
  }
  .home-sm:nth-child(1) .common-secondary-button-design {
    display: none;
  }
  .home-sm:nth-child(1) .home-featured-template-post .heading-twenty-one {
    -webkit-line-clamp: 1 !important;
  }
  .home-sm:nth-child(1) > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-sm:nth-child(3) > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage-publication-events .category_event-label .category_event {
    margin-left: 15px;
  }
  .homepage-publication-events > .container > .vc_column-inner {
    padding-right: 15px !important;
  }
  .homepage-publication-events .left-col > .vc_column-inner {
    padding-right: 0px;
  }
  .homepage-publication-events .main-row-publications .col-md-4 {
    max-width: 100%;
    flex: auto;
  }
  .homepage-publication-events .heading-thirty-three.home-pub {
    margin-top: 1px;
    margin-bottom: 0px !important;
  }
  .homepage-featured-posts-section > .container > .vc_column-inner {
    padding-top: 10px !important;
    padding-right: 0px;
  }
  .home-featured-template-post .heading-twenty-one {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
  }
  .home-featured-template-post {
    float: none !important;
  }
  .custome-services-sec .inner-row-services1 {
    padding-bottom: 15px !important;
  }
  .home_page_hero_section.vc_row.wpb_row {
    background-position: right -86px top 0px !important;
    background-size: 445px 250px !important;
    padding-bottom: 0px;
  }
  .home_page_hero_section.vc_row.wpb_row:before {
    background-image: none;
  }
  .home_page_hero_section.vc_row.wpb_row:after {
    width: 450px;
    height: 268px;
    background-size: contain;
    background-position: right 0px bottom 18px;
  }
  .home_page_hero_section.vc_row.wpb_row .wpb_column.vc_column_container .vc_column-inner {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .homepage-hero-heading {
    margin-top: 25px;
    line-height: 33px;
    letter-spacing: -1.18px;
    font-size: 29px;
  }
  .home_page_hero_section .home_left_child {
    padding-top: 245px;
  }
  .home_page_hero_section .homepage-hero-second-text {
    font-size: 20px;
    line-height: 29px;
    margin-top: 17px;
    margin-bottom: 14px;
  }
  .hero_info_section ul.ul_items {
    display: grid;
  }
  .hero_info_section ul.ul_items li {
    width: 100% !important;
    font-size: 13px;
  }
  .hero_info_section ul.ul_items li:nth-child(3):before {
    right: 4px;
  }
  .hero_info_section ul.ul_items li:nth-child(4) {
    order: 2;
  }
  .hero_info_section ul.ul_items li:nth-child(4):before {
    right: 4px;
  }
  .hero_info_section ul.ul_items li:before {
    top: 2px;
    content: url(/wp/wp-content/uploads/2021/09/check-mobile-svg.svg);
  }
  .hero_info_section ul.ul_items li:nth-child(2) {
    order: 2;
  }
  .mobile-hidden {
    display: none !important;
  }
  .desktop_button_hidden {
    display: block !important;
  }
  .display_none_sec {
    display: none !important;
  }
  .home-product-categories-sec {
    padding-bottom: 8px;
  }
  .product-categories-sec .categories-sec .vc_col-sm-3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-categories-sec .categories-sec > .wpb_column > .vc_column-inner > .wpb_wrapper > .font-twenty-four {
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .product-categories-sec .categories-sec .categories-listing ul li a {
    font-size: 18px;
    line-height: 28px;
  }
  .product-categories-sec .categories-sec .common-mobile-sec.image-one:after {
    background-image: url(/wp/wp-content/uploads/2021/08/images-product-categories-1@2x.jpg);
  }
  .product-categories-sec .categories-sec .common-mobile-sec.image-two:after {
    background-image: url(/wp/wp-content/uploads/2021/08/images-product-categories-2@2x.jpg);
  }
  .product-categories-sec .categories-sec .common-mobile-sec.image-three:after {
    background-image: url(/wp/wp-content/uploads/2021/08/images-product-categories-3@2x.jpg);
  }
  .product-categories-sec .categories-sec .common-mobile-sec.image-four:after {
    background-image: url(/wp/wp-content/uploads/2021/08/images-product-categories-4@2x.jpg);
  }
  .product-categories-sec .heading-thirty-three {
    margin-bottom: 12px !important;
    margin-top: 30px;
  }
  .product-categories-sec .common-mobile-sec > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .common-mobile-sec.wpb_column.vc_column_container.vc_col-sm-3:after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right 72%;
    width: 112px;
    height: auto;
    content: "";
  }
  .custome-services-sec .paragragh_eighteen {
    display: none;
  }
  .custome-services-sec .common-secondary-button-design {
    width: 100%;
    display: block;
    margin-left: 80px;
    position: relative;
    bottom: 24px;
    margin-bottom: 0px;
  }
  .custome-services-sec .common-secondary-button-design > a {
    line-height: 17px;
  }
  .custome-services-sec .vc_col-sm-4 .vc_column-inner {
    padding-left: 15px !important;
    margin-bottom: 15px;
  }
  .custome-services-sec .vc_col-sm-4 .vc_column-inner:after {
    background-color: #d0d2de;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    bottom: 5px;
  }
  .custome-services-sec .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .custome-services-sec .heading-twenty {
    margin-left: 18px;
    max-width: 264px;
    margin-top: 4px;
  }
  .custome-services-sec .custom-extraction.vc_col-sm-4:nth-child(3) .vc_column-inner {
    margin-bottom: 0px;
  }
  .custome-services-sec .custom-extraction.vc_col-sm-4 .common-secondary-button-design {
    bottom: 3px;
  }
  .custome-services-sec .custom-extraction.vc_col-sm-4 > .vc_column-inner {
    margin-bottom: 30px;
  }
  .custome-services-sec .custom-extraction.vc_col-sm-4 > .vc_column-inner:after {
    top: 16px;
  }
  .custome-services-sec .heading-thirty-three {
    margin-top: 0px;
    margin-bottom: 13px !important;
  }
  .custome-services-sec .vc_col-sm-4.learn-more .vc_column-inner {
    margin-bottom: 4px;
  }
  .custome-services-sec .vc_col-sm-4.learn-more .vc_column-inner:after {
    display: none;
  }
  .custome-services-sec .inner-row-services2 {
    padding-bottom: 0px;
  }
  .custome-services-sec.vc_row > .wpb_column.vc_column_container > .vc_column-inner {
    padding-top: 30px;
  }
  .homepage-publication-events .vc_col-sm-5 {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 15px;
  }
  .homepage-publication-events .vc_col-sm-5 > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin-bottom: 19px;
  }
  .homepage-publication-events .heading-thirty-three {
    margin-bottom: 20px;
  }
  .homepage-publication-events .home-events-post {
    padding: 23px 10px 8px 14px;
    max-width: 345px;
    margin-top: 10px;
  }
  .homepage-publication-events .home-events-post .heading-nineteen.event {
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 23px;
  }
  .homepage-publication-events .home-events-post .heading-seventeen-d {
    font-size: 14px;
  }
  .homepage-publication-events .home-events-post:before {
    padding: 3px 8px 1px;
  }
  .homepage-publication-events .common-secondary-button-design > a {
    font-size: 15px;
    padding: 8px 21px 3px 14px;
    line-height: 17px;
    min-height: 32px;
  }
  .homepage-publication-events .vc_col-sm-7 {
    width: 100%;
    margin-bottom: 1px;
  }
  .homepage-publication-events .vc_col-sm-7 .alm-reveal.alm-preloaded {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    display: -webkit-box;
  }
  .homepage-publication-events .vc_col-sm-7 .fiddle {
    height: 100%;
    width: 320px;
    position: relative;
    float: left;
  }
  .homepage-publication-events .publications-row-template {
    padding-top: 70px;
  }
  .homepage-publication-events .main-row-publications {
    padding-left: 0;
    background-size: 37px 37px;
    background-position: top 6% left 3%;
    max-width: 320px;
    margin-right: 0px;
  }
  .homepage-publication-events .main-row-publications h2.heading-nineteen.pub {
    margin-bottom: 3px;
    font-size: 15px;
    max-width: 290px;
    line-height: 23px;
  }
  .homepage-publication-events .main-row-publications:before {
    height: 3px;
    position: relative;
    top: 56px;
    width: 100%;
    max-width: 290px;
    float: none;
  }
  .homepage-publication-events .main-row-publications .col-md-8 {
    margin-bottom: 7px;
  }
  .homepage-publication-events .main-row-publications .publication-name.heading_fourteen {
    text-align: left;
    margin-right: 0px;
  }
  .homepage-publication-events .main-row-publications .publication-date.heading_fourteen {
    text-align: left;
  }
  .homepage-publication-events .main-row-publications:nth-child(1) {
    margin-bottom: 0px;
  }
  .homepage-publication-events .heading-thirty-three.home-pub {
    margin-top: 1px;
  }
  .homepage-publication-events .publications-shortcode {
    margin-bottom: 0px;
  }
  .homepage-publication-events .common-secondary-button-design.view_all_publication > a {
    margin-top: 23px;
  }
  .homepage-publication-events .paragragh_twenty {
    display: none;
  }
  .homepage-publication-events .pub-event-seprator {
    margin-bottom: 28px;
  }
  .home-about-biochain {
    padding-bottom: 1px;
  }
  .home-about-biochain .home-about-biochain_child .vc_col-sm-8 {
    width: 100%;
    padding-left: 0px;
    padding-top: 270px;
  }
  .home-about-biochain .home-about-biochain_child .heading-thirty-three {
    margin-top: 8px;
    margin-bottom: 9px;
  }
  .home-about-biochain .home-about-biochain-seprator.vc_separator .vc_sep_holder .vc_sep_line {
    border-top: 1px solid #d3d6e1;
  }
  .home-about-biochain .paragragh_twenty:nth-child(3) {
    margin-bottom: 15px;
  }
  .home-about-biochain .common-primary-button-design > a {
    margin-bottom: 0px !important;
  }
  .home-about-biochain-seprator.vc_separator {
    margin-top: 28px;
    margin-bottom: 0px;
  }
  .home-about-biochain.vc_row > .wpb_column.vc_column_container > .vc_column-inner {
    padding-top: 0px !important;
  }
  .home-about-biochain-seprator.vc_separator {
    display: block;
  }
  .home-img-gallery {
    display: none;
  }
  .home-img-gallery .wpb_single_image {
    margin-bottom: 15px;
  }
  .home-img-gallery.mobile-home-img-gallery {
    padding-top: 30px;
    margin-bottom: 10px;
    display: block;
  }
  .home-img-gallery.mobile-home-img-gallery .home-img-gallery_layer.child_three .wpb_single_image {
    margin-bottom: 0px;
  }
  .home-img-gallery.mobile-home-img-gallery .heading-thirty-three {
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .home-img-gallery.mobile-home-img-gallery .home-img-gallery_layer {
    padding-left: 15px;
  }
  .home-img-gallery.mobile-home-img-gallery .vc_col-sm-3 {
    float: left;
    width: 32% !important;
    margin-right: 2px;
  }
  .home-img-gallery.mobile-home-img-gallery .vc_col-sm-3 > .vc_column-inner {
    padding: 0;
  }
  .home-img-gallery.mobile-home-img-gallery .vc_col-sm-3.common-img {
    width: 32%;
  }
  .homepage-featured-posts-section {
    padding-bottom: 8px;
    margin: 30px auto 0px auto;
  }
  .homepage-featured-posts-section .home-featured-template-post .heading-twenty-one {
    font-size: 14px !important;
    line-height: 17px;
  }
  .homepage-featured-posts-section .home-featured-template-post .heading-fourteen-d {
    font-size: 10px !important;
    margin-bottom: 8px !important;
  }
  .homepage-featured-posts-section .home-featured-template-post:nth-child(1) .content {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .homepage-featured-posts-section .home-featured-template-post:nth-child(2) .content {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .homepage-featured-posts-section .home-featured-template-post .template-post-img {
    max-width: 101px !important;
    margin-right: 16px !important;
  }
  .homepage-featured-posts-section .home-featured-template-post .template-post-img li.thumbnail-img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
    padding-top: 38px !important;
    padding-bottom: 38px !important;
    background-size: cover !important;
  }
  .homepage-featured-posts-section .home-featured-template-post .common-secondary-button-design {
    display: none;
  }
  .homepage-featured-posts-section .alm-reveal.alm-preloaded {
    display: -webkit-box;
    overflow-x: scroll;
    width: 100%;
  }
  .homepage-featured-posts-section .common-secondary-button-design {
    float: left;
  }
  .homepage-featured-posts-section .common-secondary-button-design.vieww_blog > a {
    font-size: 15px;
    line-height: 17px;
    padding: 8px 21px 3px 14px;
  }
  .homepage-featured-posts-section .common-secondary-button-design.vieww_blog > a:after {
    left: 7px;
    top: -2px;
  }
  .homepage-featured-posts-section .wpb_text_column {
    margin-bottom: 0px;
  }
  .homepage-featured-posts-section .heading-thirty-three {
    margin-top: 4px;
    margin-bottom: 0px;
  }
  .home-featured-template-post {
    margin-bottom: 19px !important;
  }
  .home-featured-template-post:nth-child(3) .content {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .home-featured-template-post:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 9px !important;
  }
  .homepage-featured-posts-section.vc_row .wpb_column.vc_column_container.home-sm > .vc_column-inner {
    padding-top: 13px;
  }
  .homepage-publication-events.vc_row .wpb_column.vc_column_container > .vc_column-inner {
    padding-top: 0px !important;
    padding-right: 0px;
  }
  .homepage-publication-events {
    margin-top: 30px;
  }
  .homepage-publication-events .common-secondary-button-design > a {
    padding: 4px 21px 1px 22px !important;
  }
  .homepage-publication-events .common-secondary-button-design > a:after {
    margin-left: 12px !important;
  }
  .homepage-publication-events .pub-seprator {
    display: block;
    margin-bottom: 33px;
  }
  .need-assistance-sec .primary_btn {
    margin-bottom: 15px;
  }
  .need-assistance-sec:before {
    background-image: url(/wp/wp-content/uploads/2021/07/support@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left 9px;
    position: absolute;
    width: 141px;
    height: 200px;
    right: 0;
    bottom: 0px;
  }
  .need-assistance-sec .heading-thirty-three {
    margin-bottom: 12px !important;
    max-width: 207px;
  }
  .need-assistance-sec .inner-row .left-col .primary_btn {
    min-height: 36px;
    margin-bottom: 14px;
  }
  .need-assistance-sec .inner-row .left-col .primary_btn > a:after {
    top: 15px;
    right: 22px;
  }
  .need-assistance-sec .inner-row .left-col .secondary_btn {
    display: inline-block;
    margin-bottom: 62px;
  }
  .need-assistance-sec .left-col.vc_col-sm-8 {
    width: 100%;
  }
  .need-assistance-sec .right-col.vc_col-sm-4 .wpb_single_image {
    display: none;
  }
  .homepage-featured-posts-section.vc_row .wpb_column.vc_column_container.home-sm > .vc_column-inner {
    padding-top: 0px;
  }
  .homepage-featured-posts-section .common-secondary-button-design.vieww_blog > a:after {
    left: 7px;
    top: -3px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list {
    display: -webkit-box;
    overflow-x: scroll;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single {
    padding-top: 72px;
    margin-right: 30px;
    padding-left: 0px;
    padding-top: 52px;
    max-width: 290px;
    line-height: 23px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single::before {
    left: 8px !important;
    top: 12px !important;
    font-size: 35px !important;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single span {
    display: table-column;
    display: inline-block;
    word-break: break-all;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a > b {
    font-size: 15px !important;
    line-height: 23px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a:before {
    top: 36px;
  }
}
@media (max-width: 360px) {
  .home_page_hero_section.vc_row.wpb_row {
    background-size: 416px 248px !important;
  }
  .home_page_hero_section.vc_row.wpb_row:after {
    background-position: right -40px bottom 20px;
  }
  .homepage-publication-events .home-events-post {
    max-width: 290px;
  }
  .custome-services-sec .heading-twenty {
    margin-bottom: 36px !important;
    max-width: 210px;
  }
  .custom-extraction .heading-twenty {
    margin-bottom: 15px !important;
  }
}
.ubermenu-nav {
  background: #10183d !important;
}
.minicart-wrapper .action.close {
  outline: none;
}
.page-wrapper .columns .column.main {
  padding-bottom: 0px;
}
.page-wrapper .columns .column.main .post-entry {
  margin-bottom: 0px;
}
.heading-twelve-d {
  font-family: BRHendrix-Medium;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #1184d4;
  margin-bottom: 9px;
}
.heading-sixteen {
  color: #10183d;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 16px;
  font-family: BRHendrix-Regular;
}
.heading-seventeen-d {
  font-family: BRHendrix-Medium;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
  color: #1184d4;
  line-height: 31px;
}
.heading-seventeen,
.heading-seventeen a {
  color: #5e678e;
  font-weight: normal;
  text-decoration: none;
  font-size: 17px;
  font-family: BRHendrix-Regular;
}
.heading-nineteen {
  color: #10183d;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 19px;
  font-family: BRHendrix-Regular;
}
.heading-twenty {
  font-family: BRHendrix-Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #10183d;
}
.heading-twenty-four {
  color: #10183d;
  font-weight: 500;
  line-height: 1.45;
  font-size: 24px;
  font-family: BRHendrix-Medium;
}
.heading-twenty-six {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.19;
  text-align: center;
  color: #ffffff;
  font-family: BRHendrix-Medium;
}
.heading-twenty-eight {
  width: 100%;
  font-weight: 500;
  color: #10183d;
  font-family: BRHendrix-Medium;
  font-size: 28px;
}
.desktop_button_hidden.common-secondary-button-design.vc_btn3-container {
  display: none;
}
.desktop_button_hidden.common-primary-button-design.vc_btn3-container {
  display: none;
}
.desktop_button_hidden.primary_btn.vc_btn3-container {
  display: none;
}
.desktop_button_hidden.secondary_btn.vc_btn3-container {
  display: none;
}
.paragragh_eighteen {
  color: #5e678e;
  font-weight: normal;
  font-size: 18px;
  font-family: BRHendrix-Regular;
}
.paragragh_twenty {
  color: #5e678e;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 20px;
  font-family: BRHendrix-Regular;
}
.alm-load-more-btn.more {
  background-color: transparent !important;
  color: #ff8300 !important;
  border-radius: 20px !important;
  font-weight: 700;
  border: 1px solid #ff8300 !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out !important;
  padding: 4px 32px 1px !important;
  font-size: 20px !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle;
  margin: 0px 26px 48px 0px !important;
}
.alm-load-more-btn.more:hover {
  background-color: #ff8300 !important;
  color: #ffffff !important;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  text-decoration: none !important;
}
.primary_btn a {
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 5px 25px 4px !important;
  min-height: 40px;
}
.primary_btn a:hover {
  text-decoration: none !important;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #dd7508 !important;
}
.common-primary-button-design > a {
  background-color: #ff8300 !important;
  padding: 10px 42px 10px 22px !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 5px 25px 4px !important;
  min-height: 40px;
}
.common-primary-button-design > a:hover {
  background-image: none !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #dd7508 !important;
  text-decoration: none !important;
}
.common-secondary-button-design > a {
  background-color: transparent !important;
  color: #ff8300 !important;
  border-radius: 20px !important;
  font-weight: 700;
  border: 1px solid #ff8300 !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  padding: 3px 18px 0px !important;
  font-size: 15px !important;
  min-height: 32px;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle;
  line-height: 17px;
}
.common-secondary-button-design > a:hover {
  text-decoration: none !important;
  background-image: none !important;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  transition: all 0.5s ease-in-out !important;
}
.common-secondary-button-design > .resource-btn {
  background-color: transparent !important;
  color: #ff8300 !important;
  border-radius: 20px !important;
  font-weight: 700;
  border: 1px solid #ff8300 !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out !important;
  padding: 3px 18px 0px !important;
  font-size: 15px !important;
  min-height: 32px;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle;
}
.common-secondary-button-design > .resource-btn:hover {
  text-decoration: none !important;
  background-image: none !important;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  transition: all 0.5s ease-in-out !important;
}
.common-secondary-button-design.sec-btn a {
  min-height: 40px !important;
  font-size: 20px !important;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle !important;
  padding: 3px 20px 1px !important;
}
.alm-button-fifteen > a {
  padding: 9px 20px 7px 14px;
  font-size: 15px;
}
.common-cms-hero_section > .container > .vc_column-inner {
  padding-top: 25px;
}
.common-cms-hero_section .hero_section_child .cms-hero-sec-heading {
  margin-top: 15px;
  margin-bottom: 13px;
  font-size: 52px;
}
.common-cms-hero_section .hero_section_child .cms-hero-small-text {
  font-size: 23px;
  max-width: 848px;
  margin-bottom: 25px;
}
.common-cms-hero_section .hero_section_child .cms-hero-sec-heading.cms-hero-sec-heading-margin {
  margin-top: 15px;
  margin-bottom: 45px;
}
.common-cms-heading-only > .container > .vc_column-inner {
  padding-top: 25px !important;
  padding-bottom: 3px !important;
}
.common-cms-heading-only .cms-breadcumbs {
  margin-bottom: 16px;
}
.common-cms-hero_section .breadcrumbs.container {
  padding-left: 0px;
}
.breadcrumbs.container {
  background-color: transparent;
}
.common-cms-hero_section .cms-breadcumbs {
  margin-bottom: 15px;
}
.breadcrumbs {
  background: none;
  margin-left: 0px;
  padding-left: 0px;
}
.breadcrumbs .items {
  margin-left: 0px;
}
.breadcrumbs .items > li {
  height: 15px;
  line-height: normal;
  vertical-align: middle;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.breadcrumbs .items > li a {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  font-family: BRHendrix-Regular;
}
.breadcrumbs .items > li a:hover {
  color: #ff8300;
  text-decoration: none !important;
  cursor: pointer;
  transition: 0.5s ease;
}
.breadcrumbs .items > li:nth-child(2) {
  right: 4px;
  position: relative;
}
.breadcrumbs .items > li:nth-child(3) {
  right: 5px;
  position: relative;
}
.breadcrumbs .items li.item.post > strong {
  opacity: 0.57;
  color: #ffffff;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  vertical-align: middle;
  font-size: 13px;
  font-family: BRHendrix-Regular;
}
.breadcrumbs .container {
  padding-left: 0px !important;
}
.breadcrumbs ul.items li.item.home a:before {
  color: #ffffff;
  content: "Home";
  display: inline-block;
  font-size: 13px;
  font-family: BRHendrix-Regular;
}
.breadcrumbs ul.items li.item.home a:hover:before {
  color: #ff8300;
  text-decoration: none !important;
  cursor: pointer;
  transition: 0.5s ease;
}
.breadcrumbs .item:not(:last-child):after {
  color: #ffffff;
}
.page_template.common-cms-hero_section.common-cms-hero_section .cms-breadcumbs .breadcrumbs ul.items li.item.home a::before {
  font-size: 13px;
}
.page_template.common-cms-hero_section .cms-breadcumbs .breadcrumbs .items li.item.post > strong {
  font-size: 13px;
}
.page_template.common-cms-hero_section .cms-breadcumbs .breadcrumbs .items > li:nth-child(2) {
  position: inherit;
  margin-left: 5px;
}
.page_template.common-cms-hero_section .breadcrumbs .items > li:nth-child(2):after {
  margin-right: 14px;
}
.page_template.common-cms-hero_section .breadcrumbs .items > li:nth-child(3) {
  right: 8px;
}
.page_template.common-cms-hero_section .hero_section_child .cms-hero-sec-heading {
  font-size: 47px;
}
.common_category_section li.item {
  height: 26px;
  line-height: 26px;
}
.common_category_section li.item:first-child:after {
  margin-right: 2px !important;
}
.common_category_section li.item a {
  font-size: 16px;
}
.common_category_section .breadcrumbs .items > li {
  min-height: 28px;
}
.common_category_section .breadcrumbs .items > li:nth-child(2) {
  position: inherit !important;
}
.common_category_section .breadcrumbs .item:not(:last-child):after {
  content: "\f105";
  line-height: 14px !important;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  margin-left: 5px !important;
  margin-right: 7px !important;
}
.common_category_section .breadcrumbs ul.items li.item:first-child:after {
  margin-right: 2px !important;
}
.common_category_section .breadcrumbs ul.items li.item.home a:before {
  margin-top: 1px;
}
.page-wrapper .columns .column.main article .seo_breadcrumbs {
  margin-top: 35px;
  margin-bottom: 15px;
}
.page-wrapper .columns .column.main article .seo_breadcrumbs a {
  color: #5e678e !important;
}
.full-width-breadcrumb.post-type-breadcrumb {
  margin-top: 15px;
}
.full-width-breadcrumb.post-type-breadcrumb .breadcrumb_last {
  color: #5e678e;
  font-weight: normal;
  font-size: 16px;
  font-family: BRHendrix-Regular;
}
.full-width-breadcrumb.post-type-breadcrumb > .container > span span a {
  color: #5e678e;
  font-weight: normal;
  font-size: 16px;
  font-family: BRHendrix-Regular;
}
.full-width-breadcrumb.post-type-breadcrumb > .container i.las.la-angle-right {
  font-weight: 900;
  color: #5e678e;
  font-size: 16px;
}
.column.main .site-content article .entry-header {
  display: grid;
  margin-top: 45px;
}
.column.main .site-content article .entry-header h1.entry-title {
  color: #10183d;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: BRHendrix-Regular;
}
.column.main .site-content article .entry-header img {
  margin: auto;
  max-width: 650px;
  max-height: 650px;
  border-radius: 5px;
}
.column.main .site-content article .entry-content p {
  font-weight: normal;
  letter-spacing: normal;
  font-size: 20px;
  font-family: BRHendrix-Regular;
}
.column.main .site-content a[rel="prev"] {
  display: none;
}
.column.main .site-content a[rel="next"] {
  display: none;
}
.job_listing.type-job_listing header.entry-header h1.entry-title {
  margin-top: 0px !important;
  margin-bottom: inherit;
}
.job_listing.type-job_listing input.application_button.button {
  margin-left: 8px !important;
  border: none;
  color: #ffffff;
  border-radius: 20px;
  background: #ff8300;
  font-family: BRHendrix-Bold;
  transition: 0.5s ease;
  padding: 12px 30px !important;
}
.job_listing.type-job_listing input.application_button.button:hover {
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.job_listing.type-job_listing .meta li a.google_map_link {
  color: #10183d;
  font-family: BRHendrix-Regular;
}
.job_listing.type-job_listing .single_job_listing .meta {
  margin-bottom: 0px;
}
.job_listing.type-job_listing .application_details {
  font-family: BRHendrix-Regular;
  max-width: 650px;
}
.job_listing.type-job_listing .application_details strong {
  font-family: BRHendrix-Regular;
}
.job_listing.type-job_listin .job_description {
  margin-bottom: 15px;
}
.news_hero_section {
  padding-bottom: 8px;
}
.news_hero_section > .container > .vc_column-inner {
  padding-top: 24px;
}
.featured_news_section {
  padding-top: 18px;
}
.featured_news_section .heading-thirty-three {
  margin-bottom: 17px;
}
.featured_news_section .featured_news_child .alm_featured {
  margin-bottom: 33px;
}
.featured_news_section .featured_news_child .alm_featured .featured_news {
  float: left;
  width: 100%;
  max-width: 725px;
  border-radius: 5px;
  transition: 0.5s ease;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 1px #d0d2de;
}
.featured_news_section .featured_news_child .alm_featured .featured_news:nth-child(2) {
  margin-right: 0px;
}
.featured_news_section .featured_news_child .alm_featured .featured_news a.anchor_permalink {
  text-decoration: none !important;
}
.featured_news_section .featured_news_child .alm_featured .featured_news:hover {
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s ease;
  box-shadow: 0px 0px 0px 2px #88aaf4;
}
.featured_news_section .featured_news_child .alm_featured .featured_news .content {
  padding: 25px 25px 26px;
}
.featured_news_section .featured_news_child .alm_featured .featured_news .content .heading-twenty-four {
  margin-bottom: 20px;
  font-family: BRHendrix-Regular;
  max-width: 100%;
  line-height: 36px;
  font-weight: 400;
}
.featured_news_section .featured_news_child .alm_featured button.alm-load-more-btn.more,
.featured_news_section .featured_news_child .alm_featured .cart.table-wrapper .actions-toolbar > .action.alm-load-more-btn.more,
.featured_news_section .featured_news_child .alm_featured .action-gift.alm-load-more-btn.more {
  display: none !important;
}
.featured_news_section .featured_news_child .featured_news .featured_thumbnail > li.thumbnail-img {
  padding-top: 93px;
  padding-bottom: 93px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.remove_image {
  display: none;
}
.common-news-content .content .heading-twenty-four {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}
.latest_news_right_child {
  display: none !important;
}
.featured_category:nth-child(1) > .vc_column-inner {
  padding-left: 0px;
}
.featured_category:nth-child(2) > .vc_column-inner {
  padding-right: 0px;
}
.remove_image {
  display: none;
}
.common-news-content .content .heading-twenty-four {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}
.latest_news_right_child {
  display: none !important;
}
.featured_category.fnews {
  display: none;
}
.featured_category.fnews:nth-child(1) {
  display: block;
}
.featured_category.fnews:nth-child(2) {
  display: block;
}
.featured_category:nth-child(1) > .vc_column-inner {
  padding-left: 0px;
}
.featured_category:nth-child(2) > .vc_column-inner {
  padding-right: 0px;
}
/*  Latest News */
.latest_news_section {
  margin-top: 18px;
}
.latest_news_section .heading-thirty-three {
  margin-bottom: 22px;
  margin-top: 0px;
  font-family: BRHendrix-Regular;
}
.latest_news_section .latest_news_child .latest_news_left_child {
  width: 68.50%;
}
.latest_news_section .latest_news_child .latest_news_left_child .all_latest_news {
  margin-bottom: 0px;
}
.latest_news_section .latest_news_child .latest_news_left_child .all_latest_news .alm-btn-wrap {
  padding-bottom: 0px;
}
.latest_news_section .latest_news_child .latest_news_left_child .all_latest_news button.alm-load-more-btn.more.loading,
.latest_news_section .latest_news_child .latest_news_left_child .all_latest_news .cart.table-wrapper .actions-toolbar > .action.alm-load-more-btn.more.loading,
.latest_news_section .latest_news_child .latest_news_left_child .all_latest_news .action-gift.alm-load-more-btn.more.loading {
  padding-left: 45px !important;
  color: #ff8300 !important;
  background: transparent !important;
}
.latest_news_section .latest_news_child .latest_news_left_child a.anchor_permalink {
  text-decoration: none;
}
.latest_news_section .latest_news_child .latest_news_left_child .latest_news_template {
  display: flex;
  margin-top: 15px;
  max-width: 974px;
  border-radius: 5px;
  margin-bottom: 17px;
  transition: 0.5s ease;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 1px #d0d2de;
}
.latest_news_section .latest_news_child .latest_news_left_child .latest_news_template:hover {
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s ease;
  background-color: #f3f6fd;
  box-shadow: 0px 0px 0px 2px #88aaf4;
}
.latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .latest_news_thumbnail {
  width: 100%;
  max-width: 370px;
}
.latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .content {
  padding: 53px 40px;
}
.latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .content .heading-twenty-four {
  margin-bottom: 15px !important;
  max-width: 100%;
  line-height: 36px;
  font-family: BRHendrix-Regular;
  font-weight: 400;
}
.latest_news_section .latest_news_child .latest_news_template:hover .common-secondary-button-design > a {
  background: #f3f6fd !important;
}
.latest_news_section .latest_news_child .latest_news_template .common-secondary-button-design > a:hover {
  outline: none !important;
  color: #ffffff !important;
  transition: 0.5s ease;
  background-color: #ff8300 !important;
}
.latest_news_section .latest_news_child .latest_news_template .latest_news_thumbnail > li.thumbnail-img {
  height: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.common-news-content li.thumbnail-img {
  background-size: cover !important;
  background-position: top center !important;
}
.common-news-content li.thumbnail-img::marker {
  font-size: 0px;
}
.common-news-content .alm-date_today {
  margin-bottom: 2px;
  color: #1184d4;
  font-weight: 500;
  font-size: 14px;
  font-family: BRHendrix-Medium;
}
.latest_news_section .latest_news_child .latest_news_right_child .news_filter {
  max-width: 342px;
  margin-top: 61px;
  border-radius: 5px;
  padding: 20px 18px 0px 15px;
  background-color: #10183d;
}
.latest_news_section .latest_news_child .latest_news_right_child .news_filter .alm-filter--title h3 {
  margin-bottom: 18px;
  margin-top: 10px;
  margin-left: 5px;
  color: #ffffff;
  font-weight: 500;
  font-size: 19px;
  font-family: BRHendrix-Medium;
}
.latest_news_section .latest_news_child .latest_news_right_child .alm-filter li div.alm-filter--link {
  color: #ffffff;
  margin-bottom: 12px;
  margin-left: 5px;
  padding-left: 0px;
  font-weight: normal;
  transition: 0.5s ease;
  letter-spacing: 0.4px;
  font-size: 17px;
  font-family: BRHendrix-Regular;
}
.latest_news_section .latest_news_child .latest_news_right_child .alm-filter li div.alm-filter--link:hover {
  color: #ff8301;
  transition: 0.5s ease;
}
.latest_news_section .latest_news_child .latest_news_right_child .alm-filter li div.alm-filter--link:before {
  display: none;
}
.latest_news_section .latest_news_child .latest_news_right_child .alm-filter li:nth-child(2) div.alm-filter--link {
  margin-bottom: 5px;
}
.latest_news_section .latest_news_child .latest_news_right_child .alm-filter li div.alm-filter--link.active:after {
  visibility: hidden;
}
.latest_news_section .latest_news_child .alm-filters-container.filtering {
  opacity: inherit !important;
}
.cms-privacy-policy-cookie-restriction-mode .message.info {
  margin: 20px 0px;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items {
  display: inline-flex;
  align-items: center;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs ul.items li.item.home a:before {
  color: #5e678e;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .item:not(:last-child):after {
  color: #5e678e;
  font-size: 13px;
  line-height: 14px;
  content: "\f005";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-left: 5px;
  width: 100%;
  height: 13px;
  max-width: 13px;
  overflow: inherit;
  margin-right: 00px;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs strong {
  color: #5e678e;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .2px;
  vertical-align: middle;
  font-size: 13px;
  font-family: BRHendrix-Regular;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs.container {
  margin: 05px auto 0px;
  padding: 0px 05px;
}
.cms-privacy-policy-cookie-restriction-mode h2 {
  font-size: 33px;
  color: #00083d;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.27;
  letter-spacing: normal;
}
.cms-privacy-policy-cookie-restriction-mode .paragragh_twenty {
  color: #5e678e;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 20px;
  font-family: BRHendrix-Regular;
}
.cms-privacy-policy-cookie-restriction-mode p {
  color: #5e678e;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 20px;
  font-family: BRHendrix-Regular;
}
.cms-privacy-policy-cookie-restriction-mode table.data-table.data-table-definition-list {
  margin-bottom: 50px;
}
/****** Biospecimens ******/
.common-cms-hero_section.common_category_section {
  background-repeat: no-repeat !important;
  background-position: right -60px top -9px !important;
  background-size: 577px 332px !important;
}
.common-cms-hero_section.common_category_section:before {
  content: "";
  background-repeat: no-repeat,no-repeat !important;
  width: 577px;
  height: 324px;
  display: inline-block;
  right: 0px;
  position: absolute;
  background-position: right 0px bottom 0px;
  top: 0px;
  background-image: url(/wp/wp-content/uploads/2021/09/circle-bg.svg);
}
.tissue-sectioning-and-microarray-construction .hero-link {
  color: #ff8300;
  text-decoration: underline;
}
.common-cms-hero_section.cms-hero_section {
  padding-top: 17px;
  padding-bottom: 28px;
}
.biospecimens_hero_section {
  padding-top: 17px;
  padding-bottom: 2px;
}
.biospecimens_hero_section .common-primary-button-design > a {
  margin-bottom: 25px;
  font-size: 20px !important;
  padding: 2px 25px 0px !important;
  min-height: 40px;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: inline-flex;
}
.biospecimens_hero_section.cms-hero_section .hero_section_child .cms-hero-sec-heading {
  margin-top: 15px;
  letter-spacing: -2.12px;
  font-size: 52px;
  margin-bottom: 14px;
}
.biospecimens_hero_section.cms-hero_section .hero_section_child .cms-hero-small-text {
  margin-bottom: 23px;
  letter-spacing: 0.45px;
  max-width: 837px;
}
.common-cms-hero_section .cms-breadcumbs .breadcrumbs .items {
  margin-left: 0px;
}
.common-cms-hero_section .cms-breadcumbs .breadcrumbs .items li.item.post > strong {
  font-size: 16px;
}
.common-cms-hero_section .cms-breadcumbs .breadcrumbs .items > li:nth-child(2) {
  right: 6px;
  position: relative;
  top: 3px;
}
.common-cms-hero_section .cms-breadcumbs .breadcrumbs ul.items li.item.home a::before {
  font-size: 16px;
}
.common-cms-hero_section .breadcrumbs .item:not(:last-child):after {
  font-size: 13px;
  line-height: 14px;
  content: "\f105";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-left: 5px;
  width: 100%;
  height: 13px;
  max-width: 13px;
  overflow: inherit;
}
.common-cms-hero_section .cms-breadcumbs .breadcrumbs .items li.item.post > strong {
  font-size: 16px;
}
.biospecimens_categories {
  padding-top: 2px;
}
.biospecimens_categories .common-secondary-button-design > a:after {
  top: -2px;
}
.biospecimens_categories .heading-thirty-three {
  margin-top: 17px;
  margin-bottom: 6px;
}
.biospecimens_categories .common-secondary-button-design {
  margin-bottom: 0px;
}
.biospecimens_categories .common-secondary-button-design > a {
  background-image: none;
  font-size: 15px !important;
  padding: 6px 18px 3px !important;
  min-height: 32px;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: inline-flex;
  align-self: center;
  text-align: left;
}
.biospecimens_categories .biospecimens_categories_child .biospecimens_categories_text {
  color: #5e678e;
  max-width: 425px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 13px;
  font-size: 18px;
  font-family: BRHendrix-Regular;
}
.biospecimens_categories .biospecimens_categories_child .heading-twenty {
  margin-bottom: 13px;
}
.biospecimens_categories .biospecimens_categories_child .biospecimens_content:nth-child(3) > .vc_column-inner > .wpb_wrapper:before {
  display: none;
}
.biospecimens_categories .biospecimens_categories_child .biospecimens_content > .vc_column-inner > .wpb_wrapper:before {
  top: 20px;
  width: 1px;
  right: 18px;
  content: "";
  height: auto;
  bottom: 0px;
  position: absolute;
  background-color: #d0d2de;
}
.biospecimens_categories .biospecimens_categories_child .biospecimens_content:nth-child(2) > .vc_column-inner {
  padding-left: 24px;
}
.biospecimens_categories .biospecimens_categories_child .biospecimens_content:nth-child(3) > .vc_column-inner {
  padding-left: 18px;
}
.biospecimens_categories .biospecimens_content_seprator {
  margin-top: 28px;
  margin-bottom: 10px;
}
.biospecimens_categories .biospecimens_content_seprator.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #d0d2de;
}
.biospecimens_content_seprator:nth-child(3) {
  margin-top: 30px !important;
  margin-bottom: 10px;
}
.biospecimens_multiple_donors {
  margin-top: 49px;
}
.biospecimens_multiple_donors .multiple_donors_child {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  border-radius: 5px;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-color: #7695da;
  background-position: center center;
}
.biospecimens_multiple_donors .multiple_donors_child .heading-thirty-three {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 13.5px;
}
.biospecimens_multiple_donors .multiple_donors_child .multiple_donors_text {
  color: #ffffff;
  max-width: 923px;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 20px;
  font-family: BRHendrix-Regular;
}
.biospecimens_multiple_donors .multiple_donors_child .multiple_donors_text:nth-child(2) {
  margin-bottom: 15px;
}
.biospecimens_multiple_donors .multiple_donors_child .multiple_donors_text:nth-child(3) {
  margin-bottom: 18px;
}
.biospecimens_multiple_donors .multiple_donors_child .button_twenty {
  margin-top: 5px;
}
.biospecimens_multiple_donors .multiple_donors_child .vc_column_container > .vc_column-inner {
  padding-left: 40px;
}
.biospecimens_multiple_donors .multiple_donors_child:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  object-fit: contain;
  background: rgba(118, 149, 218, 0.5);
}
.biospecimens_multiple_donors .multiple_donors_child .common-primary-button-design > a {
  margin-bottom: 28px;
  font-size: 20px;
  min-height: 40px;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: inline-flex;
  padding: 2px 25px 0px !important;
}
.biospecimens_multiple_donors .multiple_donors_child .common-primary-button-design > a:after {
  position: unset;
  margin-left: 14px;
  font-size: 6px;
  width: 6px;
  height: 6px;
}
.biospecimens_featured_resources .featured_category:nth-child(1) > .vc_column-inner {
  padding-left: 0px;
}
.biospecimens_featured_resources .featured_category:nth-child(2) > .vc_column-inner {
  padding-right: 0px;
}
.biospecimens_featured_resources {
  padding-top: 28px;
  padding-bottom: 15px;
}
.biospecimens_featured_resources .biospecimens_resources-child .common-secondary-button-design.view_all_resources a {
  padding: 6px 21px 3px 15px !important;
}
.biospecimens_featured_resources .biospecimens_resources-child .heading-thirty-three {
  margin-bottom: 20px;
  margin-top: 26px;
}
.biospecimens_featured_resources .biospecimens_resources-child > .wpb_column > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.biospecimens_featured_resources .biospecimens_resources-child .button-fifteen.view_all_resources {
  float: right;
  margin-top: 31px;
}
.biospecimens_featured_resources .biospecimens_resources-child .common-secondary-button-design > a {
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
}
.biospecimens_featured_resources .biospecimens_resources-child .common-secondary-button-design > .resource-btn {
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
}
.biospecimens_featured_resources .alm-btn-wrap {
  display: none !important;
  padding-bottom: 4px;
}
.biospecimens_featured_resources .alm-btn-wrap .alm-load-more-btn {
  display: none !important;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template {
  float: left;
  display: flex;
  width: 100%;
  transition: 0.5s ease;
  max-width: 725px;
  border-radius: 5px;
  align-items: center;
  padding: 25px;
  transition: all 0.5s ease-in-out;
  background-color: #f2f7ff;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template:nth-child(2) {
  margin-right: 0px;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template:hover {
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s ease;
  background-color: #f3f6fd;
  box-shadow: 0px 0px 0px 2px #88aaf4;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content {
  padding: 0px 0px 0px 30px;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content .text {
  color: #5e678e;
  line-height: 27px;
  margin-bottom: 12.5px;
  font-weight: normal;
  font-size: 18px;
  font-family: BRHendrix-Regular;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content .button-fifteen > a {
  text-decoration: none;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content:hover .common-secondary-button-design > a {
  outline: none !important;
  color: #ffffff !important;
  transition: 0.5s ease;
  background-color: #ff8300 !important;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content:hover .common-secondary-button-design > a:after {
  color: #ffffff;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content .heading-twenty {
  margin-bottom: 12.5px;
  letter-spacing: normal;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_thumbnail {
  float: left;
  width: 100%;
  max-width: 122px;
  margin: auto 0px;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_thumbnail li.resource_thumbnail {
  max-width: 122px;
  border-radius: 5px;
  padding-top: 70.5px;
  padding-bottom: 70.5px;
  background-size: cover !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-position: center center !important;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_thumbnail li.resource_thumbnail::marker {
  font-size: 0px;
}
.biospecimens_featured_resources .common-secondary-button-design.view_all_resources {
  float: right;
  margin-top: 30px;
}
.biospecimens_featured_resources .common-secondary-button-design.transparent-btn > .resource-btn {
  background: transparent;
  transition: all 0.5s ease-in-out;
}
.biospecimens_featured_resources.vc_row > .wpb_column.vc_column_container > .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template:hover .common-secondary-button-design.transparent-btn > .resource-btn {
  outline: none !important;
  color: #ffffff !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #ff8300 !important;
}
.biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content .common-secondary-button-design > .resource-btn:after {
  top: 1px;
  vertical-align: middle;
  transition: all 0.5s ease-in-out !important;
}
.featured_category:nth-child(2) .common-secondary-button-design a:after {
  top: 0px !important;
}
.automated-instruction {
  padding-bottom: 50px;
}
.biospecimens_product_categories {
  padding-top: 28px;
  padding-bottom: 48px;
  background-color: #f2f7ff !important;
}
.biospecimens_product_categories .heading-thirty-three {
  margin-bottom: 22px;
}
.biospecimens_product_categories .biospecimens_product_content:nth-child(3) {
  margin-right: 0px;
}
.biospecimens_product_categories .biospecimens_product_content > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.biospecimens_product_categories .biospecimens_product_content > .vc_column-inner > .wpb_wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #d0d2de;
}
.biospecimens_product_categories .biospecimens_product_content > .vc_column-inner > .wpb_wrapper:hover {
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s ease;
  background-color: #ffffff;
  border: 1px solid #88aaf4;
  box-shadow: 0px 0px 0px 1px #88aaf4;
}
.biospecimens_product_categories .biospecimens_product_content .product_img {
  margin-bottom: 25px;
}
.biospecimens_product_categories .biospecimens_product_content .product_img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-width: 471px;
}
.biospecimens_product_categories .biospecimens_product_content .heading-twenty-four {
  margin-bottom: 7px;
  padding: 0px 25px;
}
.biospecimens_product_categories .biospecimens_product_content .paragragh_eighteen {
  padding: 0px 25px;
  margin-bottom: 24px;
  line-height: 28px;
}
.spatial_multiomics_services.biospecimens_multiple_donors .multiple_donors_child .heading-thirty-three {
  margin-top: 50px;
}
.spatial_profiling_services .heading-thirty-three {
  margin-top: 50px;
}
.spatial_as_easy_sec .heading-thirty-three {
  margin-top: 50px;
  margin-bottom: 0px;
}
.spatial_as_easy_sec .heading-thirty-three {
  margin-top: 50px;
  margin-bottom: 0px;
}
.spatial_transcriptomics {
  padding-top: 15px;
}
.spatial_transcriptomics .heading-thirty-three {
  margin-top: 46px;
}
.spatial_your_ally .vc_column_container > .vc_column-inner {
  padding-top: 15px;
}
.your_ally_images_sec .vc_col-sm-4 {
  text-align: center;
}
.about-us-hero-section > .wpb_column > .vc_column-inner {
  padding-top: 24px;
  padding-bottom: 2px;
}
/* About Us Hero Section */
.our-story-row {
  padding-top: 30px;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(/wp/wp-content/uploads/2021/07/combined_img-2.jpg);
}
.our-story-row .heading-thirty-three {
  margin-bottom: 14px;
}
.our-story-row .story-left-child .paragragh_twenty {
  max-width: 974px;
}
.our-story-row .story-left-child .paragragh_twenty:nth-child(odd) {
  margin-bottom: 50px;
}
.hign_qlty {
  margin-bottom: 16px;
  margin-top: 51px;
}
.high-quality-main-row .heading-twenty-eight {
  margin-bottom: 16px;
  margin-top: 52px;
}
.high-quality-main-row .paragragh_twenty {
  max-width: 974px;
}
.high-quality-main-row .paragragh_twenty:nth-child(2) {
  margin-bottom: 53px;
}
.high-quality-main-row .Left_col_high_quality {
  width: 73.50%;
}
.high-quality-main-row .high-quality-inner-row .left_col_high_quality .heading-twenty-eight {
  width: 100%;
  max-width: 467px;
}
.iso_image {
  align-items: end !important;
  margin-top: 38px;
}
.iso_image > .vc_column-inner {
  padding-left: 19px !important;
}
.row_company_culture {
  margin-bottom: 50px;
  padding-top: 16px;
  padding-bottom: 39px;
}
.row_company_culture .company_culture_inner_row .company_culture_right_child {
  width: 72%;
}
.row_company_culture .company_culture_inner_row .company_culture_right_child > .vc_column-inner {
  padding-left: 16px;
}
.row_company_culture .company_culture_inner_row .company_culture_right_child .font-text-twenty {
  font-weight: bold;
}
.row_company_culture .company_culture_inner_row .company_culture_right_child .paragragh_twenty {
  max-width: 852px;
  margin-bottom: 10px;
}
.row_company_culture .company_culture_inner_row .left_col_company_culture {
  width: 25.60%;
}
.row_company_culture .company_culture_inner_row .left_col_company_culture .heading-thirty-three {
  margin-top: 2px;
}
.row_company_culture .company_culture_inner_row .left_col_company_culture > .vc_column-inner {
  padding-right: 12px;
}
.row-innovation {
  padding-top: 15px;
}
.row-innovation .innovation-left-child-row {
  width: 48.70%;
  padding-left: 2.5px !important;
}
.row-innovation .innovation-left-child-row > .vc_column-inner {
  padding-left: 0px;
}
.row-innovation .innovation-left-child-row .img-innovation {
  max-width: 689px;
  margin-top: 15px;
}
.row-innovation .innovation-left-child-row img.vc_single_image-img.attachment-full {
  max-width: 689px;
  min-height: 382px;
}
.row-innovation .innovation-inner-row .righ_innovation_inner_row .vc_column-inner {
  margin-left: 6px;
  padding-left: 0px;
}
.row-innovation .innovation-inner-row .righ_innovation_inner_row .heading-thirty-three {
  margin-top: 50px;
  padding-top: 45px;
  margin-bottom: 14px;
}
.row-innovation .innovation-inner-row .righ_innovation_inner_row .paragragh_twenty {
  width: 100%;
  max-width: 595px !important;
  letter-spacing: normal;
}
.row-Innovation.vc_row > .wpb_column.vc_column_container > .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.join-our-full-section {
  margin-right: 0px;
  margin-left: 0px !important;
  padding-bottom: 25px;
  max-width: 1479px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #88aaf4;
}
.join-our-full-section .join-our-full-inner-row .heading-thirty-three {
  margin-top: 20px;
  margin-bottom: 14px;
}
.join-our-full-section .join-our-full-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  margin-left: 29px;
}
.join-our-full-section .join-our-full-inner-row .paragragh_twenty {
  margin: auto;
  color: #ffffff;
  max-width: 974px;
  text-align: center;
  padding-bottom: 10px;
}
.join-our-full-section .join-our-full-inner-row .primary_btn {
  margin-right: 0px;
}
.join-our-full-section .join-our-full-inner-row .primary_btn a {
  font-size: 19px !important;
  padding: 7px 25px 5px !important;
  letter-spacing: normal;
}
.join-our-full-section .join-our-full-inner-row .primary_btn a::after {
  margin-left: 20px;
  margin-top: -1px;
}
.feature-section.about_us_mobile .heading-thirty-three {
  margin-top: 21px;
  margin-bottom: 2px;
  display: inline-block;
}
.feature-section.about_us_mobile .feature-section-child .category_event-label {
  position: relative;
}
.feature-section.about_us_mobile .feature-section-child .category_event-label span.category_event {
  position: absolute;
  margin-left: 25px;
  z-index: 1;
  bottom: -12px;
  font-family: BRHendrix-Bold;
  font-weight: 700;
  border-radius: 4px;
  font-size: 13px;
  background-color: #9f5eb5;
  padding: 3px 8px 0px;
  color: #ffffff;
  text-transform: uppercase;
}
.feature-section.about_us_mobile .feature-section-child .featured_news_left_child {
  width: 60%;
}
.feature-section.about_us_mobile .feature-section-child .featured_news_left_child .text_contents {
  padding-left: 18px;
  padding-right: 20px;
  margin: 17px 0px !important;
}
.feature-section.about_us_mobile .feature-section-child .featured_news_left_child > .vc_column-inner {
  z-index: 1;
  position: relative;
  padding-right: 15px;
  margin-left: 0px;
  padding-top: 50px;
}
.feature-section.about_us_mobile .feature-section-child .featured_news_left_child > .vc_column-inner:after {
  top: 0;
  bottom: 0;
  right: 4.6%;
  z-index: -1;
  content: "";
  left: -9999px;
  display: block;
  position: absolute;
  background-color: #e7eefc !important;
}
.feature-section.about_us_mobile .feature-section-child .featured_news_left_child .text_feature-section {
  margin-bottom: 0px;
  padding-bottom: 17px;
}
.feature-section.about_us_mobile .feature-section-child .alm-load-more-btn.more {
  display: none !important;
}
.feature-section.about_us_mobile .feature-section-child a.an_permalink {
  text-decoration: none;
}
.feature-section.about_us_mobile .feature-section-child .alm-reveal {
  padding-top: 15px;
}
.feature-section.about_us_mobile .feature-section-child .text_feature-section .home-page-featured-Section {
  padding: 15px 0px;
}
.feature-section.about_us_mobile .feature-section-child .text_feature-section .home-page-featured-Section:hover {
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s ease;
  box-shadow: 0px 0px 0px 2px #88aaf4;
}
.home-page-featured-Section {
  float: left;
  width: 41.10%;
  display: flex;
  border-radius: 5px;
  border: solid 1px #d0d2de;
  margin: 0px 27px 18px 0px;
  background-color: #ffffff;
}
.home-page-featured-Section li.home-page-featured-news {
  width: 100%;
  max-width: 131px;
  border-top-left-radius: 5px;
  padding: 43px 65px 42px;
  border-bottom-left-radius: 5px;
  background-size: cover !important;
  background-position: center center !important;
}
.home-page-featured-Section li.home-page-featured-news::marker {
  font-size: 0px;
}
.home-page-featured-Section .featured-Section-child-row {
  display: flex;
}
.home-page-featured-Section .featured-Section-child-row h2.heading-sixteen {
  margin-top: 5px;
  max-width: 100%;
  font-family: BRHendrix-Regular;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}
.home-page-featured-Section:nth-child(even) {
  margin-right: 0px;
}
.feature-section.about_us_mobile .feature-section-child .text_feature-section .home-page-featured-Section:hover {
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s ease;
  border: 1px solid #88aaf4;
  box-shadow: 0px 0px 0px 1px #88aaf4;
}
.feature-section .feature-section-child .featured_news_right_child {
  width: 34.80%;
  float: right;
  position: relative;
  right: 1%;
  margin-top: 25px;
}
.feature-section .feature-section-child .featured_news_right_child > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.feature-section .feature-section-child .featured_news_right_child .upcoming-events-date .upcoming-details {
  padding: 10px;
  border-radius: 5px;
  background-color: #e7eefc;
}
.feature-section .feature-section-child .heading-thirty-three {
  margin-top: 5px;
  margin-bottom: 2px;
  display: inline-block;
}
.feature-section .feature-section-child .featured_news_left_child .secondary_btn {
  float: right;
  margin-right: 14.6%;
  margin-top: 0px;
}
.feature-section .feature-section-child .upcoming_event_text .upcoming-events-date:hover {
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s ease;
  background-color: #f3f6fd;
  box-shadow: 0px 0px 0px 2px #88aaf4;
}
.upcoming_event_heading {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.upcoming-details {
  padding: 10px;
  border-radius: 5px;
  background-color: #e7eefc;
  padding: 10px 10px 18px 25px !important;
}
.upcoming-details .heading-nineteen {
  margin-top: 20px;
  margin-bottom: 12px;
}
.home-page-featured-Section:nth-child(2) .text_contents .heading-twelve-d {
  margin-top: 0px;
}
.home-page-featured-Section:nth-child(3) .text_contents .heading-twelve-d {
  margin-top: 0px;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gfield_required {
  color: #c02b0a;
  display: inline-block;
  font-size: 15px;
  position: relative;
  bottom: 1px;
}
.row-contact-form .inner-row-contact-form .vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #d0d2de !important;
  border: 0px;
}
.row-contact-form .inner-row-contact-form .inner-col-right {
  width: 41%;
  margin-left: 8px;
  padding-top: 21px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .wpb_text_column {
  margin-bottom: 23px;
}
.row-contact-form .inner-row-contact-form .inner-col-right > .vc_column-inner {
  padding-right: 9px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .test-social-icon {
  display: flex;
}
.row-contact-form .inner-row-contact-form .inner-col-right .test-icon {
  width: 36px;
  height: 36px;
  color: #88aaf4;
  line-height: 30px;
  text-align: center;
  margin: 0 15px 0 0;
  border-radius: 18px;
  border: solid 2px #88aaf4;
}
.row-contact-form .inner-row-contact-form .inner-col-right .test-icon:hover {
  color: #ffffff;
  background-color: #88aaf4;
  transition: 0.5s ease;
}
.row-contact-form .inner-row-contact-form .inner-col-right .email-phone-col {
  display: flex;
}
.row-contact-form .inner-row-contact-form .inner-col-right .email-phone-col .font-twenty-two {
  margin-bottom: 8px;
  margin-top: 29px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .email-phone-col .heading-seventeen {
  font-size: 15px;
  line-height: 29px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .email-phone-col .phone-col .phone-text a:hover {
  color: #5e678e;
}
.row-contact-form .inner-row-contact-form .inner-col-right .email-phone-col .email-col .email-text a:hover {
  color: #ff8300;
  text-decoration: underline transparent;
}
.row-contact-form .inner-row-contact-form .inner-col-right .phone-col {
  width: 32%;
  margin: 0px 19px 0px 0px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .address-col {
  display: flex;
}
.row-contact-form .inner-row-contact-form .inner-col-right .address-col .open-map-box .contact-btn-map {
  width: 147px;
  min-height: 40px;
  display: flex;
  align-items: center;
  color: #ff8300;
  font-size: 17px;
  margin-left: 8px;
  background: #ffffff;
  border-radius: 23.5px;
  border: solid 2px #ff8300;
  padding: 0px 15px 0px 13px;
  font-family: BRHendrix-Bold;
}
.row-contact-form .inner-row-contact-form .inner-col-right .address-col .open-map-box .contact-btn-map:hover {
  color: #ffffff;
  border: solid 2px #ff8300;
  background-color: #ff8300 !important;
  transition: 0.5s ease;
}
.row-contact-form .inner-row-contact-form .inner-col-right .address-col .open-map-box .contact-btn-map:hover::after {
  margin-left: 6px;
  position: relative;
  content: url(/wp/wp-content/uploads/2021/07/external-links.svg);
}
.row-contact-form .inner-row-contact-form .inner-col-right .address-col .open-map-box .contact-btn-map:after {
  margin-left: 6px;
  position: relative;
  content: url(/wp/wp-content/uploads/2021/07/external-link.svg);
}
.row-contact-form .inner-row-contact-form .inner-col-right .address-col .open-map-box a:hover {
  color: transparent;
}
.row-contact-form .inner-row-contact-form .inner-col-right .address-map {
  width: 100%;
  line-height: 29px;
  letter-spacing: 0.9px;
  font-size: 20px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .address-heading {
  font-weight: 700;
  font-family: BRHendrix-Bold;
}
.row-contact-form .inner-row-contact-form .inner-col-right .map-test {
  margin-bottom: 25px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .map-test .wpb_wrapper {
  padding: 0px;
  border-radius: 7px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .map-test .wpb_map_wraper iframe {
  height: 330px;
  border-radius: 7px;
  pointer-events: auto !important;
}
.row-contact-form .inner-row-contact-form .inner-col-right .separator {
  margin-bottom: 25px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .wpb_text_column {
  margin-bottom: 22px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .contact-btn-map {
  outline: none;
}
.row-contact-form .inner-row-contact-form .inner-col-right .contact-btn-map:hover {
  outline: none;
}
.row-contact-form .inner-row-contact-form .form-contact {
  width: 58%;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper {
  z-index: 9;
  padding-top: 25px;
  padding-top: 52px;
  position: relative;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 26px;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_validation_errors {
  margin-bottom: 25px;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_fields {
  grid-row-gap: 14px;
  grid-column-gap: 2px;
  grid-template-columns: repeat(15, 59.8px);
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .font-twenty-four.bussi-info-col-gap {
  margin-top: 17px;
  letter-spacing: -0.4px !important;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gfield.gfield--width-full .font-twenty-four {
  letter-spacing: -0.4px;
  margin-bottom: 0px;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gfield.gfield--width-half {
  margin-bottom: 11px;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper:after {
  top: 0;
  bottom: 0;
  right: 40px;
  content: "";
  z-index: -1;
  left: -9999px;
  position: absolute;
  background-color: #f2f7ff !important;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gfield_required {
  color: #5e678e;
  padding-left: 0px;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 20px;
  box-shadow: none !important;
  position: relative;
  width: 196px;
  outline: none;
  min-height: 40px;
  padding-bottom: 2px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background-color: #ff8300;
  border-color: transparent;
  font-family: BRHendrix-Regular;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #dd7508;
  transition: 0.5s ease;
  border: 0px !important;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gform_validation_error .gfield input.large[aria-describedby] {
  border: 1px solid #d82b0a !important;
  box-shadow: 0px 0px 0px 1px #d82b0a !important;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gform_validation_error .gfield .ginput_container_select select.large[aria-invalid="true"] {
  border: 1px solid #d82b0a;
  box-shadow: 0px 0px 0px 1px #d82b0a !important;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gravity-theme .gfield input.large {
  padding-left: 15px;
  font-size: 17px;
  border: solid 1px #d0d2de;
  height: 42px;
  line-height: inherit;
  width: 100%;
  color: #5e678e;
  max-width: 336px;
  box-shadow: none;
  font-family: BRHendrix-Regular;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gravity-theme .gfield input.large:focus {
  box-shadow: 0px 0px 0px 1px #10183d;
  border: 1px solid #10183d;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gravity-theme .gfield textarea.small {
  width: 100%;
  height: 147px;
  padding-left: 15px;
  max-width: 706px;
  border: solid 1px #d0d2de;
  font-family: BRHendrix-Regular;
  font-size: 17px;
  color: #5e678e;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gravity-theme .gfield textarea.small:focus {
  box-shadow: 0px 0px 0px 1px #10183d;
  border: 1px solid #10183d;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gravity-theme .gfield_label {
  color: #5e678e;
  font-size: 19px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 6px;
  letter-spacing: -0.2px;
  font-family: BRHendrix-Regular;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_footer.top_label {
  width: 100%;
  margin-left: 0px;
  display: inline-grid;
}
.row-contact-form .inner-row-contact-form .gform_wrapper .ginput_container_select select {
  box-shadow: none;
  border: solid 1px #d0d2de;
  background-color: #ffffff !important;
  background-position: 95.7% !important;
  background-repeat: no-repeat !important;
  background: url(/wp/wp-content/uploads/2021/08/angle-down.svg);
}
.row-contact-form .inner-row-contact-form .gform_wrapper select {
  text-indent: 1px;
  -webkit-appearance: none;
}
.row-contact-form .inner-row-contact-form .gform_wrapper.gform_validation_error .validation_message {
  border: 0px;
  padding: 0px;
  background: transparent;
  font-family: BRHendrix-Bold;
  font-weight: 700;
  color: #d82b0a;
  font-size: 16px;
}
.row-contact-form > .wpb_column > .vc_column-inner {
  padding-top: 0px !important;
}
.gform_wrapper.gravity-theme .gfield select.large {
  height: 42px;
  border: solid 1px #d0d2de;
  line-height: inherit;
  width: 100%;
  box-shadow: none;
  font-size: 18px;
  color: #5e678e;
  max-width: 336px;
  padding-top: 9px;
  padding-left: 15px;
  font-family: BRHendrix-Regular;
}
div.gform_confirmation_message {
  background-color: #006400;
  color: #ffffff;
  font-family: BRHendrix-Regular;
  padding: 20px;
  text-align: center;
  margin-top: 50px;
}
.fa-circle:before {
  content: "\f111";
  color: #ffffff;
  font-size: 6px;
  position: absolute;
  float: right;
  right: 20px;
  bottom: 16px;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gform_validation_error .gfield {
  display: initial !important;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_validation_errors {
  max-width: 650px;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_validation_errors > h2 {
  font-size: 16px;
  color: #d82b0a;
  font-family: BRHendrix-Bold;
}
.row-contact-form .inner-row-contact-form .form-contact .gform_footer.top_label:before {
  left: 157px;
}
.row-contact-form .inner-row-contact-form .inner-col-right .test-icon {
  padding-top: 1px;
}
.careers_hero_section > .wpb_column > .vc_column-inner {
  padding-top: 25px;
  padding-bottom: 2px;
}
.careers_biochian {
  padding-bottom: 14px;
}
.careers_biochian .heading-thirty-three {
  margin-bottom: 15px;
  margin-top: 0px;
}
.careers_biochian .careers_biochian_right_child {
  padding-top: 15px;
}
.careers .vc_single_image-wrapper > img {
  border-radius: 5px;
}
.careers .paragragh_twenty {
  margin-bottom: 15px;
  max-width: 974px;
}
.career_our_culture {
  padding-bottom: 12px;
}
.career_our_culture .career_our_culture_right_child {
  padding-top: 37px;
}
.career_our_culture .career_our_culture_right_child > .vc_column-inner > .wpb_wrapper {
  margin-left: 2px;
}
.career_our_culture .career_our_culture_child .heading-thirty-three {
  margin-bottom: 14px;
}
.careers_interested_section .wpb_column > .vc_column-inner {
  padding-top: 15px;
}
.career_our_culture.desktop_hidden_career_our_culture {
  display: none;
}
.careers_interested_section {
  padding-bottom: 52px;
}
.careers_interested_section .heading-thirty-three.available_opportunities {
  margin-top: 3px;
  margin-bottom: 22px;
}
.careers_interested_section .careers_interested_section_two {
  max-width: 1480px;
  margin: auto;
  border-radius: 5px;
  padding: 25px 20px;
}
.careers_interested_section .careers_interested_section_two .vc_col-sm-4 > .vc_column-inner {
  padding-left: 0px;
  padding-top: 0px;
}
.careers_interested_section .careers_interested_section_two .vc_col-sm-4 .common-primary-button-design {
  margin-left: 4px;
  margin-bottom: 0px;
}
.careers_interested_section .careers_interested_section_two .vc_col-sm-8 > .vc_column-inner {
  padding-top: 0px;
}
.careers_interested_section .careers_content {
  display: flex;
  float: left;
  width: 100%;
  max-width: 1015px;
  border-radius: 5px;
  border: solid 1px #d0d2de;
  background-color: #ffffff;
  padding: 20px 16px 19px 27px;
  margin-bottom: 15px;
  transition: 0.5s ease;
}
.careers_interested_section .careers_content:hover {
  border: 1px solid #88aaf4;
  box-shadow: 0px 0px 0px 1px #88aaf4;
  cursor: pointer;
  transition: 0.5s ease;
}
.careers_interested_section .careers_content:hover .title {
  color: #4e74c7;
}
.careers_interested_section .careers_content .careers_field {
  width: 88%;
}
.careers_interested_section .careers_content .title {
  font-size: 22px;
  color: #10183d;
  font-family: BRHendrix-Bold;
  margin-bottom: 7px;
}
.careers_interested_section .careers_content .location {
  font-family: BRHendrix-Bold;
  font-size: 14px;
  font-weight: normal;
  color: #5e678e;
  text-transform: uppercase;
}
.careers_interested_section .careers_content .careers_button {
  margin-top: 15px;
  margin-left: 2px;
}
.careers_interested_section .alm-btn-wrap {
  display: none !important;
}
.careers_interested_section_two .vc_col-sm-8 .heading-thirty-three {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 25px;
}
.careers_interested_section_child .careers_load_more {
  margin-bottom: 50px;
}
.biospeciment_procurement.cms-hero_section .hero_section_child .cms-hero-small-text {
  max-width: 974px;
  line-height: 1.41;
  letter-spacing: normal;
  margin-bottom: 19px;
}
.biospeciment_procurement .hero_section_child .heading-thirty-three {
  color: #ffffff;
}
.biospeciment_procurement .hero_section_child .hero-bullet-section .ul_features {
  list-style-type: none;
}
.biospeciment_procurement .hero_section_child .hero-bullet-section .ul_features li {
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  color: #ffffff;
  font-family: BRHendrix-Regular;
  margin-bottom: 12px;
  max-width: 974px;
}
.biospeciment_procurement .hero_section_child .hero-bullet-section .ul_features > li:before {
  content: "";
  background-color: #ffffff;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 5.5px;
  right: auto;
  margin-top: 7px;
  left: 35px;
}
.biospecimen_service_overview.vc_row > .wpb_column.vc_column_container > .vc_column-inner {
  padding-top: 0px;
}
.biospecimen_service_overview .service_overview_right_child > .vc_column-inner {
  padding-top: 0px;
}
.biospecimen_service_overview .service_overview_right_child > .vc_column-inner > .wpb_wrapper {
  background-color: #f2f7ff;
  padding: 53px 20px 1px 18px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.biospecimen_service_overview .service_overview_right_child > .vc_column-inner > .wpb_wrapper > .wpb_content_element {
  margin-bottom: 28px;
}
.biospecimen_service_overview .service_overview_right_child ul.ul_features {
  list-style-type: none;
  padding-left: 63px;
}
.biospecimen_service_overview .service_overview_right_child ul.ul_features > li {
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  margin-bottom: 12px;
}
.biospecimen_service_overview .service_overview_right_child ul.ul_features > li:before {
  content: "";
  background-color: #5e678e;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 5.5px;
  right: auto;
  margin-top: 7px;
  left: 74px;
}
.biospecimen_service_overview .service_overview_right_child .vc_custom_heading.heading-thirty-three {
  line-height: 42px;
  margin: 0px auto 13px 15px;
}
.biospecimen_service_overview .service_overview_right_child ul.ul_features_sub {
  list-style-type: none;
}
.biospecimen_service_overview .service_overview_right_child ul.ul_features_sub > li:before {
  content: "";
  background-color: #5e678e;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 5.5px;
  right: auto;
  margin-top: 10px;
  left: 100px;
}
.biospecimen_service_overview .service_overview_left_child {
  padding-top: 28px;
  margin-right: 0px;
}
.biospecimen_service_overview .service_overview_left_child .ul_features {
  list-style-type: none;
}
.biospecimen_service_overview .service_overview_left_child .ul_features > li {
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  margin-bottom: 12px;
}
.biospecimen_service_overview .service_overview_left_child .ul_features > li:before {
  content: "";
  background-color: #5e678e;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 5.5px;
  right: auto;
  margin-top: 7px;
  left: 35px;
}
.biospecimen_service_overview .service_overview_left_child .list-head {
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  margin-bottom: 12px;
  font-style: italic;
}
.biospecimen_service_overview .service_overview_right_child {
  margin-bottom: 16px;
}
.biospecimen_service_overview .heading-thirty-three {
  line-height: 42px;
  margin-bottom: 13px;
}
.biospecimen_service_overview .paragragh_twenty {
  max-width: 848px;
  line-height: 28px;
}
.biospecimen_service_overview .overview_seprator {
  margin-bottom: 0px;
  margin-top: 34px;
}
.biospecimen_service_overview .overview_seprator > .vc_sep_holder.vc_sep_holder_l > .vc_sep_line {
  border-color: #d0d2de;
  border-top: 1px solid #d0d2de;
}
.biospecimen_service_overview.service {
  margin-bottom: 34px;
}
.section_content_row.service {
  margin-bottom: 36px;
}
.biospecimen_service_overview .container.wpb_column.vc_column_container.vc_col-sm-12 > .vc_column-inner {
  padding-top: 0px;
}
.section_content_row .section_content_child .static-price-table .price-head {
  background-color: #f2f7ff;
}
.section_content_row .section_content_child .static-price-table .price-head th {
  font-family: 'BRHendrix-Medium';
  font-weight: 500;
}
.section_content_row .section_content_child .static-price-table .price-body tr {
  border-top: 1px solid #d0d2de;
}
.section_content_row .vc_custom_heading.heading-thirty-three {
  margin-bottom: 13px;
  margin-top: 17px;
}
.section_content_row .section_content_child_two {
  padding-left: 15px;
  padding-right: 15px;
}
.section_content_row .section_content_child_two > .image_common > .vc_column-inner > .wpb_wrapper {
  max-width: 721px;
}
.section_content_row .section_content_child_two > .image_one > .vc_column-inner {
  padding-left: 0px;
}
.section_content_row .section_content_child_two > .image_two > .vc_column-inner {
  padding-right: 0px;
}
.section_content_row .section_content_child_two .image_common .wpb_single_image.vc_align_left.common_single_img {
  text-align: center;
  background-color: #f2f7ff;
  padding-top: 39px;
  padding-bottom: 40px;
  border-radius: 6px;
  margin-bottom: 0px;
}
.section_content_row .paragragh_twenty {
  max-width: 1100px;
  margin-bottom: 15px;
}
.section_content_row .paragragh_twenty:nth-child(4) {
  margin-bottom: 50px;
}
.section_content_row .image_common .text {
  font-family: BRHendrix-Regular;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
  color: #5e678e;
  margin-top: 22px;
  margin-bottom: 60px;
}
.section_content_row .section_content_child .static-price-table .price-head {
  background-color: #f2f7ff;
}
.section_content_row .section_content_child .static-price-table .price-body tr {
  border-top: 1px solid #d0d2de;
}
.section_content_row.section_content_row_second_sec {
  margin-bottom: 34px;
}
.section_content_row.section_content_row_second_sec .heading-thirty-three {
  margin-top: 1px;
  margin-bottom: 15px;
}
.custome-services-sec.other-services {
  padding-bottom: 50px;
}
.custome-services-sec.other-services .common-secondary-button-design > a {
  padding: 8px 18px 4px !important;
}
.other-services .heading-thirty-three {
  margin-bottom: 25px !important;
}
.other-services .inner-row-services-common .vc_col-sm-4 .wpb_wrapper:before {
  right: 20px;
}
.other-services .heading-twenty {
  margin-top: 14px;
}
.other-services.custome-services-sec .vc_col-sm-4:nth-child(2) .vc_column-inner {
  padding-left: 15px;
}
.other-services.custome-services-sec .inner-row-services-common .vc_col-sm-4:nth-child(2) .wpb_wrapper:before {
  right: 33px;
}
.basee {
  padding-bottom: 15px;
}
.post_status {
  margin-left: 5px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.47;
  color: #5e678e;
  font-family: BRHendrix-Regular;
}
/* Edit Filter */
.resources_filter {
  padding-top: 15px;
}
.resources_filter .resources-section-left-child .alm-filters-container .alm-filter:first-child h3:after {
  display: none;
}
.resources_filter .resources-section-left-child .alm-filters-container .alm-filter h3:after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 0;
  margin-right: 25px;
}
.resources_filter .resources-section-left-child .alm-filters-container .alm-filter.active h3:after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f106";
  position: absolute;
  right: 0;
  margin-right: 25px;
}
.resources_filter .resources-section-left-child .alm-filters-container .alm-filters-edit {
  display: none;
}
.resources_filter .resources-section-child .resources-section-right-child {
  padding-bottom: 40px;
}
.resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filters-edit {
  display: none;
}
.resources_filter .resources-section-left-child .alm-filters.alm-filters-container.filtering {
  opacity: inherit;
}
.resources_filter .resources-section-left-child .alm-filters-container .alm-filter {
  border-radius: 5px;
  background-color: #f2f7ff;
  max-width: 342px;
  margin-bottom: 25px;
  padding: 25px 20px 5px;
}
.resources_filter .resources-section-left-child .alm-filters-container .alm-filter .alm-filter--title h3#alm-filter-resource-type-title {
  margin-bottom: 17px;
}
.resources_filter .resources-section-left-child .alm-filters-container .alm-filter .alm-filter--title h3 {
  cursor: pointer;
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #10183d;
  font-family: BRHendrix-Medium;
  margin-bottom: 11px;
}
.resources_filter .resources-section-left-child .alm-filters-container .alm-filter label {
  font-size: 19px;
  font-weight: 500;
  color: #10183d;
  font-family: BRHendrix-Medium;
  margin-bottom: 10px;
}
.resources_filter .resources-section-left-child .alm-filters-container .alm-filter.resources_filter_btn button,
.resources_filter .resources-section-left-child .alm-filters-container .alm-filter.resources_filter_btn .cart.table-wrapper .actions-toolbar > .action,
.resources_filter .resources-section-left-child .alm-filters-container .alm-filter.resources_filter_btn .action-gift {
  font-size: 0px;
  background-color: #fd8201;
  background-image: url(/wp/wp-content/uploads/2021/07/search.svg);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-position: center;
  position: absolute;
  right: 4px;
  top: 4px;
  outline: none;
}
.resources_filter .resources-section-left-child .alm-filter--text-wrap input[type=text] {
  height: 44px;
  color: #5e678e;
  font-size: 17px;
  box-shadow: none;
  padding-left: 15px;
  font-weight: normal;
  border: 1px solid #d0d2de;
  border-radius: 4px !important;
  font-family: BRHendrix-Regular;
  background: 1px #ffffff !important;
}
.resources_filter .resources-section-left-child .alm-filter--text-wrap input[type=text]:focus {
  border: 1px solid #d0d2de;
}
.resources_filter .resources-section-left-child .alm-filter--text-wrap input[type=text]::placeholder {
  font-family: BRHendrix-Regular;
  font-size: 17px;
  font-weight: normal;
  color: #5e678e;
}
.resources_filter .resources-section-left-child .alm-filter--title h3 {
  margin-bottom: 16px;
}
.resources_filter .resources-section-left-child .alm-filter--inner {
  padding-bottom: 7px;
}
.resources_filter .resources-section-left-child .alm-filter--inner ul li div {
  margin-bottom: 7px;
  font-size: 15px;
  color: #5e678e;
  font-weight: normal;
  font-family: BRHendrix-Regular;
}
.resources_filter .resources-section-left-child .alm-filter--inner ul li div:before {
  border-radius: 2px;
  border: solid 1px #d0d2de;
  background-color: #ffffff;
  width: 18px;
  height: 18px;
}
.resources_filter .resources-section-left-child .alm-filter--inner ul li div:focus:before {
  box-shadow: none;
}
.resources_filter .resources-section-left-child .alm-filter--inner ul li div:hover:before {
  box-shadow: none;
}
.resources_filter .resources-section-left-child .alm-filter--inner ul li div.alm-filter--link {
  margin-bottom: 7px;
}
.resources_filter .resources-section-left-child .alm-filter--inner ul li div.alm-filter--link.active.field-checkbox:before {
  background-color: #88aaf4;
}
.resources_filter .resources-section-left-child .alm-filter--inner ul li div.alm-filter--link.field-checkbox:after {
  background-image: url(/wp/wp-content/uploads/2021/09/resources-checkmark-status-mark.svg);
  border: none;
  background-size: cover;
  width: 12px;
  height: 9px;
  transform: none;
  background-repeat: no-repeat !important;
  background-position: center right;
  z-index: 9999;
  padding: 0px;
  left: 3px;
  top: 5px;
}
.resources_filter .resources-section-right-child .alm_resources_listing {
  display: flex;
  margin-bottom: 10px;
  padding: 0px 25px;
  border-radius: 5px;
  max-width: 1100px;
  border: solid 1px #d0d2de;
}
.resources_filter .resources-section-right-child .r_templates li.thumbnail-img {
  padding: 42px 39px;
}
.resources-section-left-child .alm-filters-container .alm-filter li div.alm-filter--link {
  margin-bottom: 7px;
}
.sort-filter {
  display: none;
}
.resources_filter .resources-section-child .resources-section-right-child .alm-filter--title h3 {
  font-family: BRHendrix-Regular;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #5e678e;
}
.resources_filter .resources-section-right-child .alm_resources_listing:hover {
  cursor: pointer;
  border: 1px solid #88aaf4;
  box-shadow: 0px 0px 0px 1px #88aaf4;
  background-color: #f3f6fd;
}
.resources_filter .resources-section-right-child .alm_resources_listing:hover .heading-twenty-four {
  color: #4e74c7;
  transition: all 0.5s ease-in-out;
}
.resources_filter .resources-section-right-child .alm_resources_listing:hover .common-secondary-button-design > a {
  transition: all 0.5s ease-in-out;
  background: transparent !important;
}
.resources_filter .resources-section-right-child .alm_resources_listing .r_templates {
  margin: auto 25px auto auto;
}
.resources_filter .resources-section-right-child .alm_resources_listing .r_templates img {
  display: block;
  max-width: 79px;
  min-height: 109px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.resources_filter .resources-section-right-child .alm_resources_listing:nth-child(2) .r_templates img {
  display: block;
}
.resources_filter .resources-section-right-child .alm_resources_listing .content {
  width: 100%;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}
.resources_filter .resources-section-right-child .alm_resources_listing .resources_type_status {
  font-family: BRHendrix-Regular;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  color: #5e678e;
}
.resources_filter .resources-section-right-child .alm_resources_listing .heading-twenty-four {
  line-height: 1.17;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.resources_filter .resources-section-right-child .alm_resources_listing .heading-twenty-four.faqs_title {
  -webkit-line-clamp: inherit;
}
.resources_filter .resources-section-right-child .alm_resources_listing .common-secondary-button-design {
  text-align: end;
  margin-top: 20px;
  margin-right: 9px;
}
.resources_filter .resources-section-right-child .alm_resources_listing .common-secondary-button-design a {
  font-size: 17px;
  border-radius: 20px !important;
  padding: 11px 30px 9px 18px;
}
.resources_filter .resources-section-right-child .alm_resources_listing .common-secondary-button-design a:hover {
  color: #ffffff !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #ff8300 !important;
}
.resources_filter .resources-section-right-child .alm_resources_listing .common-secondary-button-design a:after {
  left: 12px;
  top: -2px;
}
.resources_filter .resources-section-right-child .alm_resources_listing .r_templates.no_thumbnail {
  margin: 0px;
}
.resources_filter .resources-section-child .resources-section-right-child .alm-btn-wrap {
  margin-top: 4px;
}
.resources_filter .resources-section-child .resources-section-right-child .alm-load-more-btn.more.loading {
  padding-left: 40px !important;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
  width: 24px !important;
  height: 24px !important;
  top: 1px !important;
}
.resources_filter .resources-section-right-child .alm_resources_listing:hover .common-secondary-button-design a {
  color: #ffffff !important;
  transition: all 0.5s ease-in-out;
  background-color: #ff8300 !important;
}
.resources_filter .resources-section-child .resources-section-left-child .need_help_div {
  background-color: #88aaf4;
  border-radius: 5px;
  max-width: 342px;
  letter-spacing: normal;
  padding: 13px 28px 30px;
}
.resources_filter .resources-section-child .resources-section-left-child .need_help_div > p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin-bottom: 18px;
}
.resources_filter .resources-section-child .resources-section-left-child .need_help_div .common-primary-button-design {
  max-width: 289px;
  margin: auto;
  display: block;
  text-align: center;
}
.resources_filter .resources-section-child .resources-section-left-child .need_help_div .common-primary-button-design > a {
  font-size: 18px !important;
  height: 36px !important;
  border-radius: 18px !important;
  padding: 5px 18px 4px 20px !important;
}
.resources_filter .resources-section-child .resources-section-left-child .need_help_div .common-primary-button-design > a:after {
  margin-left: 11px;
}
.resources_filter .resources-section-child .resources-section-right-child > .vc_column-inner > .wpb_wrapper {
  padding-left: 2px;
}
.resources_filter .resources-section-child .resources-section-right-child > .vc_column-inner > .wpb_wrapper .wpb_content_element {
  margin-bottom: 0px;
}
.resources_filter .resources-section-child .resources-section-right-child .total_resources {
  display: flex;
  flex: 0 0 74.40%;
  max-width: 74.40%;
  margin-top: 10px;
}
.resources_filter .resources-section-child .resources-section-right-child .total_resources .alm-results-text {
  font-size: 19px;
}
.resources_filter .resources-section-child .resources-section-right-child .sortby {
  flex: 0 0 25.60%;
  max-width: 25.60%;
}
.resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter label {
  margin: 9px 16px 0px 0px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #5e678e;
  font-family: BRHendrix-Regular;
}
.resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter--inner {
  width: 100%;
  margin-right: 4px;
  padding-bottom: 15px;
}
.resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter--select {
  display: inline-flex;
  flex: 0 0 100%;
  width: 100%;
}
.resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter--select select {
  border: 1px solid #d0d2de;
  box-shadow: none;
  flex: 0 0 69%;
  max-width: 66%;
  -ms-word-break: normal;
  word-break: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-top: 2px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #5e678e;
  font-family: BRHendrix-Regular;
}
.resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter--select select:focus {
  border: 1px solid #d0d2de;
}
.resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filter--select:after {
  content: "\f107";
  font-family: 'Line Awesome Free' !important;
  font-size: 17px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e678e;
  right: 31px;
  pointer-events: none;
  top: 13px;
  padding: 0 0 2px;
  position: relative;
  height: 0;
  width: 0;
  cursor: pointer;
  float: right;
}
.resources_filter .resources-section-child .resources-section-left-child > .vc_column-inner > .wpb_wrapper .wpb_content_element {
  margin-bottom: 30px;
}
.distributor-sec {
  margin-bottom: 0px;
}
.distributor-sec .container > .vc_column-inner {
  padding-bottom: 25px;
}
.distributor-sec .inner-row .inner-col .heading-toggle {
  font-size: 38px;
  color: #10183d;
  font-family: BRHendrix-Regular;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: -1.91px;
  cursor: pointer;
}
.distributor-sec .inner-row .inner-col .toggle-country {
  background-color: #f2f7ff !important;
  padding: 25px 25px 20px;
  margin-bottom: 25px;
  border-radius: 5px;
}
.distributor-sec .inner-row .inner-col .toggle-country > .vc_toggle_content {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
.distributor-sec .inner-row .inner-col .toggle-country .toggle-country-heading {
  font-size: 33px;
  color: #10183d;
  font-family: BRHendrix-Medium !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: -1.91px;
  margin: 0;
}
.distributor-sec .inner-row .inner-col .toggle-country .row-sub .col-sub h3 {
  font-size: 24px;
  color: #10183d;
  font-family: BRHendrix-Regular !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 42px;
  letter-spacing: -1.91px;
}
.distributor-sec .inner-row .inner-col .toggle-country .row-sub .col-sub p {
  font-family: BRHendrix-Regular !important;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #5e678e;
}
.distributor-sec .inner-row .inner-col .toggle-country > .vc_toggle_title {
  padding-left: 42px;
}
.distributor-sec .inner-row .inner-col .toggle-country > .vc_toggle_title > .vc_toggle_icon {
  border: none !important;
  width: 0;
  transform: none !important;
  height: 0 !important;
  background: transparent;
}
.distributor-sec .inner-row .inner-col .toggle-country > .vc_toggle_title > .vc_toggle_icon:before {
  display: block;
  height: 0 !important;
  content: '\f055' !important;
  font-family: 'Line Awesome Free' !important;
  font-weight: 900;
  width: 0 !important;
  background: transparent !important;
  border: none !important;
  font-size: 33px;
  top: -2px !important;
  left: -6px !important;
  font-style: normal;
  transform: translate(0, -21px) !important;
  color: #10183d;
  transition: all 0.5s ease-out;
  line-height: 42px;
}
.distributor-sec .inner-row .inner-col .toggle-country > .vc_toggle_title > .vc_toggle_icon:after {
  display: none;
}
.distributor-sec .inner-row .inner-col .toggle-country .toggle-lists {
  background-color: #ffffff;
  margin: 0px !important;
}
.distributor-sec .inner-row .inner-col .toggle-country .toggle-lists .row-sub {
  padding: 15px;
}
.distributor-sec .inner-row .inner-col > .vc_column-inner > .wpb_wrapper > .vc_toggle_active {
  padding: 25px;
}
.distributor-sec .inner-row .inner-col > .vc_column-inner > .wpb_wrapper > .vc_toggle_active > .vc_toggle_title > .vc_toggle_icon:before {
  display: none;
}
.distributor-sec .inner-row .inner-col > .vc_column-inner > .wpb_wrapper > .vc_toggle_active > .vc_toggle_title > .vc_toggle_icon:after {
  display: block;
  height: 0 !important;
  content: '\f056' !important;
  font-family: 'Line Awesome Free' !important;
  font-weight: 900;
  width: 0 !important;
  background: transparent !important;
  border: none !important;
  font-size: 33px;
  top: -5px !important;
  left: -6px !important;
  font-style: normal;
  transform: translate(0, -21px) !important;
  color: #10183d;
  visibility: visible !important;
  transition: all 0.5s ease-out;
}
.paragragh_twenty a {
  color: #ff8300 !important;
  text-decoration: none;
  transition: 0.5s ease;
}
.paragragh_twenty a:hover {
  transition: 0.5s ease;
  cursor: pointer;
  color: #7695da !important;
}
.privacy_description_sec .container > .vc_column-inner {
  padding-bottom: 20px;
}
.privacy_description_sec .inner_sec .list-sec {
  margin-left: 65px;
}
.privacy_description_sec .inner_sec .list-sec:before {
  content: "";
  background-color: #5e678e;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 5.5px;
  margin-top: 7px;
  left: 100px;
}
.privacy_description_sec .inner_sec .terms-heading {
  font-family: BRHendrix-Bold;
  font-size: 52px;
  padding-top: 15px;
}
.privacy_description_sec .inner_sec .ul-list-sec {
  list-style-type: none;
}
.regulatory-sec {
  padding-bottom: 35px;
}
.regulatory-sec .container > .vc_column-inner {
  padding-top: 20px !important;
}
.regulatory-sec .inner-row .inner-col .heading-thirty-three {
  margin-top: 30px;
  margin-bottom: 15px;
}
.regulatory-sec .inner-row .inner-col .certificate-img {
  margin-bottom: 15px !important;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button:before,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:before,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift:before {
  content: "Load More Publications";
  position: absolute;
  font-family: BRHendrix-Bold;
  font-size: 20px;
  color: #ff8300;
  text-align: center;
  right: 28px;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button:hover:before,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:hover:before,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift:hover:before {
  color: #ffffff;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button:hover:after,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:hover:after,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift:hover:after {
  color: #ffffff;
}
.publication-count-sec .container > .vc_column-inner {
  padding-top: 50px !important;
}
.publication-count-sec .inner-row .count-text {
  display: flex;
}
.publication-count-sec .inner-row .count-text > center > span:nth-child(1) {
  font-family: BRHendrix-Bold;
  font-size: 52px !important;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #10183d;
  display: -webkit-box;
  margin-bottom: 8px;
}
.publication-count-sec .inner-row .count-text > center > br {
  display: none;
}
.publication-count-sec .inner-row .inner-col-1 {
  width: 25.20%;
}
.publication-count-sec .inner-row .inner-col-1 .count-text > center > span:nth-child(3) {
  font-family: BRHendrix-Bold;
  font-size: 21px !important;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: normal;
  color: #5e678e;
}
.publication-count-sec .inner-row .inner-col-2 {
  width: 16.60%;
}
.publication-count-sec .inner-row .inner-col-2 .count-text > center > span:nth-child(3) {
  font-family: BRHendrix-Regular;
  font-size: 18px !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e678e;
}
.publication-count-sec .inner-row .inner-col-3 .count-text > center > span:nth-child(3) {
  font-family: BRHendrix-Regular;
  font-size: 18px !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e678e;
}
.publication-map-sec .inner-row .inner-col .pub-map {
  margin-bottom: 50px !important;
}
.publication-search-sec .container {
  max-width: 1004px !important;
}
.publication-search-sec .container > .vc_column-inner {
  padding-top: 30px !important;
}
.publication-search-sec .inner-row .inner-col .search-sec {
  margin-bottom: 25px !important;
}
.publication-search-sec .inner-row .inner-col .search-sec .search-box {
  position: relative;
}
.publication-search-sec .inner-row .inner-col .search-sec .search-box input[type=text] {
  padding: 6px 4px 4px 15px !important;
  border-radius: 4px;
  border: solid 1px #d0d2de;
  background-color: #ffffff;
  font-family: BRHendrix-Regular;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e678e;
  height: 44px !important;
}
.publication-search-sec .inner-row .inner-col .search-sec .search-box input[type=text]::placeholder {
  font-family: BRHendrix-Regular;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e678e;
}
.publication-search-sec .inner-row .inner-col .search-sec .search-box input[type=text]:focus {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 4px;
  border: solid 2px #10183d;
}
.publication-search-sec .inner-row .inner-col .search-sec .search-box input[type=submit] {
  background-image: url(/wp/wp-content/uploads/2021/07/search.svg);
  top: 4px;
  right: 4px;
  position: absolute;
  padding: 7px !important;
  border-radius: 18px !important;
  width: 36px;
  background-color: #ff8300;
  height: 36px !important;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0px !important;
}
.publication-search-sec .inner-row .inner-col .search-sec .search-box input[type=submit]:focus {
  box-shadow: none;
}
.publication-search-sec .inner-row .inner-col .search-sec .search-box img {
  display: none !important;
}
.publication-search-sec .inner-row .inner-col .search-sec .search-box select#productSelectBizGenius {
  display: none;
}
.publication-search-sec .inner-row .inner-col .heading-nineteen-br-m {
  font-family: BRHendrix-Medium;
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #10183d;
  margin-bottom: 11px;
  margin-top: 0;
}
.publication-alm-sec .inner-row .inner-col .publication {
  max-width: 974px !important;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single {
  padding: 22px 25px 18px 90px;
  border-radius: 5px;
  border: solid 1px #d0d2de;
  align-items: center;
  transition: all 0.5s ease-in-out;
  margin-bottom: 15px;
  font-family: BRHendrix-Regular;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.59;
  letter-spacing: normal;
  color: #5e678e;
  position: relative;
  cursor: pointer;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single:hover {
  border: 1px solid #88aaf4;
  box-shadow: 0px 0px 0px 1px #88aaf4;
  background-color: #f3f6fd;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single:hover a:before {
  background-color: #88aaf4;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single:hover:before {
  color: #88aaf4;
  opacity: 1;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single:hover > a {
  color: #4e74c7;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single > a {
  font-family: BRHendrix-Bold;
  font-size: 19px !important;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: normal;
  color: #10183d;
  margin: 0px;
  transition: all 0.5s ease;
  margin-bottom: 9px;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single > a:before {
  content: "";
  background-color: #c4cfe4;
  width: 3px;
  height: -webkit-fill-available;
  position: absolute;
  text-align: center;
  left: 74px;
  top: 0px;
  margin: 20px 0;
  transition: all 0.5s ease-in-out;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single > a:hover {
  text-decoration: none;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single:before {
  content: "\f15c";
  font-family: 'Line Awesome Free';
  font-size: 44px;
  position: absolute;
  left: 15px;
  transition: all 0.5s ease-in-out;
  opacity: 0.6;
  top: 17px;
  color: #5e678e;
  font-weight: 900;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single .labelbizgenius {
  font-family: BRHendrix-Regular;
  margin: 0px 0px 0 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.93;
  letter-spacing: normal;
  color: #1184d4 !important;
  background-color: transparent !important;
  padding: 0;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging {
  font-family: BRHendrix-Regular;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #5e678e;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift {
  right: 45px;
  margin-bottom: 15px !important;
  min-height: 40px;
  outline: none;
  margin-top: 10px;
  font-weight: 700;
  background: #ffffff;
  color: #ff8300;
  border-radius: 20px;
  font-size: 0px;
  font-family: BRHendrix-Bold;
  border: solid 1px #ff8300;
  padding: 0px 19.65px 0px;
  margin-bottom: 5px;
  margin-right: 26px;
  line-height: 40px;
  margin-left: 15%;
  position: relative;
  width: 280px;
  transition: all 0.5s ease-in-out;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button:focus,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:focus,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift:focus {
  outline: none !important;
}
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button:hover,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:hover,
.publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift:hover {
  outline: none;
  color: #ffffff;
  transition: 0.5s ease;
  background-color: #ff8300;
}
.publication-alm-sec .container {
  max-width: 1004px !important;
  padding-top: 10px;
}
.latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .latest_news_thumbnail {
  display: none;
}
.latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .content {
  padding: 20px 25px;
}
.latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .content .heading-twenty-four {
  margin-bottom: 0px;
}
.latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .category_event {
  padding: 0px 8px;
  color: #ffffff;
  font-family: BRHendrix-Bold;
  font-weight: 700;
  font-size: 15px;
  background-color: #9f5eb5;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.latest_news_section .latest_news_child .latest_news_right_child .alm-filter li div.alm-filter--link.active {
  color: #ff8301;
}
.latest_news_section .latest_news_child .latest_news_right_child .news_filter .alm-filter--inner {
  padding-bottom: 10px;
}
.latest_news_section .latest_news_child .latest_news_right_child .news_filter .alm-filter--inner ul {
  display: grid;
}
.latest_news_section .latest_news_child .latest_news_right_child .news_filter .alm-filter--inner ul li:nth-child(1) {
  order: 2;
}
.latest_news_section .latest_news_child .latest_news_right_child .news_filter .alm-filter--inner ul li:nth-child(2) {
  order: 1;
}
a.event_anchor {
  width: 100%;
  text-decoration: none;
}
.research-related-product .common-secondary-button-design.alm-button-fifteen {
  display: none;
}
.research-hero {
  padding-bottom: 27px;
}
.research-page.biospecimens_hero_section.cms-hero_section .hero_section_child .cms-hero-small-text {
  font-size: 22px !important;
  letter-spacing: normal;
}
.trusted-sec .inner-row .inner-col1 {
  width: 15.95%;
}
.trusted-sec .inner-row .img-col {
  max-width: 200px;
}
.trusted-sec .inner-row .img-col .trusted-logo {
  margin-bottom: 49px;
}
.trusted-sec .inner-row .img-col1 {
  width: 13.2%;
  text-align: center;
}
.trusted-sec .inner-row .img-col1 .trusted-logo1 {
  margin-bottom: 49px;
}
.biospecimens_categories.desktop_padding_inner.page_margin_auto.research-sec {
  padding-bottom: 81px;
}
.research-sec.biospecimens_categories .biospecimens_categories_child .mob-seperator {
  margin: 0;
  padding-top: 15px;
  border: none;
  color: #d0d2de;
  height: 1px;
  display: none;
}
.research-sec.biospecimens_categories .biospecimens_categories_child .heading-twenty-eight {
  margin-top: 19px;
  margin-bottom: 10px;
}
.research-sec.biospecimens_categories .biospecimens_categories_child .biospecimens_content {
  width: 32.55%;
}
.research-sec.biospecimens_categories .biospecimens_categories_child .biospecimens_content > .vc_column-inner > .wpb_wrapper:before {
  top: 13px;
  width: 1px;
  right: 16px;
  content: "";
  height: auto;
  bottom: 0px;
  position: absolute;
  background-color: #d0d2de;
}
.research-sec.biospecimens_categories .biospecimens_categories_child .biospecimens_content.inner-col2 {
  width: 34.44%;
}
.research-sec.biospecimens_categories .biospecimens_categories_child .biospecimens_content.inner-col2 > .vc_column-inner > .wpb_wrapper:before {
  top: 13px;
  width: 1px;
  right: 33px;
  content: "";
  height: auto;
  bottom: 0px;
  position: absolute;
  background-color: #d0d2de;
}
.research-product-section .biospecimens_categories_child .biospecimens_content .heading-twenty {
  font-size: 28px;
  letter-spacing: normal;
}
.research-related-product .heading-thirty-three {
  margin-top: 39px;
  margin-bottom: 6px;
}
.research-related-product .research-blog-sec .heading-thirty-three {
  margin-top: 26px;
  margin-bottom: 17px;
}
.research-related-product .inner-row .inner-col .head-twenty-bold {
  font-family: BRHendrix-Bold;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #10183d;
  margin-bottom: 15px;
  transition: 0.5s ease !important;
}
.research-related-product .inner-row .inner-col .rcatlog {
  font-family: BRHendrix-Regular;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5e678e;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.research-related-product .inner-row .inner-col .rprice {
  font-family: BRHendrix-Regular;
  font-size: 23px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4e74c7;
}
.research-related-product .inner-row .inner-col .rbox {
  padding: 25px 20px 25px;
  border-radius: 4px;
  border: solid 1px #d0d2de;
  background-color: #ffffff;
  margin-bottom: 15px;
  max-width: 342px;
  cursor: pointer;
  transition: 0.5s ease !important;
}
.research-related-product .inner-row .inner-col .rbox:hover {
  border-radius: 4px;
  border: solid 1px #88aaf4;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 1px #88aaf4;
  transition: 0.5s ease;
}
.research-related-product .inner-row .inner-col .rbox:hover .head-twenty-bold {
  transition: 0.5s ease !important;
  color: #4e74c7;
}
.research-related-product .inner-row .inner-col .rbox.three {
  position: relative;
  left: 3px;
}
.research-related-product .inner-row .inner-col .rbox.two {
  position: relative;
  left: 1px;
}
.research-related-product .inner-row .inner-col .rbox.four {
  position: relative;
  left: 5px;
}
.related-sec {
  padding-bottom: 76px;
}
.related-sec .inner-row-post .inner-col > .vc_column-inner > .wpb_wrapper {
  transition: 0.5s ease !important;
  padding: 0 0 20px;
  border-radius: 5px;
  background-color: #e7eefc;
  max-width: 469px;
  cursor: pointer;
}
.related-sec .inner-row-post .inner-col > .vc_column-inner > .wpb_wrapper:hover {
  box-shadow: 0px 0px 0px 2px #88aaf4;
  background-color: #e7eefc;
}
.related-sec .inner-row-post .inner-col > .vc_column-inner > .wpb_wrapper:hover .img-sec-head > a {
  color: #4e74c7 !important;
}
.related-sec .inner-row-post .inner-col .img-sec {
  margin: 0 0 24px;
}
.related-sec .inner-row-post .inner-col .img-sec img {
  max-height: 230px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.related-sec .inner-row-post .inner-col .img-sec-head {
  transition: 0.5s ease !important;
  font-family: BRHendrix-Medium;
  font-size: 22px;
  line-height: normal;
  letter-spacing: normal;
  color: #10183d;
  margin: 0;
  margin-left: 25px;
  margin-bottom: 5px;
}
.related-sec .inner-row-post .inner-col .img-sec-head > a {
  transition: 0.5s ease !important;
  color: #10183d !important;
}
.related-sec .inner-row-post .inner-col.two > .vc_column-inner > .wpb_wrapper {
  position: relative;
  left: 2px;
}
.related-sec .inner-row-post .inner-col.three > .vc_column-inner > .wpb_wrapper {
  position: relative;
  left: 4px;
}
.related-sec .inner-row-head .inner-col .heading-thirty-three {
  margin-top: 19px;
  margin-bottom: 10px;
}
.research-news {
  padding-bottom: 10px;
}
.research-news .inner-row .inner-col .featured-sec .alm-reveal {
  display: flex;
}
.research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news {
  padding: 0px;
  border-radius: 5px;
  border: solid 1px #d0d2de;
  background-color: #ffffff;
  display: block;
  max-width: 469px;
  flex: 0 0 33.33%;
  margin: 0px;
  cursor: pointer;
}
.research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .featured_thumbnail {
  padding: 0;
  max-width: 131px;
}
.research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .featured_thumbnail .thumbnail-img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  width: 131px;
  height: 110px;
}
.research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .content {
  max-width: 100%;
  padding: 26px 20px 16px 18px;
}
.research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .content .alm-date_today {
  font-family: BRHendrix-Medium;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1184d4;
  padding-bottom: 7px;
}
.research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .content .featured-title {
  font-family: BRHendrix-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #10183d;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}
.research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news:nth-child(2) {
  margin: 0 36px;
}
.research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news.remove_image .featured_thumbnail {
  padding: 0;
  max-width: 0%;
  flex: 0 0 0%;
}
.research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news.remove_image .content {
  max-width: 100%;
  flex: 0 0 100%;
  padding-right: 15px;
}
.research-news .inner-row .inner-col .featured-sec .alm-btn-wrap {
  display: none !important;
}
.research-news .inner-row .inner-col .common-secondary-button-design.mobile-show {
  display: none !important;
}
.research-news .news-inner-row .heading-thirty-three {
  margin-top: 20px;
  margin-bottom: 21px;
}
.research-news .news-inner-row .common-secondary-button-design {
  text-align: right !important;
  margin-bottom: 19px;
}
.research-news .news-inner-row .common-secondary-button-design > a {
  position: relative;
  top: -2px;
  transition: 0.5s ease !important;
  background: transparent !important;
  background-color: transparent !important;
  font-size: 20px;
  padding: 11px 36px 7px 20px;
  float: right;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.research-news .news-inner-row .common-secondary-button-design > a:hover {
  background-color: #ff8300 !important;
  transition: 0.5s ease !important;
}
.research-news .news-inner-row .common-secondary-button-design > a:after {
  top: -4px;
  right: -16px;
}
.job-sec .inner-row .inner-col .heading-thirty-three.job-heading {
  color: #10183d;
  margin: 15px 0;
}
.job-sec .inner-row .inner-col .job-summary {
  font-family: 'BRHendrix-Regular';
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #5e678e;
  margin-bottom: 15px;
}
.job-sec .inner-row .inner-col .job-summary .ul_features > li {
  list-style: none;
}
.job-sec .inner-row .inner-col .job-summary .ul_features > li:before {
  content: "";
  background-color: #5e678e;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 5.5px;
  right: auto;
  margin-top: 7px;
  left: 30px;
}
.job-sec .inner-row .inner-col .job-summary .list-head {
  font-family: 'BRHendrix-Bold';
  font-size: 22px;
}
.job_listing-template-default .single_job_listing .job_application.application {
  margin-bottom: 50px;
}
.job_listing-template-default .single_job_listing .job_application.application input.application_button.button {
  border: 0px;
  height: 40px;
  color: #ffffff;
  outline: none;
  margin-left: 8px;
  box-shadow: none;
  font-weight: bold;
  text-align: inherit;
  border-radius: 20px;
  background-color: #ff8300;
  border-color: transparent;
  font-family: BRHendrix-Regular;
  padding: 10px 25px 10px;
  font-size: 20px;
  transform: translate(-7px, 0px);
}
.job_listing-template-default .single_job_listing .job_application.application input.application_button.button:hover {
  background-color: #dd7508 !important;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
}
.job_listing-template-default .single_job_listing .job_application.application .application_details {
  margin-bottom: 0;
  padding: 30px;
}
.job_listing-template-default .single_job_listing .job_application.application .application_details > p {
  display: none;
}
.job_listing-template-default .single_job_listing .job_application.application .application_details p {
  font-family: 'BRHendrix-Regular';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #5e678e;
}
.job_listing-template-default .single_job_listing .job_application.application .application_details p > strong {
  font-family: 'BRHendrix-Regular';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #5e678e;
}
.job_listing-template-default .single_job_listing .job_application.application .application_details p > a:hover {
  color: #ff8300 !important;
  text-decoration: none !important;
  transition: 0.5s ease !important;
}
.job_listing-template-default .single_job_listing .job_description {
  margin-bottom: 0;
}
.job_listing-template-default .single_job_listing .job-listing-meta {
  margin-bottom: 35px;
  margin-top: 50px;
}
.job_listing-template-default .single_job_listing .job-listing-meta .job-type {
  background-color: #ff8300;
  font-size: 20px;
  font-family: 'BRHendrix-Medium';
  color: #ffffff !important;
}
.job_listing-template-default .single_job_listing .job-listing-meta .location {
  font-size: 20px;
  font-family: 'BRHendrix-Medium';
  color: #10183d;
}
.job_listing-template-default .single_job_listing .job-listing-meta .location > a {
  font-size: 20px;
  font-family: 'BRHendrix-Medium';
  color: #10183d;
}
.job_listing-template-default .single_job_listing .job-listing-meta .location:hover {
  color: #ff8300;
  transition: 0.5s ease !important;
}
.job_listing-template-default .single_job_listing .job-listing-meta .location:hover > a {
  color: #ff8300 !important;
  text-decoration: none;
  transition: 0.5s ease !important;
}
.job_listing-template-default .single_job_listing .job-listing-meta .date-posted {
  font-size: 20px !important;
  font-family: 'BRHendrix-Medium';
  color: #10183d;
}
.job_listing-template-default .single_job_listing .company {
  margin: 0 0 35px;
  padding: 30px;
}
.job_listing-template-default .single_job_listing .company .name > a:hover {
  color: #ff8300 !important;
  text-decoration: none !important;
  transition: 0.5s ease !important;
}
.job_listing-template-default .single_job_listing .company a {
  font-size: 20px;
  line-height: 1.4;
  font-family: 'BRHendrix-Medium';
}
.job_listing-template-default .single_job_listing .company strong {
  font-size: 26px !important;
  color: #10183d;
  font-family: 'BRHendrix-Bold';
  line-height: 1.27;
}
/* Listing Page Publication Section */
.catalog-category-view div#bizgenius-citation-widget-container-list {
  max-width: inherit;
  margin: unset;
}
.catalog-category-view .bizgenius-citation-list {
  margin: auto;
  width: 67% !important;
}
.catalog-category-view .bizgenius-citation-paging {
  width: 48.5% !important;
  text-align: inherit !important;
}
.catalog-category-view .bizgenius-poweredby {
  width: 83.50% !important;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift {
  width: 100%;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center !important;
  margin: 15px auto auto auto;
  left: 30px;
}
/* Listing Page Publication Section */
@media (min-width: 1680px) {
  .featured_category:nth-child(2) > .vc_column-inner {
    padding-left: 17px;
    padding-right: 0px;
  }
}
@media (min-width: 1367px) and (max-width: 1679px) {
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news {
    flex: 0 0 31.66%;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news:nth-child(2) {
    margin: 0 32px;
  }
  .resources_filter .resources-section-child .resources-section-right-child {
    width: 68.44%;
  }
  .resources_filter .resources-section-child .resources-section-left-child {
    width: 31.55%;
  }
  .resources_filter .resources-section-left-child .alm-filters-container .alm-filter h3:after {
    margin-right: 55px;
  }
  .resources_filter .resources-section-left-child .alm-filters-container .alm-filter.active h3:after {
    margin-right: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .container {
    max-width: 1210px !important;
  }
}
@media (max-width: 1679px) {
  .common_category_section .hero_section_child > .vc_col-sm-12 > .vc_column-inner {
    max-width: 880px;
  }
  .section_content_row .section_content_child_two > .image_one {
    margin-right: 0px;
  }
  .custome-services-sec.other_custom_services .inner-row-services-common .common_services_col > .vc_column-inner .wpb_wrapper:before {
    right: 15px;
  }
  .custome-services-sec.other_custom_services .inner-row-services-common .common_services_col:nth-child(2) > .vc_column-inner .wpb_wrapper:before {
    right: 12px;
  }
  .other-services .inner-row-services-common .vc_col-sm-4 .wpb_wrapper:before {
    right: 0px;
  }
  .other-services.custome-services-sec .inner-row-services-common .vc_col-sm-4:nth-child(2) .wpb_wrapper:before {
    right: 0px;
  }
  .featured_left_child > .vc_column-inner {
    padding-right: 0px;
  }
  .feature-section.about_us_mobile .featured_news_right_child {
    left: auto;
  }
  .biospecimens_categories .biospecimens_categories_child .biospecimens_content > .vc_column-inner > .wpb_wrapper:before {
    right: 0px;
  }
  .biospecimens_categories .biospecimens_categories_child .biospecimens_content:after {
    right: 1px;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content .heading-twenty {
    line-height: inherit;
  }
  .biospecimens_product_categories .biospecimens_product_content .product_img img {
    min-width: unset !important;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gravity-theme .gfield textarea.small {
    max-width: 686px;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_fields {
    grid-template-columns: repeat(15, 42px);
    grid-column-gap: 2%;
    grid-row-gap: 16px;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper:after {
    right: 0px;
  }
  .row-Innovation.vc_row > .wpb_column.vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-Innovation .innovation-left-child-row > .vc_column-inner > .wpb_wrapper {
    margin-left: 15px;
  }
  .row-Innovation .innovation-left-child-row img.vc_single_image-img.attachment-full {
    max-width: inherit;
  }
  .row-Innovation .righ_innovation_inner_row {
    align-items: center !important;
  }
  .row-Innovation .righ_innovation_inner_row .heading-thirty-three {
    margin-top: 0px;
    padding-top: 0px;
  }
  .join-our-full-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .feature-section.about_us_mobile .featured_news_left_child .text_contents {
    padding-left: 15px;
    padding-right: 15px;
    margin: 17px auto 10px !important;
  }
  .feature-section.about_us_mobile .featured_news_right_child {
    width: 35.50%;
    margin-left: 52px;
  }
  .home-page-featured-Section li.home-page-featured-news {
    padding: 52px 65px 51px;
  }
  .home-page-featured-Section .featured-Section-child-row h2.heading-sixteen {
    margin-top: 5px;
    line-height: 20px;
    line-height: normal;
    max-width: 100%;
  }
  .career_our_culture .career_our_culture_right_child {
    padding-top: 0px !important;
  }
  .resources_filter .resources-section-child .resources-section-right-child .total_resources {
    flex: 0 0 70.4%;
    max-width: 70.4%;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby {
    flex: 0 0 29.6%;
    max-width: 29.6%;
  }
}
@media (max-width: 1536px) {
  /****** Title Length Category Page ******/
  .tissue-sectioning-and-microarray-construction .cms-hero-sec-heading {
    max-width: 730px;
  }
  .our-story-row .story-left-child .paragragh_twenty {
    max-width: 690px;
  }
}
@media (max-width: 1366px) {
  .catalog-category-view .bizgenius-citation-paging {
    width: 48% !important;
    text-align: inherit !important;
  }
  .catalog-category-view .bizgenius-citation-list {
    margin: auto;
    width: 68% !important;
  }
  .common_category_section .hero_section_child > .vc_col-sm-12 > .vc_column-inner {
    max-width: 820px;
  }
  .page-footer .footer-2 .footer-middle .col-lg-6.first {
    max-width: 50%;
  }
  .tissue-sectioning-and-microarray-construction .cms-hero-sec-heading {
    max-width: 700px;
  }
  .research-sec.biospecimens_categories .biospecimens_categories_child .biospecimens_content {
    width: 33.33% !important;
  }
  .research-sec.biospecimens_categories .biospecimens_categories_child .biospecimens_content > .vc_column-inner > .wpb_wrapper:before {
    right: 7px !important;
  }
  .trusted-sec .inner-row .img-col {
    max-width: 14.22% !important;
  }
  .trusted-sec .inner-row .inner-col1 {
    width: 15.66%;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news {
    flex: 0 0 31.33%;
  }
  .research-news .inner-row .inner-col .common-secondary-button-design.mobile-show {
    display: none;
  }
  .biospecimen_service_overview .service_overview_right_child ul.ul_features {
    padding-left: 45px;
  }
  .biospecimen_service_overview .service_overview_right_child ul.ul_features > li:before {
    left: 52px;
  }
  .latest_news_section .latest_news_child .latest_news_template .latest_news_thumbnail > li.thumbnail-img {
    padding-top: 126px;
    padding-bottom: 126px;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper:after {
    right: -15px;
  }
  .our-story-row .story-left-child .paragragh_twenty p {
    max-width: 600px;
  }
  .career_our_culture .career_our_culture_child .heading-thirty-three {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .resources_filter .resources-section-child .resources-section-left-child {
    width: 31.55%;
  }
  .resources_filter .resources-section-child .resources-section-left-child .need_help_div {
    max-width: 100% !important;
    padding: 13px 28px 30px !important;
  }
  .resources_filter .resources-section-child .resources-section-left-child .alm-filters-container .alm-filter {
    max-width: 100% !important;
  }
  .resources_filter .resources-section-child .resources-section-right-child {
    width: 68.44%;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby {
    flex: 0 0 32.20%;
    max-width: 32.20%;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter label {
    margin: 9px 14px 0px 0px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .total_resources {
    flex: 0 0 67.80%;
    max-width: 67.80%;
  }
  .publication-count-sec .inner-row .inner-col-1 {
    width: 28.55%;
  }
  .publication-count-sec .inner-row .inner-col-2 {
    width: 20%;
  }
}
@media (max-width: 1199px) {
  .catalog-category-view .bizgenius-citation-list {
    margin: inherit;
    width: 100% !important;
  }
  .catalog-category-view .category_publication.col-sm-12 h2.heading-thirty-three {
    text-align: left;
  }
  .catalog-category-view .bizgenius-citation-paging {
    margin-left: 0px !important;
    width: 100% !important;
    text-align: left !important;
  }
  .catalog-category-view .bizgenius-citation-paging > button,
  .catalog-category-view .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
  .catalog-category-view .bizgenius-citation-paging > .action-gift {
    margin-left: 2% !important;
  }
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button,
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action,
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift {
    left: 0;
    margin: 15px 0px 0px 0px;
  }
  .common_category_section .hero_section_child > .vc_col-sm-12 > .vc_column-inner {
    max-width: 680px;
  }
  .common-cms-hero_section.common_category_section {
    background-position: right -86px top 0px !important;
    background-size: 445px 250px !important;
  }
  .common-cms-hero_section.common_category_section:before {
    width: 450px;
    height: 270px;
    background-size: contain;
    background-position: right 0px bottom 20px;
  }
  .common-cms-hero_section.cms-hero_section.common_category_section > .container > .vc_column-inner > .wpb_wrapper {
    position: relative;
    z-index: 1;
  }
  .latest_news_section .latest_news_child .latest_news_right_child {
    width: 31.50%;
  }
  .latest_news_section .latest_news_child .latest_news_right_child .news_filter {
    max-width: 100%;
  }
  .latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .content {
    padding: 34px 40px;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content {
    padding-right: 15px !important;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_fields {
    grid-template-columns: repeat(15, 6.5%);
  }
  .our-story-row {
    padding-top: 0px;
    background-image: none;
  }
  .our-story-row .story-left-child {
    width: 62%;
  }
  .our-story-row .story-left-child .paragragh_twenty p {
    max-width: 100%;
  }
  .our-story-row > .wpb_column > .vc_column-inner {
    padding-top: 0px !important;
  }
  .our-story-row .our_story_img {
    background-size: contain;
    padding-top: 216px;
    padding-bottom: 216px;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(/wp/wp-content/uploads/2021/07/combined_img-2.jpg);
    width: 38%;
  }
  .join-our-full-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .row_company_culture .company_culture_inner_row .left_col_company_culture .heading-thirty-three {
    margin-left: 0px;
  }
  .row_company_culture .company_culture_right_child > .vc_column-inner {
    padding-right: 0px;
  }
  .feature-section.about_us_mobile .featured_news_right_child {
    margin-right: 0px;
    left: auto;
    margin-left: 15px;
  }
  .feature-section.about_us_mobile .featured_news_right_child > .vc_column-inner {
    padding-right: 4px;
  }
  .feature-section.about_us_mobile .featured_news_left_child > .vc_column-inner {
    margin-left: 0px;
  }
  .featured_news_right_child {
    width: 36.5%;
    margin-left: 0px;
  }
  .home-page-featured-Section {
    width: 47.50%;
    margin: 0px 15px 18px 0px;
  }
  .home-page-featured-Section li.home-page-featured-news {
    padding: 56px 67px 59px 65px;
  }
  .row-Innovation .righ_innovation_inner_row {
    width: 45%;
  }
  .row-Innovation .righ_innovation_inner_row > .vc_column-inner {
    padding-left: 0px;
    margin-left: 0px;
  }
  .row-Innovation .innovation-left-child-row {
    width: 54.50%;
  }
  .row-Innovation .innovation-left-child-row > .vc_column-inner > .wpb_wrapper {
    margin-left: 0px;
  }
  .row-Innovation .innovation-left-child-row img.vc_single_image-img.attachment-full {
    min-height: 100%;
  }
  .row-Innovation .innovation-inner-row {
    align-items: center;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .our-story-row .our_story_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(/wp/wp-content/uploads/2021/07/combined_img-2.jpg);
    width: 38%;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 350px;
  }
  .our-story-row .our_story_img:after {
    background-image: url(/wp/wp-content/uploads/2021/07/image-1.png);
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
    background-position: bottom;
    top: 305px;
    right: 32px;
  }
  .iso_image.wpb_column.vc_column_container.vc_col-sm-3 {
    display: none;
  }
  .high-quality-main-row .Left_col_high_quality {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-header .header-12 .header-middle-1 .header-content-1 .container .main-top-head-section ul {
    padding-left: 0px;
  }
  .page-header .header-12 .header-middle .header-content .row.desktop-view .col-sm-3.logo-container {
    margin-left: 0px;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news {
    flex: 0 0 30.91%;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .content {
    padding-right: 15px;
  }
  .research-news .inner-row .inner-col .common-secondary-button-design.mobile-show {
    display: none;
  }
  .trusted-sec .inner-row .img-col {
    max-width: 17.22% !important;
  }
  .trusted-sec .inner-row .inner-col1 {
    width: 100%;
  }
  .trusted-sec .inner-row .inner-col1 .heading-thirty-three {
    text-align: center !important;
  }
  .our-story-row .paragragh_twenty {
    max-width: 600px;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_left_child > .vc_column-inner:after {
    right: 0px;
  }
  .resources_filter .resources-section-child .resources-section-right-child {
    width: 70%;
    width: 66%;
  }
  .resources_filter .resources-section-child .resources-section-right-child .total_resources {
    flex: 0 0 58.666667%;
    max-width: 58.666667%;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby {
    flex: 0 0 41.333333%;
    max-width: 42.333333%;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter label {
    margin: 9px 0px 0px 0px;
    flex: 0 0 31%;
    max-width: 31%;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter--select select {
    flex: 0 0 69%;
    max-width: 69%;
  }
  .resources_filter .resources-section-child .resources-section-left-child {
    width: 34%;
  }
  .publication-count-sec .inner-row .inner-col-1 {
    width: 32%;
  }
  .publication-count-sec .inner-row .inner-col-2 {
    width: 22%;
  }
}
@media (max-width: 1025px) {
  /* product category */
  .biospecimens_categories .common-secondary-button-design > a {
    line-height: inherit;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gfield.gfield--width-half {
    display: inline-grid;
    align-items: baseline;
    align-content: space-between;
  }
  .careers_interested_section_two .vc_col-sm-8 .heading-thirty-three {
    margin: auto;
    max-width: 545px;
    text-align: left !important;
  }
  .careers_interested_section_two .vc_col-sm-4 > .vc_column-inner {
    padding-top: 0px !important;
  }
  .career_our_culture.ipad_career_our_culture {
    display: none;
  }
  .career_our_culture .career_our_culture_left_child {
    margin-top: 0px;
  }
  .careers_biochian .careers_biochian_right_child {
    margin-top: 0px;
  }
  .career_our_culture.desktop_hidden_career_our_culture {
    display: block;
  }
  .resources_filter .resources-section-child .resources-section-left-child {
    width: 34.33%;
  }
  .resources_filter .resources-section-child .resources-section-left-child .need_help_div {
    padding: 13px 15px 30px !important;
  }
  .resources_filter .resources-section-child .resources-section-right-child {
    width: 65.66%;
  }
}
@media (max-width: 992px) {
  /****** Contact Us ******/
  .row-contact-form .inner-row-contact-form .inner-col-right .email-phone-col {
    display: grid;
  }
  .row-contact-form .inner-row-contact-form .inner-col-right .phone-col {
    width: auto;
  }
  .row-contact-form .inner-row-contact-form .inner-col-right .email-col span.email-text {
    word-break: break-all;
  }
  .home-page-featured-Section {
    width: 96.50%;
    margin: auto auto 15px auto;
  }
  .feature-section.about_us_mobile .featured_news_left_child .secondary_btn {
    float: right;
    margin-right: 4.5%;
    margin-top: 10px;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_left_child .text_contents {
    margin: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .common_category_section .hero_section_child > .vc_col-sm-12 > .vc_column-inner {
    max-width: 440px;
  }
  .research-related-product .inner-row .inner-col {
    width: 100%;
  }
  .research-related-product .inner-row .inner-col .rbox {
    max-width: 100%;
    margin-bottom: 0;
  }
  .research-related-product .inner-row .inner-col .rbox.four {
    left: 0;
  }
  .research-related-product .inner-row .inner-col .rbox.three {
    left: 0;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news {
    flex: 0 0 30.02%;
    display: block;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .content {
    padding-right: 15px;
    max-width: 100% !important;
    min-height: 126px !important;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .featured_thumbnail {
    max-width: 100%;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .featured_thumbnail .thumbnail-img {
    width: auto;
    height: auto;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    min-height: 156px;
  }
  .research-news .inner-row .inner-col .common-secondary-button-design.mobile-show {
    display: none;
  }
  .trusted-sec .inner-row .img-col {
    max-width: 17.22% !important;
  }
  .trusted-sec .inner-row .inner-col1 {
    width: 100%;
  }
  .trusted-sec .inner-row .inner-col1 .heading-thirty-three {
    text-align: center !important;
  }
  .research-need-sec.need-assistance-sec .inner-row .left-col .primary_btn {
    margin-bottom: 15px;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_left_child > .vc_column-inner:after {
    right: 12px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .total_resources {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 0px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter label {
    margin: 9px 0px 0px 0px;
    flex: 0 0 31%;
    max-width: 31%;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter--select select {
    flex: 0 0 69%;
    max-width: 69%;
  }
  .resources_filter .resources-section-child .resources-section-left-child {
    width: 46.33%;
  }
  .resources_filter .resources-section-child .resources-section-left-child .need_help_div .common-primary-button-design > a {
    font-size: 16px !important;
  }
  .resources_filter .resources-section-child .resources-section-right-child {
    width: 53.66%;
  }
  .publication-search-sec .container {
    max-width: 100% !important;
  }
  .publication-alm-sec .container {
    max-width: 100% !important;
  }
  .publication-count-sec .inner-row .inner-col-1 {
    width: 41%;
  }
  .publication-count-sec .inner-row .inner-col-2 {
    width: 28%;
  }
  .publication-count-sec .inner-row .inner-col-3 {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 812px) {
  .section_content_row .section_content_child_two > .image_common > .vc_column-inner > .wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template {
    padding: 25px 15px;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_thumbnail li.resource_thumbnail {
    min-width: 122px;
    max-width: inherit;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content {
    padding: 0px 0px 0px 15px;
  }
  .our-story-row .our_story_img {
    height: 390px;
  }
  .our-story-row .our_story_img:after {
    width: 600px;
    top: 340px;
    right: 50px;
  }
  .our-story-row {
    padding-right: 0px !important;
  }
  .our-story-row .paragragh_twenty {
    max-width: 375px;
  }
  .feature-section .feature-section-child .featured_news_right_child .home-page-featured-Section {
    width: 100%;
  }
  .feature-section .feature-section-child .featured_news_right_child .upcoming-details:before {
    top: 31%;
  }
  .row-contact-form .inner-row-contact-form .form-contact {
    width: 57%;
  }
  .careers_interested_section .careers_content .careers_field {
    width: 84%;
  }
}
@media (min-width: 768px) {
  .biospecimens_product_categories .biospecimens_product_child {
    display: flex;
  }
  .biospecimens_product_categories .biospecimens_product_content {
    display: flex;
  }
  .biospecimens_product_categories .biospecimens_product_content > .vc_column-inner {
    display: flex;
  }
}
@media (max-width: 767px) {
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .cms-privacy-policy-cookie-restriction-mode table.data-table.data-table-definition-list {
    margin-bottom: 30px;
  }
  .primary_btn > a {
    padding: 4px 20px 3px !important;
    min-height: 36px !important;
    font-size: 17px !important;
  }
  .primary_btn > a::after {
    right: -12px !important;
  }
  .common-primary-button-design > a {
    padding: 4px 20px 3px !important;
    min-height: 36px !important;
    font-size: 17px !important;
  }
  .common-primary-button-design > .resource-btn {
    padding: 4px 20px 3px !important;
    min-height: 36px !important;
    font-size: 17px !important;
  }
  .alm-load-more-btn.more {
    min-height: 36px !important;
    padding: 6px 20px 3px !important;
    font-size: 17px !important;
    margin-bottom: 30px !important;
  }
  .alm-load-more-btn.more::after {
    margin-top: -2px;
  }
  .common-secondary-button-design.sec-btn a {
    min-height: 36px !important;
    padding: 6px 20px 3px !important;
    font-size: 17px !important;
  }
  .common-secondary-button-design.sec-btn a::after {
    margin-top: -2px;
  }
  .secondary_btn.sec-btn a {
    min-height: 36px !important;
    padding: 6px 20px 3px !important;
    font-size: 17px !important;
  }
  .secondary_btn.sec-btn a::after {
    margin-top: -2px;
  }
  .page-footer .footer-2 .footer-middle .col-lg-6.first {
    max-width: 51%;
  }
  .page-footer .footer-2 .footer-middle .primary_btn.footer_btn > a {
    padding: 2px 21px 3px !important;
    min-height: 40px !important;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  .page-footer .footer-2 .footer-middle .primary_btn.footer_btn > a:after {
    top: 0px;
  }
  .mobile_grid_view {
    display: grid !important;
  }
  .order_one {
    order: 1;
  }
  .order_two {
    order: 2;
  }
  .common-letters-spacing {
    letter-spacing: -1.18px !important;
  }
  .desktop_button_hidden.common-secondary-button-design.vc_btn3-container {
    display: block;
  }
  .desktop_button_hidden.common-primary-button-design.vc_btn3-container {
    display: block;
  }
  .desktop_button_hidden.primary_btn.vc_btn3-container {
    display: block;
  }
  .desktop_button_hidden.secondary_btn.vc_btn3-container {
    display: block;
  }
  .mobile_button_hidden {
    display: none !important;
  }
  .resources_filter .resources-section-right-child .alm_resources_listing .heading-twenty-four {
    -webkit-line-clamp: unset;
  }
  .spatial_multiomics_services.biospecimens_multiple_donors .multiple_donors_child .heading-thirty-three {
    margin-top: 15px;
  }
  .spatial_profiling_services .heading-thirty-three {
    margin-top: 30px;
  }
  .spatial_as_easy_sec .heading-thirty-three {
    margin-top: 0px;
  }
  .spatial_your_ally .vc_column_container > .vc_column-inner {
    padding-top: 0px;
  }
  .spatial_transcriptomics .heading-thirty-three {
    margin-top: 30px;
  }
  .common-cms-hero_section.common_category_section:before {
    background-position: right -22px bottom 20px;
  }
  .top_margin_thirty.vc_custom_heading {
    margin-top: 0px !important;
  }
  .job_listing-template-default .single_job_listing .company {
    margin: 0 0 15px;
    padding: 15px 15px 0;
  }
  .job_listing-template-default .single_job_listing .company .name {
    display: grid;
  }
  .job_listing-template-default .single_job_listing .company .name a {
    font-size: 18px;
    line-height: 24px;
    order: 2;
    margin: 0 0 15px;
  }
  .job_listing-template-default .single_job_listing .company strong {
    font-size: 20px !important;
    color: #10183d;
    font-family: 'BRHendrix-Bold';
    line-height: 28px;
    margin-bottom: 15px;
    order: 1;
  }
  .job_listing-template-default .single_job_listing .job-listing-meta {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .job_listing-template-default .single_job_listing .job-listing-meta .job-type {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .job_listing-template-default .single_job_listing .job-listing-meta .location {
    padding: 0;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .job_listing-template-default .single_job_listing .job-listing-meta .date-posted {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .job_listing-template-default .single_job_listing .job_application.application {
    margin-bottom: 30px;
  }
  .job_listing-template-default .single_job_listing .job_application.application:before {
    left: 118px;
  }
  .job_listing-template-default .single_job_listing .job_application.application input.application_button.button {
    font-size: 15px !important;
    padding: 10px 26px 10px 15px !important;
    height: auto;
    transform: translate(-7px, 0px);
  }
  .job_listing-template-default .single_job_listing .job_application.application .application_details {
    margin-bottom: 0;
    padding: 15px;
  }
  .job_listing-template-default .single_job_listing .job_application.application .application_details p {
    font-size: 18px;
    line-height: 24px;
  }
  .job_listing-template-default .single_job_listing .job_application.application .application_details p > strong {
    font-size: 18px;
    line-height: 24px;
  }
  .job-sec .inner-row .inner-col .job-summary {
    font-size: 18px;
    line-height: 1.33;
  }
  .job-sec .inner-row .inner-col .job-summary .list-head {
    font-size: 20px;
    line-height: 1.4;
  }
  .column.main .site-content article .entry-header img {
    max-width: 100%;
  }
  .mobile_padding_inner > .wpb_column > .vc_column_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .common-cms-hero_section .hero_section_child .cms-hero-sec-heading {
    font-size: 29px !important;
    line-height: 33px;
  }
  .common-cms-hero_section.cms-hero_section .hero_section_child .cms-hero-small-text {
    font-size: 18px !important;
    line-height: 24px;
  }
  .heading-seventeen-d {
    font-size: 14px;
  }
  .heading-thirty-three {
    font-size: 26px;
    line-height: 30px !important;
  }
  .heading-twenty-four,
  .font-twenty-four {
    font-size: 20px;
    line-height: 28px;
  }
  .font-twenty-two {
    font-size: 20px;
  }
  .font-text-twenty,
  .heading-twenty {
    font-size: 18px;
    line-height: 23px;
  }
  .heading-twenty-six {
    font-size: 20px;
  }
  .mobile-paragraph-eighteen {
    font-size: 18px;
    line-height: 24px;
  }
  .mobile_button_seventeen {
    font-size: 17px;
  }
  .paragragh_twenty {
    font-size: 18px;
    line-height: 24px;
  }
  /* Mobile Responsive Font Sizes */
  /****** Breadcrumbs ******/
  .common_category_section .breadcrumbs .items > li:nth-child(2) {
    position: inherit !important;
    margin-top: 1px;
  }
  .common_category_section .breadcrumbs .items > li:nth-child(3) {
    right: 0px;
  }
  .breadcrumbs .items > li {
    line-height: normal;
    vertical-align: middle;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: center;
  }
  .page_template.common-cms-hero_section .breadcrumbs .item:not(:last-child):after {
    font-size: 13px;
    position: inherit;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 1px;
  }
  .page_template.common-cms-hero_section .cms-breadcumbs .breadcrumbs .items > li:nth-child(2) {
    top: 0px;
    position: inherit;
  }
  .common-cms-hero_section .cms-breadcumbs .breadcrumbs .items > li:nth-child(2) {
    right: 6px;
    position: relative;
    display: unset;
    left: 1px;
  }
  .common_category_section li.item {
    line-height: normal;
  }
  .common_category_section .breadcrumbs .item:not(:last-child):after {
    position: inherit;
    display: inline-flex;
    align-items: baseline;
    vertical-align: middle;
    margin-top: 2px;
  }
  .research-sec.biospecimens_categories {
    padding-bottom: 0px !important;
  }
  .research-sec.biospecimens_categories .biospecimens_categories_child .mob-seperator {
    display: block;
  }
  .research-sec.biospecimens_categories .biospecimens_categories_child .biospecimens_content {
    width: 100% !important;
  }
  .research-sec.biospecimens_categories .biospecimens_categories_child .biospecimens_content > .vc_column-inner > .wpb_wrapper:before {
    width: 100%;
    right: 16px;
    content: "";
    height: 1px;
    position: absolute;
    background-color: #d0d2de;
  }
  .research-sec.biospecimens_categories .biospecimens_categories_child .heading-twenty-eight {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .research-sec.biospecimens_categories .biospecimens_categories_child .biospecimens_categories_text {
    margin-bottom: 15px !important;
  }
  .research-related-product.homepage-featured-posts-section .home-featured-template-post .template-post-img li.thumbnail-img {
    list-style: none;
    padding-top: 51px !important;
    padding-bottom: 50px !important;
  }
  .related-sec {
    padding-bottom: 15px;
  }
  .related-sec .inner-row-post .inner-col {
    margin-bottom: 15px;
  }
  .related-sec .inner-row-post .inner-col .img-sec-head {
    font-size: 20px;
    line-height: 28px;
    margin: 0 !important;
    padding: 0 15px;
  }
  .related-sec .inner-row-post .inner-col > .vc_column-inner > .wpb_wrapper {
    padding-bottom: 15px;
  }
  .related-sec .inner-row-post .inner-col .img-sec {
    margin-bottom: 15px;
  }
  .related-sec .inner-row-head .inner-col .heading-thirty-three {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .related-sec .container > .vc_column-inner {
    padding-top: 30px !important;
  }
  .trusted-sec {
    padding-bottom: 15px;
  }
  .trusted-sec .container > .vc_column-inner > .wpb_wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .trusted-sec .inner-row .inner-col1 .heading-thirty-three {
    margin-bottom: 30px;
  }
  .trusted-sec .inner-row .img-col {
    max-width: 100% !important;
  }
  .trusted-sec .inner-row .img-col .trusted-logo {
    max-width: 170px;
    margin-bottom: 15px;
  }
  .trusted-sec .inner-row .inner-col1 {
    width: 100%;
  }
  .trusted-sec .inner-row .inner-col1 .heading-thirty-three {
    text-align: center !important;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .trusted-sec .inner-row .img-col1 {
    width: 100% !important;
    text-align: left !important;
  }
  .trusted-sec .inner-row .img-col1 .trusted-logo1 {
    max-width: 170px;
    margin-bottom: 15px;
  }
  .research-news {
    padding-bottom: 15px;
  }
  .research-news .inner-row .inner-col .featured-sec {
    margin-bottom: 15px;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal {
    display: -webkit-box;
    overflow-x: scroll;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news {
    flex: 0 0 100%;
    display: block;
    max-width: 310px;
    width: 100%;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news:nth-child(2) {
    margin: 0 15px;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .featured_thumbnail {
    flex: 0 0 34%;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .featured_thumbnail .thumbnail-img {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    height: 90px;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .content {
    padding: 15px;
    flex: 0 0 66%;
  }
  .research-news .inner-row .inner-col .featured-sec .alm-reveal .research-news .content .featured-title {
    font-size: 15px;
  }
  .research-news .inner-row .inner-col .common-secondary-button-design.mobile-show {
    text-align: left !important;
    margin-bottom: 15px;
    display: block;
  }
  .research-news .inner-row .inner-col .common-secondary-button-design.mobile-show > a {
    position: relative;
    top: -2px;
    transition: 0.5s ease !important;
    background: transparent !important;
    background-color: transparent !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    font-size: 15px;
    line-height: 17px;
    padding: 9px 22px 3px 14px;
  }
  .research-news .inner-row .inner-col .common-secondary-button-design.mobile-show > a:hover {
    background-color: #ff8300 !important;
    transition: 0.5s ease !important;
  }
  .research-news .news-inner-row .heading-thirty-three {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .research-news .container > .vc_column-inner {
    padding-top: 30px !important;
  }
  .research-hero.biospecimens_categories > .container > .vc_column-inner {
    padding-top: 15px !important;
  }
  .biospecimens_categories.desktop_padding_inner.page_margin_auto.research-sec {
    padding-bottom: 30px;
  }
  .research-related-product .heading-thirty-three {
    margin-top: 17px;
    margin-bottom: 2px;
  }
  .research-related-product .inner-row .inner-col {
    padding-right: 15px;
  }
  .research-related-product .inner-row .inner-col .rbox {
    max-width: 100%;
    padding: 15px;
    margin-bottom: 2px;
    left: 0px;
  }
  .research-related-product .inner-row .inner-col .head-twenty-bold {
    font-size: 18px !important;
  }
  .research-related-product .inner-row .inner-col .rprice {
    font-size: 18px !important;
  }
  .research-related-product .research-blog-sec .heading-thirty-three {
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .research-need-sec.need-assistance-sec:before {
    background-position: center left;
    position: relative;
    right: 0;
    bottom: 0;
    left: 67.33%;
    top: 1px;
  }
  .research-need-sec.need-assistance-sec .inner-row .left-col .secondary_btn {
    margin-bottom: 33px !important;
  }
  .research-need-sec {
    overflow: hidden;
  }
  .research-need-sec .left-col {
    position: relative;
    height: 0;
    bottom: 96px;
  }
  .research-need-sec .inner-row {
    height: 0;
  }
  .research-hero {
    padding-bottom: 7px;
  }
  .trusted-sec .inner-row {
    display: flex;
    flex-wrap: wrap;
  }
  .trusted-sec .inner-row .img-col1 {
    width: 33.3% !important;
  }
  .trusted-sec .thermofisher_img > .vc_column-inner {
    padding-left: 15px !important;
  }
  .trusted-sec .trusted_by-images {
    width: 33.33% !important;
  }
  .trusted-sec .trusted_by-images .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .common_category_section {
    padding-top: 215px !important;
  }
  .common-cms-hero_section.cms-hero_section {
    padding-bottom: 8px;
  }
  .biospecimen_service_overview .service_overview_left_child {
    padding-top: 5px;
  }
  .biospecimen_service_overview .paragragh_twenty:nth-child(4) {
    margin-bottom: 30px;
  }
  .biospecimen_service_overview .service_overview_right_child > .vc_column-inner > .wpb_wrapper {
    padding-top: 30px;
  }
  .biospecimen_service_overview .overview_seprator {
    margin-bottom: 5px;
  }
  .section_content_row .paragragh_twenty:nth-child(4) {
    margin-bottom: 30px;
  }
  .section_content_row .section_content_child_two > .image_two > .vc_column-inner {
    padding-left: 0px;
  }
  .section_content_row .section_content_child_two > .image_one > .vc_column-inner {
    padding-right: 0px;
  }
  .section_content_row .image_common .text {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .custome-services-sec .common_services_col:nth-child(3) .vc_column-inner:after {
    display: none;
  }
  .custome-services-sec.other_custom_services .inner-row-services-common .common_services_col > .vc_column-inner .wpb_wrapper:before {
    display: none;
  }
  .other-services .heading-twenty {
    margin-top: 4px;
  }
  .custome-services-sec.other-services {
    padding-bottom: 0px;
  }
  .custome-services-sec .inner-row-services-common .vc_col-sm-4 .wpb_wrapper:before {
    display: none;
  }
  .custome-services-sec .inner-row-services-common .vc_col-sm-4:nth-child(3) .vc_column-inner:after {
    display: none;
  }
  .biospecimen_service_overview .service_overview_right_child {
    margin-bottom: 0;
  }
  .biospecimen_service_overview.service {
    margin-bottom: 29px;
  }
  .section_content_row .vc_custom_heading.heading-thirty-three {
    margin-bottom: 13px;
    margin-top: 0;
  }
  .publication-alm-sec .inner-row .inner-col .publication {
    max-width: 100% !important;
  }
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single {
    font-size: 12px;
    padding: 80px 15px 15px !important;
  }
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single > a {
    font-size: 15px !important;
    line-height: 23px;
    margin-bottom: 0px;
  }
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single > a:before {
    content: "";
    background-color: #c4cfe4;
    width: -webkit-fill-available;
    height: 3px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 65px;
    margin: 0px 15px;
    transition: all 0.5s ease-in-out;
  }
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single:before {
    content: "\f15c";
    font-family: 'Line Awesome Free';
    font-size: 44px;
    position: absolute;
    left: 15px;
    transition: all 0.5s ease-in-out;
    opacity: 0.6;
    top: 0px;
    color: #5e678e;
    font-weight: 900;
  }
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging {
    font-size: 15px;
    line-height: 23px;
  }
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button,
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift {
    padding: 0;
    margin-top: 15px;
    margin-left: 0;
    width: 224px;
    right: 0;
    margin-bottom: 15px;
  }
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button:before,
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:before,
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift:before {
    font-size: 15px;
  }
  .publication-alm-sec .inner-row .pub-margin {
    margin-bottom: 0;
  }
  .publication-alm-sec .container {
    max-width: 100% !important;
  }
  .publication-alm-sec .container > .vc_column-inner {
    padding-top: 10px !important;
  }
  .publication-search-sec .container {
    max-width: 100% !important;
  }
  .publication-search-sec .container > .vc_column-inner {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
  .publication-search-sec .inner-row .inner-col .search-sec {
    margin-bottom: 0px !important;
  }
  .publication-search-sec .inner-row .inner-col .search-sec .search-box input[type=text] {
    font-size: 14px;
  }
  .publication-search-sec .inner-row .inner-col .search-sec .search-box input[type=text]::placeholder {
    font-size: 14px;
  }
  .publication-search-sec .inner-row .inner-col .search-sec .search-box input[type=submit] {
    top: 30px;
  }
  .publication-search-sec .inner-row .inner-col .heading-nineteen-br-m {
    font-size: 15px;
  }
  .publication-count-sec .inner-row .inner-col-1 {
    width: 100%;
  }
  .publication-count-sec .inner-row .inner-col-1 .count-text > center > span:nth-child(1) {
    right: 0px;
    position: relative;
    text-align: left;
  }
  .publication-count-sec .inner-row .inner-col-1 .count-text > center > span:nth-child(3) {
    font-size: 15px !important;
    font-family: BRHendrix-Regular;
    font-weight: normal;
  }
  .publication-count-sec .inner-row .inner-col-2 {
    width: 100%;
  }
  .publication-count-sec .inner-row .inner-col-3 {
    width: 100%;
  }
  .publication-count-sec .inner-row .pub-margin-fifteen {
    margin-bottom: 15px !important;
  }
  .publication-count-sec .inner-row .pub-margin-fifteen p {
    margin: 0;
  }
  .publication-count-sec .inner-row .count-text > center > span:nth-child(1) {
    font-size: 29px !important;
    line-height: 1.14;
    margin-bottom: 5px;
    margin-top: 0;
    display: block;
    text-align: left;
  }
  .publication-count-sec .inner-row .count-text > center > span:nth-child(3) {
    font-size: 15px !important;
  }
  .publication-count-sec .container > .vc_column-inner {
    padding-top: 30px !important;
    padding-bottom: 15px;
  }
  .publication-map-sec .container .inner-row .inner-col .pub-map {
    margin-bottom: 30px !important;
  }
  .publication-map-sec .container .inner-row .inner-col .pub-map p {
    margin: 0 !important;
  }
  _::-webkit-full-page-media .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button,
  _::-webkit-full-page-media .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
  _::-webkit-full-page-media .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift {
    padding: 0 !important;
    width: 244px;
  }
  _::-webkit-full-page-media .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > a:before {
    height: 3px !important;
  }
  _:future .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button,
  _:future .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
  _:future .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift {
    padding: 0 !important;
    width: 244px;
  }
  _:future .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > a:before {
    height: 3px !important;
  }
  :root .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button,
  :root .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
  :root .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift {
    padding: 0 !important;
    width: 244px;
  }
  :root .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > a:before {
    height: 3px !important;
  }
  .regulatory-sec {
    padding-bottom: 15px;
  }
  .regulatory-sec .container > .vc_column-inner {
    padding-top: 30px !important;
  }
  .regulatory-sec .inner-row .inner-col .heading-thirty-three {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .regulatory-sec .inner-row .inner-col .certificate-img {
    margin-bottom: 15px;
  }
  .privacy_description_sec .container > .vc_column-inner {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
  }
  .privacy_description_sec .inner_sec .para_margin {
    margin-bottom: 30px !important;
  }
  .privacy_description_sec .inner_sec .bottom-fifteen {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  .privacy_description_sec .inner_sec .terms-heading {
    font-size: 29px !important;
    margin-bottom: 15px !important;
  }
  .privacy_description_sec .inner_sec .list-sec {
    margin-left: 0;
  }
  .privacy_description_sec .inner_sec .list-sec:before {
    margin-top: 6px;
    left: 35px;
  }
  .distributor-sec .container > .vc_column-inner {
    padding-top: 30px !important;
    padding-bottom: 15px;
  }
  .distributor-sec .inner-row .inner-col > .vc_column-inner > .wpb_wrapper > .vc_toggle_active {
    padding: 15px;
  }
  .distributor-sec .inner-row .inner-col > .vc_column-inner > .wpb_wrapper > .vc_toggle_active > .vc_toggle_title > .vc_toggle_icon::after {
    font-size: 26px !important;
    top: 2px !important;
  }
  .distributor-sec .inner-row .inner-col .heading-toggle {
    font-size: 28px;
    line-height: 32px;
    margin: 6px 0 15px;
  }
  .distributor-sec .inner-row .inner-col .toggle-country {
    padding: 15px;
    margin-bottom: 15px;
  }
  .distributor-sec .inner-row .inner-col .toggle-country > .vc_toggle_title > .vc_toggle_icon:before {
    font-size: 26px !important;
  }
  .distributor-sec .inner-row .inner-col .toggle-country .toggle-country-heading {
    font-size: 26px;
    line-height: 30px;
  }
  .distributor-sec .inner-row .inner-col .toggle-country .row-sub .col-sub h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .distributor-sec .inner-row .inner-col .toggle-country .row-sub .col-sub p {
    font-size: 16px;
    line-height: 28px;
  }
  .resources_filter .resources-section-child .resources-section-right-child {
    width: 100%;
    padding-bottom: 20px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .alm_resources_listing {
    flex-wrap: wrap;
  }
  .resources_filter .resources-section-child .resources-section-right-child .alm_resources_listing .r_templates {
    margin: 25px auto auto auto;
  }
  .resources_filter .resources-section-child .resources-section-right-child .alm_resources_listing .heading-twenty-four {
    -webkit-line-clamp: inherit;
  }
  .resources_filter .resources-section-child .resources-section-right-child .alm_resources_listing .common-secondary-button-design {
    text-align: left;
  }
  .resources_filter .resources-section-child .resources-section-right-child .total_resources {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 12px;
    order: 1;
    margin-bottom: 5px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .total_resources .alm-results-text {
    font-size: 15px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filter--select:after {
    font-size: 15px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter label {
    font-size: 15px;
    margin: 0px 9px 5px 0px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter--select {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter--select select {
    flex: auto;
    max-width: inherit;
    padding-left: 10px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .sortby .alm-filters-container .alm-filter--inner {
    padding-bottom: 30px;
    padding-bottom: 15px;
  }
  .resources_filter .resources-section-child .resources-section-right-child > .vc_column-inner > .wpb_wrapper {
    padding-left: 0px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .alm-btn-wrap {
    margin-top: 0px;
  }
  .resources_filter .resources-section-child .resources-section-right-child .row {
    display: grid;
  }
  .resources_filter .resources-section-child .resources-section-left-child {
    width: 100%;
  }
  .resources_filter .resources-section-child .resources-section-left-child .need_help_div {
    max-width: 100%;
  }
  .resources_filter .resources-section-child .resources-section-left-child .need_help_div .common-primary-button-design {
    max-width: 100%;
    margin: auto;
    display: block;
    text-align: center !important;
  }
  .resources_filter .resources-section-child .resources-section-left-child .need_help_div .common-primary-button-design > a {
    height: 32px !important;
    border-radius: 18px !important;
    padding: 4px 20px !important;
    min-height: unset !important;
    font-size: 15px !important;
  }
  .resources_filter .resources-section-child .resources-section-left-child > .vc_column-inner > .wpb_wrapper .wpb_content_element {
    margin-bottom: 30px;
  }
  .resources_filter .resources-section-left-child .alm-filters-container .alm-filter {
    max-width: 100%;
  }
  .resources_filter .resources-section-left-child .alm-filters-container .alm-filter .alm-filter--title h3 {
    font-size: 15px;
  }
  .resources_filter .resources-section-left-child .alm-filters-container #alm-filter-1 {
    margin-bottom: 30px;
  }
  .resources_filter .resources-section-right-child .alm_resources_listing {
    padding: 0px 15px;
  }
  .resources_filter > .container > .vc_column-inner {
    padding-top: 15px !important;
  }
  .ul_features > li {
    font-size: 18px !important;
  }
  .latest_news_section .wpb_column > .vc_column-inner {
    padding-top: 12px !important;
  }
  .latest_news_section .latest_news_child {
    display: grid;
  }
  .latest_news_section .latest_news_child .latest_news_left_child {
    width: 100%;
    order: 2;
  }
  .latest_news_section .latest_news_child .latest_news_left_child .all_latest_news button.alm-load-more-btn,
  .latest_news_section .latest_news_child .latest_news_left_child .all_latest_news .cart.table-wrapper .actions-toolbar > .action.alm-load-more-btn,
  .latest_news_section .latest_news_child .latest_news_left_child .all_latest_news .action-gift.alm-load-more-btn {
    margin-bottom: 30px;
  }
  .latest_news_section .latest_news_child .latest_news_left_child .latest_news_template {
    display: grid;
    margin-bottom: 20px;
  }
  .latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .latest_news_thumbnail {
    max-width: 100%;
  }
  .latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .latest_news_thumbnail > li.thumbnail-img {
    border-bottom-left-radius: inherit;
  }
  .latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .content {
    padding: 15px 15px 30px;
  }
  .latest_news_section .latest_news_child .latest_news_right_child {
    width: 100%;
  }
  .latest_news_section .latest_news_child .latest_news_right_child > .vc_column-inner .all_latest_news {
    margin-bottom: 18px;
  }
  .latest_news_section .latest_news_child .latest_news_right_child .news_filter {
    max-width: 100%;
    margin-top: inherit;
  }
  .featured_news_section {
    padding-top: 0px;
  }
  .featured_news_section .alm-btn-wrap {
    display: none !important;
  }
  .featured_news_section > .wpb_column > .vc_column-inner {
    padding-top: 30px !important;
  }
  .featured_news_section .featured_news_child .alm_featured {
    margin-bottom: 15px;
  }
  .featured_news_section .featured_news_child .alm_featured .featured_category {
    margin-bottom: 15px;
  }
  .featured_news_section .featured_news_child .alm_featured .featured_category:nth-child(odd) > .vc_column-inner {
    padding-right: 0px;
  }
  .featured_news_section .featured_news_child .alm_featured .featured_category:nth-child(even) > .vc_column-inner {
    padding-left: 0px;
  }
  .featured_news_section .featured_news_child .alm_featured .featured_news {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    max-width: 100%;
  }
  .featured_news_section .featured_news_child .alm_featured .featured_news .content {
    padding: 15px;
  }
  .featured_left_child > .vc_column-inner {
    padding-right: 15px !important;
  }
  .latest_news_section.desktop_padding_inner > .wpb_column > .vc_column-inner {
    padding-top: 0px !important;
  }
  .featured_category:nth-child(2) > .vc_column-inner {
    padding-left: 0px;
  }
  .featured_category:nth-child(1) > .vc_column-inner {
    padding-right: 0px;
  }
  .biospecimens_hero_section .common-primary-button-design > a {
    font-size: 17px !important;
    padding-top: 7px !important;
    padding-bottom: 6px !important;
  }
  .biospecimens_hero_section .common-primary-button-design > a:after {
    top: 0px;
    right: -15px;
    vertical-align: middle;
  }
  .biospecimens_categories .common-secondary-button-design > a {
    padding-top: 7px !important;
    padding-bottom: 4px !important;
    line-height: normal;
  }
  .biospecimens_categories_child:last-child .biospecimens_content:last-child .vc_column-inner .wpb_wrapper {
    border: 0px;
  }
  .biospecimens_content > .vc_column-inner > .wpb_wrapper {
    border-bottom: 1px solid #d0d2de;
    padding-bottom: 30px;
  }
  .biospecimens_categories .biospecimens_content_seprator {
    display: none;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_thumbnail {
    margin: 30px auto 0 auto !important;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_thumbnail li.resource_thumbnail {
    background-size: contain !important;
    box-shadow: none;
    background-repeat: no-repeat !important;
  }
  .biospecimens_product_categories {
    padding-bottom: 0px;
    padding-top: 5px;
  }
  .biospecimens_product_categories .heading-thirty-three {
    margin-bottom: 30px;
  }
  .biospecimens_product_categories .biospecimens_product_content {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 30px !important;
    flex-basis: auto !important;
    margin-bottom: 30px;
  }
  .biospecimens_categories > .container > .vc_column-inner {
    padding-top: 30px !important;
  }
  .biospecimens_categories .heading-thirty-three {
    margin-top: 0px;
  }
  .biospecimens_categories .biospecimens_categories_child .biospecimens_content:nth-child(2) > .vc_column-inner {
    padding-left: 15px;
  }
  .biospecimens_categories .biospecimens_categories_child .biospecimens_content:nth-child(3) > .vc_column-inner {
    padding-left: 15px;
  }
  .biospecimens_categories .biospecimens_categories_child .biospecimens_content > .vc_column-inner > .wpb_wrapper:before {
    display: none;
  }
  .biospecimens_categories .biospecimens_categories_child .biospecimens_content:after {
    display: none;
  }
  .biospecimens_categories .biospecimens_categories_child .biospecimens_categories_text {
    max-width: 100%;
  }
  .biospecimens_multiple_donors {
    padding-top: 0px;
    margin-top: 0px;
  }
  .biospecimens_multiple_donors .multiple_donors_child .common-primary-button-design > a {
    margin-bottom: 8px;
    font-size: 17px !important;
  }
  .biospecimens_multiple_donors .multiple_donors_child .multiple_donors_text {
    font-size: 18px;
    line-height: 24px;
  }
  .biospecimens_multiple_donors .multiple_donors_child .vc_column_container > .vc_column-inner {
    padding-top: 15px;
    padding-left: 15px;
  }
  .biospecimens_featured_resources {
    padding: 5px 15px 0px;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template {
    margin-bottom: 30px;
    padding: 0px 0px 0px 25px;
    width: 100% !important;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_thumbnail {
    margin-top: 25px;
    max-width: 240px;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_thumbnail li.resource_thumbnail {
    max-width: 100%;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template .featured_resource_content {
    padding: 25px 15px 25px 15px !important;
    text-align: center;
  }
  .biospecimens_featured_resources .common-secondary-button-design.view_all_resources {
    float: left;
    margin-top: unset;
    margin-bottom: 30px;
  }
  .biospecimens_featured_resources .biospecimens_resources-child .common-secondary-button-design > a {
    padding: 7.5px 14px 5.5px !important;
  }
  .biospecimens_featured_resources .biospecimens_resources-child .common-secondary-button-design > .resource-btn {
    padding: 7.5px 14px 5.5px !important;
  }
  .biospecimens_featured_resources .alm-btn-wrap {
    display: none !important;
  }
  .biospecimens_featured_resources .featured_resource_alm {
    margin-bottom: 0px;
  }
  .biospecimens_featured_resources .common-secondary-button-design.hidden-btn {
    display: block;
    margin-bottom: 35px;
  }
  .biospecimens_featured_resources .common-secondary-button-design.mobile-hidden {
    display: none;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template {
    display: grid !important;
    padding: 0px !important;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template:nth-child(even) .featured_resource_content {
    padding: 36.5px 0px 58px 30px;
  }
  .biospecimens_featured_resources.vc_row > .wpb_column.vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .biospecimens_product_categories .biospecimens_product_content .product_img img {
    width: 100%;
  }
  .biospecimens_product_categories .biospecimens_product_content .product_img > figure > .vc_single_image-wrapper {
    width: 100%;
  }
  .biospecimens_product_categories .biospecimens_product_content .product_img.wpb_single_image .vc_figure {
    width: 100%;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template {
    max-width: 100%;
  }
  .biospecimens_product_categories .biospecimens_product_content .product_img img {
    width: 100%;
  }
  .biospecimens_product_categories .biospecimens_product_content .product_img > figure > .vc_single_image-wrapper {
    width: 100%;
  }
  .biospecimens_product_categories .biospecimens_product_content .product_img.wpb_single_image .vc_figure {
    width: 100%;
  }
  .biospecimens_featured_resources .featured_resource_alm .featured_resources_template {
    max-width: 100%;
  }
  .high-quality-main-row .Left_col_high_quality {
    width: 100%;
  }
  .feature-section .feature-section-child .featured_news_right_child {
    right: auto;
  }
  .feature-section .feature-section-child .featured_news_right_child .upcoming-details {
    padding-left: 15px !important;
  }
  .feature-section .feature-section-child .featured_news_right_child .upcoming-details .heading-nineteen {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .feature-section .feature-section-child .featured_news_right_child .upcoming-details:before {
    top: 49px !important;
    left: 35px;
  }
  .our-story-row {
    background: none;
    padding-top: 0px;
  }
  .our-story-row .our-story-inner_row .story-left-child {
    width: 100%;
  }
  .our-story-row .our-story-inner_row .story-left-child .paragragh_twenty:nth-child(odd) {
    margin-bottom: 30px;
  }
  .our-story-row .our_story_img {
    width: auto;
  }
  .our-story-row > .container > .vc_column-inner {
    padding-top: 0px !important;
  }
  .row-Innovation .innovation-left-child-row {
    width: 100%;
    padding-top: 0px !important;
  }
  .row-Innovation .innovation-left-child-row .img-innovation {
    max-width: 100%;
    margin-bottom: 12.50px;
  }
  .row-Innovation .righ_innovation_inner_row {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 0px !important;
  }
  .row-Innovation .righ_innovation_inner_row > .vc_column-inner {
    padding-left: 15px;
  }
  .row-Innovation .righ_innovation_inner_row .paragragh_twenty {
    max-width: 100%;
  }
  .row_company_culture {
    margin-bottom: 30px;
  }
  .row_company_culture .left_col_company_culture {
    width: 100% !important;
  }
  .row_company_culture .left_col_company_culture .heading-thirty-three {
    text-align: center !important;
  }
  .row_company_culture .company_culture_right_child {
    width: 100% !important;
  }
  .row_company_culture .company_culture_right_child > .vc_column-inner {
    padding-right: 15px;
  }
  .row_company_culture .company_culture_right_child > .vc_column-inner > .wpb_wrapper {
    text-align: center;
  }
  .high-quality-main-row .high-quality-inner-row .high_Qulity_img {
    text-align: center;
    margin-bottom: 12.50px;
  }
  .high-quality-main-row .paragragh_twenty {
    margin-bottom: 30px;
    max-width: 974px;
  }
  .home-page-featured-Section {
    width: 100%;
  }
  .our_story_img.wpb_column.vc_column_container.vc_col-sm-3 {
    order: 1;
    padding-top: 216px;
    padding-bottom: 216px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(/wp/wp-content/uploads/2021/07/combined_img-2.jpg);
  }
  .feature-section.about_us_mobile.vc_row > .wpb_column.vc_column_container > .vc_column-inner {
    padding-top: 0px;
  }
  .feature-section.about_us_mobile .feature-section-child .category_event-label span.category_event {
    margin-left: 15px;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_left_child {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding-bottom: 25px;
    background-color: #e7eefc !important;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_left_child > .vc_column-inner {
    padding-top: 30px;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_left_child .text_feature-section {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_left_child .secondary_btn {
    margin-bottom: 10px;
    float: left;
    margin-top: 0px;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_left_child > .vc_column-inner {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: inherit;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_left_child > .vc_column-inner:after {
    right: -9999px;
    background: none !important;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_right_child {
    width: 100%;
    left: auto;
    margin-top: 22px;
    margin-bottom: 8.26px;
    margin-right: 0px !important;
  }
  .feature-section.about_us_mobile .feature-section-child .featured_news_right_child > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .join-our-full-section {
    margin-left: inherit;
    max-width: 100%;
  }
  .join-our-full-section .join-our-full-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-left: 0px;
  }
  .join-our-full-section .join-our-full-inner-row .primary_btn a {
    padding: 4px 20px 3px !important;
    min-height: 36px !important;
    font-size: 17px !important;
  }
  .join-our-full-section .join-our-full-inner-row .primary_btn a::after {
    margin-left: 14px;
    margin-top: 0px;
  }
  .vc_custom_heading.provide_better {
    padding-top: 15px;
  }
  .iso_image > .vc_column-inner {
    padding-left: 15px !important;
  }
  .row-contact-form .inner-row-contact-form .form-contact {
    width: 100%;
  }
  .row-contact-form .inner-row-contact-form .form-contact .vc_column-inner {
    padding-right: 15px;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper {
    margin-right: 0px !important;
    padding-top: 30px;
    padding-bottom: 14px;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper:after {
    right: -100% !important;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_fields {
    grid-template-columns: auto;
    grid-column-gap: 2%;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gfield.field_description_below {
    grid-column: span 12;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    text-align: center;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gravity-theme .gfield input.large {
    max-width: 100%;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper.gravity-theme .gfield textarea.small {
    max-width: 100%;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_footer.top_label:before {
    left: auto !important;
    text-align: center;
    right: auto;
    margin-left: 156px;
    top: 26px;
  }
  .row-contact-form .inner-row-contact-form .inner-col-right {
    float: none;
    width: 100%;
    max-width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 1px;
  }
  .row-contact-form .inner-row-contact-form .inner-col-right > .vc_column-inner {
    padding-right: 15px;
  }
  .row-contact-form .inner-row-contact-form .inner-col-right .wpb_text_column {
    margin-bottom: 30px;
  }
  .row-contact-form .inner-row-contact-form .inner-col-right .phone-col {
    width: 100%;
  }
  .row-contact-form .inner-row-contact-form .inner-col-right .address-col {
    display: inherit;
  }
  .row-contact-form .inner-row-contact-form .inner-col-right .contact-btn-map {
    margin-top: 25px;
    margin-left: 0px !important;
  }
  .row-contact-form .inner-row-contact-form .inner-col-right .email-phone-col {
    display: block;
  }
  .gform_wrapper.gravity-theme .gfield select.large {
    max-width: 100%;
  }
  .careers_biochian .careers_biochian_right_child {
    padding-top: 0px;
  }
  .careers_biochian.vc_row.wpb_row > .wpb_column > .vc_column-inner {
    padding-top: 30px;
  }
  .careers_biochian_right_child > .vc_column-inner > .wpb_wrapper .wpb_single_image.vc_align_left {
    margin-bottom: 30px;
  }
  .career_our_culture_left_child {
    margin-top: 0px;
  }
  .career_our_culture_left_child > .vc_column-inner .wpb_single_image.vc_align_left {
    margin-bottom: 15px;
  }
  .careers_interested_section {
    padding-bottom: 30px;
  }
  .careers_interested_section > .wpb_column > .vc_column-inner {
    padding-top: 0px !important;
  }
  .careers_interested_section .heading-thirty-three.available_opportunities {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .careers_interested_section .careers_content {
    display: grid;
    padding-left: 15px;
  }
  .careers_interested_section .careers_content .careers_button {
    margin-left: 2px;
  }
  .careers_interested_section .careers_interested_section_two {
    padding: 15px !important;
  }
  .careers_interested_section .careers_interested_section_two .vc_col-sm-4 {
    text-align: center;
  }
  .careers_interested_section .careers_interested_section_two .vc_col-sm-4 .vc_column-inner {
    padding-top: 15px !important;
  }
  .careers_interested_section .careers_interested_section_two .vc_col-sm-4 .common-primary-button-design {
    margin: 0 !important;
  }
  .careers_interested_section .careers_interested_section_two .vc_col-sm-4 .vc_column-inner {
    padding-top: 25px !important;
  }
  .careers_interested_section_child .careers_load_more {
    margin-bottom: 30px;
  }
  .careers_interested_section_two .vc_col-sm-8 > .vc_column-inner {
    padding-top: 0;
  }
  .careers_interested_section_two .vc_col-sm-8 .heading-thirty-three {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 320px) {
  .common-cms-hero_section.common_category_section {
    background-size: 416px 250px !important;
  }
  .common-cms-hero_section.common_category_section:before {
    background-position: right -40px bottom 20px;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_fields {
    grid-template-columns: repeat(15, 19px);
  }
}
/****** IE Browser ******/
@media all and (-ms-high-contrast: none) {
  .page-header {
    white-space: nowrap !important;
  }
  .latest_news_section .latest_news_child .latest_news_left_child .latest_news_template .content {
    padding: 51px 40px !important;
  }
  .common-news-content li.thumbnail-img {
    list-style: none;
  }
}
/****** IE Browser ******/
/* Safari Browser */
@media not all and (min-resolution: 0.001dpcm) {
  /* Homepage */
  .home-about-biochain:before {
    height: 424px;
  }
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > button,
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-paging > .action-gift {
    width: 302px;
  }
  .common-cms-hero_section .breadcrumbs .item:not(:last-child):after {
    margin-top: 1px !important;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a:before {
    height: 90px !important;
    margin: 5px 0 !important;
    top: 0 !important;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift {
    max-width: 305px !important;
  }
  .primary_btn > a {
    padding: 3px 22px 3px 20px !important;
  }
  .primary_btn > a::after {
    margin-top: 2px !important;
  }
  .biospecimens_hero_section .common-primary-button-design > a {
    padding: 3px 22px 4px !important;
  }
  .biospecimens_hero_section .common-primary-button-design > a {
    padding: 3px 22px 3px !important;
  }
  .biospecimens_categories .common-secondary-button-design > a {
    padding: 0px 18px 0px !important;
  }
  .biospecimens_multiple_donors .multiple_donors_child .common-primary-button-design > a {
    padding: 3px 22px 3px 24px !important;
  }
  .common-primary-button-design > a {
    padding: 3px 22px 4px !important;
  }
  .common-primary-button-design > a::after {
    margin-top: 2px !important;
  }
  .secondary_btn a {
    padding: 1px 12px 0px 16px !important;
  }
  .secondary_btn a::after {
    margin-top: 0px !important;
    margin-left: 14px;
  }
  .secondary_btn.sec-btn a {
    padding: 1px 22px 1px !important;
  }
  .secondary_btn.sec-btn a::after {
    margin-top: 0;
    margin-left: 14px;
  }
  .common-secondary-button-design.sec-btn a {
    padding: 1px 20px 1px 22px !important;
  }
  .common-secondary-button-design.sec-btn a::after {
    margin-top: 1px !important;
  }
  .common-secondary-button-design a {
    padding: 1px 12px 0px 16px !important;
  }
  .common-secondary-button-design a::after {
    margin-top: 0px !important;
  }
  .common-secondary-button-design > .resource-btn {
    padding: 3px 21px 2px 15px !important;
  }
  .join-our-full-inner-row .primary_btn a {
    padding: 4px 29px 5px 30px !important;
  }
  .page_template.common-cms-hero_section .breadcrumbs .item:not(:last-child):after {
    position: inherit;
    margin-top: 2px;
  }
  .page-wrapper main#maincontent .category-view--header .breadcrumbs .item:not(:last-child):after {
    margin-top: -1px;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions {
    top: 0px !important;
    margin: 4px 5px auto auto !important;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions button,
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action,
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .action-gift {
    margin-top: 0;
    padding: 6px 22px 7px;
  }
  .page-footer .footer-2 .footer-middle .col-lg-6.first {
    max-width: 51%;
  }
  .page-footer .footer-2 .footer-middle .primary_btn.footer_btn > a {
    padding: 2px 21px 3px !important;
    min-height: 40px !important;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  .page-footer .footer-2 .footer-middle .primary_btn.footer_btn > a:after {
    top: 0px;
  }
  .common-news-content li.thumbnail-img::marker {
    font-size: 0px;
  }
  .homepage-publication-events .main-row-publications .row {
    width: 99%;
    margin-left: 0px;
  }
  .need-assistance-sec .inner-row .right-col {
    margin-top: 5px;
  }
  .publication-alm-sec .inner-row .inner-col .publication .bizgenius-citation-single > a:before {
    height: 80px;
  }
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_footer button,
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_footer .cart.table-wrapper .actions-toolbar > .action,
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gform_footer .action-gift {
    width: 210px !important;
    padding-right: 39px !important;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  .row-contact-form .inner-row-contact-form .fa-circle:before {
    right: 11%;
    bottom: 15px !important;
  }
  .common_category_section .breadcrumbs .item:not(:last-child):after {
    position: inherit;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 2px;
  }
  .publication-search-sec .inner-row .inner-col .search-sec .search-box input[type=submit] {
    top: 22px;
    right: 40px;
  }
  .resources_filter .resources-section-child .resources-section-left-child .need_help_div .common-primary-button-design > a {
    font-size: 16px !important;
    padding: 0px 18px 4px 20px;
    min-height: unset !important;
  }
  .resources_filter .resources-section-child .resources-section-left-child .need_help_div .common-primary-button-design:after {
    margin-top: 3px !important;
  }
  .custome-services-sec.other-services .common-secondary-button-design > a {
    padding: 0px 18px !important;
  }
}
@media (-webkit-max-device-pixel-ratio: 3) {
  .row-contact-form .inner-row-contact-form .form-contact .gform_wrapper .gfield.gfield--width-half {
    display: inline-grid;
    align-items: baseline;
    align-content: space-between;
  }
}
/* Safari Browser */
/* Mozilla Browser */
@-moz-document url-prefix() {
  .catalog-product-view .top.product.cart.section .product-price-addto-other .field.qty .control-qty .quantity-controls.quantity-minus::before {
    padding: 7px 12px 7px 10px !important;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .field.qty .control-qty .quantity-controls.quantity-plus::before {
    padding: 7px 8px 5px 11px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions button.action.search,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action-gift.action.search {
    height: 34px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action-gift.action.search {
    height: 34px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action-gift.action.search {
    height: 34px;
  }
  .need-assistance-sec .inner-row .right-col {
    margin-top: 5px;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions button,
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action,
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .action-gift {
    top: 6px;
  }
  .publication-search-sec .inner-row .inner-col .search-sec .search-box input[type=submit] {
    top: 38px;
    right: 20px;
  }
}
/* Mozilla Browser */
.full-width-breadcrumb.post-type-breadcrumb > .container > span span a:hover {
  color: #7695da;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
.detail_page_paragraph_margin {
  margin-bottom: 35px !important;
}
.page-wrapper .columns .column.main .full-width-breadcrumb.post-type-breadcrumb {
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-wrapper .columns .column.main article {
  padding-bottom: 35px;
}
.page-wrapper .columns .column.main article .seo_breadcrumbs {
  padding-left: 0px;
}
.page-wrapper .columns .column.main article h2 {
  font-size: 33px;
  color: #10183d;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}
.page-wrapper .columns .column.main article h2 strong {
  font-size: 33px;
  color: #10183d;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: normal;
  margin-bottom: 15px;
}
.page-wrapper .columns .column.main article .heading-thirty-three {
  margin-bottom: 15px;
}
.page-wrapper .columns .column.main article p strong {
  font-size: 24px;
  color: #10183d;
  line-height: 1.25;
  font-weight: 500;
  font-family: BRHendrix-Medium;
}
.page-wrapper .columns .column.main article p strong em {
  font-size: 24px;
  color: #10183d;
  line-height: 1.25;
  font-weight: 500;
  font-family: BRHendrix-Medium;
}
.page-wrapper .columns .column.main article p a {
  color: #ff8300 !important;
  text-decoration: none !important;
  transition: 0.5s ease;
}
.page-wrapper .columns .column.main article p a img {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper .columns .column.main article p span {
  text-decoration: none !important;
}
.page-wrapper .columns .column.main article .wp-block-image {
  text-align: center;
}
.page-wrapper .columns .column.main article a {
  color: #ff8300 !important;
  text-decoration: none !important;
  transition: 0.5s ease;
}
.page-wrapper .columns .column.main article pre.wp-block-preformatted {
  background: none;
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.page-wrapper .columns .column.main .common_post_details_page {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  background-color: #88aaf4;
}
.page-wrapper .columns .column.main .common_post_details_page .heading-thirty-three {
  text-align: center;
  color: #ffffff;
  margin-top: 0px;
}
.page-wrapper .columns .column.main .common_post_details_page .common-primary-button-design > a {
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  color: #ffffff !important;
}
.page-wrapper .columns .column.main .common_post_details_page .common-primary-button-design > a:hover {
  color: #ffffff !important;
}
.blog-template-default .page-wrapper .columns .column.main article p {
  color: #5e678e;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 20px !important;
  font-family: BRHendrix-Regular;
  margin-bottom: 15px;
}
.blog-template-default .page-wrapper .columns .column.main article p a:hover {
  transition: 0.5s ease;
  cursor: pointer;
  color: #7695da !important;
}
.blog-template-default .page-wrapper .columns .column.main article ul > li {
  color: #5e678e;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 20px !important;
  font-family: BRHendrix-Regular;
  margin-bottom: 15px;
}
.blog-template-default .page-wrapper .columns .column.main article a:hover {
  transition: 0.5s ease;
  cursor: pointer;
  color: #7695da !important;
}
.news-template-default .page-wrapper .columns .column.main article p {
  color: #5e678e;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 20px !important;
  font-family: BRHendrix-Regular;
  margin-bottom: 15px;
}
.news-template-default .page-wrapper .columns .column.main article p a:hover {
  transition: 0.5s ease;
  cursor: pointer;
  color: #7695da !important;
}
.news-template-default .page-wrapper .columns .column.main article ul > li {
  color: #5e678e;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 20px !important;
  font-family: BRHendrix-Regular;
  margin-bottom: 15px;
}
.news-template-default .page-wrapper .columns .column.main article a:hover {
  transition: 0.5s ease;
  cursor: pointer;
  color: #7695da !important;
}
.page-wrapper .columns .column.main article pre.wp-block-preformatted {
  background: none;
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: BRHendrix-Regular;
}
.full-width-breadcrumb.yoast_seo_breadcrumb div#breadcrumbs {
  margin-top: 25px;
  margin-bottom: 25px;
}
.catalogsearch-result-index .breadcrumbs {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.catalogsearch-result-index .breadcrumbs .items {
  display: flex;
}
.catalogsearch-result-index .breadcrumbs .items > li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  align-items: baseline;
  align-self: baseline;
  height: 100%;
}
.catalogsearch-result-index .breadcrumbs ul.items li.item.home a:before {
  font-size: 16px;
  font-weight: normal;
  color: #5e678e;
  font-family: BRHendrix-Regular;
}
.catalogsearch-result-index .breadcrumbs .item:not(:last-child):after {
  color: #5e678e !important;
  font-size: 16px;
  content: "\f105";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-left: 5px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.catalogsearch-result-index .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading {
  margin-top: 0px;
}
button.shopbtn.action.primary,
button.shopbtn.amshopby-button,
button.shopbtn.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action.shopbtn.action.primary,
.action-gift.shopbtn.action.primary {
  display: none;
}
.page-wrapper main#maincontent .category-description.container h1.homepage-hero-heading.para-head {
  margin-bottom: 15px;
  font-family: BRHendrix-Medium;
}
.page-wrapper main#maincontent .category-description.container div p {
  display: none;
}
.page-wrapper main#maincontent .category-description.container div p:nth-child(1) {
  display: block;
  margin-bottom: 15px;
}
.page-wrapper main#maincontent .category-description.container ul {
  max-width: 974px;
}
.catalog-category-view .breadcrumbs .items > li {
  position: relative;
  min-height: 26px;
  font-family: BRHendrix-Regular;
  color: #ffffff;
  font-size: 16px;
}
.block-content .filter-options dd.filter-options-content:nth-child(2) {
  display: block;
}
.block-content .filter-options dd.filter-options-content:nth-child(4) {
  display: block;
}
.filter-options-title.active {
  min-height: 74px;
}
.filter-options-title.active:before {
  transform: rotate(180deg);
}
.page-wrapper main#maincontent .category-view--header {
  position: relative;
  z-index: 1 !important;
  background-color: #7695da;
  padding-top: 53px;
  padding-bottom: 34px;
  min-height: 424px;
}
.page-wrapper main#maincontent .category-view--header:before {
  content: "";
  background-repeat: no-repeat, no-repeat !important;
  background-size: contain, contain;
  display: inline-block;
  width: 731px;
  height: 413px;
  right: 0px;
  position: absolute;
  background-position: right bottom 0px, right bottom 2px;
  top: 0px;
}
.page-wrapper main#maincontent .category-view--header .category-description .data-background-category {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  border-width: 1px;
  border-radius: 0px;
  margin: 0px 0px 10px;
  padding: 10px;
}
.page-wrapper main#maincontent .category-view--header .category-description .data-background-category .data-appearance-category {
  border-style: none;
  border-width: 1px;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}
.page-wrapper main#maincontent .category-view--header .breadcrumbs {
  background-color: #7695da;
  margin-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-wrapper main#maincontent .category-view--header .breadcrumbs .items > li a {
  font-size: 16px;
}
.page-wrapper main#maincontent .category-view--header .breadcrumbs .item:not(:last-child):after {
  content: "\f105" !important;
  font-family: 'Line Awesome Free' !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: -3px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.page-wrapper main#maincontent .category-view--header .breadcrumbs ul.items li.item.home a::before {
  font-size: 16px;
}
.page-wrapper main#maincontent .category-view--header .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.page-wrapper main#maincontent .category-view--header .category-view .category-description {
  padding-left: 15px;
  padding-right: 15px;
}
.page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading[aria-labelledby="page-title-heading toolbar-amount"] {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading[aria-labelledby="page-title-heading toolbar-amount"] .base {
  color: #ffffff;
  font-size: 52px;
}
.page-wrapper main#maincontent .category-description.container .para-text-hide {
  display: none;
}
.page-wrapper main#maincontent .category-description.container .para-text-hide .heading-thirty-three {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 0px;
}
.page-wrapper main#maincontent .category-description.container .listing-hero-sec-text {
  font-family: BRHendrix-Regular;
  font-size: 22px;
  line-height: 1.41;
  letter-spacing: normal;
  color: #ffffff;
  font-weight: normal;
  max-width: 974px;
  margin-bottom: 15px;
}
.page-wrapper main#maincontent .category-description.container .listing-hero-sec-text > div {
  margin-bottom: 15px;
}
.page-wrapper main#maincontent .category-description.container ul {
  margin-bottom: 15px;
}
.page-wrapper main#maincontent .category-description.container ul li {
  font-family: BRHendrix-Regular;
  font-size: 22px;
  line-height: 1.41;
  letter-spacing: normal;
  color: #ffffff;
  font-weight: normal;
  max-width: 974px;
  margin-bottom: 15px;
}
.page-wrapper main#maincontent .category-description.container span.Contact-Us {
  font-weight: 700;
  border: none !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  background: #ff8300 !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  font-size: 20px;
  padding: 10px 42px 10px 22px;
}
.page-wrapper main#maincontent .category-description.container span.Contact-Us:after {
  top: -1px;
  right: -9px;
  color: #ffffff;
  content: '\f111';
  position: relative;
  font-size: 6px;
  font-family: 'FontAwesome';
}
.page-wrapper main#maincontent .category-description.container span.Contact-Us:hover {
  cursor: pointer;
  background-color: #dd7508 !important;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
}
.page-wrapper main#maincontent .category-description.container .show-read-more .more-text {
  display: none;
}
.page-wrapper main#maincontent .category-description.container span.moretext.active:before {
  content: "\f056";
  font-family: 'Line Awesome Free';
  font-weight: 900;
}
.page-wrapper main#maincontent .category-description.container span.moretext {
  cursor: pointer;
  position: relative;
  bottom: 0px;
  margin-left: 5px;
  color: #ffffff;
  z-index: 1;
  display: block;
  font-size: 20px;
  font-family: BRHendrix-Bold;
  font-weight: bold;
  letter-spacing: normal;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.page-wrapper main#maincontent .category-description.container span.moretext:hover {
  color: #ff8300;
  transition: all 0.5s ease-in-out;
}
.page-wrapper main#maincontent .category-description.container span.moretext:before {
  content: "\f055";
  font-weight: 900;
  font-family: 'Line Awesome Free';
  position: relative;
  top: 3px;
  right: 8px;
  font-size: 25px;
}
.page-wrapper main#maincontent .category-description.container .shadow-text:after {
  background-image: linear-gradient(to bottom, rgba(118, 149, 218, 0), #7695da);
  content: "";
  display: inline-block;
  position: absolute;
  min-height: 120px;
  left: -10px;
  bottom: 40px;
  z-index: 1;
  width: 100%;
  max-width: 974px;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .attribute-group {
  width: 40%;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
  width: 100%;
  line-height: 28px;
  margin-bottom: 20px;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name > a {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: normal;
  color: #10183d;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name > a:hover {
  text-decoration: none;
  color: #ff8300;
  transition: all 0.5s ease-in-out;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .attribute-section {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  width: 100%;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .label-newsletter {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  margin-top: 3px;
  margin-right: 30px;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .label-newsletter a:hover {
  transition: 0.5s ease;
  cursor: pointer;
  color: #ff8300;
  text-decoration: none;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .label-newsletter a:before {
  content: "\f15c";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 20px;
  position: relative;
  right: 4px;
  top: 2px;
}
.column.main .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .label-newsletter:hover:before {
  transition: 0.5s ease;
  cursor: pointer;
  color: #ff8300;
  text-decoration: none;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary {
  display: flex;
  float: right;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary form[data-role="tocart-form"] {
  order: 1;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary form[data-role="tocart-form"] .tocart {
  font-size: 15px;
  border: none !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  background: #ff8300 !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  padding: 4px 16px 0px;
  min-height: 32px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  height: 100%;
  vertical-align: middle;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary form[data-role="tocart-form"] .tocart:hover {
  background-color: #dd7508 !important;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.action.primary,
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.amshopby-button,
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.am-filter-go {
  outline: none;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  font-family: BRHendrix-Bold;
  color: #ff8300;
  background-color: #ffffff;
  border: solid 1px #ff8300;
  border-radius: 16px;
  font-size: 15px;
  padding: 4px 15px 0px;
  margin-right: 13px;
  line-height: 17px;
  min-height: 32px !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.action.primary:hover,
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.amshopby-button:hover,
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.am-filter-go:hover {
  outline: none !important;
  color: #ffffff !important;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #ff8300 !important;
}
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary.price-zero a.action.primary,
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary.price-zero a.amshopby-button,
.page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary.price-zero a.am-filter-go {
  margin-right: 0px;
}
.catalog-category-view .page-wrapper main#maincontent {
  max-width: 100% !important;
}
.catalog-category-view .page-wrapper main#maincontent [data-content-type='row'][data-appearance='contained'] {
  max-width: inherit;
}
.catalog-category-view main#maincontent [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.sidebar-content .sidebar .block.filter .block-content .filter-options input {
  opacity: unset !important;
  position: unset !important;
  float: left;
  width: 18px !important;
  height: 18px !important;
  margin-right: 0px !important;
  margin-top: 20px !important;
  border-radius: 2px;
  border: solid 1px !important;
  background-color: #ffffff;
  cursor: pointer;
  pointer-events: none;
  margin-top: 18px !important;
  margin-left: 27px !important;
}
.col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-current .items .item {
  padding: 15px 40px 15px 20px;
  max-width: 100%;
  background-color: #10183d;
  margin: 10px 10px 10px 0px;
  border-radius: 100px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: 50px;
}
.col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-current .items .item span {
  font-family: BRHendrix-Regular;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .amshopby-filter-current .amshopby-filter-value {
  font-family: BRHendrix-Bold;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
}
.col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: inherit;
}
.col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .filter .filter-content #am-shopby-container .amshopby-items .amshopby-item .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 26px;
  height: 25px;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f057";
  font-size: 25px;
  background: #ffffff;
  border-radius: 20px;
  left: auto;
  right: 6px;
}
.col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .filter .filter-content #am-shopby-container .amshopby-items .amshopby-item .amshopby-remove:before {
  width: 16px;
  height: 1px;
  background-color: #10183d;
}
.col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .filter .filter-content #am-shopby-container .amshopby-items .amshopby-item .amshopby-remove:after {
  width: 16px;
  height: 1px;
  background-color: #10183d;
}
.page-wrapper main#maincontent .col-lg-9.col-md-9 {
  padding-right: 0px;
  flex: 0 0 74%;
  width: 74%;
  max-width: 74%;
  padding-left: 15px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main {
  width: 100%;
  max-width: 1100px;
  padding-left: 0px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar-top .toolbar-products {
  margin-bottom: 20px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar-top .toolbar-products .toolbar-sorter.sorter {
  float: right;
}
.page-wrapper main#maincontent .columns.col2-layout .container .row {
  padding: 40px 15px 20px 15px;
}
a.am-filter-item-619decfc72540.amshopby-filter-parent:after {
  content: "" !important;
  background-color: #d0d2de !important;
  width: 292px !important;
  height: 1px;
  position: absolute !important;
  left: 26px !important;
  bottom: -3px !important;
}
.page-wrapper main#maincontent input.am-search-box-attr_category_ids {
  display: none;
}
.page-wrapper main#maincontent .sidebar-main .amshopby-filter-parent {
  padding: 10px 10px 0px 20px !important;
}
.page-wrapper main#maincontent .sidebar-main span.am-collapse-icon {
  position: relative;
  float: right;
  margin-right: 36px;
  margin-top: 15px;
  position: absolute;
  right: 0;
  left: inherit;
}
.page-wrapper main#maincontent .sidebar-main span.am-collapse-icon:after,
.page-wrapper main#maincontent .sidebar-main span.am-show-more:before {
  position: absolute !important;
  cursor: pointer;
}
.page-wrapper main#maincontent .page-wrapper main#maincontent .filter-options .items .items-children.-folding {
  padding-left: 0px;
}
.page-wrapper main#maincontent ul.items.items-children.level-2.-folding {
  padding-left: 15px !important;
}
.page-wrapper main#maincontent ul.items.items-children.level-2.-folding li.item.-filter-parent:first-child > span.am-collapse-icon {
  margin-top: 6px;
}
.page-wrapper main#maincontent ul.items.items-children.level-2.-folding li.item.-filter-parent:first-child a {
  padding-top: 6px !important;
}
.page-wrapper main#maincontent ul.items.items-children.level-3.-folding {
  padding-left: 15px !important;
}
.page-wrapper main#maincontent ul.items.items-children.level-3.-folding li.item.-filter-parent:first-child a {
  padding-top: 0px !important;
}
.page-wrapper main#maincontent li.item.-is-collapsible.-filter-parent[data-label="Products"] > span.am-collapse-icon.-active {
  display: none;
}
.page-wrapper main#maincontent ul.am-filter-items-attr_category_ids a.amshopby-filter-parent {
  max-width: 240px !important;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content ul.am-filter-items-attr_category_ids li.item ul.items.items-children.level-1.-folding li.item:first-child > span.am-collapse-icon {
  margin-top: 6px;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content ul.am-filter-items-attr_category_ids li.item ul.items.items-children.level-1.-folding li.item:first-child > a.amshopby-filter-parent {
  padding-top: 0px !important;
}
.catalogsearch-result-index .page-wrapper main#maincontent li.item.-is-collapsible.-filter-parent[data-label="Products"] > span.am-collapse-icon {
  display: none;
}
.catalogsearch-result-index .level-1 {
  display: block !important;
}
.page-wrapper main#maincontent .sidebar-main {
  padding-right: 0px;
}
.page-wrapper main#maincontent .filter-options .items .items-children.-folding {
  padding-left: 0px;
}
.page-wrapper main#maincontent .filter-options .items .items-children.-folding.level-1 {
  display: block !important;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content {
  margin-bottom: 5px !important;
  background-color: #f2f7ff;
  border: 0px;
  border-radius: 4px;
  max-width: 342px;
  overflow-x: hidden;
  padding-bottom: 24px;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .amshopby-search-box {
  margin: auto;
  max-width: 294px;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .amshopby-search-box input[type="text"] {
  box-shadow: none;
  border: 1px solid #d0d2de;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .amshopby-search-box input[type="text"]:focus {
  border: 1px solid #d0d2de;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content input[type="radio"] {
  display: none;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item {
  position: relative;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item:nth-child(1) input[type="checkbox"] {
  margin-top: 5px !important;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item:nth-child(1) a {
  padding-top: 0px;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items li.item.-filter-parent[data-label="Products"] > span.am-collapse-icon {
  display: none;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item:after {
  border-bottom: 1px solid #d0d2de;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin-left: 28px;
  margin-right: 22px;
  margin-top: 3px;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item:last-child:after {
  display: none;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a {
  border: none;
  display: block;
  max-width: 270px;
  padding: 12px 32px 0px 45px;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a span.count {
  font-size: 13px;
  float: none;
  margin-top: 8px;
  margin-left: 8px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  position: absolute;
  color: #5e678e !important;
  transition: 0.5s ease;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a:hover {
  background: transparent;
  color: #ff8300;
  cursor: pointer;
  transition: 0.5s ease;
  text-decoration: none;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-title {
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #10183d;
  font-family: BRHendrix-Medium;
  background-color: #f2f7ff;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 20px 75px 20px 25px;
  max-width: 342px;
  position: relative;
  display: inline-flex;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  min-height: 74px;
  word-break: break-word;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-title:nth-child(1) {
  margin-top: 4px;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-title:before {
  content: "\f13a";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  right: 25px;
  color: #88aaf4;
  font-size: 29px;
  cursor: pointer;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-title:after {
  background-color: #d0d2de;
  content: "";
  width: 1px;
  height: 31px;
  float: right;
  position: absolute;
  right: 67px;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .filter .filter-content .filter-options .filter-options-content .items .item .am-input:checked + a.amshopby-filter-parent span {
  color: #ff8300 !important;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .filter .filter-content .filter-options .filter-options-content .items .item a:hover span.label {
  color: #ff8300 !important;
  cursor: pointer;
  transition: 0.5s ease;
  text-decoration: none;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .filter .filter-content .filter-options .filter-options-content .items .item a:hover span.count {
  color: #ff8300 !important;
  cursor: pointer;
  transition: 0.5s ease;
  text-decoration: none;
}
.page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .filter .filter-content .filter-options .filter-options-content .items .item a .label {
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  margin-left: 10px;
  display: -webkit-inline-box;
  transition: 0.5s ease;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list ul.items.pages-items li span {
  color: #10183d !important;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list ul.items.pages-items li strong {
  background-color: #88aaf4;
  border-color: #88aaf4;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list ul.items.pages-items li strong span {
  color: #ffffff !important;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar {
  background-color: #10183d;
  border-radius: 3px;
  padding: 9px 10px 7px 20px;
  margin-bottom: 0px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar ul.items.pages-items li a:hover span {
  color: #ffffff !important;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar span {
  font-family: BRHendrix-Regular;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  vertical-align: middle;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar .toolbar .toolbar-sorter.sorter:after {
  content: "\f107";
  font-family: 'Line Awesome Free' !important;
  font-size: 17px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e678e;
  right: 34px;
  pointer-events: none;
  top: 7px;
  padding: 0 0 2px;
  position: relative;
  height: 0;
  width: 0;
  cursor: pointer;
  float: right;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar .toolbar-sorter.sorter .sorter-label {
  font-family: BRHendrix-Regular;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar .toolbar-sorter.sorter .sorter-options {
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #5e678e;
  font-family: BRHendrix-Regular;
  word-break: normal;
  padding: 2px 40px 0px 10px;
  -webkit-appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: inherit;
  background-image: url(/wp/wp-content/uploads/2021/12/bottom-angle-select.svg);
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar .toolbar-sorter.sorter .sorter-options:focus {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 0px 0px #68a8e0;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar .toolbar-sorter.sorter .action.sorter-action {
  display: none;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li {
  border: 1px solid #d0d2de;
  border-radius: 5px;
  padding: 25px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-image > a.product.photo.product-item-photo {
  border: none;
  padding: 0px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-image > a.product.photo.product-item-photo img {
  border-radius: 5px;
  min-height: 105px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .item-inner .product-item-image {
  width: 100%;
  max-width: 176px;
  margin-right: 30px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-details {
  margin-left: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner {
  padding-top: 0px;
  width: 60%;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner .product-groups {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner .product-price {
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #4e74c7;
  font-family: BRHendrix-Bold;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner .product-price .inquiry a {
  min-height: 32px;
  font-size: 15px !important;
  padding: 4px 16px 0px 17px !important;
  letter-spacing: 0.8px;
}
.page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner .product-price .inquiry a:after {
  font-size: 5px;
  margin-left: 15px;
}
.catalog-category-view .bizgenius-citation-paging {
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 20px;
}
.catalog-category-view .bizgenius-citation-paging > button,
.catalog-category-view .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
.catalog-category-view .bizgenius-citation-paging > .action-gift {
  margin-left: 0% !important;
}
.page-bottom {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100% !important;
}
.page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) {
  padding-top: 30px;
  padding-bottom: 36px;
  border-radius: 5px;
  background-color: #88aaf4;
  margin-bottom: 30px;
}
.page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) .heading-thirty-three {
  color: #ffffff;
}
.page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) .paragragh_twenty {
  color: #ffffff;
  margin-bottom: 17px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) .common-primary-button-design > a {
  padding: 10px 32px 10px 23px;
  font-size: 20px;
}
.page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) .common-primary-button-design > a:hover {
  text-decoration: none;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > button,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .action-gift {
  padding: 0px 16px 0px 19px;
  white-space: nowrap;
  width: 100%;
  max-width: 280px;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 0px !important;
  position: relative;
  transition: all 0.5s ease-in-out !important;
  background-color: #ff8300;
  height: 40px;
  outline: none;
  margin-top: 10px;
  font-weight: 700;
  background: #ffffff;
  color: #ff8300;
  border-radius: 20px;
  font-size: 20px;
  font-family: BRHendrix-Bold;
  border: solid 1px #ff8300;
  margin-bottom: 5px;
  margin-right: 26px;
  line-height: 40px;
  margin-left: 15%;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > button:hover,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:hover,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .action-gift:hover {
  outline: none;
  color: #ffffff;
  transition: all 0.5s ease-in-out !important;
  background-color: #ff8300;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > button:hover:before,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:hover:before,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .action-gift:hover:before {
  color: #ffffff;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > button:hover:after,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:hover:after,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .action-gift:hover:after {
  color: #ffffff;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > button:before,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:before,
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .action-gift:before {
  content: "Load More Publications";
  position: absolute;
  font-family: BRHendrix-Bold;
  font-size: 20px;
  color: #ff8300;
  text-align: center;
  right: 30px;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single {
  max-width: 850px;
  position: relative;
  padding-left: 78px;
  font-family: BRHendrix-Regular;
  font-size: 17px;
  font-style: normal;
  line-height: 27px;
  letter-spacing: normal;
  color: #5e678e;
  transition: all 0.5s ease-in-out;
  margin-bottom: 18px;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single:nth-child(3) {
  margin-bottom: 12px;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a:before {
  content: "";
  background-color: #c4cfe4;
  width: 3px;
  height: -webkit-fill-available;
  position: absolute;
  text-align: center;
  left: 59px;
  top: auto;
  bottom: 12px;
  margin: 10px 0 10px;
  transition: all 0.5s ease-in-out;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a > b {
  font-family: BRHendrix-Regular;
  font-size: 19px !important;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #10183d;
  margin: 0px;
  transition: all 0.5s ease-in-out !important;
  margin-bottom: 9px;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a:hover {
  text-decoration: none;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single:before {
  content: "\f15c";
  font-family: 'Line Awesome Free';
  font-size: 44px;
  position: absolute;
  left: 0px;
  transition: all 0.5s ease-in-out;
  opacity: 0.6;
  top: 17px;
  color: #5e678e;
  font-weight: 900;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single:hover {
  cursor: pointer;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single:hover .labelbizgenius {
  color: #ff8300 !important;
  transition: all 0.5s ease-in-out;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single:hover:before {
  color: #88aaf4;
  opacity: inherit;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single:hover a:before {
  background-color: #88aaf4;
}
.category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single .labelbizgenius {
  text-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.93;
  letter-spacing: normal;
  color: #1184d4 !important;
  font-family: BRHendrix-Medium;
  background: transparent !important;
}
.category_publication .common-secondary-button-design {
  margin-top: 24px;
  float: right;
  margin-top: 32px;
}
.category_publication .common-secondary-button-design > a {
  padding: 8px 18px 7px 15px;
  font-size: 15px;
  line-height: 17px;
}
.category_publication .col-sm-2.one {
  flex: 0 0 8.6%;
  max-width: 8.6%;
}
.category_publication .col-sm-2.two {
  flex: 0 0 12.666667%;
  max-width: 12.666667%;
}
.category_publication .col-sm-4.header_div {
  flex: 0 0 38%;
  max-width: 38%;
}
.category_publication .col-sm-4.button_div {
  flex: 0 0 38%;
  max-width: 38%;
}
.page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(2) {
  text-align: center;
  margin: auto;
  max-width: 974px;
  padding-bottom: 52px;
}
.category_publication.col-sm-12 {
  display: flex;
  flex-wrap: wrap;
}
div#bizgenius-citation-widget-container-list {
  max-width: 848px;
  margin: auto 0px auto;
}
.category-description .heading-thirty-three {
  color: #ffffff;
}
.category-description [data-content-type='html'] {
  position: relative;
  z-index: auto;
}
.category-description .common-primary-button-design {
  margin-top: 25px;
}
.page-wrapper .page-bottom {
  max-width: 100% !important;
}
.page-wrapper .page-bottom .content .widget.block.block-static-block {
  max-width: 1480px !important;
  margin: auto;
}
.page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(3) {
  max-width: 100% !important;
}
.page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(3) .caregory_listing_related_products > .vc_column_container > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.caregory_listing_related_products .biospecimens_product_content {
  margin-bottom: 30px;
  width: 33.33%;
  float: left;
}
.caregory_listing_related_products.biospecimens_product_categories .biospecimens_product_child {
  display: table-row;
}
.caregory_listing_related_products.biospecimens_product_categories .biospecimens_product_content .product_img img {
  min-width: unset;
}
.caregory_listing_related_products .biospecimens_product_content:nth-child(1) > .vc_column-inner {
  padding-left: 0px;
}
.caregory_listing_related_products .biospecimens_product_content:nth-child(3) > .vc_column-inner {
  padding-right: 0px;
}
@media (min-width: 1367px) and (max-width: 1679px) {
  .page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) {
    max-width: 1280px !important;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items li.item a:after {
    max-width: 250px;
    width: 100%;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-title:before {
    right: 20px;
  }
}
@media (max-width: 1679px) {
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .amshopby-search-box {
    margin: auto;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .page-wrapper .fieldset > .field:not(.choice) > .label {
    width: 100% !important;
  }
  .page-wrapper .fieldset > .field:not(.choice) > .control {
    width: 80% !important;
  }
  .page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) {
    max-width: 1180px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .page-wrapper .fieldset > .field:not(.choice) > .label {
    width: 20% !important;
  }
  .page-wrapper .fieldset > .field:not(.choice) > .control {
    width: 80% !important;
  }
  .page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) {
    max-width: 1180px !important;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary {
    display: flex;
    float: right;
    margin-right: 0px;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner {
    left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner {
    left: auto;
    bottom: auto;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .item-inner .product-item-image {
    margin-right: 15px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-title {
    max-width: 100%;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content {
    max-width: 100%;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary {
    float: left;
    margin-right: 0px;
  }
  .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-details {
    margin-left: 0px;
    padding-left: 14px;
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view main#maincontent {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .caregory_listing_related_products > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .caregory_listing_related_products .biospecimens_product_content.clicakble_div.wpb_column.vc_column_container.vc_col-sm-4 {
    margin-bottom: 30px;
    width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-wrapper .login-container .block .block-content {
    min-height: 100%;
  }
  .page-wrapper .fieldset > .field:not(.choice) > .label {
    width: 100% !important;
  }
  .page-wrapper .fieldset > .field:not(.choice) > .control {
    width: 100% !important;
  }
  .actions-toolbar .primary {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .columns.col2-layout .container .row {
    padding: 40px 0px 20px 0px;
  }
  .page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(2) .bizgenius-citation-paging {
    text-align: left;
    margin-left: 15px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content ol.items li.item a:after {
    display: none;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content ol.items li.item a:before {
    left: 16px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .amshopby-search-box {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-title:before {
    right: 15px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .filter .filter-content .filter-options .filter-options-content .items .item a .label {
    max-width: 175px;
    margin-left: 10px;
  }
  .category_publication .col-sm-2.one {
    display: none;
  }
  .category_publication .col-sm-4.header_div {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0px;
  }
  .category_publication .col-sm-4.button_div {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0px;
  }
  .category_publication .col-sm-2.two {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-wrapper .columns.col1-layout .col-lg-12.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-wrapper .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-details {
    margin-left: 0px;
    padding-left: 14px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner {
    left: auto;
    bottom: auto;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .item-inner .product-item-image {
    max-width: 200px;
    height: 100%;
    padding-bottom: 0px;
    width: 100%;
    display: block;
    margin: auto;
    float: inherit;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
    margin-bottom: 0px;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .catalog-category-view .page-wrapper main#maincontent {
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-details {
    margin-left: 0px;
    padding-left: 14px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner {
    left: auto;
    bottom: auto;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
    margin-bottom: 0px;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary {
    float: left;
  }
  .page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(3) .caregory_listing_related_products > .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 812px) {
  .page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .catalogsearch-result-index .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading .base strong {
    font-size: 29px !important;
  }
  /* Bizgenius Poweredby */
  .bizgenius-poweredby {
    padding-right: 15px;
  }
  .catalog-category-view .bizgenius-citation-paging {
    text-align: center !important;
  }
  .catalog-category-view .bizgenius-poweredby {
    text-align: center !important;
  }
  .catalog-category-view .breadcrumbs .items > li {
    right: 0px;
  }
  .page-wrapper main#maincontent .sidebar-main span.am-collapse-icon {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    position: absolute;
    right: 0;
    left: inherit;
  }
  .page-wrapper main#maincontent ul.am-filter-items-attr_category_ids a.amshopby-filter-parent {
    max-width: 100% !important;
    padding-right: 90px !important;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content span.am-collapse-icon {
    margin-right: 20px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .am-filter-items-attr_category_ids .items .item a {
    max-width: 100% !important;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a {
    max-width: 100% !important;
  }
  .caregory_listing_related_products .biospecimens_product_content:nth-child(1) > .vc_column-inner {
    padding-right: 0px;
  }
  .caregory_listing_related_products.biospecimens_product_categories .biospecimens_product_content > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-wrapper main#maincontent .category-view--header .shadow-text::after {
    max-width: 100% !important;
  }
  .page-wrapper main#maincontent .col-lg-9.col-md-9 {
    width: 100%;
    flex: 0 0 100%;
    padding-right: 15px;
    padding-left: 0px;
  }
  .page-wrapper main#maincontent .col-lg-3.col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-title {
    max-width: 100%;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-title:before {
    right: 15px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content {
    max-width: 100%;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .amshopby-search-box {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 25px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content ol.items li.item a {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 25px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content ol.items li.item a:after {
    display: none;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content ol.items li.item a:before {
    left: 16px;
  }
  .page-wrapper main#maincontent .category-view--header {
    z-index: 1;
    padding-top: 250px;
  }
  .page-wrapper main#maincontent .category-view--header:before {
    width: 420px;
    height: 324px;
  }
  .page-wrapper main#maincontent .category-view--header .breadcrumbs ul.items li.item.home a::before {
    position: relative;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .attribute-section {
    width: 100%;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .attribute-section .page-wrapper main#maincontent .columns.col2-layout .container .row {
    padding: 40px 0px 20px;
  }
  .page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(1) {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 15px;
  }
  .page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(2) {
    padding-bottom: 30px;
  }
  .page-wrapper .page-bottom .content .widget.block.block-static-block:nth-child(3) .caregory_listing_related_products > .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .page-wrapper .page-bottom .content .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > button,
  .page-wrapper .page-bottom .content .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
  .page-wrapper .page-bottom .content .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .action-gift {
    margin-left: 0px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > button,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .action-gift {
    padding: 0px 27px 0px 19px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    width: 224px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > button:before,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:before,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .action-gift:before {
    font-size: 15px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > button:after,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .cart.table-wrapper .actions-toolbar > .action:after,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging > .action-gift:after {
    font-size: 15px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single {
    padding-left: 0px;
    padding-top: 60px;
    max-width: 290px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a:before {
    width: -webkit-fill-available;
    height: 3px;
    left: 0;
    top: 47px;
    margin: 0;
    min-height: auto;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single:before {
    left: 0;
    top: 0px;
  }
  .category_publication .col-sm-2.one {
    display: none;
  }
  .category_publication .col-sm-4.header_div {
    padding-left: 0;
  }
  .category_publication .common-secondary-button-design {
    margin-top: 15px;
  }
  .list-product-type .product-item .item-inner .product-item-info .product-item-image {
    width: 100%;
  }
  .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .item-inner .product-item-info .product-item-image {
    width: 100%;
    max-width: 176px;
  }
  .columns.col2-layout .container .row {
    padding: 40px 0px;
  }
  .caregory_listing_related_products.biospecimens_product_categories {
    padding-top: 5px;
  }
  .catalog-category-view main#maincontent {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.actions-toolbar .primary a {
  font-weight: 700;
  border: none !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  background: #ff8300 !important;
  padding: 5px 25px 4px 15px;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
}
.actions-toolbar .primary a:hover {
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.actions-toolbar .primary button,
.actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.actions-toolbar .primary .action-gift {
  font-weight: 700;
  border: none !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  background: #ff8300 !important;
  padding: 10px 25px 10px 20px;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
}
.actions-toolbar .primary button:hover,
.actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.actions-toolbar .primary .action-gift:hover {
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.actions-toolbar .secondary a {
  font-weight: 700;
  border: none !important;
  margin-top: 0px !important;
  text-decoration: none;
  color: #ffffff !important;
  border-radius: 20px !important;
  background: #ff8300 !important;
  padding: 5px 25px 4px 15px;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
}
.actions-toolbar .secondary a:hover {
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.page-wrapper .columns .column.main .amsearch-related-terms > .amsearch-title {
  font-size: 20px;
  font-family: BRHendrix-Bold;
  font-weight: 500;
  color: #10183d;
}
.page-wrapper .columns .column.main .amsearch-related-terms > .amsearch-item {
  background-color: #f2f7ff;
  font-family: BRHendrix-Medium;
  font-size: 18px;
  font-weight: 500;
  color: #10183d;
  border: 2px solid #d0d2de;
  line-height: normal;
}
.page-wrapper .columns .column.main .login-container .block .block-title {
  border: 0px;
  margin-bottom: 0px;
}
.page-wrapper .columns .column.main .login-container .block .block-title strong {
  font-size: 33px;
  color: #10183d;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
}
.page-wrapper .columns .column.main .login-container .block .block-content .fieldset .field.note {
  color: #5e678e;
  max-width: 100%;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 13.5px;
  font-size: 20px;
  font-family: BRHendrix-Regular;
}
.page-wrapper .fieldset > .field:not(.choice) > .label {
  color: #5e678e !important;
  font-size: 19px;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  width: 15%;
  margin-bottom: 6px;
  letter-spacing: -0.2px;
  font-family: BRHendrix-Regular;
}
.page-wrapper .fieldset > .field:not(.choice) > .control {
  width: 85%;
}
.page-wrapper .fieldset .control input {
  padding-left: 15px;
  font-size: 17px;
  border: solid 1px #d0d2de;
  height: 42px;
  line-height: inherit;
  width: 100%;
  color: #5e678e;
  max-width: 100%;
  box-shadow: none;
  font-family: BRHendrix-Regular;
}
.page-wrapper .fieldset .control input:focus {
  border: 1px solid #10183d;
  box-shadow: 0px 0px 0px 1px #10183d;
}
.page-wrapper .fieldset > .field.required > .label:after {
  font-size: 19px;
  color: #5e678e;
}
.page-wrapper .fieldset .actions-toolbar {
  margin-left: 0px !important;
}
.page-wrapper .fieldset .actions-toolbar:after {
  margin-left: 0px !important;
}
.page-wrapper .login-container .fieldset:after {
  margin-left: 0px;
}
.page-wrapper .login-container .block .block-content {
  background-color: #f2f7ff;
  padding: 20px 20px 0px 20px;
  min-height: 320px;
  border: 1px solid #d0d2de;
}
body.catalog-category-view {
  overflow-x: hidden;
}
.category-description .div_table {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  top: 54px;
}
.category-description .div_table:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background: #f2f7ff;
  z-index: -1;
}
.category-view--header .category-description .div_table table tr td {
  padding: 0px 37px 0px 0px;
}
.category-view--header .category-description .div_table table tr td div {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  z-index: -1;
  padding: 12px 15px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.category-view--header .category-description .div_table table tr th {
  padding: 0px 37px 0px 0px;
}
.category-view--header .category-description .div_table table tr th div {
  background-color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #10183d;
  font-family: BRHendrix-Medium;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.category-view--header .category-description .div_table table tr th:last-child {
  padding-right: 0px;
}
.category-view--header .category-description .div_table table tbody tr {
  position: relative;
  border-top: 1px solid #d0d2de;
}
.category-view--header .category-description .div_table table tbody tr:hover:after {
  cursor: pointer;
  background-color: rgba(118, 149, 218, 0.22);
  transition: 0.5s ease;
  content: "";
  width: 100%;
  display: block;
  left: 0;
  position: absolute;
  border-radius: 7px;
  top: 4px;
}
.category-view--header .category-description .div_table table tbody tr td:nth-child(1) {
  padding-right: 0px;
}
.category-view--header .category-description .div_table table tbody tr td:nth-child(1) div {
  justify-content: left;
  background: none;
  text-align: left;
}
.category-view--header .category-description .div_table table tbody tr td:last-child {
  padding-right: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.category-view--header .category-description .div_table table th.heading {
  font-size: 0px;
}
.catalog-product-view {
  overflow-x: hidden;
}
.catalog-product-view .breadcrumbs .items > li {
  height: 100%;
}
.catalog-product-view .inquiry {
  text-align: center;
  padding-bottom: 25px;
}
.catalog-product-view .message-success.success.message {
  margin-top: 15px;
}
.catalog-product-view .page-header {
  margin-bottom: 15px;
}
.catalog-product-view .product-social-links {
  display: none;
}
.catalog-product-view .breadcrumbs {
  max-width: 100%;
  padding-top: 10px;
}
.catalog-product-view .breadcrumbs ul li.item.home:after {
  content: '\f105' !important;
  font-family: 'Line Awesome Free' !important;
  font-weight: 900 !important;
  color: #5e678e !important;
  font-size: 16px !important;
  position: relative;
  top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.catalog-product-view .breadcrumbs ul li.item.back-to {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.catalog-product-view .breadcrumbs ul li.item.back-to a {
  font-size: 16px;
  color: #5e678e !important;
  line-height: 1.63;
}
.catalog-product-view .breadcrumbs ul li.item.back-to a:hover {
  text-decoration: none;
}
.catalog-product-view .breadcrumbs ul li.item.back-to a:after {
  display: inline-block;
  content: "";
  border-left: 1px solid #9096b0;
  height: 20px;
  transform: translateY(3px);
  position: absolute;
  right: 0;
  width: 10px;
}
.catalog-product-view .breadcrumbs ul li.item.back-to a:before {
  content: '\f104';
  font-weight: 900;
  font-family: 'Line Awesome Free';
  font-size: 16px;
  padding-left: 4px;
  padding-right: 7px;
}
.catalog-product-view .breadcrumbs ul li.item.home a:before {
  font-size: 16px;
  color: #5e678e !important;
  line-height: 1.63;
}
.catalog-product-view .breadcrumbs ul li {
  font-size: 16px;
  color: #5e678e;
  line-height: 1.63;
  min-height: 26px;
  padding-left: 7px;
}
.catalog-product-view .breadcrumbs ul li a {
  font-size: 16px;
  color: #5e678e;
  line-height: 26px;
  padding-right: 4px;
}
.catalog-product-view .breadcrumbs ul li a:not(:nth-child(1)) {
  left: 15px;
}
.catalog-product-view .breadcrumbs ul li:nth-child(2) {
  right: 0;
}
.catalog-product-view .breadcrumbs ul li:nth-child(3) {
  right: 0;
}
.catalog-product-view .breadcrumbs .item:not(:nth-child(1)):after {
  color: #5e678e;
  content: "\f105";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  line-height: 14px !important;
  font-size: 16px !important;
  position: relative;
  bottom: 1px;
}
.catalog-product-view .breadcrumbs .item:last-child:after {
  display: none;
}
.catalog-product-view h1.page-title {
  line-height: normal !important;
  padding-bottom: 25px;
  max-width: 595px;
  color: #10183d;
  font-size: 34px;
  letter-spacing: -0.99px;
  font-stretch: normal;
  font-style: normal;
  padding-bottom: 20px !important;
  margin-top: 0 !important;
}
.catalog-product-view h1.page-title span {
  color: #10183d;
  font-size: 34px !important;
  font-weight: 500;
  line-height: 1.32;
}
.catalog-product-view .top.product.cart.section {
  padding-top: 10px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d0d2de;
  display: flex;
}
.catalog-product-view .top.product.cart.section .product.media {
  width: 37%;
  margin-bottom: 0;
}
.catalog-product-view .top.product.cart.section .product.media .fotorama-item .fotorama__stage {
  max-height: 350px;
}
.catalog-product-view .top.product.cart.section .product.media .fotorama-item .fotorama__stage .fotorama__arr .fotorama__arr__arr {
  border-radius: 50%;
  border: 2px solid #88aaf4;
}
.catalog-product-view .top.product.cart.section .product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
  position: inherit;
}
.catalog-product-view .top.product.cart.section .product.media .fotorama-item .fotorama__stage__frame .fotorama__caption {
  display: none !important;
}
.catalog-product-view .top.product.cart.section .product.media .fotorama-item .fotorama__stage__frame .fotorama__active .fotorama_vertical_ratio .fotorama__loaded .fotorama__loaded--img {
  position: inherit;
}
.catalog-product-view .top.product.cart.section .product.media .fotorama-item .fotorama__stage__shaft {
  position: inherit;
}
.catalog-product-view .top.product.cart.section .product-info-main {
  width: 47%;
  padding: 0 50px;
}
.catalog-product-view .top.product.cart.section .product-info-main .product-catlog {
  padding-bottom: 10px;
}
.catalog-product-view .top.product.cart.section .product-info-main .product-catlog label {
  font-size: 14px;
  color: #5e678e;
}
.catalog-product-view .top.product.cart.section .product-info-main .product-catlog label.label__LOT {
  padding-left: 15px;
}
.catalog-product-view .top.product.cart.section .product-info-main .product-catlog span {
  font-size: 14px;
  color: #5e678e;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other {
  width: 23%;
  max-width: 288px;
  margin: 0 auto;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .product-add-form {
  background-color: #f2f7ff;
  border-radius: 3px;
  position: relative;
  top: -19px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .control.control-qty-cart {
  max-width: 110px;
  margin: 0 auto;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .control.control-qty-cart input {
  max-width: 42px;
  margin: 0 auto;
  border-radius: 0;
  padding: 0;
  padding-top: 4px;
  text-align: center;
  min-height: 43px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .control.control-qty-cart input:focus {
  border: solid 1px #d0d2de;
  box-shadow: none;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart {
  display: block;
  margin-top: 8px;
  margin-bottom: 5px;
  padding-bottom: 25px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .fieldset {
  margin-bottom: 15px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .fieldset .field.qty {
  max-width: 42px;
  margin: 0 auto;
  padding: 0px;
  display: block;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .fieldset .field.qty label.label {
  display: none;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .product-quote-request {
  text-align: center;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .product-quote-request a {
  color: #ff8300;
  line-height: 26px;
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  transition: all 0.5s ease-in-out;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .product-quote-request a:hover {
  text-decoration: none;
  color: #dd7508;
  transition: all 0.5s ease-in-out;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions {
  text-align: center;
  display: block;
  padding-top: 15px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.action.primary.tocart,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.amshopby-button.tocart,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.am-filter-go.tocart,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .action-gift.action.primary.tocart {
  background-color: #ff8300;
  padding: 10px 24px 10px 41px;
  border-radius: 20px;
  position: relative;
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin: 0 auto;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.action.primary.tocart:hover,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.amshopby-button.tocart:hover,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.am-filter-go.tocart:hover,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart:hover,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .action-gift.action.primary.tocart:hover {
  background-color: #dd7508;
  transition: all 0.5s ease-in-out;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.action.primary.tocart:focus,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.amshopby-button.tocart:focus,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.am-filter-go.tocart:focus,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart:focus,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .action-gift.action.primary.tocart:focus {
  outline: none !important;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.action.primary.tocart span,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.amshopby-button.tocart span,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.am-filter-go.tocart span,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart span,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .action-gift.action.primary.tocart span {
  font-size: 20px;
  font-family: BRHendrix-Bold;
  font-weight: bold;
  padding-left: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.action.primary.tocart:before,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.amshopby-button.tocart:before,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.am-filter-go.tocart:before,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart:before,
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .action-gift.action.primary.tocart:before {
  content: '\f217';
  font-weight: 900;
  font-family: 'Line Awesome Free';
  font-size: 30px;
  position: absolute;
  left: 0px;
  margin-left: 16px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions.inquiry {
  padding-bottom: 0px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .field.qty .control-qty .quantity-controls.quantity-plus {
  position: absolute;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .field.qty .control-qty .quantity-controls.quantity-plus:before {
  content: '\f068';
  font-weight: 900;
  font-family: 'Line Awesome Free';
  position: absolute;
  top: -43px;
  left: -40px;
  background-color: #ffffff;
  padding: 7px 8px 5px 11px;
  font-size: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #d0d2de;
  cursor: pointer;
  min-height: 43px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .field.qty .control-qty .quantity-controls.quantity-minus {
  position: absolute;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .field.qty .control-qty .quantity-controls.quantity-minus:before {
  content: '\f067';
  font-weight: 900;
  font-family: 'Line Awesome Free';
  position: absolute;
  top: -43px;
  left: auto;
  right: -83px;
  background-color: #ffffff;
  padding: 8px 12px 7px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #d0d2de;
  cursor: pointer;
  min-height: 43px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .field.qty .control-qty.updatedCard .quantity-controls.quantity-minus:before {
  padding: 8px 12px 6px 10px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .product-add-form {
  padding-top: 25px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .bulk-request.Updated-bulk-request {
  margin-bottom: 7px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .bulk-request.Updated-bulk-request a {
  white-space: nowrap;
  position: relative;
  right: 65px;
  top: 12px;
  color: #ff8300;
  transition: .5s ease;
  text-decoration: none !important;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .bulk-request.Updated-bulk-request a:hover {
  transition: .5s ease;
  cursor: pointer;
  color: #7695da !important;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .price-box.price-final_price {
  text-align: center;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .price-box.price-final_price .price-container span.price {
  color: #4e74c7;
  font-size: 30px;
  font-family: BRHendrix-Bold;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .product-options-bottom .price-container .price-label {
  display: none;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .product-options-wrapper .fieldset {
  margin: 0px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .product-options-wrapper .fieldset .field.configurable {
  margin: 0px;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .product-options-wrapper .fieldset .field.configurable label.label {
  display: none;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .product-options-wrapper .fieldset .field.configurable .control {
  text-align: center;
}
.catalog-product-view .top.product.cart.section .product-price-addto-other .product-options-wrapper .fieldset .field.configurable .control select {
  max-width: 65%;
  margin-top: 0;
  margin-bottom: 25px;
  border-radius: 20px;
  padding-left: 10px;
  cursor: pointer;
  font-size: 16px;
  background-position: 95% !important;
}
.catalog-product-view .top.product.cart.section .need-help-for-order {
  text-align: center;
}
.catalog-product-view .top.product.cart.section .need-help-for-order h5 {
  font-size: 18px;
  color: #10183d;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 9px;
}
.catalog-product-view .top.product.cart.section .need-help-for-order span.order-contact {
  font-size: 15px;
  color: #5e678e;
  line-height: 1.4;
}
.catalog-product-view .top.product.cart.section .need-help-for-order span.order-contact a {
  color: #ff8300;
}
.catalog-product-view .top.product.cart.section .need-help-for-order span.order-contact a:hover {
  color: #dd7508;
  text-decoration: none;
}
.catalog-product-view .product__attributes .catalog_list-item__attribute ul {
  padding-left: 15px;
  margin-bottom: 11px;
  list-style: none;
}
.catalog-product-view .product__attributes .catalog_list-item__attribute ul li:before {
  font-size: 50%;
  padding-right: 5px;
  position: relative;
  content: "\f111";
  font-family: 'FontAwesome';
  bottom: 3px;
}
.catalog-product-view .product__attributes .catalog_list-item__attribute ul li span.attributes__label_des {
  color: #5e678e;
  font-size: 18px;
}
.catalog-product-view .product__specification_section {
  padding-top: 25px;
}
.catalog-product-view .product__specification_section .specification_head {
  max-width: 848px;
}
.catalog-product-view .product__specification_section .specification_head h2 {
  font-size: 33px;
  color: #10183d;
  line-height: 1.27;
  margin-bottom: 13px;
  font-family: BRHendrix-Medium;
  font-weight: 500;
}
.catalog-product-view .product__specification_section .specification_head span.short__des {
  font-size: 18px;
  color: #5e678e;
  line-height: 1.56;
  font-family: BRHendrix-Regular;
  font-weight: normal;
}
.catalog-product-view .multiple_donors_section {
  border-radius: 5px;
  padding: 30px 12px 30px 30px;
  background-color: #88aaf4;
  margin-top: 28px;
  margin-bottom: 50px;
  max-width: 848px;
  display: flex;
  align-items: center;
}
.catalog-product-view .multiple_donors_section .multiple_donor_text {
  font-size: 23px;
  color: #ffffff;
  line-height: normal;
  font-family: BRHendrix-Medium;
  font-weight: 500;
}
.catalog-product-view .multiple_donors_section .contact_us {
  float: right;
  margin-left: auto;
}
.catalog-product-view .multiple_donors_section .contact_us .btn_contact.primary_btn {
  background: transparent;
  border: none;
  outline: none !important;
}
.catalog-product-view .multiple_donors_section .contact_us .btn_contact.primary_btn a:hover {
  text-decoration: none;
}
.catalog-product-view .donor__background_section {
  max-width: 100%;
}
.catalog-product-view .donor__background_section h2 {
  font-size: 25px;
  color: #10183d;
  line-height: 1.27;
  margin-bottom: 13px;
  font-family: BRHendrix-Medium;
  font-weight: 500;
}
.catalog-product-view .donor__background_section .data.table.additional-attributes {
  width: 100%;
}
.catalog-product-view .donor__background_section table thead {
  display: inherit;
  max-width: 848px;
  width: 100%;
}
.catalog-product-view .donor__background_section table thead > tr > th {
  background-color: #88aaf4;
  font-size: 18px;
  line-height: 1.44;
  color: #ffffff;
  border: none !important;
}
.catalog-product-view .donor__background_section table thead > tr th.first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 16px;
  width: 16.40%;
  font-family: BRHendrix-Bold;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.catalog-product-view .donor__background_section table thead > tr th.second {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 15%;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-family: BRHendrix-Bold;
}
.catalog-product-view .donor__background_section table tbody {
  max-width: 848px;
  display: inherit;
  width: 100%;
}
.catalog-product-view .donor__background_section table tbody > tr {
  border-bottom: 1px solid #d0d2de;
}
.catalog-product-view .donor__background_section table tbody > tr > th {
  padding: 12px 18px 6px 20px;
  width: 52%;
  max-width: 450px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #5e678e;
  font-family: BRHendrix-Bold;
}
.catalog-product-view .donor__background_section table tbody > tr > td {
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 6px;
  width: 48%;
  max-width: 450%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #5e678e;
  font-family: BRHendrix-Regular;
}
.catalog-product-view .related-product-bottom.research-related-product {
  position: relative;
}
.catalog-product-view .related-product-bottom.research-related-product .block-title.title.related {
  background-color: #f2f7ff;
}
.catalog-product-view .related-product-bottom.research-related-product .heading-thirty-three {
  position: relative;
  margin-top: 0px;
}
.catalog-product-view .related-product-bottom.research-related-product:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #f2f7ff;
  z-index: 0;
}
.catalog-product-view .related-product-bottom .block.related {
  position: relative;
  padding-bottom: 20px;
  background-color: #f2f7ff;
}
.catalog-product-view .related-product-bottom .block-title.title {
  padding-top: 50px;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.catalog-product-view .related-product-bottom .block-title.title strong {
  font-size: 33px;
  line-height: 1.27;
  letter-spacing: normal;
  color: #10183d;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items {
  display: inline-block;
  justify-content: space-between;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item {
  padding: 25px 20px;
  background-color: #ffffff;
  border: 1px solid #d0d2de;
  border-radius: 4px;
  width: 100%;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item:hover {
  cursor: pointer;
  border: 2px solid #88aaf4;
  padding: 24px 19px;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info a.product-item-link {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: normal;
  color: #10183d;
  font-weight: bold;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info a.product-item-link:hover {
  text-decoration: none;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info a.product-item-link:hover .product.name.product-item-name {
  color: #4e74c7;
  text-decoration: none;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info a.product-item-link:hover .item.product.product-item {
  border: 1px solid #88aaf4;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info a.product-item-link:hover .item.product.product-item:hover {
  border: 1px solid #4e74c7;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info .product__sku {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #5e678e;
  padding-top: 15px;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info .product__sku:hover {
  text-decoration: none;
  color: inherit;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info p.product_price {
  font-size: 23px;
  font-weight: normal;
  line-height: normal;
  color: #4e74c7;
  padding-top: 13px;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info p.product_price:hover {
  color: inherit;
  text-decoration: none;
}
.catalog-product-view .product.info.detailed {
  padding-top: 30px;
  margin-bottom: 25px;
}
.catalog-product-view .product.info.detailed .product.cms-block {
  padding: 0px 25px 25px;
  background-color: #f2f7ff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.catalog-product-view .product.info.detailed .product.cms-block .value {
  background-color: #ffffff;
  padding: 0px 25px 25px;
  border-radius: 5px;
}
.catalog-product-view .product.info.detailed .product.data.items div.div-full-width {
  margin-bottom: 25px;
}
.catalog-product-view .product.info.detailed .product.data.items div.div-full-width h2 {
  margin: 0px;
  cursor: pointer;
  font-family: BRHendrix-Medium;
  font-size: 33px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 42px;
  letter-spacing: normal;
  color: #10183d;
  margin-top: 2px;
  padding: 22px 0 22px 25px;
  background-color: #f2f7ff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.catalog-product-view .product.info.detailed .product.data.items div.div-full-width h2 a:hover {
  text-decoration: none;
  color: #10183d;
}
.catalog-product-view .product.info.detailed .product.data.items div.div-full-width h2::before {
  content: "\f055";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: relative;
  right: 6px;
}
.catalog-product-view .product.info.detailed .product.data.items div.div-full-width h2.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.catalog-product-view .product.info.detailed .product.data.items div.div-full-width h2.active::before {
  content: "\f056";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: relative;
  right: 6px;
}
.catalog-product-view .product.info.detailed .product.data.items div.div-full-width .data.item.content.resp-tab-content {
  background: #ffffff;
}
.catalog-product-view .product.info.detailed .product.data.items .potocols_sec .head {
  font-size: 25px;
}
.catalog-product-view .product.info.detailed .pdp--datasheet-block {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product.info.detailed .pdp--datasheet-block div.row {
  display: inline;
  margin-right: 30px;
  margin-left: 0;
}
.catalog-product-view .product.info.detailed .pdp--datasheet-block div.row .datasheets_blocks_title {
  font-family: BRHendrix-Medium;
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  color: #10183d;
  margin-top: 0px;
  padding-top: 25px;
}
.catalog-product-view .product.info.detailed .pdp--datasheet-block div.row .box ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.catalog-product-view .product.info.detailed .pdp--datasheet-block div.row .box ul li {
  margin-bottom: 15px;
}
.catalog-product-view .product.info.detailed .pdp--datasheet-block div.row .box ul li a {
  border: 1px solid rgba(255, 131, 0, 0.5);
  padding: 10px 14px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #ff8300;
  width: 309px;
  display: block;
  transition: all 0.5s ease-in-out;
}
.catalog-product-view .product.info.detailed .pdp--datasheet-block div.row .box ul li a:hover {
  text-decoration: none;
  background-color: #ff8300;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.catalog-product-view .product.info.detailed .pdp--datasheet-block .resources-title {
  font-family: BRHendrix-Bold;
  font-size: 18px;
  width: 100%;
  background-color: #88aaf4;
  color: #FFFFFF;
  border: none !important;
  border-radius: 3px;
  padding: 14px 14px 8px 14px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .row {
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .protocols-label h2 {
  font-size: 25px !important;
  line-height: 28px !important;
  margin-top: 5px !important;
  margin-bottom: 12px !important;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .col-sm-6.protocols-label {
  padding-left: 0px;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .products__protocols h5 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: normal;
  color: #10183d;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .products__protocols ul {
  padding-left: 0px;
  list-style: none;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .products__protocols ul li a {
  border: 1px solid rgba(255, 131, 0, 0.5);
  padding: 11px 14px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #ff8300;
  width: 309px;
  display: block;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .products__protocols ul li a:hover {
  text-decoration: none;
  background-color: #ff8300;
  color: #ffffff;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .need-technician-help {
  max-width: 672px;
  margin-left: auto;
  text-align: center;
  background-color: #88aaf4;
  border-radius: 5px;
  padding: 34px 48px 30px;
  margin-top: 25px;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .need-technician-help h5.head {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 31px;
  font-family: BRHendrix-Medium;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .need-technician-help p {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 13px;
  font-family: BRHendrix-Regular;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .need-technician-help .btn_contact.primary_btn {
  background: transparent;
  border: none;
  outline: none !important;
}
.catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .need-technician-help .btn_contact.primary_btn a:hover {
  text-decoration: none;
}
.catalog-product-view .product.info.detailed .label-view {
  opacity: 0.5;
  border-radius: 5px;
  border: solid 1px #ff8300;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #ff8300;
  font-family: BRHendrix-Regular;
  max-width: 308px;
  padding: 2px 35px 0px 0px;
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product.info.detailed .pdp-publication--data.category_publication div#bizgenius-citation-widget-container-list {
  max-width: 100%;
}
form#newsletter-validate-detail {
  position: relative;
}
form#newsletter-validate-detail .actions {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  height: fit-content;
  margin: auto 5px auto auto;
}
.table-wrapper.grouped {
  padding: 14px 17px 0px;
  margin-bottom: 0px;
}
.table-wrapper.grouped table.grouped tr {
  border-bottom: 1px solid #d0d2de;
}
.table-wrapper.grouped table.grouped tr td.col.item .price-final_price {
  padding-top: 0px !important;
  text-align: left !important;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -100px -25px !important;
  background-size: 350% 350% !important;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -52px -25px !important;
  background-size: 350% 350% !important;
}
.fotorama__arr .fotorama__arr__arr {
  height: 50px !important;
  width: 50px !important;
}
.openseadragon-container img {
  margin-top: 10px !important;
}
div#openseadragon1 {
  margin-bottom: 50px;
}
.product_size_view_cart {
  font-size: 20px;
  font-family: BRHendrix-Bold;
  max-width: 65%;
  margin: auto;
}
.page-product-bundle button#bundle-slide,
.page-product-bundle .cart.table-wrapper .actions-toolbar > .action#bundle-slide,
.page-product-bundle .action-gift#bundle-slide {
  display: none;
}
.page-product-bundle .top.product.cart.section {
  border: 0px;
  padding-bottom: 20px;
}
.page-product-bundle .columns.col1-layout {
  margin-top: 0px;
}
.page-product-bundle .bundle-options-container .product-add-form {
  display: block !important;
}
.page-product-bundle .bundle-options-container .product_size_view_cart {
  margin: 0px;
  line-height: normal;
}
.page-product-bundle .bundle-options-container fieldset.fieldset .legend {
  font-family: BRHendrix-Medium;
  font-weight: 500;
  line-height: normal;
  font-size: 22px;
  margin-top: 20px;
}
.page-product-bundle .bundle-options-container .product-options-wrapper {
  width: 100%;
  margin-bottom: 0px;
}
.page-product-bundle .bundle-options-container .product-options-wrapper .fieldset .fieldset-bundle-options {
  margin-bottom: 15px;
}
.page-product-bundle .bundle-options-container .product-options-wrapper .fieldset .fieldset-bundle-options .field.option.required .label > span {
  font-family: BRHendrix-Bold !important;
  font-weight: bold !important;
}
.page-product-bundle .bundle-options-container .product-options-wrapper .fieldset:last-child {
  margin-bottom: 0;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  background: #f2f7ff;
  padding: 25px;
  border-radius: 5px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 20px;
}
.page-product-bundle .bundle-options-container .need-help-for-order {
  width: 100%;
  vertical-align: top;
  display: inline-flex;
  flex-direction: column;
}
.page-product-bundle .bundle-options-container .need-help-for-order a {
  color: #ff8300;
  transition: all 0.5s ease-in-out;
}
.page-product-bundle .bundle-options-container .need-help-for-order a:hover {
  text-decoration: none;
  color: #dd7508;
  transition: all 0.5s ease-in-out;
}
.page-product-bundle .bundle-options-container .need-help-for-order h5 {
  margin-top: 0px;
}
.page-product-bundle .bundle-options-container .action.back {
  display: none;
}
.page-product-bundle .bundle-options-container .field.option.required label.label:after {
  display: none;
}
.page-product-bundle .bundle-options-container .field.option.required label.label span {
  font-family: BRHendrix-Medium;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  color: #5e678e;
}
.page-product-bundle .bundle-options-container .nested.options-list {
  margin-top: 15px;
}
.page-product-bundle .bundle-options-container .nested.options-list .field.choice {
  margin-bottom: 0px !important;
}
.page-product-bundle .bundle-options-container .nested.options-list .field.choice input {
  display: none;
}
.page-product-bundle .bundle-options-container .nested.options-list .field.choice .label span {
  text-decoration: none;
  pointer-events: none;
}
.page-product-bundle .bundle-options-container p.required {
  display: none;
}
.page-product-bundle .bundle-options-container div#bundleSummary {
  background-color: #f2f7ff;
  padding: 25px;
  border-radius: 5px;
}
.page-product-bundle .bundle-options-container div#bundleSummary p.price-as-configured {
  display: none;
}
.page-product-bundle .bundle-options-container div#bundleSummary .bundle-summary {
  display: none;
}
.page-product-bundle .bundle-options-container div#bundleSummary .product-quote-request a {
  color: #ff8300;
  transition: all 0.5s ease-in-out;
}
.page-product-bundle .bundle-options-container div#bundleSummary .product-quote-request a:hover {
  text-decoration: none;
  color: #dd7508;
  transition: all 0.5s ease-in-out;
}
.page-product-bundle .bundle-options-container div#bundleSummary .fieldset {
  display: inline-block;
  margin-bottom: 15px;
}
.page-product-bundle .bundle-options-container div#bundleSummary .fieldset .field.qty {
  position: relative;
  width: 128px;
  float: left;
  margin-right: 25px;
  margin-bottom: 0;
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.page-product-bundle .bundle-options-container div#bundleSummary .title {
  margin-bottom: 15px;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  line-height: normal;
  color: #5e678e;
}
.page-product-bundle .bundle-options-container div#bundleSummary .title strong {
  font-size: 22px;
}
.page-product-bundle .bundle-options-container .product-details strong {
  font-family: BRHendrix-Medium;
  font-weight: 500;
  line-height: normal;
  color: #5e678e;
}
.page-product-bundle .bundle-options-container .product-details button#product-addtocart-button,
.page-product-bundle .bundle-options-container .product-details .cart.table-wrapper .actions-toolbar > .action#product-addtocart-button,
.page-product-bundle .bundle-options-container .product-details .action-gift#product-addtocart-button {
  background-color: #ff8300;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  background-image: none;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  padding: 5px 25px 4px 50px;
  min-height: 40px;
  position: relative;
  margin-top: 17px;
  outline: none;
}
.page-product-bundle .bundle-options-container .product-details button#product-addtocart-button:before,
.page-product-bundle .bundle-options-container .product-details .cart.table-wrapper .actions-toolbar > .action#product-addtocart-button:before,
.page-product-bundle .bundle-options-container .product-details .action-gift#product-addtocart-button:before {
  content: '\f217';
  font-weight: 900;
  font-family: 'Line Awesome Free';
  font-size: 30px;
  position: absolute;
  margin-left: 8px;
  left: 8px;
  margin-top: -4px;
}
.page-product-bundle .bundle-options-container .product-details button#product-addtocart-button:hover,
.page-product-bundle .bundle-options-container .product-details .cart.table-wrapper .actions-toolbar > .action#product-addtocart-button:hover,
.page-product-bundle .bundle-options-container .product-details .action-gift#product-addtocart-button:hover {
  background-image: none;
  transition: all 0.5s ease-in-out;
  background-color: #dd7508;
  text-decoration: none;
}
.page-product-bundle .bundle-options-container .product-details .fieldset .control-qty-cart {
  text-align: center;
}
.page-product-bundle .bundle-options-container .product-details .fieldset .control-qty-cart input#qty {
  max-width: 42px;
  margin: 0 auto;
  border-radius: 0;
  padding: 4px 0px 1px 0px;
  text-align: center;
  min-height: 43px;
  margin-left: -6px;
  margin-top: 1px;
  margin-top: 26px;
}
.page-product-bundle .bundle-options-container .product-details .fieldset .control-qty-cart .control-qty span.quantity-controls.quantity-plus:before {
  content: '\f068';
  font-weight: 900;
  font-family: 'Line Awesome Free';
  position: absolute;
  top: 26px;
  left: 0px;
  background-color: #ffffff;
  padding: 7px 8px 5px 11px;
  font-size: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #d0d2de;
  cursor: pointer;
  min-height: 43px;
}
.page-product-bundle .bundle-options-container .product-details .fieldset .control-qty-cart .control-qty span.quantity-controls.quantity-minus:before {
  content: '\f067';
  font-weight: 900;
  font-family: 'Line Awesome Free';
  position: absolute;
  top: 26px;
  right: 5px;
  background-color: #ffffff;
  padding: 8px 12px 7px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #d0d2de;
  cursor: pointer;
  min-height: 43px;
}
.page-product-bundle .bundle-options-wrapper {
  width: 60%;
}
.page-product-bundle .bundle-options-container div#bundleSummary p {
  font-family: BRHendrix-Medium;
  font-weight: 500;
  line-height: normal;
  color: #5e678e;
}
.page-product-configurable input#qty {
  max-height: 43px;
}
.actions-toolbar .primary a {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
}
.actions-toolbar .primary a:hover {
  outline: none;
  background-image: none !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #dd7508 !important;
  text-decoration: none !important;
}
.actions-toolbar .primary button,
.actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.actions-toolbar .primary .action-gift {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px!important;
  min-height: 40px;
}
.actions-toolbar .primary button:hover,
.actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.actions-toolbar .primary .action-gift:hover {
  outline: none;
  background-image: none !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #dd7508 !important;
  text-decoration: none !important;
}
.actions-toolbar .secondary a {
  background-color: transparent !important;
  color: #ff8300 !important;
  border-radius: 20px !important;
  font-weight: 700;
  border: 1px solid #ff8300 !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  min-height: 40px !important;
  font-size: 20px !important;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  margin-top: 0 !important;
  line-height: normal !important;
}
.actions-toolbar .secondary a:hover {
  text-decoration: none !important;
  background-image: none !important;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  transition: all 0.5s ease-in-out !important;
}
.actions-toolbar .secondary a:hover::after {
  color: #ffffff !important;
}
.actions-toolbar .primary .action.action-login.secondary {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 17px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 20px !important;
  min-height: 36px;
}
.actions-toolbar .primary .action.action-login.secondary:hover {
  outline: none;
  background-image: none !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #dd7508 !important;
  text-decoration: none !important;
}
.actions-toolbar .secondary .action.action-remind {
  background-color: transparent !important;
  color: #ff8300 !important;
  border-radius: 20px !important;
  font-weight: 700;
  border: 1px solid #ff8300 !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  font-size: 17px !important;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle !important;
  padding: 6px 20px !important;
  margin: 0 !important;
  min-height: 36px !important;
}
.actions-toolbar .secondary .action.action-remind:hover {
  text-decoration: none !important;
  background-image: none !important;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  transition: all 0.5s ease-in-out !important;
}
.actions-toolbar .secondary .action.action-remind:hover::after {
  color: #ffffff !important;
}
.page-wrapper .columns .column.main .login-container .block .block-title {
  border: 0px;
  margin-bottom: 0px;
}
.page-wrapper .columns .column.main .block-title strong {
  font-size: 33px;
  color: #10183d;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
}
.page-wrapper .columns .column.main .fieldset .field.note {
  color: #5e678e;
  max-width: 100%;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 13.5px;
  font-size: 20px;
  font-family: BRHendrix-Regular;
}
.page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading {
  margin-top: 50px;
  margin-bottom: 0px;
}
.page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading .base {
  color: #10183d;
  font-size: 47px;
}
.page-wrapper .fieldset > .field:not(.choice) > .label {
  color: #5e678e !important;
  font-size: 19px;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  width: 100%;
  margin-bottom: 6px;
  letter-spacing: -0.2px;
  font-family: BRHendrix-Regular;
}
.page-wrapper .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.page-wrapper .fieldset .control {
  width: 100%;
}
.page-wrapper .fieldset .control input {
  padding-left: 15px;
  font-size: 17px;
  border: solid 1px #d0d2de;
  height: 42px;
  line-height: inherit;
  width: 100%;
  color: #5e678e;
  max-width: 100%;
  box-shadow: none;
  font-family: BRHendrix-Regular;
}
.page-wrapper .fieldset .control input:focus {
  border: 1px solid #10183d;
  box-shadow: 0px 0px 0px 1px #10183d;
}
.page-wrapper .fieldset .control select {
  height: 42px;
  line-height: inherit;
  width: 100%;
  font-size: 18px;
  color: #5e678e;
  padding-left: 15px;
  font-family: BRHendrix-Regular;
  box-shadow: none;
  border: solid 1px #d0d2de;
  background-color: #ffffff !important;
  background-position: 98.7% !important;
  background-repeat: no-repeat !important;
  background: url(/wp/wp-content/uploads/2021/08/angle-down.svg);
  -webkit-appearance: none;
  border-radius: 4px;
}
.page-wrapper .fieldset .control div.mage-error[generated] {
  background: transparent;
  font-family: BRHendrix-Bold;
  font-weight: 700;
  color: #d82b0a;
  font-size: 16px;
}
.page-wrapper .fieldset > .field.required > .label:after {
  font-size: 19px;
  color: #5e678e;
  font-family: BRHendrix-Regular;
}
.page-wrapper .fieldset .actions-toolbar {
  margin-left: 0px !important;
}
.page-wrapper .fieldset .actions-toolbar:after {
  margin-left: 0px !important;
}
.page-wrapper .login-container .fieldset:after {
  margin-left: 0px;
}
.page-wrapper .login-container .block .block-content {
  min-height: auto;
  background-color: #f2f7ff;
  padding: 20px;
  border: 1px solid #d0d2de;
}
.fieldset > .legend {
  margin-left: 0px !important;
}
.customer-account-create fieldset.fieldset.address {
  width: 100%;
}
.page-wrapper .fieldset.create {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 0px;
  border-radius: 5px;
  margin-bottom: 0px;
}
.page-wrapper .fieldset.create .legend {
  margin-left: 0px;
}
.page-wrapper .fieldset.create .legend span {
  font-size: 33px;
  color: #10183d;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
}
.page-wrapper .fieldset.create.account {
  float: right;
}
.page-wrapper .col-lg-12.col-md-12 .column.main form.password.reset {
  padding-bottom: 50px;
}
.page-wrapper .col-lg-12.col-md-12 .column.main .login-container {
  padding-top: 30px;
  padding-bottom: 10px;
}
.page-wrapper .col-lg-12.col-md-12 .column.main .form.create {
  margin-bottom: 50px;
  width: 50%;
}
.page-wrapper .col-lg-12.col-md-12 .column.main .form {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
}
.page-wrapper .col-lg-12.col-md-12 .column.main .form .field.choice.newsletter:before {
  width: auto;
  padding: 0px;
}
.page-wrapper .col-lg-12.col-md-12 .column.main .form .actions-toolbar {
  margin-left: 0px;
}
.page-wrapper .col-lg-12.col-md-12 .column.main .field > .label {
  color: #5e678e !important;
  font-size: 19px;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  width: 100% !important;
  letter-spacing: -0.2px;
  font-family: BRHendrix-Regular;
}
.page-wrapper .form-create-account .control {
  width: 100% !important;
}
.page-wrapper .form-create-account .fieldset .legend {
  font-family: BRHendrix-Medium;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.27;
  color: #10183d;
}
.password-strength-meter {
  margin-top: 10px;
  background-color: #d3d6e1;
  font-family: BRHendrix-Bold;
}
.page-wrapper .columns .column.main .form.password.forget {
  background-color: #f2f7ff;
  padding: 16px 20px 20px;
  border: 1px solid #d0d2de;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 50px;
}
.product-image-container {
  width: 93px !important;
  display: inline;
}
.minicart-items .item-qty {
  width: 50px;
  height: 36px;
  padding: 0px;
}
.minicart-items .item-qty:focus {
  box-shadow: 0px 0px 0px 1px #10183d;
  border: 1px solid #10183d;
}
.page-header .minicart-wrapper .block-minicart {
  top: 70px;
  padding: 0 25px 20px;
}
.page-header .minicart-wrapper .block-minicart #minicart-content-wrapper {
  padding-top: 25px;
}
.page-header .minicart-wrapper .block-minicart .block-content > .items-total {
  position: relative;
  bottom: 12px;
}
.page-header .minicart-wrapper .block-minicart .block-content > .header-minicart {
  position: relative;
  bottom: 12px;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product.actions .secondary {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details {
  padding-left: 75px;
  float: none;
  margin-left: 30px;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .price {
  font-weight: 500;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-name a {
  color: #10183d;
  font-family: BRHendrix-Medium;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-name a:hover {
  text-decoration: none;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-pricing {
  color: #10183d;
  font-family: BRHendrix-Medium;
}
.page-header .minicart-wrapper .block-minicart .subtotal {
  text-align: left;
  display: inherit;
  margin: 10px 0px 0px 0px;
}
.page-header .minicart-wrapper .block-minicart .subtotal .label {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 500;
  font-family: BRHendrix-Medium;
}
.page-header .minicart-wrapper .block-minicart .subtotal .amount.price-container {
  display: table-cell;
  vertical-align: middle;
}
.page-header .minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
  font-family: BRHendrix-Medium;
  font-weight: 500;
}
.page-header .minicart-wrapper .block-content .actions > a {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
}
.page-header .minicart-wrapper .block-content .actions > a:hover {
  outline: none;
  text-decoration: none !important;
  transition: 0.5s ease !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.page-header .minicart-wrapper .block-content .actions > a.action.viewcart {
  float: left;
}
.page-header .minicart-wrapper .block-content .actions > a.action.checkout {
  float: right;
  text-align: center;
  cursor: pointer;
}
.page-wrapper main#maincontent .sidebar-main ul.nav li.nav {
  color: #10183d;
  width: 100%;
  font-size: 20px;
  font-family: BRHendrix-Regular;
  font-weight: normal;
}
.page-wrapper main#maincontent .sidebar-main .block-collapsible-nav .content {
  background-color: #f2f7ff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #d0d2de;
}
.customer-account-index .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading {
  margin-top: 0px;
  margin-bottom: 30px;
}
.account .column.main .order-details-items.ordered .order-title {
  display: none;
}
.account .column.main .block:not(.widget) .block-title > strong {
  font-size: 26px;
  font-weight: normal;
  font-family: BRHendrix-Regular;
}
.account .column.main .block:not(.widget) .block-title a {
  font-size: 26px;
  font-weight: normal;
  font-family: BRHendrix-Regular;
  color: #7695da;
  text-decoration: none;
}
.account .column.main .block:not(.widget) .block-title a:hover {
  color: #7695da;
  text-decoration: none;
  transition: 0.5s ease;
}
.account .column.main .block:not(.widget) .box-title > span {
  color: #10183d;
  font-size: 20px !important;
  font-family: BRHendrix-Bold;
  font-weight: normal;
}
.block .box .box-actions a {
  color: #7695da;
  text-decoration: none;
  transition: 0.5s ease;
}
.block .box .box-actions a:hover {
  transition: 0.5s ease;
  cursor: pointer;
  color: #ff8300;
}
.block .block-title a {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
}
.block .block-title a:hover {
  outline: none;
  text-decoration: none !important;
  transition: 0.5s ease !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.page-wrapper main#maincontent .table-order-items {
  margin-bottom: 0px;
}
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d2de;
  padding-bottom: 10px;
  padding-top: 10px;
}
.page-wrapper main#maincontent .order-2 .homepage-hero-heading {
  margin-top: 0px !important;
  margin-bottom: 25px !important;
}
.page-wrapper main#maincontent .order-2 .fieldset.password {
  margin-bottom: 40px !important;
}
.page-wrapper main#maincontent .order-2 .fieldset:nth-child(2) {
  margin-bottom: 0px;
}
.page-wrapper main#maincontent .order-2 .fieldset .legend span {
  font-size: 33px;
  color: #10183d;
  font-family: BRHendrix-Regular;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
}
.page-wrapper main#maincontent .order-2 .fieldset > .legend {
  margin-bottom: 10px;
}
.page-wrapper main#maincontent .order-2 .fieldset > .field.choice:before {
  width: 0px;
  padding: 0px;
}
.page-wrapper main#maincontent .order-2 .column:not(.sidebar-main) form .actions-toolbar {
  margin-left: 0px;
}
.page-wrapper main#maincontent .sidebar-main ul.nav li.nav.item.current strong {
  color: #ff8300;
}
.page-wrapper main#maincontent .columns.col2-layout .container .row {
  padding: 50px 15px;
}
.page-wrapper main#maincontent .sidebar-main ul.nav li.nav .delimiter {
  display: none;
}
.page-wrapper main#maincontent .sidebar-main .block.block-collapsible-nav {
  margin-bottom: 0px !important;
}
.page-wrapper main#maincontent .table-order-items th.col {
  width: auto;
  max-width: unset;
  font-family: BRHendrix-Bold;
  font-weight: 700;
}
.page-wrapper main#maincontent .table-order-items td.col {
  font-family: BRHendrix-Regular;
  font-weight: normal;
}
.page-wrapper main#maincontent .table-order-items td.col a {
  color: #7695da;
  text-decoration: none;
  transition: 0.5s ease;
}
.page-wrapper main#maincontent .table-order-items td.col a:hover {
  transition: 0.5s ease;
  cursor: pointer;
  color: #ff8300;
}
.page-wrapper main#maincontent .toolbar .limiter {
  margin-right: 32px;
  font-family: BRHendrix-Bold;
  font-weight: 700;
}
td.col {
  width: auto;
  max-width: unset;
}
td.col th.col {
  width: auto;
  max-width: unset;
}
.checkout-cart-index .columns.col1-layout {
  margin-bottom: 50px;
}
.checkout-cart-index .cart-summary .block > .title {
  padding: 0px;
  border-top: 0px;
}
.page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading .base {
  font-family: BRHendrix-Medium;
}
.page-wrapper .column.main .cart-container .form.form-cart {
  float: left;
  position: relative;
  width: 73%;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table {
  border: none;
  border-bottom: 1px solid #d0d2de;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table thead {
  border: none;
  border-top: 1px solid #d0d2de;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table thead th {
  border: none;
  font-size: 20px;
  font-family: BRHendrix-Bold;
  color: #10183d;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table .col.price {
  color: #ff8300;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table .col {
  width: auto;
  max-width: unset;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item {
  border: none;
  border-top: 1px solid #d0d2de;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info {
  border-bottom: 1px solid #d0d2de;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.item .product-item-photo {
  padding: 4px;
  border: 1px solid #d0d2de;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.item .product-item-photo .product-image-photo {
  max-width: unset;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.item .product-item-details {
  padding-left: 20px;
  vertical-align: middle;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.item .product-item-details a {
  font-size: 20px;
  font-family: BRHendrix-Medium;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.item .product-item-details a:hover {
  text-decoration: none !important;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.subtotal .cart-price {
  color: #ff8300;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.qty .input-text.qty {
  font-family: BRHendrix-Regular;
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  color: #5e678e;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.qty .input-text.qty:focus {
  border-color: none;
  box-shadow: none;
  border-radius: 4px;
  border: solid 2px #10183d;
  background-color: #ffffff;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col {
  vertical-align: middle;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions td {
  padding: 15px 7.5px;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions .action.action-edit {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
  -webkit-appearance: none !important;
  margin-bottom: 0 !important;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions .action.action-edit:hover {
  outline: none;
  text-decoration: none !important;
  transition: 0.5s ease !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions .action.action-edit:focus {
  outline: none;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions .action.action-delete {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
  -webkit-appearance: none !important;
  margin-bottom: 0 !important;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions .action.action-delete:hover {
  outline: none;
  text-decoration: none !important;
  transition: 0.5s ease !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions .action.action-delete:focus {
  outline: none;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table td {
  border: none;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.update {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px 6px 14px !important;
  min-height: 40px;
  margin-bottom: 0 !important;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.update:hover {
  background-color: #dd7508 !important;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.update:focus {
  outline: none;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.update:before {
  content: '\e603';
  font-family: 'icons-blank-theme';
  font-size: 32px;
  vertical-align: middle !important;
  position: unset !important;
  margin-right: 38px;
  margin-top: 0px;
  width: 0px;
  height: 0px;
  display: flex;
  align-items: center;
  overflow: unset;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.continue {
  background-color: transparent !important;
  color: #ff8300 !important;
  border-radius: 20px !important;
  font-weight: 700;
  border: 1px solid #ff8300 !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  min-height: 40px !important;
  font-size: 20px !important;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle !important;
  padding: 6px 22px 6px 14px !important;
  margin-top: 0 !important;
  line-height: normal !important;
  min-height: 40px;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.continue:hover {
  outline: none !important;
  color: #ffffff !important;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #ff8300 !important;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.continue:focus {
  outline: none;
}
.page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.continue:before {
  content: '\e617';
  font-family: 'icons-blank-theme';
  font-size: 30px;
  vertical-align: middle !important;
  position: unset !important;
  margin-right: 32px;
  margin-top: 0px;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  overflow: unset;
}
.page-wrapper .column.main .cart-container .cart-summary {
  margin-bottom: 0px;
  font-size: 18px !important;
  font-family: BRHendrix-Regular;
  position: inherit;
  color: #10183d;
}
.page-wrapper .column.main .cart-container .cart-summary .block .fieldset {
  margin: 15px 0 25px 0px;
}
.page-wrapper .column.main .cart-container .cart-summary .cart-totals {
  border-top: none;
  padding: 0;
}
.page-wrapper .column.main .cart-container .cart-summary .cart-totals .data.table.totals td {
  color: #ff8300;
}
.page-wrapper .column.main .cart-container .cart-summary .cart-totals .data.table.totals .mark {
  background-color: transparent;
}
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .item:nth-child(2) {
  display: none;
}
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout,
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .amshopby-button.checkout,
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .am-filter-go.checkout {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
  -webkit-appearance: none !important;
  margin-bottom: 0 !important;
  justify-content: center;
}
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover,
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .amshopby-button.checkout:hover,
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .am-filter-go.checkout:hover {
  outline: none;
  text-decoration: none !important;
  transition: 0.5s ease !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:focus,
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .amshopby-button.checkout:focus,
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .am-filter-go.checkout:focus {
  outline: none;
}
.page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .action.multicheckout:hover {
  text-decoration: none;
}
.checkout-index-index .shipping-address-item .action.edit-address-link {
  display: none !important;
}
.checkout-index-index .shipping-address-item .action {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
}
.checkout-index-index .shipping-address-item .action:hover {
  outline: none;
  text-decoration: none !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.checkout-index-index .checkout-container {
  margin-bottom: 31px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .amcheckout-button.-new-address {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .amcheckout-button.-new-address:hover {
  outline: none;
  text-decoration: none !important;
  transition: 0.5s ease !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .amcheckout-button.-new-address:focus {
  outline: none;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .fieldset.address {
  padding-top: 25px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .label:after {
  color: #5e678e !important;
  font-size: 19px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content input[type="password"]::placeholder {
  color: #5e678e !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .input-text {
  border-radius: 4px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .control._with-tooltip .input-text {
  margin-right: 10px;
  width: calc(@width1 - 39px) !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .control._with-tooltip .field-tooltip.toggle {
  position: absolute !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .control._with-tooltip .note {
  margin-left: 0 !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .select {
  height: 42px;
  line-height: inherit;
  width: 100%;
  font-size: 18px;
  color: #5e678e;
  padding-left: 15px;
  font-family: BRHendrix-Regular;
  box-shadow: none;
  border: solid 1px #d0d2de;
  background-color: #ffffff !important;
  background-position: 95.7% !important;
  background-repeat: no-repeat !important;
  background: url(/wp/wp-content/uploads/2021/08/angle-down.svg);
  -webkit-appearance: none;
  border-radius: 4px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container {
  margin: 0;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container input[type='checkbox'] + label {
  font-size: 20px;
  font-family: 'BRHendrix-Bold';
  font-weight: bold;
  line-height: normal;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container input[type='checkbox'] + label:before {
  margin-right: 5px;
  margin-top: 2px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container .checkout-payment-method hr {
  display: none;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container .checkout-payment-method #recaptcha-checkout-place-order-wrapper .field .required-captcha.checkbox {
  width: auto !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container .checkout-payment-method .action.action-help:hover {
  text-decoration: none;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container .checkout-payment-method .ccard .field.captcha.required .field.no-label {
  width: 100% !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container .checkout-payment-method .ccard .field.no-label {
  width: 50% !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container .checkout-payment-method .fieldset.payment.items.ccard .field.number.required .input-text {
  width: 100%;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container .checkout-payment-method .fieldset.payment.items.ccard .field.cvv.required .control {
  max-width: 120px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container .checkout-payment-method .fieldset.payment.items.ccard .field.cvv.required .input-text {
  width: calc(@width1 - 20px) !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .amcheckout-items {
  display: block;
  position: relative;
  left: 15px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .action.primary.checkout.amasty,
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .amshopby-button.checkout.amasty,
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .am-filter-go.checkout.amasty {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
  justify-content: center;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .action.primary.checkout.amasty:hover,
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .amshopby-button.checkout.amasty:hover,
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .am-filter-go.checkout.amasty:hover {
  outline: none;
  text-decoration: none !important;
  transition: 0.5s ease !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .action.primary.checkout.amasty:focus,
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .amshopby-button.checkout.amasty:focus,
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .am-filter-go.checkout.amasty:focus {
  outline: none;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .data.table.table-totals .mark {
  background: transparent;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .data.table.table-totals .amount {
  color: #ff8300;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product {
  padding-bottom: 0;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product .product-item-details {
  margin-left: 10px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product .product-item-inner {
  margin: 0 !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product .product-item-inner .product-item-name-block {
  margin-bottom: 0 !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product .product-item-inner .product-item-name-block span.value {
  position: relative;
  top: 1px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product-image-container {
  border: 1px solid #d0d2de;
  width: auto !important;
  height: auto !important;
  padding: 2px;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product-item-details .subtotal {
  color: #ff8300;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product-item-details .product.options {
  padding-bottom: 0 !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product-item-details .product.options .item-options {
  margin-bottom: 0 !important;
}
.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product-item-details .product.options .item-options .values {
  margin: 0 !important;
  position: relative !important;
  top: 5px !important;
}
.checkout-index-index .form {
  width: 100%;
  margin-top: 0 !important;
}
.checkout-index-index .checkout-header .title {
  font-family: BRHendrix-Medium;
  font-size: 47px;
  color: #10183d;
  line-height: 1.06;
  letter-spacing: -1.91px;
}
.checkout-index-index .authentication-wrapper .action.action-auth-toggle {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
}
.checkout-index-index .authentication-wrapper .action.action-auth-toggle:hover {
  outline: none;
  text-decoration: none !important;
  transition: 0.5s ease !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.checkout-index-index .authentication-wrapper .action.action-auth-toggle:focus {
  outline: none;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header {
  border-bottom: none;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close {
  z-index: 1;
  margin: 10px;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close:focus {
  outline: none;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content {
  border: none;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content .block-customer-login .actions-toolbar {
  margin: 0;
  float: left;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content .block-customer-login .actions-toolbar > .secondary {
  padding-top: 0;
  display: none;
}
.checkout-index-index .page-footer .footer-middle .desktop_button_hidden.primary_btn.footer_btn {
  margin-bottom: 21.73913043px !important;
}
.checkout-onepage-success .actions-toolbar .primary a.action.primary.continue,
.checkout-onepage-success .actions-toolbar .primary a.amshopby-button.continue,
.checkout-onepage-success .actions-toolbar .primary a.am-filter-go.continue {
  margin-top: 15px;
  margin-bottom: 50px;
}
.checkout-onepage-success .table-order-items tr th {
  background: none;
}
.multicheckout .actions-toolbar .secondary {
  margin-top: 0px;
}
.multishipping-checkout-addresses .items.data.table tr th {
  width: auto;
  max-width: unset;
}
.multishipping-checkout-addresses .multicheckout.address {
  padding-bottom: 25px;
}
.multishipping-checkout-addresses .multicheckout .actions-toolbar .secondary .action {
  background-color: transparent !important;
  color: #ff8300 !important;
  border-radius: 20px !important;
  font-weight: 700;
  border: 1px solid #ff8300 !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  min-height: 40px !important;
  font-size: 20px !important;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  margin-top: 0 !important;
  line-height: normal !important;
}
.multishipping-checkout-addresses .multicheckout .actions-toolbar .secondary .action:hover {
  color: #ffffff !important;
  background-color: #ff8300 !important;
  transition: all 0.5s ease-in-out !important;
}
.multishipping-checkout-addresses .multicheckout .actions-toolbar .secondary .action:hover:after {
  color: #ffffff;
}
.action.reload.captcha-reload {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
}
.action.reload.captcha-reload:hover {
  outline: none;
  text-decoration: none !important;
  transition: 0.5s ease !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
.action.reload.captcha-reload:focus {
  outline: none;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-header {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-header .modal-title {
  font-family: BRHendrix-Medium;
  font-size: 24px !important;
  line-height: 1.25;
  color: #10183d !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-header .action-close:focus {
  outline: none !important;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-content .form-shipping-address {
  max-width: unset !important;
  padding-top: 20px;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-content .form-shipping-address .field .label {
  font-size: 18px !important;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-content .form-shipping-address .field .input-text {
  font-size: 17px;
  border: solid 1px #d0d2de;
  height: 42px;
  line-height: inherit;
  width: 100%;
  color: #5e678e;
  max-width: 100%;
  box-shadow: none;
  font-family: BRHendrix-Regular;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-content .form-shipping-address .field .input-text:focus {
  border: 1px solid #10183d;
  box-shadow: 0px 0px 0px 1px #10183d;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-content .form-shipping-address .field .control._with-tooltip .input-text {
  margin-right: 10px;
  width: calc(@width1 - 39px) !important;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-content .form-shipping-address .field .select {
  height: 42px;
  line-height: inherit;
  width: 100%;
  font-size: 18px;
  color: #5e678e;
  padding-left: 15px;
  font-family: BRHendrix-Regular;
  box-shadow: none;
  border: solid 1px #d0d2de;
  background-color: #ffffff !important;
  background-position: 95.7% !important;
  background-repeat: no-repeat !important;
  background: url(/wp/wp-content/uploads/2021/08/angle-down.svg);
  -webkit-appearance: none;
  border-radius: 4px;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-content .form-shipping-address .field.required .label:after {
  font-size: 18px !important;
  color: #5e678e !important;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-content .form-shipping-address .field._required .label:after {
  font-size: 18px !important;
  color: #5e678e !important;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer {
  padding: 15px !important;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.primary.action-save-address,
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .amshopby-button.action-save-address,
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .am-filter-go.action-save-address {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.primary.action-save-address:hover,
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .amshopby-button.action-save-address:hover,
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .am-filter-go.action-save-address:hover {
  background-color: #dd7508 !important;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  text-decoration: none;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.primary.action-save-address:focus,
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .amshopby-button.action-save-address:focus,
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .am-filter-go.action-save-address:focus {
  outline: none;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.secondary.action-hide-popup {
  outline: none;
  background-color: transparent !important;
  color: #ff8300 !important;
  border-radius: 20px !important;
  font-weight: 700;
  border: 1px solid #ff8300 !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  min-height: 40px !important;
  font-size: 20px !important;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  margin-left: 10px;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.secondary.action-hide-popup:hover {
  outline: none !important;
  text-decoration: none !important;
  background-image: none !important;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  transition: all 0.5s ease-in-out !important;
}
.checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.secondary.action-hide-popup:hover::after {
  color: #ffffff !important;
}
.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  width: 738px !important;
  max-width: unset !important;
}
._has-modal .modal-popup.confirm._show .modal-header {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
._has-modal .modal-popup.confirm._show .modal-header .modal-title {
  font-family: BRHendrix-Medium;
  font-size: 24px !important;
  line-height: 1.25;
  color: #10183d !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
._has-modal .modal-popup.confirm._show .modal-header .action-close:focus {
  outline: none !important;
}
._has-modal .modal-popup.confirm._show .modal-content {
  border-left: none !important;
  border-right: none !important;
}
._has-modal .modal-content {
  padding: 20px !important;
}
._has-modal .modal-footer .action-primary.action-accept {
  outline: none;
  background-color: #ff8300 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  border: none !important;
  background-image: none !important;
  font-family: BRHendrix-Bold !important;
  transition: all 0.5s ease-in-out !important;
  display: inline-flex !important;
  position: unset !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
  min-height: 40px;
  margin-left: 10px !important;
}
._has-modal .modal-footer .action-primary.action-accept:hover {
  outline: none;
  text-decoration: none !important;
  transition: 0.5s ease !important;
  background-color: #dd7508 !important;
  transition: all 0.5s ease-in-out !important;
}
._has-modal .modal-footer .action-primary.action-accept:focus {
  outline: none;
}
._has-modal .modal-footer .action-secondary.action-dismiss {
  outline: none;
  background-color: transparent !important;
  color: #ff8300 !important;
  border-radius: 20px !important;
  font-weight: 700;
  border: 1px solid #ff8300 !important;
  background-image: none !important;
  font-family: BRHendrix-Bold;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  min-height: 40px !important;
  font-size: 20px !important;
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  vertical-align: middle !important;
  padding: 6px 22px !important;
}
._has-modal .modal-footer .action-secondary.action-dismiss:hover {
  outline: none !important;
  color: #ffffff !important;
  transition: 0.5s ease !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #ff8300 !important;
}
._has-modal .modal-footer .action-secondary.action-dismiss:hover:after {
  color: #ffffff !important;
}
._has-modal .modal-footer .action-secondary.action-dismiss:after {
  position: unset !important;
  content: '\f111';
  color: #ff8300;
  font-size: 6px;
  font-family: 'FontAwesome';
  transition: all 0.5s ease-in-out !important;
  margin-left: 16px;
  width: 6px;
  height: 6px;
  display: inline-flex;
  align-items: center;
  margin-top: 0px;
}
.product_data_tab h3 {
  font-family: BRHendrix-Medium;
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  color: #10183d;
  margin-bottom: 15px;
}
.product_data_tab p {
  font-family: BRHendrix-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #5e678e;
  margin-bottom: 52px;
  max-width: 100%;
}
.product_data_tab img {
  min-width: 400px;
  margin-bottom: 50px;
}
.product_data_tab span {
  display: block;
}
.product_data_tab .products_url {
  display: inline-block;
  width: 100%;
}
.product_data_tab .products_url img {
  float: left;
  min-width: 24px;
  height: auto;
  margin-bottom: 10px;
}
.product_data_tab .products_url > a {
  margin-left: 8px;
  color: #7695da;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .action.order {
  color: #ff8300;
  text-decoration: none;
  transition: 0.5s ease;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .action.order:hover {
  color: #7695da;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .action.print {
  color: #ff8300;
  text-decoration: none;
  transition: 0.5s ease;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .action.print:hover {
  color: #7695da;
}
.sales-order-view .items.order-links .nav.item.current {
  color: #10183d;
}
.sales-order-view .order-details-items.ordered .data.table.table-order-items {
  color: #10183d;
}
.sales-order-view .order-details-items.ordered .data.table.table-order-items thead .col.price {
  color: #ff8300;
}
.sales-order-view .order-details-items.ordered .data.table.table-order-items tbody .col.price {
  color: #ff8300;
}
.sales-order-view .order-details-items.ordered .data.table.table-order-items tbody .col.subtotal {
  color: #ff8300;
}
.sales-order-view .order-details-items.ordered .data.table.table-order-items tfoot .mark {
  background-color: #ffffff;
}
.sales-order-view .order-details-items.ordered .data.table.table-order-items tfoot .amount {
  color: #ff8300;
}
.sales-order-view .block.block-order-details-view .box.box-order-shipping-address address > a {
  color: #ff8300;
  text-decoration: none;
  transition: 0.5s ease;
}
.sales-order-view .block.block-order-details-view .box.box-order-shipping-address address > a:hover {
  color: #7695da;
}
.sales-order-view .block.block-order-details-view .box.box-order-billing-address address > a {
  color: #ff8300;
  text-decoration: none;
  transition: 0.5s ease;
}
.sales-order-view .block.block-order-details-view .box.box-order-billing-address address > a:hover {
  color: #7695da;
}
.catalogsearch-result-index .col-lg-3.col-md-3 {
  padding-left: 0px;
}
.catalogsearch-result-index .col-lg-9.col-md-9 {
  padding-right: 0px;
}
.catalogsearch-result-index .homepage-hero-heading {
  border-bottom: 1px solid #d0d2de;
  width: 100%;
  padding-bottom: 30px;
}
.catalogsearch-result-index .page-wrapper main#maincontent .sidebar .block .block-title strong {
  font-family: BRHendrix-Medium;
}
.catalogsearch-result-index .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main {
  max-width: 100%;
}
.catalogsearch-result-index .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main .catlog-search-heading h1.result-titile {
  display: none;
}
.catalogsearch-result-index .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading .base {
  font-family: BRHendrix-Medium;
}
.catalogsearch-result-index .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading .base strong {
  font-size: 52px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -2.12px;
  font-family: BRHendrix-Medium;
  color: #7695da;
}
.catalogsearch-result-index .message.notice.notice-msg {
  background: none;
  border-radius: 25px;
  background-color: #f2f7ff !important;
  padding: 25px;
}
.catalogsearch-result-index .message.notice.notice-msg div:before {
  display: none;
}
.catalogsearch-result-index .message.notice.notice-msg .message.info {
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.catalogsearch-result-index .message.notice.notice-msg .message.info .empty_products_msg {
  display: flex;
  align-items: center;
}
.catalogsearch-result-index .message.notice.notice-msg .message.info .empty_products_msg .empty_products_msg_head {
  font-size: 28px;
  font-family: BRHendrix-Medium;
  font-weight: 500;
  line-height: normal;
  color: #10183d;
}
.catalogsearch-result-index .message.notice.notice-msg .message.info .empty_products_msg .empty_products_msg_head .empty_products_msg_content {
  font-size: 20px;
  font-family: BRHendrix-Regular;
  font-weight: normal;
  line-height: normal;
  color: #10183d;
  margin-top: 15px;
  margin-bottom: 25px;
}
.catalogsearch-result-index .message.notice.notice-msg .message.info .empty_products_msg .empty_products_img {
  margin-right: 40px;
}
.catalogsearch-result-index .col2-layout .col-lg-9.col-md-9.order-2.col-right-main {
  max-width: 75% !important;
  flex: 0 0 100% !important;
}
.catalog-product-view .related-product-bottom.research-related-product .inner-row .products.list.items.product-items.inner-col {
  margin: 15px;
  width: 25%;
}
.catalog-product-view .related-product-bottom.research-related-product .inner-row .products.list.items.product-items.inner-col .rcatlog {
  text-transform: unset;
  margin-bottom: 16px;
  padding-top: 14px;
}
.catalog-product-view .related-product-bottom.research-related-product .inner-row .products.wrapper.grid.products-grid.products-related {
  display: flex;
}
.catalog-product-view .related-product-bottom.research-related-product .block-title.title.related {
  padding-bottom: 1px !important;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item:hover {
  cursor: pointer;
  border: 1px solid #88aaf4;
  padding: 25px 20px;
  box-shadow: 0px 0px 0px 1px #88aaf4;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info p.product_price:hover {
  color: #4e74c7;
  text-decoration: none;
}
.catalog-product-view .related-product-bottom .products.list.items.product-items .item.product.product-item .product-item-info .product__sku:hover {
  text-decoration: none;
  color: #5e678e;
}
.related-product-bottom.research-related-product .inner-row .inner-col:nth-child(2) .rbox {
  position: relative;
  left: 2px;
}
.related-product-bottom.research-related-product .inner-row .inner-col:nth-child(3) .rbox {
  position: relative;
  left: 3px;
}
.related-product-bottom.research-related-product .inner-row .inner-col:nth-child(4) .rbox {
  position: relative;
  left: 5px;
}
.page-footer .footer.footer-2 .footer-top .row.top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions button,
.page-footer .footer.footer-2 .footer-top .row.top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action,
.page-footer .footer.footer-2 .footer-top .row.top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .action-gift {
  height: 34px !important;
  top: 0 !important;
  right: 0 !important;
  display: flex;
  align-items: center;
}
form#newsletter-validate-detail .actions {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  align-content: center;
  max-width: 100%;
  margin-right: 5px;
  bottom: 34px;
  margin: 5px 5px auto auto;
}
div#newsletter-error {
  width: 100%;
  display: flex;
  max-width: 508px;
  float: right;
  margin-bottom: 15px;
  font-family: BRHendrix-Bold;
  font-size: 15px;
  font-weight: bold;
}
.slider-index-index .page-title-wrapper {
  padding-bottom: 50px;
}
.slider-index-index .column.main #openseadragon1 {
  margin: auto;
  margin-bottom: 50px;
}
.catalog-product-view .page.messages {
  margin-bottom: 30px;
}
.messages .message-error.error.message {
  margin-top: 15px;
}
.checkout-success .success-messages {
  margin-top: 15px;
}
.cart-empty {
  margin-top: 15px;
}
@media (max-width: 1679px) {
  .page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub {
    max-width: 1310px;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .attribute-group {
    width: 36%;
  }
  .page-wrapper main#maincontent .category-description.container .listing-hero-sec-text {
    max-width: 790px;
  }
  .page-wrapper main#maincontent .category-description.container .shadow-text:after {
    max-width: 790px;
  }
  .page-wrapper main#maincontent .category-description.container ul {
    max-width: 790px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-title {
    padding: 20px 75px 20px 20px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .items .item a {
    padding-left: 45px;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner {
    width: 64%;
  }
  .sidebar-content .sidebar .block.filter .block-content .filter-options input {
    margin-left: 20px !important;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .am-filter-items-attr_category_ids .items .item a {
    max-width: 200px !important;
  }
}
@media (max-width: 1366px) {
  .page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub {
    max-width: 1210px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .category-description.container .listing-hero-sec-text {
    max-width: 700px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .category-description.container ul {
    max-width: 700px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .page-title-wrapper .page-title.homepage-hero-heading {
    max-width: 700px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .breadcrumbs ul {
    max-width: 700px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .shadow-text:after {
    max-width: 700px;
  }
  .catalog-category-view .page-wrapper main#maincontent .col-lg-3.col-md-3 {
    flex: 0 0 27%;
    max-width: 27%;
  }
  .catalog-category-view .page-wrapper main#maincontent .col-lg-9.col-md-9 {
    max-width: 73%;
    padding-right: 15px;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .col-lg-3.col-md-3 {
    flex: 0 0 26%;
    max-width: 26%;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .col-lg-9.col-md-9 {
    max-width: 74% !important;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner {
    width: 75%;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .attribute-group {
    width: 25%;
  }
  .checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content .block-customer-login .actions-toolbar .primary {
    display: block !important;
    float: left !important;
    text-align: left !important;
    padding-bottom: 15px;
    width: auto !important;
    margin: 0 !important;
  }
  .related-product-bottom.research-related-product .inner-row .inner-col:nth-child(2) .rbox {
    left: 0;
  }
  .related-product-bottom.research-related-product .inner-row .inner-col:nth-child(3) .rbox {
    left: 0;
  }
  .related-product-bottom.research-related-product .inner-row .inner-col:nth-child(4) .rbox {
    left: 0;
  }
}
@media (max-width: 1239px) {
  .catalog-category-view .category_publication.col-sm-12 .header_div .heading-thirty-three {
    text-align: left;
  }
  .catalog-category-view .category_publication .col-sm-4.header_div {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
  }
  .catalog-category-view .category_publication .col-sm-2.one {
    display: none;
  }
  .catalog-category-view .category_publication .col-sm-2.two {
    display: none;
  }
  .catalog-category-view .category_publication .col-sm-4.button_div {
    flex: 0 0 50%;
    padding-right: 15px;
    max-width: 50%;
  }
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single {
    max-width: 100%;
  }
  .catalog-category-view .bizgenius-citation-paging {
    width: 100% !important;
  }
  .catalog-category-view .bizgenius-citation-list {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-category-view .bizgenius-poweredby {
    padding-right: 15px;
  }
  .catalog-category-view div#bizgenius-citation-widget-container-list {
    padding-left: 15px;
  }
  .bizgenius-poweredby {
    text-align: left !important;
  }
  .catalog-category-view .bizgenius-poweredby {
    width: 100% !important;
    text-align: right !important;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header:before {
    width: 577px;
    height: 324px;
  }
  .catalog-category-view .page-wrapper main#maincontent .col-lg-9.col-md-9 {
    max-width: 73%;
    flex: 0 0 73%;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .category-description.container .listing-hero-sec-text {
    max-width: 750px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .page-title-wrapper .page-title.homepage-hero-heading {
    max-width: 750px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .breadcrumbs ul {
    max-width: 750px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .shadow-text:after {
    max-width: 750px;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .col-lg-9.col-md-9 {
    max-width: 74%;
    flex: 0 0 74%;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner {
    width: 100%;
    justify-content: inherit;
    display: inline-block;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner .product-price {
    text-align: left;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner .product-price .inquiry {
    margin-bottom: 10px;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner .product-groups {
    margin-top: 5px;
    justify-content: left;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .attribute-group {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .label-newsletter {
    float: left;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product.actions.product-item-actions {
    float: right;
  }
}
@media (max-width: 1024px) {
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button,
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action,
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift {
    margin-left: 2% !important;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content span.am-collapse-icon {
    margin-right: 24px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .am-filter-items-attr_category_ids .items .item a {
    max-width: 190px !important;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions button,
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action,
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .action-gift {
    padding: 6px 22px 7px 22px;
  }
  .catalog-category-view .page-wrapper main#maincontent .col-lg-9.col-md-9 {
    max-width: 70%;
    flex: 0 0 70%;
    padding-right: 0px;
  }
  .catalog-category-view .page-wrapper main#maincontent .col-lg-3.col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 15px;
    padding-left: 0px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .page-title-wrapper .page-title.homepage-hero-heading {
    max-width: 570px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .category-description.container .listing-hero-sec-text {
    max-width: 570px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .breadcrumbs ul {
    max-width: 570px;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .columns.col2-layout .container .row {
    padding: 50px 0px 50px 0px;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .col-lg-9.col-md-9 {
    max-width: 70% !important;
    flex: 0 0 70%;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .col-lg-3.col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 15px;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li {
    padding-left: 10px;
  }
  .page-wrapper main#maincontent .col-lg-9.col-md-9.order-2.col-right-main .toolbar-top .toolbar .toolbar-amount {
    margin-right: auto;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .label-newsletter {
    margin-right: 15px;
  }
  .related-product-bottom.research-related-product .inner-row .inner-col:nth-child(1) {
    margin-left: 0 !important;
  }
  .related-product-bottom.research-related-product .inner-row .inner-col:nth-child(4) {
    margin-right: 0 !important;
  }
  .page-wrapper main#maincontent .sidebar-main .block-collapsible-nav .content {
    padding: 10px;
  }
  .sales-order-history .page-wrapper main#maincontent .columns .col-lg-9.col-right-main .column.main {
    min-height: auto;
  }
  .account .toolbar {
    margin-bottom: 0px !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart {
    width: 68%;
  }
  .page-wrapper .column.main .cart-container .cart-summary {
    width: 30%;
  }
}
@media (max-width: 960px) {
  .catalog-category-view .page-wrapper main#maincontent .category-view--header:before {
    width: 577px;
    height: 250px;
  }
  .catalog-category-view .page-wrapper main#maincontent .col-lg-9.col-md-9.order-2.col-right-main {
    flex: 0 0 62%;
    max-width: 62%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .catalog-category-view .page-wrapper main#maincontent .col-lg-3.col-md-3 {
    flex: 0 0 38% !important;
    max-width: 38%;
    padding-left: 0px;
    padding-right: 15px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .category-description.container .listing-hero-sec-text {
    max-width: 500px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .category-description.container ul {
    max-width: 500px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .page-title-wrapper .page-title.homepage-hero-heading {
    max-width: 480px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .breadcrumbs ul {
    max-width: 480px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .shadow-text:after {
    max-width: 480px;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .col-lg-9.col-md-9.order-2.col-right-main {
    flex: 0 0 62%;
    max-width: 62% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .col-lg-3.col-md-3 {
    flex: 0 0 38%;
    max-width: 38%;
    padding-left: 0px;
    padding-right: 15px;
  }
  .category-view--header .category-description .div_table {
    padding-top: 30px;
    padding-bottom: 18px;
  }
  .category-view--header .category-description .div_table table {
    display: block;
  }
  .category-view--header .category-description .div_table table .col-common {
    width: unset;
  }
  .category-view--header .category-description .div_table table tr {
    display: block;
  }
  .category-view--header .category-description .div_table table tr th div {
    background: none;
    justify-content: left;
    min-height: inherit !important;
  }
  .category-view--header .category-description .div_table table tr td {
    padding-right: 0px;
    border-top: 1px solid #d0d2de;
  }
  .category-view--header .category-description .div_table table tr td div {
    background: none;
    text-align: left;
    justify-content: left;
  }
  .category-view--header .category-description .div_table table tr td div:before {
    content: attr(data-th) ": ";
    font-family: BRHendrix-Bold;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
  }
  .category-view--header .category-description .div_table table thead {
    display: none;
  }
  .category-view--header .category-description .div_table table tbody {
    display: block;
  }
  .category-view--header .category-description .div_table table tbody tr {
    border: none;
  }
  .category-view--header .category-description .div_table table tbody tr td:nth-child(1) div {
    background: none;
  }
  .category-view--header .category-description .div_table table tbody tr td .listing_table_height.features {
    justify-content: left;
    font-family: BRHendrix-Bold;
    color: #7695da;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px !important;
  }
  .category-view--header .category-description .div_table table tbody tr td .listing_table_height.features:before {
    display: none;
  }
  .category-view--header .category-description .div_table table th {
    display: block;
  }
  .category-view--header .category-description .div_table table td {
    display: block;
  }
  .category-view--header .category-description .div_table th.heading {
    display: none;
  }
}
@media (max-width: 880px) {
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete {
    max-width: 61vw !important;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .am-filter-items-attr_category_ids .items .item a {
    max-width: 180px !important;
  }
  .desktop_button_hidden.primary_btn.vc_btn3-container {
    display: block !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart {
    float: none;
    width: 100%;
  }
  .page-wrapper .column.main .cart-container .cart-summary {
    float: none;
    width: 100%;
  }
  .checkout-index-index .authentication-wrapper .authentication-dropdown {
    width: 290px;
    right: 0;
    left: auto;
  }
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .amcheckout-items .row.amcheckout-method {
    width: 100%;
  }
  .catalog-product-view .related-product-bottom.research-related-product .inner-row .products.wrapper.grid.products-grid.products-related {
    display: block;
  }
  .catalog-product-view .related-product-bottom.research-related-product .inner-row .products.list.items.product-items.inner-col {
    width: 100%;
    margin: 15px 0;
    padding: 0;
  }
  .account .page-main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .account .page-main .column.main .block-content {
    display: -webkit-box;
    overflow-x: scroll;
  }
}
@media (max-width: 667px) {
  /*Create Account*/
  .customer-account-create .form.create.account.form-create-account .fieldset .legend {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15;
    color: #10183d;
  }
  .customer-account-create .form.create.account.form-create-account .fieldset .admin__legend.step-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15;
    color: #10183d;
  }
  .account .page-main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .account .page-main .column.main .block-content {
    display: block;
    overflow-x: hidden;
  }
  .catalog-category-view .category_publication .col-sm-4.header_div {
    flex: 0 0 100%;
    max-width: 100%;
    display: inline-flex;
    justify-content: left;
  }
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button:after,
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action:after,
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift:after {
    font-size: 5px;
    position: absolute;
    left: 0;
    right: 20px;
    position: static;
    margin-right: 25px;
  }
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action:after,
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift:after {
    position: absolute;
    left: 0;
    right: 20px;
  }
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single {
    margin-right: 30px;
  }
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single:before {
    top: 4px;
  }
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a:before {
    height: 3px !important;
    left: 0 !important;
    top: 47px !important;
    margin: 0px !important;
    width: -webkit-fill-available !important;
    min-height: auto !important;
  }
  .catalog-category-view .bizgenius-citation-list {
    display: -webkit-box;
    overflow-x: scroll;
  }
  .catalog-category-view .bizgenius-citation-list .bizgenius-citation-single:before {
    font-size: 35px !important;
  }
  .catalog-category-view .category_publication.col-sm-12 {
    padding-right: 0px;
  }
  .catalog-category-view .category_publication.col-sm-12 .heading-thirty-three {
    margin-bottom: 15px;
  }
  .catalog-category-view .page-wrapper .page-bottom .content .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button,
  .catalog-category-view .page-wrapper .page-bottom .content .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action,
  .catalog-category-view .page-wrapper .page-bottom .content .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift {
    height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 2px 0px 0px;
    margin: 15px inherit 15px 0px;
    justify-content: flex-end;
    width: 100%;
    max-width: 230px;
    text-align: center;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button:before,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action:before,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift:before {
    position: absolute;
    left: 0;
    right: 0;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .page-title-wrapper .page-title.homepage-hero-heading {
    max-width: 100%;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .page-title-wrapper .page-title.homepage-hero-heading .base {
    font-size: 29px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .category-description.container .listing-hero-sec-text {
    max-width: 100%;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .category-description.container p {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .category-description.container ul {
    max-width: 100%;
  }
  .catalog-category-view .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li {
    padding: 15px;
  }
  .catalog-category-view .page-wrapper main#maincontent .col-lg-3.col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .catalog-category-view .page-wrapper main#maincontent .col-lg-9.col-md-9.order-2.col-right-main {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-wrapper main#maincontent .col-lg-3.sidebar-container.sidebar-left .sidebar-content .sidebar .block.filter .block-content .filter-options .filter-options-content .am-filter-items-attr_category_ids .items .item a {
    max-width: 100% !important;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner {
    padding-bottom: 0px;
    width: 100%;
    justify-content: inherit;
    display: inline-block;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-details {
    padding-left: 0px;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name {
    margin-bottom: 10px;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-name > a {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .attribute-section {
    font-size: 12px;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .label-newsletter {
    float: left;
    font-size: 12px;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions {
    float: right;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .attribute-group {
    width: 100%;
    margin-bottom: 5px;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .col-lg-3.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .col-lg-9.col-md-9.order-2.col-right-main {
    flex: 0 0 100%;
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .catalogsearch-result-index .homepage-hero-heading {
    padding-bottom: 0px;
    margin-top: 0px;
  }
  .actions-toolbar .primary a {
    padding: 6px 20px !important;
    min-height: 36px !important;
    font-size: 17px !important;
    justify-content: center;
  }
  .actions-toolbar .primary a::after {
    margin-left: 12px;
  }
  .actions-toolbar .primary a button,
  .actions-toolbar .primary a .cart.table-wrapper .actions-toolbar > .action,
  .actions-toolbar .primary a .action-gift {
    padding: 6px 20px !important;
    min-height: 36px !important;
    font-size: 17px !important;
    justify-content: center;
  }
  .actions-toolbar .primary a button::after,
  .actions-toolbar .primary a .cart.table-wrapper .actions-toolbar > .action::after,
  .actions-toolbar .primary a .action-gift::after {
    margin-left: 12px;
  }
  .actions-toolbar .primary .secondary a {
    min-height: 36px !important;
    padding: 6px 20px !important;
    font-size: 17px !important;
    justify-content: center;
  }
  .actions-toolbar .primary .secondary a::after {
    margin-left: 12px;
  }
  .actions-toolbar .block .block-title a {
    padding: 6px 20px !important;
    min-height: 36px !important;
    font-size: 17px !important;
    justify-content: center;
  }
  .actions-toolbar .block .block-title a::after {
    margin-left: 12px;
  }
  .checkout-cart-index .columns.col1-layout {
    margin-bottom: 30px;
  }
  .account .page-wrapper main#maincontent .col-lg-9.col-md-9.order-2.col-right-main {
    max-width: 100% !important;
  }
  .account .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading {
    margin-bottom: 75px !important;
  }
  .account .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading .base {
    position: relative;
    top: 50px;
  }
  .page-header .minicart-wrapper .block-minicart {
    top: 48px;
    width: 290px !important;
    right: -68px;
    z-index: 9999;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-wrapper main#maincontent {
    padding-top: 0px;
  }
  .page-wrapper main#maincontent .columns.col2-layout .container .row {
    padding: 25px 0px !important;
  }
  .page-wrapper main#maincontent .toolbar .limiter {
    margin-bottom: 0px;
  }
  .page-wrapper main#maincontent .order-2 .fieldset.password {
    margin-bottom: 10px !important;
  }
  .page-wrapper main#maincontent .col-lg-9.col-md-9.order-2.col-right-main {
    margin-top: 15px;
  }
  .block-collapsible-nav {
    top: -13px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 5px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .customer-account-edit .page-wrapper main#maincontent .columns.col2-layout .container .row {
    padding: 20px 0px;
  }
  .customer-account-edit .page-wrapper main#maincontent .col-lg-9.col-md-9.order-2.col-right-main {
    margin-top: 26px;
  }
  .customer-account-edit .block.block-collapsible-nav {
    top: -3px;
  }
  .page-wrapper .fieldset.create {
    padding: 20px 0px;
  }
  .page-wrapper .col-lg-12.col-md-12 .column.main .form.create {
    margin-bottom: 50px;
    width: 100%;
  }
  .page-wrapper .col-lg-12.col-md-12 .column.main .block-title strong {
    font-size: 26px;
  }
  .page-wrapper .col-lg-12.col-md-12 .column.main .login-container {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .page-wrapper .col-lg-12.col-md-12 .column.main .actions-toolbar .action.login.primary {
    padding: 6px 20px !important;
    justify-content: center;
    font-size: 18px !important;
  }
  .page-wrapper .col-lg-12.col-md-12 .column.main .form {
    margin-top: 0px;
    margin-bottom: 30px !important;
    width: 100% !important;
  }
  .page-wrapper .fieldset.create {
    width: 100%;
    margin-bottom: 30px;
    min-height: auto;
  }
  .page-wrapper .fieldset.create .legend {
    margin-bottom: 15px;
  }
  .page-wrapper .fieldset.create .legend span {
    font-size: 26px;
    line-height: 30px;
  }
  .page-wrapper .login-container .block .block-content {
    min-height: auto;
  }
  .page-wrapper .login-container .block .block-content .fieldset:last-child {
    margin-bottom: 0px;
  }
  .page-wrapper .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading .base {
    font-size: 33px;
  }
  .right-container .cart-header-container .block-minicart .items-total {
    margin: 0px;
  }
  .actions-toolbar .action {
    justify-content: center;
  }
  .actions-toolbar .action a {
    font-size: 18px !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart {
    padding-bottom: 0;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table thead .col:not(.item) {
    display: none !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table thead th {
    padding-top: 30px !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table .col.price {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33% !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table .col.qty {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: inherit;
    width: 33% !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table .col.subtotal {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33% !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col {
    padding: 15px 0 10px 5px;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.item {
    border-bottom: 1px solid #d0d2de;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.item .product-item-photo {
    max-width: initial;
    display: table-cell;
    vertical-align: top;
    padding: 4px;
    position: static;
    width: auto;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.item .product-item-photo .product-image-photo {
    max-height: 100%;
    margin: 0;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.item .product-item-details {
    display: table-cell;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-info .col.item .product-item-details a {
    font-size: 18px;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions td {
    padding: 15px 0;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions .action.action-delete {
    margin: 0 !important;
    padding: 6px 20px !important;
    min-height: 32px !important;
    font-size: 15px !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions .action.action-delete::after {
    margin-left: 12px !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions .action.action-edit {
    margin: 0 !important;
    margin-right: 15px !important;
    padding: 6px 20px !important;
    min-height: 32px !important;
    font-size: 15px !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.items.data.table tbody.cart.item .item-actions .action.action-edit::after {
    margin-left: 12px !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions {
    text-align: center;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.continue {
    padding: 6px 20px 6px 10px !important;
    min-height: 36px !important;
    font-size: 17px !important;
    margin-bottom: 0px;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.continue::after {
    margin-right: 30px !important;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.update {
    padding: 6px 20px 6px 10px !important;
    min-height: 36px !important;
    font-size: 17px !important;
    margin: 0;
  }
  .page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.update::after {
    margin-right: 32px !important;
  }
  .page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout,
  .page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .amshopby-button.checkout,
  .page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .am-filter-go.checkout {
    font-size: 17px !important;
    min-height: 36px !important;
    padding: 6px 20px !important;
  }
  .page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:after,
  .page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .amshopby-button.checkout:after,
  .page-wrapper .column.main .cart-container .cart-summary .checkout-methods-items .am-filter-go.checkout:after {
    margin-left: 12px;
  }
  .cart.table-wrapper .col.qty[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: BRHendrix-Bold;
    color: #10183d;
  }
  .cart.table-wrapper .col.price[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: BRHendrix-Bold;
  }
  .cart.table-wrapper .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: BRHendrix-Bold;
    color: #10183d;
  }
  .checkout-index-index .checkout-header {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .checkout-index-index .checkout-header .title {
    font-size: 28px;
    line-height: 1.14;
  }
  .checkout-index-index .opc-estimated-wrapper {
    width: 100%;
    margin-left: 0;
    float: left;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-label {
    color: #10183d;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-price {
    color: #ff8300;
  }
  .checkout-index-index .authentication-wrapper {
    float: right;
    width: auto;
    margin: inherit;
    max-width: 65% !important;
  }
  .checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
    background-color: #ffffff;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  .checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content .block-customer-login .actions-toolbar .primary {
    float: none !important;
  }
  .checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content .block-customer-login .actions-toolbar .secondary a {
    text-align: center;
  }
  .checkout-index-index .authentication-wrapper .action.action-auth-toggle {
    font-size: 17px 17px !important;
    min-height: 36px !important;
    padding: 6px 20px !important;
  }
  .checkout-index-index .authentication-wrapper .action.action-auth-toggle:after {
    margin-left: 12px;
  }
  .checkout-index-index .checkout-container .amcheckout-main-container .checkout-payment-method .credit-card-types .item:nth-last-child(2) {
    margin-top: 15px !important;
  }
  .checkout-index-index .checkout-container .amcheckout-main-container .checkout-payment-method .credit-card-types .item:last-child {
    margin-top: 15px !important;
  }
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .amcheckout-additional-options.additional-options {
    background: #ffffff !important;
    border: none !important;
  }
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .action.primary.checkout.amasty,
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .amshopby-button.checkout.amasty,
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .am-filter-go.checkout.amasty {
    font-size: 20px !important;
    min-height: 36px !important;
    padding: 6px 20px !important;
    width: 100%;
  }
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .action.primary.checkout.amasty:after,
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .amshopby-button.checkout.amasty:after,
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .checkout-payment-method.submit .am-filter-go.checkout.amasty:after {
    margin-left: 12px;
  }
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .product {
    padding-bottom: 0 !important;
  }
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .-summary .opc-block-summary .block.items-in-cart.active .content.minicart-items .minicart-items-wrapper {
    padding-top: 20px !important;
  }
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .amcheckout-button.-new-address {
    font-size: 17px !important;
    min-height: 36px !important;
    padding: 6px 20px !important;
  }
  .checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column .amcheckout-content .amcheckout-button.-new-address:after {
    margin-left: 12px;
  }
  .checkout-index-index .form {
    margin-bottom: 0 !important;
  }
  .checkout-index-index .form .row.amcheckout-method {
    padding-left: 10px !important;
  }
  .checkout-index-index .form .row.amcheckout-method .col {
    padding: 15px 5px !important;
  }
  .action.reload.captcha-reload {
    font-size: 17px !important;
    min-height: 36px !important;
    padding: 6px 20px !important;
  }
  .action.reload.captcha-reload:after {
    margin-left: 12px;
  }
  .checkout-index-index._has-modal .modal-popup.modal-slide._show {
    background-color: #ffffff !important;
  }
  .checkout-index-index._has-modal .modal-popup.modal-slide._show:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 100% !important;
    background-color: #ffffff !important;
  }
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-header .modal-title {
    font-size: 20px !important;
    line-height: 1.4;
  }
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.primary.action-save-address,
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .amshopby-button.action-save-address,
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .am-filter-go.action-save-address {
    font-size: 17px !important;
    min-height: 36px !important;
    line-height: normal !important;
    padding: 6px 20px !important;
  }
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.primary.action-save-address:after,
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .amshopby-button.action-save-address:after,
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .am-filter-go.action-save-address:after {
    margin-left: 12px;
  }
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.secondary.action-hide-popup {
    font-size: 17px !important;
    min-height: 36px !important;
    line-height: normal !important;
    padding: 6px 20px !important;
  }
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.secondary.action-hide-popup:after {
    margin-left: 12px;
  }
  ._has-modal .modal-popup.confirm._show .modal-header .modal-title {
    font-size: 20px !important;
    line-height: 1.4;
  }
  ._has-modal .modal-content {
    padding: 15px !important;
  }
  ._has-modal .modal-footer {
    padding: 15px 10px !important;
  }
  ._has-modal .modal-footer .action-primary.action-accept {
    font-size: 17px !important;
    min-height: 36px;
    line-height: normal !important;
    padding: 6px 20px !important;
  }
  ._has-modal .modal-footer .action-primary.action-accept:after {
    margin-left: 12px;
  }
  ._has-modal .modal-footer .action-secondary.action-dismiss {
    font-size: 17px !important;
    min-height: 36px !important;
    line-height: normal !important;
    padding: 6px 20px !important;
  }
  ._has-modal .modal-footer .action-secondary.action-dismiss:after {
    margin-left: 12px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action.search {
    z-index: 99;
  }
  .page-header .minicart-wrapper .block-content .subtotal .label {
    font-size: 20px;
  }
  .page-header .minicart-wrapper .block-content .actions > a.action.viewcart {
    margin-bottom: 15px !important;
    padding: 6px 20px !important;
    min-height: 36px !important;
    font-size: 17px !important;
    margin-right: 26px;
  }
  .page-header .minicart-wrapper .block-content .actions > a.action.viewcart::after {
    margin-left: 12px !important;
  }
  .page-header .minicart-wrapper .block-content .actions > a.action.checkout {
    float: left !important;
    padding: 6px 20px !important;
    min-height: 36px !important;
    font-size: 17px !important;
  }
  .page-header .minicart-wrapper .block-content .actions > a.action.checkout::after {
    margin-left: 12px !important;
  }
}
@media (max-width: 480px) {
  .page-wrapper .column.main .cart-container .form.form-cart .cart.main.actions .action.continue {
    margin-bottom: 15px;
  }
  .catalog-category-view .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar-top .toolbar-products .toolbar-sorter.sorter {
    justify-content: flex-end;
  }
  .catalog-category-view .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar {
    display: grid;
    padding-bottom: 15px;
  }
  .catalog-category-view .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .toolbar .pages {
    order: 2;
    display: inline-flex;
    justify-content: end;
  }
  .catalog-category-view .page-wrapper main#maincontent .toolbar .limiter {
    margin-bottom: 15px;
    order: 1;
  }
  .page-wrapper main#maincontent .columns.col2-layout .col-lg-9.col-md-9.order-2.col-right-main .column.main #amasty-shopby-product-list .products.wrapper > ol > li .product-item-inner .product-groups {
    display: inherit;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions {
    float: left;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .label-newsletter {
    margin-bottom: 5px;
  }
  .checkout-index-index .modal-popup.confirm._show .modal-inner-wrap {
    max-width: 290px;
  }
}
@media (max-width: 360px) {
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer {
    display: block;
  }
  .checkout-index-index._has-modal .modal-popup.modal-slide._show .modal-footer .action.secondary.action-hide-popup {
    margin-left: 0px;
    margin-top: 15px;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header:before {
    height: 220px;
  }
}
@media (max-width: 320px) {
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single {
    margin-right: 20px;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block {
    width: 32% !important;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li {
    padding-right: 0px !important;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .toolbar-top .toolbar .toolbar-sorter.sorter {
    float: left;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary {
    display: inherit;
  }
  .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary form[data-role="tocart-form"] {
    margin-bottom: 15px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .primary_btn > a {
    padding: 0px 22px 0px 20px !important;
  }
  .primary_btn > a:after {
    margin-top: 3px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .cart-header-container .minicart-wrapper a.action.showcart {
    margin-top: 1px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .cart-header-container .minicart-wrapper a.action.showcart .counter.qty.empty {
    margin-top: 3px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .cart-header-container .minicart-wrapper a.action.showcart::before {
    top: 1px !important;
  }
  .catalog-category-view .page-wrapper main#maincontent .category-view--header .breadcrumbs .item:not(:last-child):after {
    margin-top: 1px;
  }
  .catalog-category-view .page-wrapper .page-bottom .content .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button,
  .catalog-category-view .page-wrapper .page-bottom .content .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action,
  .catalog-category-view .page-wrapper .page-bottom .content .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift {
    max-width: 300px;
    padding: 0px;
  }
  .catalog-category-view .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.action.primary,
  .catalog-category-view .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.amshopby-button,
  .catalog-category-view .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.am-filter-go {
    padding: 0px 15px;
  }
  .catalog-category-view .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.action.primary::after,
  .catalog-category-view .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.amshopby-button::after,
  .catalog-category-view .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary a.am-filter-go::after {
    margin-top: 0px;
  }
  .catalog-category-view .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary form[data-role="tocart-form"] .tocart {
    padding: 0px 16px;
  }
  .catalog-category-view .page-wrapper .columns .column.main #amasty-shopby-product-list .products.wrapper .list-product-type .product-item .item-inner .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary form[data-role="tocart-form"] .tocart::after {
    margin-top: 0px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button:after,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action:after,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift:after {
    top: 1px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action:after,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift:after {
    top: 1px;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift:after {
    top: 1px;
  }
  .footer-newsletter .block-newsletter form .actions button,
  .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action,
  .footer-newsletter .block-newsletter form .actions .action-gift {
    margin-top: 1px !important;
  }
}
@media not all and (min-resolution: 0.001dpcm) and (min-width: 992px) {
  .page-header .header-12 .header-middle .header-content .container .row .cart-header-container .minicart-wrapper a.action.showcart::before {
    top: -38px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  body[data-container="body"] {
    overflow-x: hidden;
  }
  .catalog-category-view .row {
    padding: 50px 0px 50px 15px !important;
  }
  .catalog-category-view .page-wrapper main#maincontent .col-lg-9.col-md-9 {
    padding-right: 0px;
  }
  .container {
    max-width: 1210px !important;
  }
  .page.messages {
    max-width: 1170px !important;
  }
  #maincontent {
    max-width: 1170px !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #maincontent .row {
    width: inherit;
  }
  .page-main {
    max-width: 1170px !important;
    margin: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container {
    max-width: 28.51%;
    left: -10px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search {
    width: 440px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container {
    right: 0px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart {
    left: 15px;
    margin-right: 28px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a {
    left: 19px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link::after {
    left: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .container {
    max-width: 1210px !important;
  }
  .page.messages {
    max-width: 1170px !important;
  }
  #maincontent {
    max-width: 1170px !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .page-main {
    max-width: 1170px !important;
    margin: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container {
    max-width: 28.50%;
    left: -10px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search {
    width: 440px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container {
    right: 0px;
    margin-left: 16px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper::after {
    left: 6px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart {
    left: 15px;
    margin-right: 28px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a {
    left: 6px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link::after {
    left: -3px;
  }
}
@media (min-width: 1367px) and (max-width: 1679px) {
  .container {
    max-width: 1310px !important;
  }
  .page.messages {
    max-width: 1280px !important;
  }
  #maincontent {
    max-width: 1280px !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .page-main {
    max-width: 1280px !important;
    margin: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container {
    right: 0px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper {
    left: -4px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart {
    left: -6px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper::after {
    top: -4px;
    left: -8px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container {
    max-width: 30%;
    right: -10px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search {
    width: 440px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a {
    left: 38px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link::after {
    left: 34px;
  }
}
@media (min-width: 1680px) {
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete {
    max-width: 52vw;
  }
  button.amsearch-loupe,
  .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe,
  .action-gift.amsearch-loupe {
    left: 46px !important;
  }
  .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe,
  .action-gift.amsearch-loupe {
    left: 46px;
  }
  .action-gift.amsearch-loupe {
    left: 46px;
  }
  .actions button.action.search,
  .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .actions .action-gift.action.search {
    right: 4px !important;
  }
  .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .actions .action-gift.action.search {
    right: 4px !important;
  }
  .actions .action-gift.action.search {
    right: 4px !important;
  }
  .container {
    max-width: 1510px !important;
  }
  .page.messages {
    max-width: 1480px !important;
  }
  #maincontent {
    max-width: 1480px !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .page-main {
    max-width: 1480px !important;
    margin: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .actions-toolbar .primary {
    width: auto !important;
  }
  .container {
    max-width: 100% !important;
  }
  .page.messages {
    max-width: 100% !important;
  }
  #maincontent {
    max-width: 100% !important;
    margin: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-main {
    max-width: 1170px !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete {
    max-width: 56vw;
    left: 0px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete #amasty-shopby-product-list .amsearch-products.-columns {
    width: 410px !important;
  }
}
@media (max-width: 767px) {
  .custom-slide._show .modal-inner-wrap {
    padding: 0px 15px 0px 15px;
    background: #ffffff;
  }
  .catalog-category-view .category_publication .col-sm-4.header_div {
    padding-left: 0px;
  }
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list {
    padding-left: 0px;
  }
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button,
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action,
  .catalog-category-view .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift {
    margin-left: 0% !important;
  }
  .catalog-category-view div#bizgenius-citation-widget-container-list {
    padding-left: 0px;
  }
  .catalog-category-view .bizgenius-citation-paging {
    text-align: left !important;
  }
  .catalog-category-view .bizgenius-poweredby {
    text-align: left !important;
  }
  .checkout-payment-method .credit-card-types {
    padding: 0;
    display: flex;
    align-items: baseline;
  }
  .catalogsearch-result-index .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading {
    padding-bottom: 15px;
  }
  .catalogsearch-result-index .page-title.homepage-hero-heading .base {
    font-size: 29px !important;
  }
  .sidebar .block.filter .block-content {
    display: none;
    margin-top: 15px;
  }
  button.shopbtn.action.primary,
  button.shopbtn.amshopby-button,
  button.shopbtn.am-filter-go,
  .cart.table-wrapper .actions-toolbar > .action.shopbtn.action.primary,
  .action-gift.shopbtn.action.primary {
    background-color: #ff8300;
    color: #ffffff;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border: none;
    background-image: none;
    font-family: BRHendrix-Bold;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    padding: 5px 40px 4px 20px;
    min-height: 40px;
    position: relative;
  }
  button.shopbtn.action.primary:hover,
  button.shopbtn.amshopby-button:hover,
  button.shopbtn.am-filter-go:hover,
  .cart.table-wrapper .actions-toolbar > .action.shopbtn.action.primary:hover,
  .action-gift.shopbtn.action.primary:hover {
    background-image: none;
    transition: all 0.5s ease-in-out;
    background-color: #dd7508;
    text-decoration: none;
  }
  button.shopbtn.action.primary:after,
  button.shopbtn.amshopby-button:after,
  button.shopbtn.am-filter-go:after,
  .cart.table-wrapper .actions-toolbar > .action.shopbtn.action.primary:after,
  .action-gift.shopbtn.action.primary:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f107";
    position: absolute;
    color: #ffffff;
    font-size: 20px;
    right: 0;
    margin-right: 12px;
  }
  button.shopbtn.action.primary.active:after,
  button.shopbtn.amshopby-button.active:after,
  button.shopbtn.am-filter-go.active:after,
  .cart.table-wrapper .actions-toolbar > .action.shopbtn.action.primary.active:after,
  .action-gift.shopbtn.action.primary.active:after {
    transform: rotate(180deg);
  }
  form.password.reset {
    padding-bottom: 0px;
  }
  .multishipping-checkout-addresses .multicheckout .actions-toolbar .secondary .action {
    padding: 6px 20px !important;
    min-height: 36px !important;
    font-size: 17px !important;
    justify-content: center;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .iso-footer-img-sec {
    margin-bottom: 15px;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom {
    width: 100%;
    max-width: 100% !important;
  }
  .block-search .label {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    position: absolute;
    right: -34px;
    width: 260px;
    top: 50px;
  }
  .amasty-xsearch-loader {
    margin-top: auto;
    bottom: auto;
    margin-right: 10px;
    top: 22px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-history.-opened .amsearch-loupe {
    position: absolute;
    right: 3px !important;
    left: auto !important;
    display: inherit !important;
    top: 8px !important;
    bottom: auto;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions button.action.search,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action-gift.action.search {
    z-index: 99;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch button.amsearch-loupe,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe {
    width: 40px;
    height: 38px;
    bottom: 5px;
    right: -388px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch button.amsearch-loupe::before,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe::before,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe::before {
    top: 8px;
    left: 10px;
    background-size: 22px 22px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe {
    width: 40px;
    height: 38px;
    bottom: 5px;
    left: -84px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe::before,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe::before {
    top: 8px;
    left: 10px;
    background-size: 22px 22px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe {
    width: 40px;
    height: 38px;
    bottom: 5px;
    left: -84px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .action-gift.amsearch-loupe::before {
    top: 8px;
    left: 10px;
    background-size: 22px 22px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened input {
    top: -10px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened .action.search {
    top: -80px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened .amsearch-loupe {
    display: none !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened #search_autocomplete {
    max-width: 100%;
    top: 64px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch.-history.-opened .amsearch-wrapper-input input#search {
    position: absolute;
    top: -23px !important;
  }
  .block-search .label.active + .control input {
    position: relative !important;
  }
  form.minisearch.amsearch-form-container.-history.-opened .field.search .label {
    display: none;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block {
    width: 30%;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.block-footer-contact .second-row .address {
    width: 66%;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-phone h4.title-footer {
    width: 28% !important;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-phone ul {
    width: 100%;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-phone .footer_btn {
    display: none;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-email h4.title-footer {
    width: 28% !important;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-email ul {
    width: 100%;
  }
  .page-header {
    margin-bottom: 8px !important;
  }
  .page-header .header-12 .header-middle {
    padding-top: 22px;
  }
  .page-header .header-12 .header-middle .header-content .search-row {
    margin-top: 6px;
  }
  .page-header .header-12 .header-middle .header-content .row.desktop-view .col-sm-3.logo-container {
    margin-left: 0px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .cart-header-container {
    width: 26.70% !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .cart-header-container .minicart-wrapper a.action.showcart {
    border: none;
    top: 0px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .cart-header-container .minicart-wrapper a.action.showcart::before {
    width: 36px;
    height: 36px;
    background-position: center;
    top: 2px !important;
    left: 4px !important;
    vertical-align: middle;
    background-image: url(/wp/wp-content/uploads/2021/09/icons-cart-mobile.svg) !important;
    border: 1px solid #d0d2de;
    border-radius: 3px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container {
    right: 0px;
    bottom: 5px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .navigation-mobile-container.small-devices {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 33% !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .navigation-mobile-container.small-devices .nav-mobile-container .btn-mobile > a > i::before {
    width: 36px;
    height: 36px;
    background-position: center;
    top: 3px !important;
    padding: 20px 20px 19px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right {
    height: 45px;
    width: 15.20% !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a {
    border: none;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a:before {
    width: 41px;
    height: 41px;
    background-position: center;
    top: 3px !important;
    left: 15px !important;
    vertical-align: middle;
    background-image: url(/wp/wp-content/uploads/2021/09/icons-my-account.svg);
    border: 1px solid #d0d2de;
    border-radius: 3px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container {
    padding-left: 15px;
    margin-left: 0px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input {
    height: 44px;
    left: 0;
    padding-left: 12px !important;
    bottom: auto;
    top: -10px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input::placeholder {
    font-size: 18px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .control {
    border-top: 0px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .amsearch-loupe {
    left: -90px !important;
    top: 32px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions {
    position: relative;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action.search {
    width: 38px !important;
    height: 38px !important;
    display: block !important;
    z-index: 1999;
    position: absolute;
    top: -6px !important;
    right: 3px !important;
    border: 0;
    outline: none !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action.search::before {
    background-size: 22px 22px !important;
    top: 8px !important;
    left: 10px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action.search span {
    display: none;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete {
    top: 64px !important;
    max-width: 100%;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch.-history.-opened .actions {
    display: none;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch.-history.-opened .amsearch-close {
    display: none !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch.-history.-opened .amsearch-wrapper-input input#search {
    position: absolute;
    top: -10px !important;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section {
    margin-bottom: 3px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul {
    padding-left: 0px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li {
    margin-bottom: 8px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(2) {
    position: relative;
    padding-left: 8.6px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(2):after {
    content: "";
    background-color: #d0d2de;
    width: 1px;
    height: 20px;
    position: absolute;
    bottom: 2px;
    right: 1px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li a {
    font-size: 15px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(3) {
    top: 3px;
    position: relative;
    padding-left: 0px !important;
    border: none;
    text-align: end !important;
    padding-right: 28px !important;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(3) a:before {
    display: none;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .footer-form-row .newsletter-info-footer .footer-subscribe-form span.title-footer {
    max-width: 280px;
    font-size: 17px;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .footer-form-row .newsletter-info-footer .footer-subscribe-form p {
    padding-left: 15px;
    line-height: 22px;
    padding-top: 2px;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter {
    max-width: 345px;
    margin: auto;
    position: relative;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions {
    display: flex;
    max-height: 34px;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions button,
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action,
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .action-gift {
    top: 0px !important;
    right: 0px !important;
    padding: 7px 15px 7px;
    display: flex;
    min-height: 34px;
    align-items: center;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions button > span,
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action > span,
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .action-gift > span {
    font-size: 16px;
    font-family: BRHendrix-Bold;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .control input {
    padding-left: 14px;
    padding-top: 2px;
  }
  .page-footer .footer-2 .footer-top .top-footer-row .form-sec .footer-newsletter .block-newsletter form .control input::placeholder {
    font-size: 16px;
    font-family: BRHendrix-Regular;
  }
  .page-footer .footer-2 .footer-middle {
    padding-top: 13px;
  }
  .page-footer .footer.footer-2 .footer-top {
    padding-bottom: 16px !important;
    padding-top: 15px;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-7.footer-form-row {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 410px !important;
    margin: auto;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-7.footer-form-row .subscription-img {
    width: 100%;
    max-width: 42px;
    height: auto;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-5.form-sec {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-5.form-sec .footer-newsletter .block-newsletter {
    max-width: 345px;
    margin: auto;
    position: relative;
  }
  .page-footer .footer-2 .footer-middle .col-lg-6.first {
    max-width: 100%;
  }
  .page-footer .footer-2 .footer-middle .block-footer.block-footer-contact {
    margin-left: 0px;
  }
  .page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row {
    padding-top: 15px;
  }
  .page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block .footer-icon {
    margin: 0 10px 0 0;
    padding-top: 2px;
  }
  .page-footer .footer-2 .footer-middle .block-footer.footer-phone ul li {
    line-height: 16px;
    margin-bottom: 10px;
  }
  .page-footer .footer-2 .footer-middle .block-footer.footer-phone ul li a {
    font-size: 16px;
  }
  .page-footer .footer-2 .footer-middle .block-footer.footer-phone ul li:nth-child(3) {
    font-size: 13px !important;
  }
  .page-footer .footer-2 .footer-middle .block-footer.footer-phone ul li:nth-child(1) {
    margin-bottom: 13px;
  }
  .page-footer .footer-2 .footer-middle .block-footer.footer-phone ul li:nth-child(2) {
    margin-bottom: 8px;
  }
  .page-footer .footer-2 .footer-middle .block-footer.footer-email ul li {
    margin-bottom: 8px;
  }
  .page-footer .footer-2 .footer-middle .block-footer.footer-email ul li a {
    font-size: 16px;
  }
  .page-footer .footer-2 .footer-middle > .container > .row {
    padding-bottom: 15px;
  }
  .page-footer .footer-2 .footer-middle .primary_btn.footer_btn > a {
    font-size: 20px !important;
    margin-bottom: 7px;
    padding: 10px 25px 10px !important;
  }
  .page-footer .footer-2 .footer-bottom .footer-copyright-policy {
    padding-left: 0px;
  }
  .page-footer .footer-2 .footer-bottom .footer-copyright-policy .copyright {
    margin: auto;
    font-size: 14px;
    max-width: 262px;
    line-height: 21px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-footer .footer-2 .footer-bottom .footer-copyright-policy .copyright .footer-copyright .footer-copyright span.privacy-link {
    position: relative;
    right: 0px;
  }
  .page-footer .footer-2 .footer-bottom .footer-copyright-policy .copyright .footer-copyright .footer-copyright span.privacy-link a {
    position: relative;
    padding-left: 4px;
  }
  .page-footer .footer-2 .footer-bottom .footer-copyright-policy .terms-privacy .payment-coppyright.privacy-and-terms .block-footer p a:nth-child(2) {
    margin-left: 7px;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block {
    right: 6px !important;
    text-align: end;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-phone {
    padding-top: 1px !important;
    margin-bottom: 3px;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-email h4.title-footer {
    margin-top: 2px;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-email ul {
    margin-bottom: 15px;
  }
  .page-footer .footer.footer-2 .footer-middle .footer-small-devices .accordion {
    padding-top: 15px !important;
    padding-bottom: 13px !important;
  }
  .page-footer .footer.footer-2 .footer-middle .footer-small-devices .accordion::after {
    font-size: 22px !important;
    line-height: 24px;
  }
  .page-footer .footer.footer-2 .footer-bottom {
    padding-top: 28px !important;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul {
    margin-left: 0px;
    margin-bottom: 14px !important;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li:nth-child(even) {
    position: relative;
    right: 5px;
  }
  .footer-middle .primary_btn a:after {
    right: -11px;
    top: -2px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .navigation-mobile-container .nav-mobile-container .btn-mobile > a > i::before {
    width: 36px;
    height: 36px;
    background-position: center;
    top: 3px !important;
    left: 4px !important;
    vertical-align: middle;
    background-image: url(/wp/wp-content/uploads/2021/09/icons-menu-mobile.svg);
    border: 1px solid #d0d2de;
    border-radius: 3px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
  .form.minisearch .field.search label.label.active {
    display: none;
  }
  .amsearch-close {
    display: none;
  }
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    display: none;
  }
  .mm-listitem.mm-listitem_vertical.mm-listitem_opened {
    border-bottom: 1px solid transparent !important;
  }
  .mm-listitem.mm-listitem_vertical.mm-listitem_opened .mm-panel .mm-listitem {
    border-bottom: none !important;
  }
  .mm-listitem.mm-listitem_vertical.mm-listitem_opened .mm-panel ul li a {
    padding-top: 12px !important;
    padding-bottom: 0px !important;
  }
  .mm-listitem.mm-listitem_vertical.mm-listitem_opened .mm-panel ul.mm-listview {
    padding-bottom: 4px;
  }
  .mm-listitem.mm-listitem_vertical.mm-listitem_opened .mm-panel ul.mm-listview li a {
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .mm-listitem.mm-listitem_vertical.mm-listitem_opened .mm-panel .mm-listview {
    padding-bottom: 14px;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem {
    border-top: 0px;
    position: inherit;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem:after {
    display: none;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem a {
    padding-top: 18px;
    background: none;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem:nth-child(3) a {
    padding-top: 16px;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem:nth-child(4) a {
    padding-top: 16px;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem:nth-child(5) a {
    padding-top: 16px;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem:nth-child(6) a {
    padding-top: 16px;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem:last-child {
    border-bottom: none !important;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem .mm-panel {
    padding-bottom: 2px !important;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem:nth-child(1) {
    border-top: 1px solid #3e435b;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem.mm-listitem_opened .mm-btn.mm-btn_next::after {
    bottom: 1px;
    right: 14px;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem.mm-listitem_opened ul.mm-listview .mm-listitem a {
    font-size: 16px;
    min-height: 44px;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem.mm-listitem_opened ul.mm-listview .mm-listitem.mm-listitem_vertical .mm-btn.mm-btn_next::after {
    bottom: 16px;
    transform: rotate(90deg);
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem.mm-listitem_opened ul.mm-listview .mm-listitem.mm-listitem_vertical.mm-listitem_opened .mm-btn.mm-btn_next::after {
    transform: rotate(0deg);
  }
  .mm-listitem:after {
    border: none;
  }
  .mm-btn_next:after {
    right: 14px;
    left: auto;
    line-height: 10px;
  }
  .mm-wrapper__blocker.mm-slideout {
    right: 15px !important;
  }
  .mm-listitem_vertical > .mm-panel {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
  .mm-listitem_vertical.mm-listitem_opened .mm-panel ul li:nth-child(1) a {
    padding-top: 11px !important;
    padding-bottom: 0px;
    margin-top: 6px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a {
    white-space: nowrap;
    overflow: visible;
    z-index: 1;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a:hover {
    background: none !important;
    border-radius: 0px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper {
    left: 0px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart:hover {
    background: none !important;
    border-radius: 0px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty {
    position: absolute;
    top: -22px;
    left: 0;
    font-family: BRHendrix-Bold;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-top: 7px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty span.counter-top-cart.counter-number {
    margin-left: 0;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty:before {
    display: none;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty:after {
    display: none;
  }
  .page-footer .footer.footer-2 .footer-top {
    padding-bottom: 20px;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row {
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-7.footer-form-row {
    padding-bottom: 0 !important;
    max-width: 100%;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-5.form-sec {
    max-width: 100% !important;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-5.form-sec .form.subscribe {
    max-width: 100% !important;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-5.form-sec .control {
    padding-left: 0px !important;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-5.form-sec .footer-newsletter .block-newsletter form .control {
    margin-top: 0px;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.block-footer-contact .first-row .footer-logo {
    max-width: 183px !important;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.block-footer-contact .second-row .address {
    padding-bottom: 10px;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .page-footer .footer.footer-2 .footer-middle ul li {
    font-size: 16px;
  }
  .page-footer .footer.footer-2 .footer-middle ul li a {
    font-size: 16px;
  }
  .page-footer .footer.footer-2 .footer-middle h4.title-footer {
    font-size: 18px !important;
    margin-top: 0px;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-phone {
    width: 100%;
    display: flex;
    padding-top: 20px;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-phone ul {
    margin-bottom: 8px !important;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-email {
    width: 100%;
    display: flex;
  }
  .page-footer .footer.footer-2 .footer-middle .footer-products-sec1 {
    display: none;
  }
  .page-footer .footer.footer-2 .footer-middle .footer-products-sec2 {
    display: none;
  }
  .page-footer .footer.footer-2 .footer-middle .footer-small-devices .accordion {
    border-top: 1px solid #d3d6e1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-footer .footer.footer-2 .footer-middle .footer-small-devices .accordion a {
    font-size: 19px;
    color: #10183d;
    font-family: BRHendrix-Regular;
    text-decoration: none !important;
  }
  .page-footer .footer.footer-2 .footer-middle .footer-small-devices .accordion::after {
    content: '\f107';
    font-family: 'Line Awesome Free' !important;
    font-weight: 900;
    position: absolute;
    right: 15px;
    color: #5e678e;
    font-size: 16px;
    width: 22px;
    height: 22px;
  }
  .page-footer .footer.footer-2 .footer-middle .footer-small-devices .allow.active .accordion {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-footer .footer.footer-2 .footer-middle .footer-small-devices .allow.active .accordion::after {
    content: '\f106' !important;
    font-family: 'Line Awesome Free' !important;
    font-weight: 900;
    position: absolute;
    right: 15px;
    color: #5e678e;
    font-size: 16px;
    width: 22px;
    height: 22px;
  }
  .page-footer .footer.footer-2 .footer-bottom {
    padding-top: 30px;
  }
  .page-footer .footer.footer-2 .footer-bottom .row.footer-copyright-policy .copyright {
    text-align: center !important;
  }
  .page-footer .footer.footer-2 .footer-bottom .row.footer-copyright-policy .terms-privacy {
    padding-top: 15px;
  }
  .page-footer .footer.footer-2 .footer-bottom .row.footer-copyright-policy .terms-privacy .payment-coppyright.privacy-and-terms {
    float: none;
    text-align: center;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom {
    max-width: 100% !important;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul {
    margin-bottom: 18px;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li a {
    font-size: 15px !important;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li:nth-child(1) {
    width: 58%;
    display: inline-block !important;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li:nth-child(2) {
    width: 50%;
    display: inline !important;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li:nth-child(3) {
    width: 58%;
    display: inline-block !important;
    white-space: nowrap;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul li:nth-child(4) {
    width: 40%;
    display: inline-block !important;
  }
  .page-header {
    border-bottom: 0px !important;
    height: 178px;
    margin-bottom: 20px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance {
    border-bottom: 1px solid #d0d2de;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul {
    margin-bottom: 0px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(1) {
    display: none;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(2) {
    width: 50%;
    padding-right: 20px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(3) {
    width: 48%;
    padding-left: 43px;
  }
  .page-header .header-middle {
    padding-top: 20px;
  }
  .page-header .header-middle .header-content .row.desktop-view {
    height: 60px;
  }
  .page-header .header-middle .header-content .row.desktop-view .logo-container {
    max-width: 45%;
  }
  .page-header .header-middle .header-content .logo-container img {
    max-width: 180px !important;
  }
  .page-header .header-middle .header-content .middle-container {
    display: none;
  }
  .page-header .header-middle .header-content .search-row {
    margin-top: 15px;
  }
  .page-header .header-middle .header-content .search-row .middle-container.small-device-search {
    display: block;
    max-width: 100% !important;
    padding-left: 0px;
    position: relative;
    right: 0 !important;
    top: -8px !important;
  }
  .page-header .header-middle .header-content .search-row .middle-container.small-device-search .search-block-content .block.block-search {
    width: 100% !important;
  }
  .page-header .header-middle .header-content .search-row .middle-container.small-device-search .search-block-content .block.block-search .form.minisearch .field.search .control {
    padding-bottom: 15px;
  }
  .page-header .header-middle .header-content .search-row .middle-container.small-device-search .search-block-content .block.block-search .form.minisearch .amsearch-wrapper-input {
    max-width: 100% !important;
  }
  .page-header .header-middle .header-content .right-container {
    max-width: 170px !important;
    margin-left: auto;
  }
  .page-header .header-middle .header-content .right-container .header-top-right {
    width: 26.33% !important;
    height: 45px;
  }
  .page-header .header-middle .header-content .right-container .header-top-right .header.links .authorization-link {
    margin-top: 0px !important;
  }
  .page-header .header-middle .header-content .right-container .header-top-right .header.links .authorization-link a {
    left: 0 !important;
    padding: 40px 3px 3px 42px !important;
    top: 0 !important;
    border: 1px solid #d0d2de;
    border-radius: 3px;
  }
  .page-header .header-middle .header-content .right-container .header-top-right .header.links .authorization-link a span.accoun-my {
    display: none;
  }
  .page-header .header-middle .header-content .right-container .header-top-right .header.links .authorization-link a::before {
    top: -1px !important;
    left: 0px !important;
  }
  .page-header .header-middle .header-content .right-container .header-top-right .header.links .authorization-link::after {
    border-right: 0px !important;
  }
  .page-header .header-middle .header-content .right-container .navigation-mobile-container.small-devices {
    width: 33.33% !important;
    position: absolute;
    top: -17px;
    right: 0;
  }
  .page-header .header-middle .header-content .right-container .navigation-mobile-container.small-devices .nav-mobile-container .btn-mobile .button-mobile i::before {
    content: "" !important;
    background-image: url(/wp/wp-content/uploads/2021/07/icons-menu.svg);
    width: 45px;
    height: 45px;
    position: absolute;
    border: 1px solid #d0d2de;
    border-radius: 3px;
    padding: 20px;
    background-repeat: no-repeat;
  }
  .page-header .header-middle .header-content .right-container .navigation-mobile-container.small-devices .nav-mobile-container .btn-mobile .button-mobile span.hidden {
    display: none;
  }
  .page-header .header-middle .header-content .right-container .navigation-mobile-container.small-devices nav.navigation-mobile {
    display: none !important;
  }
  .page-header .header-middle .header-content .right-container .navigation-mobile-container.small-devices .ubermenu.ubermenu-main.ubermenu-menu-2 {
    background-color: #10183d;
    z-index: 199;
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
  }
  .page-header .header-middle .header-content .right-container .cart-header-container {
    width: 33.33% !important;
    float: none !important;
    position: inherit !important;
    top: -3px !important;
  }
  .page-header .header-middle .header-content .right-container .cart-header-container .minicart-wrapper {
    margin-top: 0px !important;
  }
  .page-header .header-middle .header-content .right-container .cart-header-container .minicart-wrapper a.action.showcart {
    padding: 0px;
    padding-top: 0px !important;
    padding-left: 0px !important;
    border: 1px solid #d0d2de;
    border-radius: 3px !important;
    top: 1px !important;
    padding-right: 5px;
    padding-bottom: 2px;
  }
  .page-header .header-middle .header-content .right-container .cart-header-container .minicart-wrapper a.action.showcart span.text {
    display: none;
  }
  .page-header .header-middle .header-content .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty.empty {
    display: none;
  }
  .page-header .header-middle .header-content .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty.empty span.counter-number {
    display: none;
  }
  .page-header .header-middle .header-content .right-container .cart-header-container .minicart-wrapper a.action.showcart::before {
    top: 0px !important;
    left: 0px !important;
  }
  .page-header .header-middle .header-content .right-container .cart-header-container .minicart-wrapper::after {
    border-right: 0px !important;
  }
  .page-header .header-menu .container .menu-content .nav-desktop-container {
    display: none;
  }
  .page-header .header-menu .container .menu-content .navigation-mobile-container {
    display: none !important;
  }
  .wpmm-menu.mm-menu {
    position: absolute;
    top: 0;
    height: 850px;
  }
  .wpmm-menu.mm-menu .mm-panels .mm-panel.mm-panel_opened {
    padding-top: 50px;
    background-color: #10183d;
    background: #10183d;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem {
    border-bottom: 1px solid #3e435b;
    margin-left: 15px;
    margin-right: 15px;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem a {
    font-size: 19px;
    color: #ffffff;
    padding-left: 0px;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem.mm-listitem_opened ul.mm-listview {
    background-color: #2a304c;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem.mm-listitem_opened ul.mm-listview .mm-listitem {
    border: transparent;
    border-top: 0px !important;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem.mm-listitem_opened ul.mm-listview .mm-listitem a {
    white-space: inherit;
    font-size: 16px;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem.mm-listitem_opened .mm-btn.mm-btn_next::after {
    content: '\f106' !important;
    font-family: 'Line Awesome Free' !important;
    color: #b0b2bc;
    font-weight: 900;
    font-size: 22px;
    transform: rotate(0deg);
    border: none;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-btn.mm-btn_next::after {
    content: '\f105' !important;
    font-family: 'Line Awesome Free' !important;
    color: #b0b2bc;
    font-weight: 900;
    font-size: 22px;
    transform: rotate(0deg);
    border: none;
  }
  .mm-wrapper__blocker.mm-slideout {
    position: absolute;
    background: #d8d8d8;
    top: 9px;
    z-index: 1999 !important;
    width: 72px;
    height: 30px;
    left: auto;
    right: 25px;
    border-radius: 15px;
  }
  .mm-wrapper__blocker.mm-slideout::before {
    content: 'Close';
    position: relative;
    top: 2px;
    left: 10px;
    color: #10183d;
    font-size: 13px;
  }
  .mm-wrapper__blocker.mm-slideout::after {
    content: '\f00d';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 22px;
    color: #10183d;
    position: absolute;
    top: 1px;
    left: 44px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .actions-toolbar .primary {
    width: auto !important;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.block-footer-contact .second-row .address {
    width: 44.96%;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-7.footer-form-row {
    max-width: 58% !important;
    width: 100%;
    padding-left: 0px;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-7.footer-form-row .newsletter-info-footer .footer-subscribe-form .subscription-img {
    width: 100% !important;
    max-width: 8%;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-5.form-sec {
    max-width: 42% !important;
    width: 100%;
    padding-right: 0px;
  }
  .page-footer .footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub .footer-menu-bottom ul {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header .header-12 .header-middle .header-content .container .row .cart-header-container .minicart-wrapper a.action.showcart::before {
    top: 0px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete {
    max-width: 57vw;
    left: 0px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete div#amasty-shopby-product-list .amsearch-products.-columns {
    width: 346px !important;
  }
  .wpmm-menu.mm-menu .mm-panels ul.mm-listview .mm-listitem:last-child {
    border-bottom: 1px solid #3e435b !important;
  }
  button.amsearch-loupe,
  .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe,
  .action-gift.amsearch-loupe {
    left: 278px !important;
    right: 0px !important;
  }
  .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe,
  .action-gift.amsearch-loupe {
    left: 278px !important;
    right: 0px !important;
  }
  .action-gift.amsearch-loupe {
    left: 278px !important;
    right: 0px !important;
  }
  .actions button.action.search,
  .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .actions .action-gift.action.search {
    right: 4px !important;
  }
  .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .actions .action-gift.action.search {
    right: 4px !important;
  }
  .actions .action-gift.action.search {
    right: 4px !important;
  }
  .page-footer .footer.footer-2 .footer-bottom .row.footer-copyright-policy .copyright {
    margin: auto;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block {
    display: contents;
  }
  .page-footer .footer.footer-2 .footer-middle .primary_btn.footer_btn > a {
    margin-bottom: 15px;
  }
  .page-footer .footer-2 .footer-middle .col-lg-6.first {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-header .header-12 .header-middle .header-content .row.desktop-view .col-sm-3.logo-container {
    padding-left: 0px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul {
    padding-left: 0px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(3) {
    float: right;
    text-align: end;
  }
  .page-header .header-12 .header-middle {
    padding-top: 32px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container {
    right: 0;
    bottom: 6px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container {
    width: 12.33% !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .navigation-mobile-container.small-devices {
    width: 37.33% !important;
  }
  .page-footer .footer.footer-2 .footer-top {
    padding-bottom: 20px;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions button,
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .cart.table-wrapper .actions-toolbar > .action,
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .form-sec .footer-newsletter .block-newsletter form .actions .action-gift {
    right: 0px;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-7.footer-form-row {
    padding-bottom: 0 !important;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-7.footer-form-row .subscription-img {
    width: auto !important;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-5.form-sec .form.subscribe {
    max-width: 100% !important;
  }
  .page-footer .footer.footer-2 .footer-top .row.top-footer-row .col-lg-5.form-sec .control {
    padding-left: 0px !important;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-phone h4.title-footer {
    width: 10% !important;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-phone .footer_btn {
    display: none;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-email h4.title-footer {
    width: 10% !important;
  }
  .page-header {
    height: 134px;
  }
  .page-header .header-12 .header-middle .header-content .middle-container.desktop-search {
    display: block;
    max-width: 30% !important;
  }
  .page-header .header-12 .header-middle .header-content .middle-container.desktop-search .search-block-content .block.block-search {
    width: 330px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row.search-row .middle-container.small-device-search {
    display: none;
    max-width: 30%;
  }
  .page-header .header-12 .header-middle .header-content .container .row.search-row .middle-container.small-device-search .search-block-content .block.block-search {
    width: 330px;
  }
  .page-header .header-12 .header-middle .header-content .container .row.search-row .middle-container.small-device-search .search-block-content .block.block-search .form.minisearch .search-autocomplete {
    left: 0 !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row.search-row .middle-container.small-device-search .search-block-content .block.block-search .form.minisearch button.amsearch-loupe,
  .page-header .header-12 .header-middle .header-content .container .row.search-row .middle-container.small-device-search .search-block-content .block.block-search .form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe,
  .page-header .header-12 .header-middle .header-content .container .row.search-row .middle-container.small-device-search .search-block-content .block.block-search .form.minisearch .action-gift.amsearch-loupe {
    right: -695px !important;
  }
}
@media (min-width: 992px) {
  .page-footer .footer.footer-2 .footer-middle .footer-small-devices {
    display: none;
  }
  .page-footer .footer.footer-2 .footer-middle .footer_btn.small-devices {
    display: none;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .nav-desktop-container.small-devices {
    display: none;
  }
  .page-header .header-12 .header-middle .search-row {
    display: none;
  }
  .page-header .header-12 .header-middle .navigation-mobile-container.small-devices {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-header .header-12 .header-middle .header-content .container .row .middle-container {
    max-width: 28.50%;
    right: -20px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search {
    width: 350px;
    left: -40px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch .actions button.action.search,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch .actions .action-gift.action.search {
    right: 4px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch .actions .action-gift.action.search {
    right: 4px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch .actions .action-gift.action.search {
    right: 4px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch button.amsearch-loupe,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch .action-gift.amsearch-loupe {
    left: -84px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch button.amsearch-loupe::before,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch .cart.table-wrapper .actions-toolbar > .action.amsearch-loupe::before,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .form.minisearch .action-gift.amsearch-loupe::before {
    left: 11px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container {
    max-width: 24%;
    right: 0px;
    max-width: 26.5%;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container {
    right: auto;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart {
    left: 16px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper::after {
    left: 9px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link a {
    left: -1px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links .authorization-link::after {
    left: -8px;
  }
  .page-footer .footer.footer-2 .footer-top .top-footer-row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-footer .footer.footer-2 .footer-middle .block-footer.footer-phone {
    width: 45% !important;
  }
  .page-footer .footer.footer-2 .footer-bottom .main-footer-bottom-menu .footer-bottom-menu-sub {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-footer .footer.footer-2 .footer-bottom .row.footer-copyright-policy .copyright {
    max-width: 57% !important;
    display: inline-block !important;
    padding-left: 0px;
  }
  .page-footer .footer.footer-2 .footer-bottom .row.footer-copyright-policy .terms-privacy {
    max-width: 42% !important;
    display: inline-block !important;
    padding-right: 0px;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .ubermenu .ubermenu-submenu.ubermenu-submenu-id-622 {
    min-width: 220px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container {
    right: 0px;
    max-width: 20.50%;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart {
    left: 44px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper::after {
    left: 34.50px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container {
    max-width: 32.5%;
    right: 0px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 992px) {
  .ubermenu .ubermenu-submenu.ubermenu-submenu-id-622 {
    min-width: 160px !important;
  }
}
@media (max-width: 394px) {
  .amasty-xsearch-loader {
    margin-top: 11px;
    bottom: auto;
    top: -7px;
    margin-right: 10px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch #search_autocomplete {
    top: 46px !important;
  }
  .form.minisearch .field.search label.label.active {
    display: block !important;
  }
  .block-search .label:before {
    display: none;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened .action.search {
    top: -98px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened input {
    top: -28px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened #search_autocomplete {
    top: 53px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.-result input {
    margin-top: 15px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.-result .action.search {
    top: -19px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions button.action.search,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action-gift.action.search {
    top: -19px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input {
    top: -23px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch.-history.-opened .amsearch-wrapper-input input#search {
    top: -28px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-history.-opened .amsearch-loupe {
    top: -10px !important;
  }
}
@media (max-width: 320px) {
  .page-footer .footer-2 .footer-middle .block-footer.block-footer-contact .second-row .socials-block {
    width: 32%;
  }
  .minicart-wrapper .block-minicart {
    width: 210px;
    z-index: 9999;
  }
  .amasty-xsearch-loader {
    top: -5px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .cart-header-container .minicart-wrapper a.action.showcart::before {
    top: 4px !important;
    left: 3px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .header-top-right .header.links {
    list-style-type: none;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened .action.search {
    top: -89px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened #search_autocomplete {
    top: 55px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-history.-opened .amsearch-loupe {
    top: -8px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-opened.-result input#search {
    margin-top: 17px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-opened.-result .action.search {
    margin-top: -9px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-opened.-result #search_autocomplete {
    top: 58px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch.-history.-opened #search_autocomplete {
    top: 58px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch.-history.-opened .amsearch-wrapper-input input#search {
    top: -26px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action.search {
    margin-top: 2px;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input {
    top: -23px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.-result input#search {
    margin-top: 15px;
  }
  .block-search .label:before {
    display: none;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action.search {
    top: auto;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input {
    top: -21px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .cart-header-container {
    width: 28.7% !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .navigation-mobile-container.small-devices {
    width: 32% !important;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(2) {
    padding-right: 0px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(2):after {
    right: -22px;
  }
  .page-header .header-12 .header-middle-1 .header-content-1 .container .top-assistance .main-top-head-section ul li:nth-child(3) {
    width: 48%;
    padding-right: 0px !important;
  }
  .page-header .header-middle .header-content .right-container {
    max-width: 152px !important;
    margin-left: 24px;
  }
  .page-header .header-middle .header-content .logo-container img {
    max-width: 155px !important;
  }
}
@media (min-width: 395px) and (max-width: 639px) {
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch input {
    top: -20px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch .actions .action.search {
    top: -16px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.form.minisearch.-history.-opened .amsearch-wrapper-input input#search {
    top: -20px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-history.-opened .amsearch-loupe {
    position: absolute;
    right: 3px !important;
    left: auto !important;
    display: inherit !important;
    top: -2px !important;
    bottom: auto;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened input {
    top: -20px !important;
  }
  .page-header .header-12 .header-middle .header-content .container .row .middle-container .search-block-content .block.block-search .block.block-content form.minisearch.-large.amsearch-form-container.-result.-opened .action.search {
    top: -90px !important;
  }
  .amasty-xsearch-loader {
    top: 12px;
  }
}
@media (max-width: 1679px) {
  .catalog-product-view .product.info.detailed .pdp--datasheet-block div.row {
    margin-right: 25px;
  }
  .catalog-product-view .product.info.detailed .pdp--datasheet-block div.row .box ul li a {
    width: 100%;
    max-width: 416px;
  }
  .catalog-product-view .product.info.detailed .product.cms-block .value {
    padding-right: 0px;
  }
}
@media (max-width: 1366px) {
  .page-product-bundle .bundle-options-container .product-details .fieldset .control-qty-cart input#qty {
    margin-top: 20px;
  }
  .catalog-product-view .product.info.detailed .pdp--datasheet-block div.row .box ul li a {
    max-width: 280px;
  }
}
@media (max-width: 1239px) {
  .catalog-product-view .product.info.detailed .pdp--datasheet-block div.row .box ul li a {
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-view .product.info.detailed .product.cms-block .value {
    padding: 0px 15px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-product-view .top.product.cart.section .product-info-main {
    width: 40%;
    padding: 0 15px;
  }
  .catalog-product-view .product__specification_section .specification_head {
    max-width: 82%;
  }
  .catalog-product-view .multiple_donors_section {
    max-width: 82%;
  }
  .catalog-product-view .donor__background_section {
    max-width: 82%;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .need-technician-help {
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-product-bundle .bundle-options-container .need-help-for-order {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
  }
  .slider-index-index .column.main #openseadragon1 {
    width: 100% !important;
  }
  .catalog-product-view .top.product.cart.section {
    display: inline-block;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .control.control-qty-cart input {
    height: auto;
  }
  .catalog-product-view .top.product.cart.section .product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
    left: 184px;
  }
  .catalog-product-view .top.product.cart.section .product.media {
    max-width: 440px;
    position: relative;
    width: 57%;
  }
  .catalog-product-view .top.product.cart.section .product-info-main {
    width: 100%;
    max-width: 100%;
    display: block;
    flex: auto;
    padding: 15px 0px;
  }
  .catalog-product-view .top.product.cart.section .product-info-main h1.page-title.homepage-hero-heading {
    max-width: 100%;
    padding-bottom: 0px !important;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .catalog-product-view .multiple_donors_section .multiple_donor_text {
    font-size: 20px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .need-technician-help {
    max-width: 100%;
    margin: 15px 0 0;
  }
  .page-header .header-12 .header-middle .header-content .container .row .right-container .cart-header-container .minicart-wrapper a.action.showcart .counter.qty {
    position: absolute;
    top: -25px !important;
    left: 0 !important;
    font-family: 'BRHendrix-Bold';
  }
}
@media (max-width: 767px) {
  .page-product-bundle .bundle-options-container {
    margin-bottom: 15px;
  }
  .page-product-bundle .bundle-options-container div#bundleSummary .fieldset .field.qty {
    width: 100%;
    max-width: 128px;
  }
  .page-product-bundle .bundle-options-container .product-options-wrapper {
    width: 100%;
  }
  .page-product-bundle .bundle-options-container .need-help-for-order h5 {
    margin-top: 15px;
  }
  .page-product-bundle .bundle-options-wrapper {
    width: 100%;
  }
  .fotorama-item .extra_links {
    text-align: center;
    margin-bottom: 20px;
  }
  .product_size_view_cart {
    font-size: 18px;
  }
  .slider-index-index .page-title-wrapper {
    padding-bottom: 30px;
  }
  .slider-index-index .catalogsearch-result-index {
    padding-bottom: 20px;
  }
  .slider-index-index .column.main #openseadragon1 {
    width: 100% !important;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift {
    width: 100%;
  }
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging button:after,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .cart.table-wrapper .actions-toolbar > .action:after,
  .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-paging .action-gift:after {
    font-size: 6px !important;
    right: 40px;
  }
  .catalog-product-view .product.info.detailed .product.cms-block {
    padding: 0px 14px 15px 15px;
  }
  .catalog-product-view .product.info.detailed .product.cms-block .value {
    padding: 15px;
  }
  .catalog-product-view .product.info.detailed .pdp--protocols-troubleshoot-block .need-technician-help {
    max-width: 100%;
    margin: 15px 0 0;
  }
  .catalog-product-view .page-header {
    margin-bottom: 0 !important;
  }
  .catalog-product-view .breadcrumbs {
    padding-left: 15px;
  }
  .catalog-product-view .breadcrumbs .item {
    height: auto;
  }
  .catalog-product-view .breadcrumbs .item a:before {
    padding-left: 0px !important;
  }
  .catalog-product-view .breadcrumbs li.item.home {
    padding-left: 6px !important;
  }
  .catalog-product-view .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading {
    margin-bottom: 0;
  }
  .catalog-product-view .page-wrapper main#maincontent .page-title-wrapper .page-title.homepage-hero-heading .base {
    font-size: 28px !important;
  }
  .catalog-product-view .top.product.cart.section {
    display: block;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .catalog-product-view .top.product.cart.section .product.media {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .catalog-product-view .top.product.cart.section .product-info-main {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other {
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .field.qty .control-qty .quantity-controls.quantity-plus:before {
    max-height: 42px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .field.qty .control-qty .quantity-controls.quantity-minus:before {
    max-height: 42px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart {
    margin-bottom: 0px;
    padding-bottom: 25px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.action.primary.tocart,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.amshopby-button.tocart,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.am-filter-go.tocart,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .action-gift.action.primary.tocart {
    padding: 8px 20px 8px 36px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.action.primary.tocart span,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.amshopby-button.tocart span,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.am-filter-go.tocart span,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart span,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .action-gift.action.primary.tocart span {
    font-size: 17px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.action.primary.tocart:before,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.amshopby-button.tocart:before,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions button.am-filter-go.tocart:before,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart:before,
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .actions .action-gift.action.primary.tocart:before {
    font-size: 25px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .box-tocart .product-quote-request a {
    font-size: 17px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .product-options-wrapper .fieldset .field.configurable .control select {
    margin-top: 0px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .product-add-form {
    position: static;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .product-add-form .table-wrapper.grouped {
    padding: 0px 17px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .product-add-form .table-wrapper.grouped table.grouped tr:first-child th {
    padding-top: 0px;
  }
  .catalog-product-view .top.product.cart.section .product-price-addto-other .product-add-form .col.qty {
    align-items: center;
    padding-bottom: 15px;
  }
  .catalog-product-view .top.product.cart.section .product__specification_section {
    padding-top: 0px;
  }
  .catalog-product-view .top.product.cart.section .product__specification_section .specification_head h2 {
    font-size: 26px;
  }
  .catalog-product-view .product.specification.attributes {
    padding-top: 5px;
  }
  .catalog-product-view .product.specification.attributes .specification_head h2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }
  .catalog-product-view .product.specification.attributes .specification_head .short__des {
    font-size: 17px;
  }
  .catalog-product-view .product.specification.attributes .multiple_donors_section {
    max-width: 100%;
    padding: 16px 20px;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .catalog-product-view .product.specification.attributes .multiple_donors_section .multiple_donor_text {
    font-size: 17px;
    text-align: center;
  }
  .catalog-product-view .product.specification.attributes .multiple_donors_section span.contact_us {
    float: left;
    margin: 15px auto auto auto;
    margin-top: 15px;
    width: 100%;
  }
  .catalog-product-view .related-product-bottom .block-title.title {
    padding-top: 30px;
  }
  .catalog-product-view .related-product-bottom .block.related .block-content.content ol.items.product-items {
    display: block;
  }
  .catalog-product-view .related-product-bottom .block.related .block-content.content ol.items.product-items li.item.product.product-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .catalog-product-view .donor__background_section h2 {
    margin-top: 0px;
    font-size: 22px;
  }
  .catalog-product-view .donor__background_section table {
    margin-bottom: 0;
  }
  .catalog-product-view .donor__background_section table tbody tr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .catalog-product-view .donor__background_section table tbody tr td {
    max-width: 100%;
    padding: 5px 0 !important;
    width: auto !important;
  }
  .catalog-product-view .product.info.detailed {
    padding-top: 10px;
    margin-bottom: 5px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width {
    padding: 0px 0px !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width h2.data.item.title {
    padding: 15px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width h2.data.item.title:before {
    font-size: 26px;
    right: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width h2.data.item.title a {
    padding: 0;
    font-size: 20px;
    position: relative;
    bottom: 2px;
    font-size: 26px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width .data.item.content.resp-tab-content .pdp--datasheet-block .row {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width .data.item.content.resp-tab-content .pdp--datasheet-block .row:last-child {
    margin-right: 0px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width .data.item.content.resp-tab-content .pdp--datasheet-block .row:last-child .box ul li {
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width .data.item.content.resp-tab-content .pdp--datasheet-block .row .datasheets_blocks_title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width .data.item.content.resp-tab-content .pdp--datasheet-block .row .box ul li {
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width .data.item.content.resp-tab-content .pdp--datasheet-block .row .box ul li a {
    width: 100%;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width .need-technician-help {
    padding: 25px 25px;
    margin-top: 25px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width .need-technician-help h5.head {
    font-size: 22px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .div-full-width .need-technician-help p {
    font-size: 16px;
  }
  _::-webkit-full-page-media .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a:before {
    height: 3px !important;
    top: 47px !important;
  }
  _:future .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a:before {
    height: 3px !important;
    top: 47px !important;
  }
  :root .category_publication #bizgenius-citation-widget-container-list .bizgenius-citation-list .bizgenius-citation-single > a:before {
    height: 3px !important;
    top: 47px !important;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .page-product-bundle .bundle-options-container .fieldset .control-qty-cart input#qty {
    padding: 4px 0px 4px 0px;
  }
  .page-product-bundle .bundle-options-container .product-details button#product-addtocart-button,
  .page-product-bundle .bundle-options-container .product-details .cart.table-wrapper .actions-toolbar > .action#product-addtocart-button,
  .page-product-bundle .bundle-options-container .product-details .action-gift#product-addtocart-button {
    padding: 4px 25px 4px 50px;
  }
  .page-product-bundle .bundle-options-container .product-details button#product-addtocart-button:before,
  .page-product-bundle .bundle-options-container .product-details .cart.table-wrapper .actions-toolbar > .action#product-addtocart-button:before,
  .page-product-bundle .bundle-options-container .product-details .action-gift#product-addtocart-button:before {
    margin-top: 0px;
  }
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.post-holder {
    background: #F5F5F5;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 20px;
}

.post-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.post-holder .post-header {
    position: relative;
}

.post-holder .post-header .post-info {
    padding: 0 0 10px 0;
}

.post-holder .post-header .post-info .item,
.post-holder .post-header .post-info .dash {
    display: inline-block;
}

.post-holder .post-header .post-info .label {
    font-weight: 700;
}

.post-holder .post-header .post-info .value {
    font-style: italic;
}

.post-list {
    list-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.post-list-wrapper .post-list {
    padding-left: 0
}

.post-list .post-content .post-read-more {
    float: right;
    padding-top: 10px;
}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {
    list-style: none
}

.post-content .post-description img {
    margin: 0 15px 0 15px;
}

.post-content .post-description ul,
.post-content .post-description ol {
    list-style-position: inside;
}

.post-content .post-description .post-ftimg-hld {
    float: left;
    margin: 0 15px 0 15px;
    width: 33%
}

.post-content .post-description .post-ftimg-hld img {
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (max-width: 496px) {
    .post-content .post-description .post-ftimg-hld {
        margin: 0;
        width: 100%;
    }
}

.post-list .post-header .post-title {
    max-width: 80%;
}

.post-list .post-header .post-title a {
    color: #636363;
    font-size: 22px;
    text-decoration: none;
}

.post-list .post-header .post-title {
    float: left;
    margin: 0;
    padding: 10px 0;
}

.post-list .post-holder .post-header .addthis_toolbox {
    float: right;
    padding-top: 20px;
}

.post-list .hidden {
    display: none;
}

.post-view .post-holder .post-header .addthis_toolbox {
    float: right;
}

.post-view .post-bottom {
    margin-top: 30px;
}

.post-view .post-nextprev-hld {
    margin-bottom: 30px;
}

.post-view .post-nextprev-hld .nextprev-link {
    font-weight: 700;
}

.post-view .post-nextprev-hld .prev-link {
    float: left
}

.post-view .post-nextprev-hld .next-link {
    float: right
}

.post-view .post-gallery {
    margin: 15px 0 15px 0
}

.post-view .post-gallery .gallery-image-hld {
    border: 1px solid #ccc;
    display: block;
    float: left
    margin: 0 14px 14px 0;
}

.post-view .post-gallery .gallery-image {
    display: block
    margin: 0;
    padding: 0;
}

.post-view .block {
    margin-bottom: 30px;
}

.widget.block-recent-posts .block-content .item {
    padding: 8px 0 0 0;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left: 0;
}

.widget.block-categories ul ul {
    margin-left: 20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0;
}

.widget.block-rss .rss-icon {
    float: left;
    padding-right: 10px;
    width: 23px;
}

.widget.blog-search {
    float: right;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    /*padding-left: 15px;
    z-index: 4;*/
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    display: inline-block;
    float: right;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 1px;
}

.widget.blog-search .control {
    border-top: 0;
    clear: both;
    margin: 0;
    padding: 0;
}

.widget.blog-search input {
    left: -300%;
    margin: 0;
    padding-right: 35px;
    position: static;
}

.widget.blog-search .action.search {
    background: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    -moz-box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    z-index: 1;
}

.widget.blog-search .action.search:before {
    color: #8f8f8f;
    content: '\e615';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest {
    font-size: 0.75em
}

.widget.block-tagclaud .small {
    font-size: 1em
}

.widget.block-tagclaud .medium {
    font-size: 1.25em
}

.widget.block-tagclaud .large {
    font-size: 1.5em
}

.widget.block-tagclaud .largest {
    font-size: 2em
}

.blog-widget-recent .post-list {
    margin: 0;
    padding: 0;
}

.blog-widget-recent .post-holder {
    float: left;
    margin: 5px;
    width: 29%;
}

.blog-widget-recent .post-description .post-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}

.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    margin: 0;
    width: 100%;
}

.mfblog-autoloader {
    text-align: center;
}

.mfblog-autoloader .mfblog-show-onload {
    display: none;
}

@media (max-width: 420px) {
    #mfblog_gcomments {
        max-width: 345px;
        overflow-y: scroll;
    }
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {
    padding-left: 0
}/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
.fav-color-green {color: #4caf50;color: #28a745;}
.fav-color-yellow {color: #f9c100;color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #607d8b;color: #6c757d;}
.fav-color-red {color: #f44336;color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;/*padding: 20px;*/border-radius: 0;color: #222222;}
.fa, .fas {font-family:'FontAwesome';font-weight: 900;font-size: 48px;}
button {box-shadow: none !important;}
/** {zoom: 1;}*/


/* Blog Post List *****************************************************************************************************/
/* * {box-sizing: border-box;}*/
/*.post-list a {color: #222222;text-decoration: none;}*/
/*.post-list a:hover {color: #006bb4;text-decoration: none;}*/

.post-list {margin-top: 0px;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {padding: 0 15px 0 0;margin-bottom: 30px;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list .post-info {padding: 0 0 0 25px;width: 100%;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px;color: #bbbbbb;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {color: #7d7d7d;line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;background: #222222;}
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*/
@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
.blog-post-view .post-view {font-size: 13px;font-weight: 600;}
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222; color: #fff;line-height: 1;margin-right: 10px;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid #e8e8e8;color: #222;background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9; background: #333;color: #fff;}


/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;color: #7d7d7d;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}
.blog-post-view .post-description a {color: #4db2ec !important;}


/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-sharing-bottom {padding: 30px 0;margin-bottom: 20px;border-top: 1px solid #d5d6da;border-bottom: 1px solid #d5d6da;}
.post-sharing-bottom .addthis_inline_share_toolbox {text-align: center;}

/* Post Navigation */
.blog-post-view .post-nextprev  {margin-bottom: 30px;display: flex;padding: 20px 0;}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;color: #222222;font-weight: 600;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.mfblog-replated-posts-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-replated-posts-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

.mfblog-replated-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -15px;margin-right: -15px;}
.mfblog-replated-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;}

.mfblog-replated-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-replated-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-replated-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-replated-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-replated-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important;color: #222222;}
@media (max-width: 767px) {
    .mfblog-replated-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/

/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}

/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;border: 1px solid #bbbbbb;}
.widget.blog-search .action.search {position: absolute;right: 0px;top: 0;top: calc(50% - 16px);z-index: 1;display: inline-block;background: #222222;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Sm/destino/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
/*.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}*/

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 20px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-list .post-header .post-title {max-width:80%;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;color: #222222;font-weight: 400;}

.post-list .post-header .post-title {
    margin: 0;
    padding: 10px 0;
    float:left;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 17px;}
.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}

.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0;
}

/* Tag cloud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.blog-widget-recent .post-list {
    padding: 0;
    margin: 0;
}

.blog-widget-recent .post-holder {
    width: 31.2%;
    float: left;
    margin: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    clear: both;
}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}

@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}


/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Sm/destino/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Sm/destino/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
@media only screen and (max-width: 767px) {
    div[data-role="am-banners-lite"] {
        order: -2;
    }
}