@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;
@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@100;
/* The above import directives are aggregated from content. */
/**
 * 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*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
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 #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  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: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  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 #cccccc;
  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: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
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: #575757;
}
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: #575757;
}
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 url('../../frontend/kbiz_theme/store_child/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  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: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
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 {
  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 #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.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,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > 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;
}
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.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;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button: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 {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check: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: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check: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,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check: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,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check: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,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.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: #006bb4;
  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),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check: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,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list 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,
.minicart-items .product-item-details .product .options.list 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,
.minicart-items .product-item-details .product .options.list 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,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-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,
.products-list .product-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,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .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: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .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 .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.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 {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .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 .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-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-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .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,
.minicart-items .product.options .toggle > span,
.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:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar: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,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form: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 .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content: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,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form: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 .content:after,
.table-order-items .gift-wrapping .content: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,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar: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,
.product-item,
.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,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  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: 'luma-icons';
  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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .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 {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .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 {
  font-size: 1.1rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .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 .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .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,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  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,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .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,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .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,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .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 10px;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .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-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .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-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: 'luma-icons';
  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,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.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: #666666;
}
.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 {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.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-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  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 {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 3px;
  top: 3px;
}
.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 #cccccc;
  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-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/kbiz_theme/store_child/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/kbiz_theme/store_child/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/kbiz_theme/store_child/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/kbiz_theme/store_child/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/kbiz_theme/store_child/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/kbiz_theme/store_child/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/kbiz_theme/store_child/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/kbiz_theme/store_child/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 tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.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: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.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: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.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: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.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: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.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: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.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: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/kbiz_theme/store_child/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 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.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 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.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: #575757;
}
.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: #575757;
}
.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;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.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;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 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;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  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;
  margin-top: -4px;
  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: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  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: 'luma-icons';
  src: url('../../frontend/kbiz_theme/store_child/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/kbiz_theme/store_child/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.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 {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.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: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 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: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  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 {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.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 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  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: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.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 .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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: 15px;
}
.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: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @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/kbiz_theme/store_child/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/kbiz_theme/store_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/kbiz_theme/store_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/kbiz_theme/store_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/kbiz_theme/store_child/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 {
  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 {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  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 {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  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 {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.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 {
  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 {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  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 {
  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 {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  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 {
  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 {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
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 {
  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%;
}
div[data-content-type='slider'] 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;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.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 {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * 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;
}
#custom-sliding-cart .minicart-wrapper {
  margin-left: 13px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog {
  display: block !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart {
  width: 450px !important;
  max-width: 100%;
  padding: 0px;
  position: fixed;
  right: -100%;
  top: 0;
  margin-top: 0;
  min-width: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title {
  background: #1979c3;
  color: #ffffff;
  padding: 20px;
  display: block !important;
  margin-bottom: 0;
  position: relative;
  height: 30px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close {
  position: relative;
  float: right;
  position: absolute;
  right: 38px;
  top: 33%;
  border: 1px solid #ccc;
  width: 25px;
  height: 25px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close:before {
  color: #ffffff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title #cart-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .items-total {
  display: inline-block;
  float: none;
  font-size: 16px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .minicart-items .product-image-wrapper .product-image-photo {
  position: relative;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
  padding: 1rem 2.6rem 1rem;
  display: flex;
  flex-direction: column;
  height: calc(90%);
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
    padding: 1rem 1.6rem 1rem;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals {
  padding-right: 0px;
  padding-bottom: 10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals {
    padding-right: 0px;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals .btn-wrapper {
  padding-bottom: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount {
  width: 100%;
  padding-right: 0px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset.coupon {
  margin-top: 0px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset.coupon .control {
  margin-right: 20px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset .actions-toolbar .primary .action {
  margin: 0px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset:last-child {
  margin-bottom: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .items-total {
  float: none;
  display: block;
  margin: 15px 0;
  font-weight: 700;
  font-size: 14px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  margin: 0px;
  display: block;
  border: none;
  padding-top: 5px;
  padding-bottom: 0;
  flex: 1;
  overflow: auto;
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    height: 216px !important;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details {
  position: relative;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item {
  padding-bottom: 0px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  position: relative;
  border: 1px solid #ccc;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-wrapper .product-image-photo {
  border: none;
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-wrapper .product-image-photo {
    width: 70px !important;
    height: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details {
    padding-left: 84px;
  }
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals .totals-title {
  margin-top: 5px;
  text-align: left;
  border-top: solid 1px #ccc;
  padding: 10px 0 10px 0;
  font-weight: 700;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table {
  border-top: 1px solid #ccc;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:first-child > th,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:first-child > td {
  padding-top: 12px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:last-child > th,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:last-child > td {
  font-weight: 700;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr > th,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr > td {
  padding: 0px 10px 6px 10px;
  font-weight: normal;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions {
  top: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .grand-totals {
  width: 100%;
  text-align: right;
  padding-right: 5px;
  font-size: 16px;
  padding-left: 5px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .action.primary {
  width: 100%;
  padding: 15px;
  border: none;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .action.primary {
    font-size: 1.4rem;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .secondary {
  text-align: center;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item-details .product.actions {
  margin: 0px;
  text-align: right;
  position: absolute;
  top: -2px;
  z-index: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item-details .product.actions > .primary:not(:last-child) {
    margin-right: 0px;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item-details .product.options {
  margin-bottom: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item {
  margin-bottom: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content > .secondary {
  text-align: center;
  margin-top: 8px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart:before {
  border: 0px;
  z-index: -1;
}
#custom-sliding-cart .minicart-wrapper.active .block-minicart {
  right: 0%;
}
@media only screen and (max-width: 767px) {
  .modal-inner-wrap {
    width: 80% !important;
    max-width: 100% !important;
  }
  .sliding-cart-overflow {
    position: fixed;
    height: 100%;
    overflow: hidden;
  }
}
.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;
}
/**
 * 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%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.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 #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/kbiz_theme/store_child/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/kbiz_theme/store_child/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%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.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 #00699d;
}
.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/kbiz_theme/store_child/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 #00699d;
}
.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;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.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: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.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 15px 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 .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .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;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.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 {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.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: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.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 > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.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: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.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]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.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 {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.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 > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.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;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.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: 5.5px 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: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  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;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.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.toggle {
  padding: 0;
}
.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 .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: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  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 #cccccc;
  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:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.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: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 {
  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-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.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.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.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 dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  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: #757575;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  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: #757575;
}
.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: -10px;
  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: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  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;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  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;
}
.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.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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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.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 .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.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-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.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;
}
.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 > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > 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 .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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 .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/kbiz_theme/store_child/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.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;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.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: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  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: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.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;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  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: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #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 td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.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: #006bb4;
  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: 10px;
  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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #757575;
}
.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;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  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 #cccccc;
  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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.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 form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.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: 500px;
}
.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-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.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: #006bb4;
  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: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  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: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.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 {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.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;
}
.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;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .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;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.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;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.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 {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.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 {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.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-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.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%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 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: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  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: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  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: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .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-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  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;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  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: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  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 .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: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  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: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  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 {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  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;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.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-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.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 .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.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;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.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 #cccccc;
  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: 20px;
}
.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: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  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;
  white-space: nowrap;
}
.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: 88px;
  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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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;
}
.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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  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: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.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-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.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 {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.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;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.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-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.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-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.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 .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.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: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.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-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.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 {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: 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: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.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: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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 {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.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-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.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: 'luma-icons';
  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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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;
}
.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: 7px;
}
.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: 4px;
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  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: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  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;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .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: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .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: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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: #666666;
  }
  .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: 'luma-icons';
    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: 'luma-icons';
    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.7);
    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: #e3e3e3;
    border: solid #d7d7d7;
    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: #f0f0f0;
    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;
    color: #333333;
    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;
    color: #333333;
  }
  .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;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .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: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .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;
  }
  .pagebuilder-column-line {
    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;
  }
  .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%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .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;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    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;
    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: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .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: left;
  }
  .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;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    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;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 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 .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    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 {
    color: #333333;
    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;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .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;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .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,
  .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;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .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-downloadable-products .col.title:before,
  .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,
  .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,
  .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 #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):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(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):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 .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .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;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .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: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -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 .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .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;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > 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.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .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.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .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 .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;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .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%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .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-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    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;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .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: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .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: #006bb4;
    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: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .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;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .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;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .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;
  }
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block !important;
}
div#block-compare-heading {
  font-size: 26px !important;
}
#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 {
  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 {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.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;
}
400;600;800&display=swap);
0,400;0,500;0,700;0,900;1,500;1,700;1,900&display=swap);
200;300;400;500;600;700;800;900&display=swap);
.bootstrap-touchspin input:focus,
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.dropdown-toggle:focus,
.input-group .form-control:focus,
.modal-header button.close:focus,
.open > a,
.slick-list:focus,
a:focus,
a:not([href]):not([tabindex]):focus,
div#search_widget button:focus {
  outline: 0;
}
#wrapper .breadcrumb li:last-child,
.comments_note div.star:after,
.cus-terms-policy p b,
.product-variants select.form-control-select,
.product-variants.product-variants-item.form-control-select,
.quickview .modal-header button.close,
b,
body#checkout #order-summary-content h4.black,
div#product-page-installation-tab h4,
div#quickview-modal-45-183 button.close,
mark,
strong {
  color: #000;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
#index #wrapper,
.block_newsletter form .input-wrapper,
.media,
.media-body,
.modal-open,
.slick-list,
svg:not(:root) {
  overflow: hidden;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a,
[data-icon]:before,
button,
select {
  text-transform: none;
}
.slick-slider,
html {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
.business-btn-2,
.custom-checkbox label,
.home_block_col .product-price-and-shipping,
.new_comment_form_content label,
.products .type_list_full_width .product-title a,
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label,
caption,
th {
  text-align: left;
}
.slick-slider,
html,
legend {
  box-sizing: border-box;
}
button,
hr,
input,
select {
  overflow: visible;
}
pre,
textarea {
  overflow: auto;
}
a,
pre code,
table {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Heebo, sans-serif;
}
span p {
  font-family: Roboto, sans-serif;
}
button.slick-arrow {
  top: -3px;
  color: #5ea460;
}
#_desktop_currency_selector,
#_desktop_user_info,
#blockcart-modal .cart-content .cart-products-count,
#contact #left-column,
#content-hook-order-confirmation-footer .ybc-widget-ybc-custom-1,
#content-wrapper #product-comments-list-pagination,
#demo-button-below-product-img,
#empty-product-comment i,
#footer_account_list li a:nth-child(2),
#header .header-nav .cart-preview .body,
#home-content-on-product-view #carousel,
#home-content-on-product-view .featured-products .wishlist-button-add,
#js-product-list .pagination .col-md-4,
#mobile_top_menu_wrapper .top-menu .collapse,
#mobile_top_menu_wrapper .top-menu .collapse-icons .remove,
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add,
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse,
#product .nav-tabs li:nth-child(2),
#product-comments-list-footer
  #product-comments-list-pagination
  .material-icons:before,
#product-comments-list-header i,
#product-modal .arrows.js-modal-arrows,
#product-modal .modal-content .modal-body figcaption,
#products #js-product-list-top .hidden-sm-down p,
#quickview-modal-45-183 h1.h1,
#wk-one-page-checkout .wk-products #wk-products .comments_note,
#wk-one-page-checkout
  .wk-products
  #wk-products
  .highlighted-informations.no-variants.hidden-sm-down,
#wrapper .breadcrumb[data-depth="1"],
#wrapper .breadcrumb_wrapper[data-depth="1"],
.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded="true"] .arrow-right,
.block-categories .collapse-icons .remove,
.block-categories .collapse-icons[aria-expanded="true"] .add,
.blockcart .hidden-sm-down,
.carousel-control-next,
.carousel-control-prev,
.cart-subtotals div.shipping,
.collapse,
.comment-buttons .useful-review,
.contact_layout_2 hr,
.count_star,
.cus_banner,
.divide-right p:nth-child(3),
.feature_product,
.hide,
.home_block_col .highlighted-informations,
.home_block_col .hook-reviews,
.home_block_col .product-flags,
.home_block_col .product-price-and-shipping span.discount-percentage,
.inactive .body.cart-hover-content,
.js-payment-binary,
.js-payment-binary .accept-cgv,
.links.footer_linklist div.wrapper:nth-child(n + 2),
.main-menu .scroll_heading > .ets_mm_megamenu_content ul li a:before,
.mm_block_type_product .highlighted-informations,
.not-useful-review,
.owl-nav.hidden,
.page-content.card #livesearch,
.page-content.card
  .box.wkrelativeposition
  .wk-order-product
  .wk-product-info.col-md-2.col-sm-2.col-xs-12,
.page-content.card
  .box.wkrelativeposition
  .wk-order-product
  .wk-product-info:first-child
  .wk-product-detail.js-product-miniature
  .wk-product-link,
.page_contact_layout3 .contact-form .form-group > label,
.page_contact_layout3 .contact-form .form-group > span,
.page_home .ybc-blog-categories,
.page_home .ybc-blog-latest-toolbar,
.partner-logo-section .partner-logo,
.partner-logo-section + .row + hr,
.popover-title:empty,
.product-actions .add-to-cart:disabled,
.product-comment-list-item .comment-content .comment-buttons a .material-icons,
.product-comment-list-item
  .comment-content
  .comment-buttons
  a
  .material-icons
  .useful-review-value,
.product-flags li.product-discount,
.product-information div[itemprop="description"],
.product-price-and-shipping .discount-percentage,
.product-quantity,
.product-variants .sr-only,
.product_list.owl-loaded .owl-nav,
.quickview .layer,
.scroll-box-arrows,
.short_description,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img,
.social-sharing,
.tab-content > .tab-pane,
.tab-pane .h1.products-section-title.text-uppercase,
.tag:empty,
.thumbnail-container:hover .button-container-product,
.toogle_search_top,
.top-menu .sub-menu.collapse,
.type_horizonal .product-images,
.useful-review .useful-review-value,
.wishtlist_top,
.wk-payment-method .payment-options .wk-payment-list,
.wrapper-section #product-description-short-20,
.wrapper-section .product-quantity .add .add-to-cart i.icon_cart_alt,
.wrapper-section .product-quantity .wishlist-button-product,
.wrapper-section h1.h1.page-heading-product,
[hidden],
body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit,
body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit,
body#checkout section.checkout-step.-reachable.-complete .content,
body#checkout section.checkout-step.-reachable.-complete h1 .step-number,
body:not(#product) .wishlist-button-add,
button.wishlist-button-add.wishlist-button-product,
div#_desktop_cart + .main-menu,
div#cart-subtotal-shipping,
div#left-column,
div#new_comment_form .product.clearfix,
div#powered_by_stripe,
div#product-description-short-45,
header#header div#slider_row,
i.material-icons.search,
li.product-flag.discount,
p.product-tax,
p.wk-or + .wk-guest-checkout .wk-guest-hr,
section.featured-products.clearfix.mt-3,
span#product-availability,
span.cur-label,
template,
ul.cart-items .qty,
ul.product-flags li.new,
ul.product-flags li.online-only,
ul.product-flags.js-product-flags li.product-flag.new {
  display: none;
}
.slick-list,
.slick-slider,
.slick-track {
  display: block;
  position: relative;
}
@keyframes texttyper {
  0%,
  100%,
  50% {
    width: 0;
  }
  10%,
  40% {
    width: 10.5em;
  }
}
@keyframes caret {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.slick-slider {
  -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;
}
.slick-list {
  margin: 0;
  padding: 0;
}
.container,
.container-fluid,
.slick-track {
  margin-left: auto;
  margin-right: auto;
}
.form-check-input,
.form-control-feedback,
.form-text {
  margin-top: 0.25rem;
}
.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;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
#ps_categoryproducts,
.slick-track:after,
div#producttabs {
  clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
#product-modal.images-thumb-right figure,
.carousel-control.right,
.cart-subtotals .value,
.cus_about_img img,
.pagination .next,
.stripe-card-cvc,
[dir="rtl"] .slick-slide,
body#index .maincontent_v1 .mls_nav > div.mls_next {
  float: right;
}
#_desktop_cart:hover .body.cart-hover-content:before,
#index .index-container .collapse,
#main #content #carousel,
#mobile_top_menu_wrapper
  .top-menu
  .collapse-icons[aria-expanded="true"]
  .remove,
#mobile_top_menu_wrapper .top-menu .collapse.in,
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in,
#products .product-thumbnail,
#quickview-modal-45-183 .product-variants .product-variants-item,
.block-categories .collapse-icons[aria-expanded="true"] .remove,
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev,
.collapse.in,
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked,
.ets-product-specific .product-price-and-shipping .discount-percentage,
.featured-products .product-thumbnail,
.form-control-file,
.form-control-range,
.home_block_col .short_description,
.js-payment-binary.disabled .accept-cgv,
.media-object,
.navbar-brand > img,
.open .cus-hidden-box,
.open > .dropdown-menu,
.page_home .ybc-blog-sidear-post-meta,
.product-accessories .product-thumbnail,
.scroll-box-arrows.scroll,
.slick-initialized .slick-slide,
.slick-slide img,
.tab-content > .active,
.type_horizonal .product-images.slick-slider,
.type_list_full_width .short_description,
article,
aside,
body#checkout section.checkout-step.-current .content,
body#checkout section.checkout-step.-current.-reachable.-complete .content,
details,
div#post-product-comment-modal form#post-product-comment-form .criterion-rating,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
.slick-slide.dragging img,
.wk-product-img.wk-left.product-cover .layer.hidden-sm-down,
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.block-categories .arrows[aria-expanded="true"] .arrow-down,
.figure,
.list-inline-item,
.nav-inline .nav-item,
.nav-link,
.pagination .page-list li,
.product-information
  .js-qv-mask.mask.scroll
  ul.product-images.js-qv-product-images,
audio,
body#checkout section.checkout-step .payment-options label,
body#checkout section.checkout-step.-current.-reachable.-complete .step-number,
body#checkout section.checkout-step.-reachable.-complete h1 .done,
canvas,
label,
output,
progress,
ul.product-images.js-qv-product-images,
video {
  display: inline-block;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.modal-header .close {
  margin-top: -2px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  font-weight: 400;
  top: 0.0625rem;
  left: 0.1875rem;
  font-size: 0.9375rem;
} /*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: ElegantIcons;
  src: url("../../frontend/kbiz_theme/store_child/en_US/fonts/ElegantIcons.eot");
  src: url("../../frontend/kbiz_theme/store_child/en_US/fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("../../frontend/kbiz_theme/store_child/en_US/fonts/ElegantIcons.woff") format("woff"),
    url("../../frontend/kbiz_theme/store_child/en_US/fonts/ElegantIcons.ttf") format("truetype"),
    url("../../frontend/kbiz_theme/store_child/en_US/fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  font-family: ElegantIcons;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.arrow-up-down,
.arrow_back,
.arrow_carrot-2down,
.arrow_carrot-2down_alt2,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left,
.arrow_carrot-2left_alt,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right,
.arrow_carrot-2right_alt,
.arrow_carrot-2right_alt2,
.arrow_carrot-2up,
.arrow_carrot-2up_alt,
.arrow_carrot-2up_alt2,
.arrow_carrot-down,
.arrow_carrot-down_alt,
.arrow_carrot-down_alt2,
.arrow_carrot-left,
.arrow_carrot-left_alt,
.arrow_carrot-left_alt2,
.arrow_carrot-right,
.arrow_carrot-right_alt,
.arrow_carrot-right_alt2,
.arrow_carrot-up,
.arrow_carrot-up_alt2,
.arrow_carrot_up_alt,
.arrow_condense,
.arrow_condense_alt,
.arrow_down,
.arrow_down_alt,
.arrow_expand,
.arrow_expand_alt,
.arrow_expand_alt2,
.arrow_expand_alt3,
.arrow_left,
.arrow_left-down,
.arrow_left-down_alt,
.arrow_left-right,
.arrow_left-right_alt,
.arrow_left-up,
.arrow_left-up_alt,
.arrow_left_alt,
.arrow_move,
.arrow_right,
.arrow_right-down,
.arrow_right-down_alt,
.arrow_right-up,
.arrow_right-up_alt,
.arrow_right_alt,
.arrow_triangle-down,
.arrow_triangle-down_alt,
.arrow_triangle-down_alt2,
.arrow_triangle-left,
.arrow_triangle-left_alt,
.arrow_triangle-left_alt2,
.arrow_triangle-right,
.arrow_triangle-right_alt,
.arrow_triangle-right_alt2,
.arrow_triangle-up,
.arrow_triangle-up_alt,
.arrow_triangle-up_alt2,
.arrow_up,
.arrow_up-down_alt,
.arrow_up_alt,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_archive,
.icon_archive_alt,
.icon_bag,
.icon_bag_alt,
.icon_balance,
.icon_blocked,
.icon_book,
.icon_book_alt,
.icon_box-checked,
.icon_box-empty,
.icon_box-selected,
.icon_briefcase,
.icon_briefcase_alt,
.icon_building,
.icon_building_alt,
.icon_calculator_alt,
.icon_calendar,
.icon_calulator,
.icon_camera,
.icon_camera_alt,
.icon_cart,
.icon_cart_alt,
.icon_chat,
.icon_chat_alt,
.icon_check,
.icon_check_alt,
.icon_check_alt2,
.icon_circle-empty,
.icon_circle-slelected,
.icon_clipboard,
.icon_clock,
.icon_clock_alt,
.icon_close,
.icon_close_alt,
.icon_close_alt2,
.icon_cloud,
.icon_cloud-download,
.icon_cloud-download_alt,
.icon_cloud-upload,
.icon_cloud-upload_alt,
.icon_cloud_alt,
.icon_cog,
.icon_cogs,
.icon_comment,
.icon_comment_alt,
.icon_compass,
.icon_compass_alt,
.icon_cone,
.icon_cone_alt,
.icon_contacts,
.icon_contacts_alt,
.icon_creditcard,
.icon_currency,
.icon_currency_alt,
.icon_cursor,
.icon_cursor_alt,
.icon_datareport,
.icon_datareport_alt,
.icon_desktop,
.icon_dislike,
.icon_dislike_alt,
.icon_document,
.icon_document_alt,
.icon_documents,
.icon_documents_alt,
.icon_download,
.icon_drawer,
.icon_drawer_alt,
.icon_drive,
.icon_drive_alt,
.icon_easel,
.icon_easel_alt,
.icon_error-circle,
.icon_error-circle_alt,
.icon_error-oct,
.icon_error-oct_alt,
.icon_error-triangle,
.icon_error-triangle_alt,
.icon_film,
.icon_floppy,
.icon_floppy_alt,
.icon_flowchart,
.icon_flowchart_alt,
.icon_folder,
.icon_folder-add,
.icon_folder-add_alt,
.icon_folder-alt,
.icon_folder-open,
.icon_folder-open_alt,
.icon_folder_download,
.icon_folder_upload,
.icon_genius,
.icon_gift,
.icon_gift_alt,
.icon_globe,
.icon_globe-2,
.icon_globe_alt,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_group,
.icon_headphones,
.icon_heart,
.icon_heart_alt,
.icon_hourglass,
.icon_house,
.icon_house_alt,
.icon_id,
.icon_id-2,
.icon_id-2_alt,
.icon_id_alt,
.icon_image,
.icon_images,
.icon_info,
.icon_info_alt,
.icon_key,
.icon_key_alt,
.icon_laptop,
.icon_lifesaver,
.icon_lightbulb,
.icon_lightbulb_alt,
.icon_like,
.icon_like_alt,
.icon_link,
.icon_link_alt,
.icon_loading,
.icon_lock,
.icon_lock-open,
.icon_lock-open_alt,
.icon_lock_alt,
.icon_mail,
.icon_mail_alt,
.icon_map,
.icon_map_alt,
.icon_menu,
.icon_menu-circle_alt,
.icon_menu-circle_alt2,
.icon_menu-square_alt,
.icon_menu-square_alt2,
.icon_mic,
.icon_mic_alt,
.icon_minus-06,
.icon_minus-box,
.icon_minus_alt,
.icon_minus_alt2,
.icon_mobile,
.icon_mug,
.icon_mug_alt,
.icon_music,
.icon_ol,
.icon_paperclip,
.icon_pause,
.icon_pause_alt,
.icon_pause_alt2,
.icon_pencil,
.icon_pencil-edit,
.icon_pencil-edit_alt,
.icon_pencil_alt,
.icon_pens,
.icon_pens_alt,
.icon_percent,
.icon_percent_alt,
.icon_phone,
.icon_piechart,
.icon_pin,
.icon_pin_alt,
.icon_plus,
.icon_plus-box,
.icon_plus_alt,
.icon_plus_alt2,
.icon_printer,
.icon_printer-alt,
.icon_profile,
.icon_pushpin,
.icon_pushpin_alt,
.icon_puzzle,
.icon_puzzle_alt,
.icon_question,
.icon_question_alt,
.icon_question_alt2,
.icon_quotations,
.icon_quotations_alt,
.icon_quotations_alt2,
.icon_refresh,
.icon_ribbon,
.icon_ribbon_alt,
.icon_rook,
.icon_search,
.icon_search-2,
.icon_search_alt,
.icon_shield,
.icon_shield_alt,
.icon_star,
.icon_star-half,
.icon_star-half_alt,
.icon_star_alt,
.icon_stop,
.icon_stop_alt,
.icon_stop_alt2,
.icon_table,
.icon_tablet,
.icon_tag,
.icon_tag_alt,
.icon_tags,
.icon_tags_alt,
.icon_target,
.icon_tool,
.icon_toolbox,
.icon_toolbox_alt,
.icon_tools,
.icon_trash,
.icon_trash_alt,
.icon_ul,
.icon_upload,
.icon_vol-mute,
.icon_vol-mute_alt,
.icon_volume-high,
.icon_volume-high_alt,
.icon_volume-low,
.icon_volume-low_alt,
.icon_wallet,
.icon_wallet_alt,
.icon_zoom-in,
.icon_zoom-in_alt,
.icon_zoom-out,
.icon_zoom-out_alt,
.social_blogger,
.social_blogger_circle,
.social_blogger_square,
.social_delicious,
.social_delicious_circle,
.social_delicious_square,
.social_deviantart,
.social_deviantart_circle,
.social_deviantart_square,
.social_dribbble,
.social_dribbble_circle,
.social_dribbble_square,
.social_facebook,
.social_facebook_circle,
.social_facebook_square,
.social_flickr,
.social_flickr_circle,
.social_flickr_square,
.social_googledrive,
.social_googledrive_alt2,
.social_googledrive_square,
.social_googleplus,
.social_googleplus_circle,
.social_googleplus_square,
.social_instagram,
.social_instagram_circle,
.social_instagram_square,
.social_linkedin,
.social_linkedin_circle,
.social_linkedin_square,
.social_myspace,
.social_myspace_circle,
.social_myspace_square,
.social_picassa,
.social_picassa_circle,
.social_picassa_square,
.social_pinterest,
.social_pinterest_circle,
.social_pinterest_square,
.social_rss,
.social_rss_circle,
.social_rss_square,
.social_share,
.social_share_circle,
.social_share_square,
.social_skype,
.social_skype_circle,
.social_skype_square,
.social_spotify,
.social_spotify_circle,
.social_spotify_square,
.social_stumbleupon_circle,
.social_stumbleupon_square,
.social_tumbleupon,
.social_tumblr,
.social_tumblr_circle,
.social_tumblr_square,
.social_twitter,
.social_twitter_circle,
.social_twitter_square,
.social_vimeo,
.social_vimeo_circle,
.social_vimeo_square,
.social_wordpress,
.social_wordpress_circle,
.social_wordpress_square,
.social_youtube,
.social_youtube_circle,
.social_youtube_square {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#header .header-top a[data-depth="0"],
.btn-primary,
.btn-secondary,
.btn-tertiary,
.currency-selector .cur-label,
.custom_service h4,
.initialism {
  text-transform: uppercase;
}
.arrow_up:before {
  content: "\21";
}
.arrow_down:before {
  content: "\22";
}
.arrow_left:before {
  content: "\23";
}
.arrow_right:before {
  content: "\24";
}
.arrow_left-up:before {
  content: "\25";
}
.arrow_right-up:before {
  content: "\26";
}
.arrow_right-down:before {
  content: "\27";
}
.arrow_left-down:before {
  content: "\28";
}
.arrow-up-down:before {
  content: "\29";
}
.arrow_up-down_alt:before {
  content: "\2a";
}
.arrow_left-right_alt:before {
  content: "\2b";
}
.arrow_left-right:before {
  content: "\2c";
}
.arrow_expand_alt2:before {
  content: "\2d";
}
.arrow_expand_alt:before {
  content: "\2e";
}
.arrow_condense:before {
  content: "\2f";
}
.arrow_expand:before {
  content: "\30";
}
.arrow_move:before {
  content: "\31";
}
.arrow_carrot-up:before {
  content: "\32";
}
.arrow_carrot-down:before {
  content: "\33";
}
.arrow_carrot-left:before {
  content: "\34";
}
.arrow_carrot-right:before {
  content: "\35";
}
.arrow_carrot-2up:before {
  content: "\36";
}
.arrow_carrot-2down:before {
  content: "\37";
}
.arrow_carrot-2left:before {
  content: "\38";
}
.arrow_carrot-2right:before {
  content: "\39";
}
.arrow_carrot-up_alt2:before {
  content: "\3a";
}
.arrow_carrot-down_alt2:before {
  content: "\3b";
}
.arrow_carrot-left_alt2:before {
  content: "\3c";
}
.arrow_carrot-right_alt2:before {
  content: "\3d";
}
.arrow_carrot-2up_alt2:before {
  content: "\3e";
}
.arrow_carrot-2down_alt2:before {
  content: "\3f";
}
.arrow_carrot-2left_alt2:before {
  content: "\40";
}
.arrow_carrot-2right_alt2:before {
  content: "\41";
}
.arrow_triangle-up:before {
  content: "\42";
}
.arrow_triangle-down:before {
  content: "\43";
}
.arrow_triangle-left:before {
  content: "\44";
}
.arrow_triangle-right:before {
  content: "\45";
}
.arrow_triangle-up_alt2:before {
  content: "\46";
}
.arrow_triangle-down_alt2:before {
  content: "\47";
}
.arrow_triangle-left_alt2:before {
  content: "\48";
}
.arrow_triangle-right_alt2:before {
  content: "\49";
}
.arrow_back:before {
  content: "\4a";
}
.icon_minus-06:before {
  content: "\4b";
}
.icon_plus:before {
  content: "\4c";
}
.icon_close:before {
  content: "\4d";
}
.icon_check:before {
  content: "\4e";
}
.icon_minus_alt2:before {
  content: "\4f";
}
.icon_plus_alt2:before {
  content: "\50";
}
.icon_close_alt2:before {
  content: "\51";
}
.icon_check_alt2:before {
  content: "\52";
}
.icon_zoom-out_alt:before {
  content: "\53";
}
.icon_zoom-in_alt:before {
  content: "\54";
}
.icon_search:before {
  content: "\55";
}
.icon_box-empty:before {
  content: "\56";
}
.icon_box-selected:before {
  content: "\57";
}
.icon_minus-box:before {
  content: "\58";
}
.icon_plus-box:before {
  content: "\59";
}
.icon_box-checked:before {
  content: "\5a";
}
.icon_circle-empty:before {
  content: "\5b";
}
.icon_circle-slelected:before {
  content: "\5c";
}
.icon_stop_alt2:before {
  content: "\5d";
}
.icon_stop:before {
  content: "\5e";
}
.icon_pause_alt2:before {
  content: "\5f";
}
.icon_pause:before {
  content: "\60";
}
.icon_menu:before {
  content: "\61";
}
.icon_menu-square_alt2:before {
  content: "\62";
}
.icon_menu-circle_alt2:before {
  content: "\63";
}
.icon_ul:before {
  content: "\64";
}
.icon_ol:before {
  content: "\65";
}
.icon_adjust-horiz:before {
  content: "\66";
}
.icon_adjust-vert:before {
  content: "\67";
}
.icon_document_alt:before {
  content: "\68";
}
.icon_documents_alt:before {
  content: "\69";
}
.icon_pencil:before {
  content: "\6a";
}
.icon_pencil-edit_alt:before {
  content: "\6b";
}
.icon_pencil-edit:before {
  content: "\6c";
}
.icon_folder-alt:before {
  content: "\6d";
}
.icon_folder-open_alt:before {
  content: "\6e";
}
.icon_folder-add_alt:before {
  content: "\6f";
}
.icon_info_alt:before {
  content: "\70";
}
.icon_error-oct_alt:before {
  content: "\71";
}
.icon_error-circle_alt:before {
  content: "\72";
}
.icon_error-triangle_alt:before {
  content: "\73";
}
.icon_question_alt2:before {
  content: "\74";
}
.icon_question:before {
  content: "\75";
}
.icon_comment_alt:before {
  content: "\76";
}
.icon_chat_alt:before {
  content: "\77";
}
.icon_vol-mute_alt:before {
  content: "\78";
}
.icon_volume-low_alt:before {
  content: "\79";
}
.icon_volume-high_alt:before {
  content: "\7a";
}
.icon_quotations:before {
  content: "\7b";
}
.icon_quotations_alt2:before {
  content: "\7c";
}
.icon_clock_alt:before {
  content: "\7d";
}
.icon_lock_alt:before {
  content: "\7e";
}
.icon_lock-open_alt:before,
.material-icons-error:before {
  content: "\e000";
}
.icon_key_alt:before,
.material-icons-error_outline:before {
  content: "\e001";
}
.icon_cloud_alt:before,
.material-icons-warning:before {
  content: "\e002";
}
.icon_cloud-upload_alt:before,
.material-icons-add_alert:before {
  content: "\e003";
}
.icon_cloud-download_alt:before {
  content: "\e004";
}
.icon_image:before {
  content: "\e005";
}
.icon_images:before {
  content: "\e006";
}
.icon_lightbulb_alt:before {
  content: "\e007";
}
.icon_gift_alt:before {
  content: "\e008";
}
.icon_house_alt:before {
  content: "\e009";
}
.icon_genius:before {
  content: "\e00a";
}
.icon_mobile:before {
  content: "\e00b";
}
.icon_tablet:before {
  content: "\e00c";
}
.icon_laptop:before {
  content: "\e00d";
}
.icon_desktop:before {
  content: "\e00e";
}
.icon_camera_alt:before {
  content: "\e00f";
}
.icon_mail_alt:before {
  content: "\e010";
}
.icon_cone_alt:before {
  content: "\e011";
}
.icon_ribbon_alt:before {
  content: "\e012";
}
.icon_bag_alt:before {
  content: "\e013";
}
.icon_creditcard:before {
  content: "\e014";
}
.icon_cart_alt:before {
  content: "\e015";
}
.icon_paperclip:before {
  content: "\e016";
}
.icon_tag_alt:before {
  content: "\e017";
}
.icon_tags_alt:before {
  content: "\e018";
}
.icon_trash_alt:before,
.material-icons-album:before {
  content: "\e019";
}
.icon_cursor_alt:before {
  content: "\e01a";
}
.icon_mic_alt:before,
.material-icons-av_timer:before {
  content: "\e01b";
}
.icon_compass_alt:before,
.material-icons-closed_caption:before {
  content: "\e01c";
}
.icon_pin_alt:before,
.material-icons-equalizer:before {
  content: "\e01d";
}
.icon_pushpin_alt:before,
.material-icons-explicit:before {
  content: "\e01e";
}
.icon_map_alt:before,
.material-icons-fast_forward:before {
  content: "\e01f";
}
.icon_drawer_alt:before,
.material-icons-fast_rewind:before {
  content: "\e020";
}
.icon_toolbox_alt:before,
.material-icons-games:before {
  content: "\e021";
}
.icon_book_alt:before {
  content: "\e022";
}
.icon_calendar:before,
.material-icons-hearing:before {
  content: "\e023";
}
.icon_film:before,
.material-icons-high_quality:before {
  content: "\e024";
}
.icon_table:before {
  content: "\e025";
}
.icon_contacts_alt:before {
  content: "\e026";
}
.icon_headphones:before {
  content: "\e027";
}
.icon_lifesaver:before,
.material-icons-loop:before {
  content: "\e028";
}
.icon_piechart:before,
.material-icons-mic:before {
  content: "\e029";
}
.icon_refresh:before,
.material-icons-mic_none:before {
  content: "\e02a";
}
.icon_link_alt:before,
.material-icons-mic_off:before {
  content: "\e02b";
}
.icon_link:before,
.material-icons-movie:before {
  content: "\e02c";
}
.icon_loading:before {
  content: "\e02d";
}
.icon_blocked:before,
.material-icons-library_add:before {
  content: "\e02e";
}
.icon_archive_alt:before,
.material-icons-library_books:before {
  content: "\e02f";
}
.icon_heart_alt:before,
.material-icons-library_music:before {
  content: "\e030";
}
.icon_star_alt:before,
.material-icons-new_releases:before {
  content: "\e031";
}
.icon_star-half_alt:before {
  content: "\e032";
}
.icon_star:before,
.material-icons-not_interested:before {
  content: "\e033";
}
.icon_star-half:before,
.material-icons-pause:before {
  content: "\e034";
}
.icon_tools:before,
.material-icons-pause_circle_filled:before {
  content: "\e035";
}
.icon_tool:before,
.material-icons-pause_circle_outline:before {
  content: "\e036";
}
.icon_cog:before,
.material-icons-play_arrow:before {
  content: "\e037";
}
.icon_cogs:before,
.material-icons-play_circle_filled:before {
  content: "\e038";
}
.arrow_up_alt:before,
.material-icons-play_circle_outline:before {
  content: "\e039";
}
.arrow_down_alt:before {
  content: "\e03a";
}
.arrow_left_alt:before,
.material-icons-playlist_add:before {
  content: "\e03b";
}
.arrow_right_alt:before,
.material-icons-queue:before {
  content: "\e03c";
}
.arrow_left-up_alt:before,
.material-icons-queue_music:before {
  content: "\e03d";
}
.arrow_right-up_alt:before,
.material-icons-radio:before {
  content: "\e03e";
}
.arrow_right-down_alt:before,
.material-icons-recent_actors:before {
  content: "\e03f";
}
.arrow_left-down_alt:before,
.material-icons-repeat:before {
  content: "\e040";
}
.arrow_condense_alt:before,
.material-icons-repeat_one:before {
  content: "\e041";
}
.arrow_expand_alt3:before,
.material-icons-replay:before {
  content: "\e042";
}
.arrow_carrot_up_alt:before,
.material-icons-shuffle:before {
  content: "\e043";
}
.arrow_carrot-down_alt:before,
.material-icons-skip_next:before {
  content: "\e044";
}
.arrow_carrot-left_alt:before,
.material-icons-skip_previous:before {
  content: "\e045";
}
.arrow_carrot-right_alt:before,
.material-icons-snooze:before {
  content: "\e046";
}
.arrow_carrot-2up_alt:before,
.material-icons-stop:before {
  content: "\e047";
}
.arrow_carrot-2dwnn_alt:before,
.material-icons-subtitles:before {
  content: "\e048";
}
.arrow_carrot-2left_alt:before,
.material-icons-surround_sound:before {
  content: "\e049";
}
.arrow_carrot-2right_alt:before,
.material-icons-video_library:before {
  content: "\e04a";
}
.arrow_triangle-up_alt:before,
.material-icons-videocam:before {
  content: "\e04b";
}
.arrow_triangle-down_alt:before,
.material-icons-videocam_off:before {
  content: "\e04c";
}
.arrow_triangle-left_alt:before,
.material-icons-volume_down:before {
  content: "\e04d";
}
.arrow_triangle-right_alt:before,
.material-icons-volume_mute:before {
  content: "\e04e";
}
.icon_minus_alt:before,
.material-icons-volume_off:before {
  content: "\e04f";
}
.icon_plus_alt:before,
.material-icons-volume_up:before {
  content: "\e050";
}
.icon_close_alt:before,
.material-icons-web:before {
  content: "\e051";
}
.icon_check_alt:before,
.material-icons-hd:before {
  content: "\e052";
}
.icon_zoom-out:before,
.material-icons-sort_by_alpha:before {
  content: "\e053";
}
.icon_zoom-in:before {
  content: "\e054";
}
.icon_stop_alt:before,
.material-icons-airplay:before {
  content: "\e055";
}
.icon_menu-square_alt:before,
.material-icons-forward_10:before {
  content: "\e056";
}
.icon_menu-circle_alt:before,
.material-icons-forward_30:before {
  content: "\e057";
}
.icon_document:before,
.material-icons-forward_5:before {
  content: "\e058";
}
.icon_documents:before,
.material-icons-replay_10:before {
  content: "\e059";
}
.icon_pencil_alt:before,
.material-icons-replay_30:before {
  content: "\e05a";
}
.icon_folder:before,
.material-icons-replay_5:before {
  content: "\e05b";
}
.icon_folder-open:before {
  content: "\e05c";
}
.icon_folder-add:before {
  content: "\e05d";
}
.icon_folder_upload:before {
  content: "\e05e";
}
.icon_folder_download:before {
  content: "\e05f";
}
.icon_info:before {
  content: "\e060";
}
.icon_error-circle:before {
  content: "\e061";
}
.icon_error-oct:before {
  content: "\e062";
}
.icon_error-triangle:before {
  content: "\e063";
}
.icon_question_alt:before {
  content: "\e064";
}
.icon_comment:before {
  content: "\e065";
}
.icon_chat:before {
  content: "\e066";
}
.icon_vol-mute:before {
  content: "\e067";
}
.icon_volume-low:before {
  content: "\e068";
}
.icon_volume-high:before {
  content: "\e069";
}
.icon_quotations_alt:before {
  content: "\e06a";
}
.icon_clock:before {
  content: "\e06b";
}
.icon_lock:before {
  content: "\e06c";
}
.icon_lock-open:before {
  content: "\e06d";
}
.icon_key:before {
  content: "\e06e";
}
.icon_cloud:before {
  content: "\e06f";
}
.icon_cloud-upload:before {
  content: "\e070";
}
.icon_cloud-download:before {
  content: "\e071";
}
.icon_lightbulb:before {
  content: "\e072";
}
.icon_gift:before {
  content: "\e073";
}
.icon_house:before {
  content: "\e074";
}
.icon_camera:before {
  content: "\e075";
}
.icon_mail:before {
  content: "\e076";
}
.icon_cone:before {
  content: "\e077";
}
.icon_ribbon:before {
  content: "\e078";
}
.icon_bag:before {
  content: "\e079";
}
.icon_cart:before {
  content: "\e07a";
}
.icon_tag:before {
  content: "\e07b";
}
.icon_tags:before {
  content: "\e07c";
}
.icon_trash:before {
  content: "\e07d";
}
.icon_cursor:before {
  content: "\e07e";
}
.icon_mic:before {
  content: "\e07f";
}
.icon_compass:before {
  content: "\e080";
}
.icon_pin:before {
  content: "\e081";
}
.icon_pushpin:before {
  content: "\e082";
}
.icon_map:before {
  content: "\e083";
}
.icon_drawer:before {
  content: "\e084";
}
.icon_toolbox:before {
  content: "\e085";
}
.icon_book:before {
  content: "\e086";
}
.icon_contacts:before {
  content: "\e087";
}
.icon_archive:before {
  content: "\e088";
}
.icon_heart:before {
  content: "\e089";
}
.icon_profile:before {
  content: "\e08a";
}
.icon_group:before {
  content: "\e08b";
}
.icon_grid-2x2:before {
  content: "\e08c";
}
.icon_grid-3x3:before {
  content: "\e08d";
}
.icon_music:before {
  content: "\e08e";
}
.icon_pause_alt:before {
  content: "\e08f";
}
.icon_phone:before {
  content: "\e090";
}
.icon_upload:before {
  content: "\e091";
}
.icon_download:before {
  content: "\e092";
}
.social_facebook:before {
  content: "\e093";
}
.social_twitter:before {
  content: "\e094";
}
.social_pinterest:before {
  content: "\e095";
}
.social_googleplus:before {
  content: "\e096";
}
.social_tumblr:before {
  content: "\e097";
}
.social_tumbleupon:before {
  content: "\e098";
}
.social_wordpress:before {
  content: "\e099";
}
.social_instagram:before {
  content: "\e09a";
}
.social_dribbble:before {
  content: "\e09b";
}
.social_vimeo:before {
  content: "\e09c";
}
.social_linkedin:before {
  content: "\e09d";
}
.social_rss:before {
  content: "\e09e";
}
.social_deviantart:before {
  content: "\e09f";
}
.social_share:before {
  content: "\e0a0";
}
.social_myspace:before {
  content: "\e0a1";
}
.social_skype:before {
  content: "\e0a2";
}
.social_youtube:before {
  content: "\e0a3";
}
.social_picassa:before {
  content: "\e0a4";
}
.social_googledrive:before {
  content: "\e0a5";
}
.social_flickr:before {
  content: "\e0a6";
}
.social_blogger:before {
  content: "\e0a7";
}
.social_spotify:before {
  content: "\e0a8";
}
.social_delicious:before {
  content: "\e0a9";
}
.social_facebook_circle:before {
  content: "\e0aa";
}
.social_twitter_circle:before {
  content: "\e0ab";
}
.social_pinterest_circle:before {
  content: "\e0ac";
}
.social_googleplus_circle:before {
  content: "\e0ad";
}
.social_tumblr_circle:before {
  content: "\e0ae";
}
.material-icons-business:before,
.social_stumbleupon_circle:before {
  content: "\e0af";
}
.material-icons-call:before,
.social_wordpress_circle:before {
  content: "\e0b0";
}
.material-icons-call_end:before,
.social_instagram_circle:before {
  content: "\e0b1";
}
.material-icons-call_made:before,
.social_dribbble_circle:before {
  content: "\e0b2";
}
.material-icons-call_merge:before,
.social_vimeo_circle:before {
  content: "\e0b3";
}
.material-icons-call_missed:before,
.social_linkedin_circle:before {
  content: "\e0b4";
}
.material-icons-call_received:before,
.social_rss_circle:before {
  content: "\e0b5";
}
.material-icons-call_split:before,
.social_deviantart_circle:before {
  content: "\e0b6";
}
.material-icons-chat:before,
.social_share_circle:before {
  content: "\e0b7";
}
.material-icons-clear_all:before,
.social_myspace_circle:before {
  content: "\e0b8";
}
.material-icons-comment:before,
.social_skype_circle:before {
  content: "\e0b9";
}
.material-icons-contacts:before,
.social_youtube_circle:before {
  content: "\e0ba";
}
.material-icons-dialer_sip:before,
.social_picassa_circle:before {
  content: "\e0bb";
}
.material-icons-dialpad:before,
.social_googledrive_alt2:before {
  content: "\e0bc";
}
.social_flickr_circle:before {
  content: "\e0bd";
}
.material-icons-email:before,
.social_blogger_circle:before {
  content: "\e0be";
}
.material-icons-forum:before,
.social_spotify_circle:before {
  content: "\e0bf";
}
.social_delicious_circle:before {
  content: "\e0c0";
}
.social_facebook_square:before {
  content: "\e0c1";
}
.social_twitter_square:before {
  content: "\e0c2";
}
.material-icons-import_export:before,
.social_pinterest_square:before {
  content: "\e0c3";
}
.material-icons-invert_colors_off:before,
.social_googleplus_square:before {
  content: "\e0c4";
}
.social_tumblr_square:before {
  content: "\e0c5";
}
.material-icons-live_help:before,
.social_stumbleupon_square:before {
  content: "\e0c6";
}
.material-icons-location_off:before,
.social_wordpress_square:before {
  content: "\e0c7";
}
.material-icons-location_on:before,
.social_instagram_square:before {
  content: "\e0c8";
}
.material-icons-message:before,
.social_dribbble_square:before {
  content: "\e0c9";
}
.material-icons-chat_bubble:before,
.social_vimeo_square:before {
  content: "\e0ca";
}
.material-icons-chat_bubble_outline:before,
.social_linkedin_square:before {
  content: "\e0cb";
}
.material-icons-no_sim:before,
.social_rss_square:before {
  content: "\e0cc";
}
.material-icons-phone:before,
.social_deviantart_square:before {
  content: "\e0cd";
}
.material-icons-portable_wifi_off:before,
.social_share_square:before {
  content: "\e0ce";
}
.material-icons-contact_phone:before,
.social_myspace_square:before {
  content: "\e0cf";
}
.social_skype_square:before {
  content: "\e0d0";
}
.material-icons-ring_volume:before,
.social_youtube_square:before {
  content: "\e0d1";
}
.material-icons-speaker_phone:before,
.social_picassa_square:before {
  content: "\e0d2";
}
.material-icons-stay_current_landscape:before,
.social_googledrive_square:before {
  content: "\e0d3";
}
.material-icons-stay_current_portrait:before,
.social_flickr_square:before {
  content: "\e0d4";
}
.material-icons-stay_primary_landscape:before,
.social_blogger_square:before {
  content: "\e0d5";
}
.material-icons-stay_primary_portrait:before,
.social_spotify_square:before {
  content: "\e0d6";
}
.material-icons-swap_calls:before,
.social_delicious_square:before {
  content: "\e0d7";
}
.icon_printer:before {
  content: "\e103";
}
.icon_calulator:before {
  content: "\e0ee";
}
.icon_building:before {
  content: "\e0ef";
}
.icon_floppy:before {
  content: "\e0e8";
}
.icon_drive:before {
  content: "\e0ea";
}
.icon_search-2:before {
  content: "\e101";
}
.icon_id:before {
  content: "\e107";
}
.icon_id-2:before {
  content: "\e108";
}
.icon_puzzle:before {
  content: "\e102";
}
.icon_like:before {
  content: "\e106";
}
.icon_dislike:before {
  content: "\e0eb";
}
.icon_mug:before {
  content: "\e105";
}
.icon_currency:before {
  content: "\e0ed";
}
.icon_wallet:before {
  content: "\e100";
}
.icon_pens:before {
  content: "\e104";
}
.icon_easel:before {
  content: "\e0e9";
}
.icon_flowchart:before {
  content: "\e109";
}
.icon_datareport:before {
  content: "\e0ec";
}
.icon_briefcase:before {
  content: "\e0fe";
}
.icon_shield:before {
  content: "\e0f6";
}
.icon_percent:before {
  content: "\e0fb";
}
.icon_globe:before {
  content: "\e0e2";
}
.icon_globe-2:before {
  content: "\e0e3";
}
.icon_target:before {
  content: "\e0f5";
}
.icon_hourglass:before {
  content: "\e0e1";
}
.icon_balance:before {
  content: "\e0ff";
}
.icon_rook:before {
  content: "\e0f8";
}
.icon_printer-alt:before {
  content: "\e0fa";
}
.icon_calculator_alt:before {
  content: "\e0e7";
}
.icon_building_alt:before {
  content: "\e0fd";
}
.icon_floppy_alt:before {
  content: "\e0e4";
}
.icon_drive_alt:before {
  content: "\e0e5";
}
.icon_search_alt:before {
  content: "\e0f7";
}
.icon_id_alt:before {
  content: "\e0e0";
}
.icon_id-2_alt:before {
  content: "\e0fc";
}
.icon_puzzle_alt:before {
  content: "\e0f9";
}
.icon_like_alt:before,
.material-icons-phonelink_ring:before {
  content: "\e0dd";
}
.icon_dislike_alt:before {
  content: "\e0f1";
}
.icon_mug_alt:before,
.material-icons-phonelink_lock:before {
  content: "\e0dc";
}
.icon_currency_alt:before {
  content: "\e0f3";
}
.icon_wallet_alt:before,
.material-icons-textsms:before {
  content: "\e0d8";
}
.icon_pens_alt:before,
.material-icons-phonelink_erase:before {
  content: "\e0db";
}
.icon_easel_alt:before {
  content: "\e0f0";
}
.icon_flowchart_alt:before,
.material-icons-present_to_all:before {
  content: "\e0df";
}
.icon_datareport_alt:before {
  content: "\e0f2";
}
.icon_briefcase_alt:before {
  content: "\e0f4";
}
.icon_shield_alt:before,
.material-icons-voicemail:before {
  content: "\e0d9";
}
.icon_percent_alt:before,
.material-icons-vpn_key:before {
  content: "\e0da";
}
.icon_globe_alt:before,
.material-icons-phonelink_setup:before {
  content: "\e0de";
}
.icon_clipboard:before {
  content: "\e0e6";
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../../frontend/kbiz_theme/store_child/en_US/fonts/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../../frontend/kbiz_theme/store_child/en_US/fonts/MaterialIcons-Regular.woff2) format("woff2"),
    url(../../frontend/kbiz_theme/store_child/en_US/fonts/MaterialIcons-Regular.woff) format("woff"),
    url(../../frontend/kbiz_theme/store_child/en_US/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons-ico,
[class*="material-icons-"]:before {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
}
.owl-nav > div:after,
.slide_link:after,
.star.star_on::after,
.star::after {
  font-family: FontAwesome;
}
.material-icons-3d_rotation:before {
  content: "\e84d";
}
.material-icons-access_alarm:before {
  content: "\e190";
}
.material-icons-access_alarms:before {
  content: "\e191";
}
.material-icons-access_time:before {
  content: "\e192";
}
.material-icons-accessibility:before {
  content: "\e84e";
}
.material-icons-account_balance:before {
  content: "\e84f";
}
.material-icons-account_balance_wallet:before {
  content: "\e850";
}
.material-icons-account_box:before {
  content: "\e851";
}
.material-icons-account_circle:before {
  content: "\e853";
}
.material-icons-adb:before {
  content: "\e60e";
}
.material-icons-add:before {
  content: "\e145";
}
.material-icons-add_alarm:before {
  content: "\e193";
}
.material-icons-add_box:before {
  content: "\e146";
}
.material-icons-add_circle:before {
  content: "\e147";
}
.material-icons-add_circle_outline:before {
  content: "\e148";
}
.material-icons-add_shopping_cart:before {
  content: "\e854";
}
.material-icons-add_to_photos:before {
  content: "\e39d";
}
.material-icons-adjust:before {
  content: "\e39e";
}
.material-icons-airline_seat_flat:before {
  content: "\e630";
}
.material-icons-airline_seat_flat_angled:before {
  content: "\e631";
}
.material-icons-airline_seat_individual_suite:before {
  content: "\e632";
}
.material-icons-airline_seat_legroom_extra:before {
  content: "\e633";
}
.material-icons-airline_seat_legroom_normal:before {
  content: "\e634";
}
.material-icons-airline_seat_legroom_reduced:before {
  content: "\e635";
}
.material-icons-airline_seat_recline_extra:before {
  content: "\e636";
}
.material-icons-airline_seat_recline_normal:before {
  content: "\e637";
}
.material-icons-airplanemode_active:before {
  content: "\e195";
}
.material-icons-airplanemode_inactive:before {
  content: "\e194";
}
.material-icons-alarm:before {
  content: "\e855";
}
.material-icons-alarm_add:before {
  content: "\e856";
}
.material-icons-alarm_off:before {
  content: "\e857";
}
.material-icons-alarm_on:before {
  content: "\e858";
}
.material-icons-android:before {
  content: "\e859";
}
.material-icons-announcement:before {
  content: "\e85a";
}
.material-icons-apps:before {
  content: "\e5c3";
}
.material-icons-archive:before {
  content: "\e149";
}
.material-icons-arrow_back:before {
  content: "\e5c4";
}
.material-icons-arrow_drop_down:before {
  content: "\e5c5";
}
.material-icons-arrow_drop_down_circle:before {
  content: "\e5c6";
}
.material-icons-arrow_drop_up:before {
  content: "\e5c7";
}
.material-icons-arrow_forward:before {
  content: "\e5c8";
}
.material-icons-aspect_ratio:before {
  content: "\e85b";
}
.material-icons-assessment:before {
  content: "\e85c";
}
.material-icons-assignment:before {
  content: "\e85d";
}
.material-icons-assignment_ind:before {
  content: "\e85e";
}
.material-icons-assignment_late:before {
  content: "\e85f";
}
.material-icons-assignment_return:before {
  content: "\e860";
}
.material-icons-assignment_returned:before {
  content: "\e861";
}
.material-icons-assignment_turned_in:before {
  content: "\e862";
}
.material-icons-assistant:before {
  content: "\e39f";
}
.material-icons-assistant_photo:before {
  content: "\e3a0";
}
.material-icons-attach_file:before {
  content: "\e226";
}
.material-icons-attach_money:before {
  content: "\e227";
}
.material-icons-attachment:before {
  content: "\e2bc";
}
.material-icons-audiotrack:before {
  content: "\e3a1";
}
.material-icons-autorenew:before {
  content: "\e863";
}
.material-icons-backspace:before {
  content: "\e14a";
}
.material-icons-backup:before {
  content: "\e864";
}
.material-icons-battery_alert:before {
  content: "\e19c";
}
.material-icons-battery_charging_full:before {
  content: "\e1a3";
}
.material-icons-battery_full:before {
  content: "\e1a4";
}
.material-icons-battery_std:before {
  content: "\e1a5";
}
.material-icons-battery_unknown:before {
  content: "\e1a6";
}
.material-icons-beenhere:before {
  content: "\e52d";
}
.material-icons-block:before {
  content: "\e14b";
}
.material-icons-bluetooth:before {
  content: "\e1a7";
}
.material-icons-bluetooth_audio:before {
  content: "\e60f";
}
.material-icons-bluetooth_connected:before {
  content: "\e1a8";
}
.material-icons-bluetooth_disabled:before {
  content: "\e1a9";
}
.material-icons-bluetooth_searching:before {
  content: "\e1aa";
}
.material-icons-blur_circular:before {
  content: "\e3a2";
}
.material-icons-blur_linear:before {
  content: "\e3a3";
}
.material-icons-blur_off:before {
  content: "\e3a4";
}
.material-icons-blur_on:before {
  content: "\e3a5";
}
.material-icons-book:before {
  content: "\e865";
}
.material-icons-bookmark:before {
  content: "\e866";
}
.material-icons-bookmark_border:before {
  content: "\e867";
}
.material-icons-border_all:before {
  content: "\e228";
}
.material-icons-border_bottom:before {
  content: "\e229";
}
.material-icons-border_clear:before {
  content: "\e22a";
}
.material-icons-border_color:before {
  content: "\e22b";
}
.material-icons-border_horizontal:before {
  content: "\e22c";
}
.material-icons-border_inner:before {
  content: "\e22d";
}
.material-icons-border_left:before {
  content: "\e22e";
}
.material-icons-border_outer:before {
  content: "\e22f";
}
.material-icons-border_right:before {
  content: "\e230";
}
.material-icons-border_style:before {
  content: "\e231";
}
.material-icons-border_top:before {
  content: "\e232";
}
.material-icons-border_vertical:before {
  content: "\e233";
}
.material-icons-brightness_1:before {
  content: "\e3a6";
}
.material-icons-brightness_2:before {
  content: "\e3a7";
}
.material-icons-brightness_3:before {
  content: "\e3a8";
}
.material-icons-brightness_4:before {
  content: "\e3a9";
}
.material-icons-brightness_5:before {
  content: "\e3aa";
}
.material-icons-brightness_6:before {
  content: "\e3ab";
}
.material-icons-brightness_7:before {
  content: "\e3ac";
}
.material-icons-brightness_auto:before {
  content: "\e1ab";
}
.material-icons-brightness_high:before {
  content: "\e1ac";
}
.material-icons-brightness_low:before {
  content: "\e1ad";
}
.material-icons-brightness_medium:before {
  content: "\e1ae";
}
.material-icons-broken_image:before {
  content: "\e3ad";
}
.material-icons-brush:before {
  content: "\e3ae";
}
.material-icons-bug_report:before {
  content: "\e868";
}
.material-icons-build:before {
  content: "\e869";
}
.material-icons-cached:before {
  content: "\e86a";
}
.material-icons-cake:before {
  content: "\e7e9";
}
.material-icons-camera:before {
  content: "\e3af";
}
.material-icons-camera_alt:before {
  content: "\e3b0";
}
.material-icons-camera_enhance:before {
  content: "\e8fc";
}
.material-icons-camera_front:before {
  content: "\e3b1";
}
.material-icons-camera_rear:before {
  content: "\e3b2";
}
.material-icons-camera_roll:before {
  content: "\e3b3";
}
.material-icons-cancel:before {
  content: "\e5c9";
}
.material-icons-card_giftcard:before {
  content: "\e8f6";
}
.material-icons-card_membership:before {
  content: "\e8f7";
}
.material-icons-card_travel:before {
  content: "\e8f8";
}
.material-icons-cast:before {
  content: "\e307";
}
.material-icons-cast_connected:before {
  content: "\e308";
}
.material-icons-center_focus_strong:before {
  content: "\e3b4";
}
.material-icons-center_focus_weak:before {
  content: "\e3b5";
}
.material-icons-change_history:before {
  content: "\e86b";
}
.facet-label.active .material-icons_checkbox-checked:before,
.material-icons-check:before {
  content: "\e5ca";
}
.material-icons-check_box:before {
  content: "\e834";
}
.material-icons-check_box_outline_blank:before {
  content: "\e835";
}
.material-icons-check_circle:before {
  content: "\e86c";
}
.material-icons-chevron_left:before,

.material-icons-chevron_right:before,

.material-icons-chrome_reader_mode:before {
  content: "\e86d";
}
.material-icons-class:before {
  content: "\e86e";
}
.material-icons-clear:before {
  content: "\e14c";
}
.material-icons-close:before {
  content: "\e5cd";
}
.material-icons-cloud:before {
  content: "\e2bd";
}
.material-icons-cloud_circle:before {
  content: "\e2be";
}
.material-icons-cloud_done:before {
  content: "\e2bf";
}
.material-icons-cloud_download:before {
  content: "\e2c0";
}
.material-icons-cloud_off:before {
  content: "\e2c1";
}
.material-icons-cloud_queue:before {
  content: "\e2c2";
}
.material-icons-cloud_upload:before {
  content: "\e2c3";
}
.material-icons-code:before {
  content: "\e86f";
}
.material-icons-collections:before {
  content: "\e3b6";
}
.material-icons-collections_bookmark:before {
  content: "\e431";
}
.material-icons-color_lens:before {
  content: "\e3b7";
}
.material-icons-colorize:before {
  content: "\e3b8";
}
.material-icons-compare:before {
  content: "\e3b9";
}
.material-icons-computer:before {
  content: "\e30a";
}
.material-icons-confirmation_number:before {
  content: "\e638";
}
.material-icons-content_copy:before {
  content: "\e14d";
}
.material-icons-content_cut:before {
  content: "\e14e";
}
.material-icons-content_paste:before {
  content: "\e14f";
}
.material-icons-control_point:before {
  content: "\e3ba";
}
.material-icons-control_point_duplicate:before {
  content: "\e3bb";
}
.material-icons-create:before {
  content: "\e150";
}
.material-icons-credit_card:before {
  content: "\e870";
}
.material-icons-crop:before {
  content: "\e3be";
}
.material-icons-crop_16_9:before {
  content: "\e3bc";
}
.material-icons-crop_3_2:before {
  content: "\e3bd";
}
.material-icons-crop_5_4:before {
  content: "\e3bf";
}
.material-icons-crop_7_5:before {
  content: "\e3c0";
}
.material-icons-crop_din:before {
  content: "\e3c1";
}
.material-icons-crop_free:before {
  content: "\e3c2";
}
.material-icons-crop_landscape:before {
  content: "\e3c3";
}
.material-icons-crop_original:before {
  content: "\e3c4";
}
.material-icons-crop_portrait:before {
  content: "\e3c5";
}
.material-icons-crop_square:before {
  content: "\e3c6";
}
.material-icons-dashboard:before {
  content: "\e871";
}
.material-icons-data_usage:before {
  content: "\e1af";
}
.material-icons-dehaze:before {
  content: "\e3c7";
}
.material-icons-delete:before {
  content: "\e872";
}
.material-icons-description:before {
  content: "\e873";
}
.material-icons-desktop_mac:before {
  content: "\e30b";
}
.material-icons-desktop_windows:before {
  content: "\e30c";
}
.material-icons-details:before {
  content: "\e3c8";
}
.material-icons-developer_board:before {
  content: "\e30d";
}
.material-icons-developer_mode:before {
  content: "\e1b0";
}
.material-icons-device_hub:before {
  content: "\e335";
}
.material-icons-devices:before {
  content: "\e1b1";
}
.material-icons-directions:before {
  content: "\e52e";
}
.material-icons-directions_bike:before {
  content: "\e52f";
}
.material-icons-directions_boat:before {
  content: "\e532";
}
.material-icons-directions_bus:before {
  content: "\e530";
}
.material-icons-directions_car:before {
  content: "\e531";
}
.material-icons-directions_railway:before {
  content: "\e534";
}
.material-icons-directions_run:before {
  content: "\e566";
}
.material-icons-directions_subway:before {
  content: "\e533";
}
.material-icons-directions_transit:before {
  content: "\e535";
}
.material-icons-directions_walk:before {
  content: "\e536";
}
.material-icons-disc_full:before {
  content: "\e610";
}
.material-icons-dns:before {
  content: "\e875";
}
.material-icons-do_not_disturb:before {
  content: "\e612";
}
.material-icons-do_not_disturb_alt:before {
  content: "\e611";
}
.material-icons-dock:before {
  content: "\e30e";
}
.material-icons-domain:before {
  content: "\e7ee";
}
.material-icons-done:before {
  content: "\e876";
}
.material-icons-done_all:before {
  content: "\e877";
}
.material-icons-drafts:before {
  content: "\e151";
}
.material-icons-drive_eta:before {
  content: "\e613";
}
.material-icons-dvr:before {
  content: "\e1b2";
}
.material-icons-edit:before {
  content: "\e3c9";
}
.material-icons-eject:before {
  content: "\e8fb";
}
.material-icons-event:before {
  content: "\e878";
}
.material-icons-event_available:before {
  content: "\e614";
}
.material-icons-event_busy:before {
  content: "\e615";
}
.material-icons-event_note:before {
  content: "\e616";
}
.material-icons-event_seat:before {
  content: "\e903";
}
.material-icons-exit_to_app:before {
  content: "\e879";
}
.material-icons-expand_less:before {
  content: "\e5ce";
}
.material-icons-expand_more:before {
  content: "\e5cf";
}
.material-icons-explore:before {
  content: "\e87a";
}
.material-icons-exposure:before {
  content: "\e3ca";
}
.material-icons-exposure_neg_1:before {
  content: "\e3cb";
}
.material-icons-exposure_neg_2:before {
  content: "\e3cc";
}
.material-icons-exposure_plus_1:before {
  content: "\e3cd";
}
.material-icons-exposure_plus_2:before {
  content: "\e3ce";
}
.material-icons-exposure_zero:before {
  content: "\e3cf";
}
.material-icons-extension:before {
  content: "\e87b";
}
.material-icons-face:before {
  content: "\e87c";
}
.material-icons-favorite:before {
  content: "\e87d";
}
.material-icons-favorite_border:before {
  content: "\e87e";
}
.material-icons-feedback:before {
  content: "\e87f";
}
.material-icons-file_download:before {
  content: "\e2c4";
}
.material-icons-file_upload:before {
  content: "\e2c6";
}
.material-icons-filter:before {
  content: "\e3d3";
}
.material-icons-filter_1:before {
  content: "\e3d0";
}
.material-icons-filter_2:before {
  content: "\e3d1";
}
.material-icons-filter_3:before {
  content: "\e3d2";
}
.material-icons-filter_4:before {
  content: "\e3d4";
}
.material-icons-filter_5:before {
  content: "\e3d5";
}
.material-icons-filter_6:before {
  content: "\e3d6";
}
.material-icons-filter_7:before {
  content: "\e3d7";
}
.material-icons-filter_8:before {
  content: "\e3d8";
}
.material-icons-filter_9:before {
  content: "\e3d9";
}
.material-icons-filter_9_plus:before {
  content: "\e3da";
}
.material-icons-filter_b_and_w:before {
  content: "\e3db";
}
.material-icons-filter_center_focus:before {
  content: "\e3dc";
}
.material-icons-filter_drama:before {
  content: "\e3dd";
}
.material-icons-filter_frames:before {
  content: "\e3de";
}
.material-icons-filter_hdr:before {
  content: "\e3df";
}
.material-icons-filter_list:before {
  content: "\e152";
}
.material-icons-filter_none:before {
  content: "\e3e0";
}
.material-icons-filter_tilt_shift:before {
  content: "\e3e2";
}
.material-icons-filter_vintage:before {
  content: "\e3e3";
}
.material-icons-find_in_page:before {
  content: "\e880";
}
.material-icons-find_replace:before {
  content: "\e881";
}
.material-icons-flag:before {
  content: "\e153";
}
.material-icons-flare:before {
  content: "\e3e4";
}
.material-icons-flash_auto:before {
  content: "\e3e5";
}
.material-icons-flash_off:before {
  content: "\e3e6";
}
.material-icons-flash_on:before {
  content: "\e3e7";
}
.material-icons-flight:before {
  content: "\e539";
}
.material-icons-flight_land:before {
  content: "\e904";
}
.material-icons-flight_takeoff:before {
  content: "\e905";
}
.material-icons-flip:before {
  content: "\e3e8";
}
.material-icons-flip_to_back:before {
  content: "\e882";
}
.material-icons-flip_to_front:before {
  content: "\e883";
}
.material-icons-folder:before {
  content: "\e2c7";
}
.material-icons-folder_open:before {
  content: "\e2c8";
}
.material-icons-folder_shared:before {
  content: "\e2c9";
}
.material-icons-folder_special:before {
  content: "\e617";
}
.material-icons-font_download:before {
  content: "\e167";
}
.material-icons-format_align_center:before {
  content: "\e234";
}
.material-icons-format_align_justify:before {
  content: "\e235";
}
.material-icons-format_align_left:before {
  content: "\e236";
}
.material-icons-format_align_right:before {
  content: "\e237";
}
.material-icons-format_bold:before {
  content: "\e238";
}
.material-icons-format_clear:before {
  content: "\e239";
}
.material-icons-format_color_fill:before {
  content: "\e23a";
}
.material-icons-format_color_reset:before {
  content: "\e23b";
}
.material-icons-format_color_text:before {
  content: "\e23c";
}
.material-icons-format_indent_decrease:before {
  content: "\e23d";
}
.material-icons-format_indent_increase:before {
  content: "\e23e";
}
.material-icons-format_italic:before {
  content: "\e23f";
}
.material-icons-format_line_spacing:before {
  content: "\e240";
}
.material-icons-format_list_bulleted:before {
  content: "\e241";
}
.material-icons-format_list_numbered:before {
  content: "\e242";
}
.material-icons-format_paint:before {
  content: "\e243";
}
.material-icons-format_quote:before {
  content: "\e244";
}
.material-icons-format_size:before {
  content: "\e245";
}
.material-icons-format_strikethrough:before {
  content: "\e246";
}
.material-icons-format_textdirection_l_to_r:before {
  content: "\e247";
}
.material-icons-format_textdirection_r_to_l:before {
  content: "\e248";
}
.material-icons-format_underlined:before {
  content: "\e249";
}
.material-icons-forward:before {
  content: "\e154";
}
.material-icons-fullscreen:before {
  content: "\e5d0";
}
.material-icons-fullscreen_exit:before {
  content: "\e5d1";
}
.material-icons-functions:before {
  content: "\e24a";
}
.material-icons-gamepad:before {
  content: "\e30f";
}
.material-icons-gesture:before {
  content: "\e155";
}
.material-icons-get_app:before {
  content: "\e884";
}
.material-icons-gif:before {
  content: "\e908";
}
.material-icons-gps_fixed:before {
  content: "\e1b3";
}
.material-icons-gps_not_fixed:before {
  content: "\e1b4";
}
.material-icons-gps_off:before {
  content: "\e1b5";
}
.material-icons-grade:before {
  content: "\e885";
}
.material-icons-gradient:before {
  content: "\e3e9";
}
.material-icons-grain:before {
  content: "\e3ea";
}
.material-icons-graphic_eq:before {
  content: "\e1b8";
}
.material-icons-grid_off:before {
  content: "\e3eb";
}
.material-icons-grid_on:before {
  content: "\e3ec";
}
.material-icons-group:before {
  content: "\e7ef";
}
.material-icons-group_add:before {
  content: "\e7f0";
}
.material-icons-group_work:before {
  content: "\e886";
}
.material-icons-hdr_off:before {
  content: "\e3ed";
}
.material-icons-hdr_on:before {
  content: "\e3ee";
}
.material-icons-hdr_strong:before {
  content: "\e3f1";
}
.material-icons-hdr_weak:before {
  content: "\e3f2";
}
.material-icons-headset:before {
  content: "\e310";
}
.material-icons-headset_mic:before {
  content: "\e311";
}
.material-icons-healing:before {
  content: "\e3f3";
}
.material-icons-help:before {
  content: "\e887";
}
.material-icons-help_outline:before {
  content: "\e8fd";
}
.material-icons-highlight_off:before {
  content: "\e888";
}
.material-icons-history:before {
  content: "\e889";
}
.material-icons-home:before {
  content: "\e88a";
}
.material-icons-hotel:before {
  content: "\e53a";
}
.material-icons-hourglass_empty:before {
  content: "\e88b";
}
.material-icons-hourglass_full:before {
  content: "\e88c";
}
.material-icons-http:before {
  content: "\e902";
}
.material-icons-https:before {
  content: "\e88d";
}
.material-icons-image:before {
  content: "\e3f4";
}
.material-icons-image_aspect_ratio:before {
  content: "\e3f5";
}
.material-icons-inbox:before {
  content: "\e156";
}
.material-icons-indeterminate_check_box:before {
  content: "\e909";
}
.material-icons-info:before {
  content: "\e88e";
}
.material-icons-info_outline:before {
  content: "\e88f";
}
.material-icons-input:before {
  content: "\e890";
}
.material-icons-insert_chart:before {
  content: "\e24b";
}
.material-icons-insert_comment:before {
  content: "\e24c";
}
.material-icons-insert_drive_file:before {
  content: "\e24d";
}
.material-icons-insert_emoticon:before {
  content: "\e24e";
}
.material-icons-insert_invitation:before {
  content: "\e24f";
}
.material-icons-insert_link:before {
  content: "\e250";
}
.material-icons-insert_photo:before {
  content: "\e251";
}
.material-icons-invert_colors:before {
  content: "\e891";
}
.material-icons-iso:before {
  content: "\e3f6";
}
.material-icons-keyboard:before {
  content: "\e312";
}
.material-icons-keyboard_arrow_down:before {
  content: "\e313";
}
.material-icons-keyboard_arrow_left:before {
  content: "\e314";
}
.material-icons-keyboard_arrow_right:before {
  content: "\e315";
}
.material-icons-keyboard_arrow_up:before {
  content: "\e316";
}
.material-icons-keyboard_backspace:before {
  content: "\e317";
}
.material-icons-keyboard_capslock:before {
  content: "\e318";
}
.material-icons-keyboard_hide:before {
  content: "\e31a";
}
.material-icons-keyboard_return:before {
  content: "\e31b";
}
.material-icons-keyboard_tab:before {
  content: "\e31c";
}
.material-icons-keyboard_voice:before {
  content: "\e31d";
}
.material-icons-label:before {
  content: "\e892";
}
.material-icons-label_outline:before {
  content: "\e893";
}
.material-icons-landscape:before {
  content: "\e3f7";
}
.material-icons-language:before {
  content: "\e894";
}
.material-icons-laptop:before {
  content: "\e31e";
}
.material-icons-laptop_chromebook:before {
  content: "\e31f";
}
.material-icons-laptop_mac:before {
  content: "\e320";
}
.material-icons-laptop_windows:before {
  content: "\e321";
}
.material-icons-launch:before {
  content: "\e895";
}
.material-icons-layers:before {
  content: "\e53b";
}
.material-icons-layers_clear:before {
  content: "\e53c";
}
.material-icons-leak_add:before {
  content: "\e3f8";
}
.material-icons-leak_remove:before {
  content: "\e3f9";
}
.material-icons-lens:before {
  content: "\e3fa";
}
.material-icons-link:before {
  content: "\e157";
}
.material-icons-list:before {
  content: "\e896";
}
.material-icons-live_tv:before {
  content: "\e639";
}
.material-icons-local_activity:before {
  content: "\e53f";
}
.material-icons-local_airport:before {
  content: "\e53d";
}
.material-icons-local_atm:before {
  content: "\e53e";
}
.material-icons-local_bar:before {
  content: "\e540";
}
.material-icons-local_cafe:before {
  content: "\e541";
}
.material-icons-local_car_wash:before {
  content: "\e542";
}
.material-icons-local_convenience_store:before {
  content: "\e543";
}
.material-icons-local_dining:before {
  content: "\e556";
}
.material-icons-local_drink:before {
  content: "\e544";
}
.material-icons-local_florist:before {
  content: "\e545";
}
.material-icons-local_gas_station:before {
  content: "\e546";
}
.material-icons-local_grocery_store:before {
  content: "\e547";
}
.material-icons-local_hospital:before {
  content: "\e548";
}
.material-icons-local_hotel:before {
  content: "\e549";
}
.material-icons-local_laundry_service:before {
  content: "\e54a";
}
.material-icons-local_library:before {
  content: "\e54b";
}
.material-icons-local_mall:before {
  content: "\e54c";
}
.material-icons-local_movies:before {
  content: "\e54d";
}
.material-icons-local_offer:before {
  content: "\e54e";
}
.material-icons-local_parking:before {
  content: "\e54f";
}
.material-icons-local_pharmacy:before {
  content: "\e550";
}
.material-icons-local_phone:before {
  content: "\e551";
}
.material-icons-local_pizza:before {
  content: "\e552";
}
.material-icons-local_play:before {
  content: "\e553";
}
.material-icons-local_post_office:before {
  content: "\e554";
}
.material-icons-local_printshop:before {
  content: "\e555";
}
.material-icons-local_see:before {
  content: "\e557";
}
.material-icons-local_shipping:before {
  content: "\e558";
}
.material-icons-local_taxi:before {
  content: "\e559";
}
.material-icons-location_city:before {
  content: "\e7f1";
}
.material-icons-location_disabled:before {
  content: "\e1b6";
}
.material-icons-location_searching:before {
  content: "\e1b7";
}
.material-icons-lock:before {
  content: "\e897";
}
.material-icons-lock_open:before {
  content: "\e898";
}
.material-icons-lock_outline:before {
  content: "\e899";
}
.material-icons-looks:before {
  content: "\e3fc";
}
.material-icons-looks_3:before {
  content: "\e3fb";
}
.material-icons-looks_4:before {
  content: "\e3fd";
}
.material-icons-looks_5:before {
  content: "\e3fe";
}
.material-icons-looks_6:before {
  content: "\e3ff";
}
.material-icons-looks_one:before {
  content: "\e400";
}
.material-icons-looks_two:before {
  content: "\e401";
}
.material-icons-loupe:before {
  content: "\e402";
}
.material-icons-loyalty:before {
  content: "\e89a";
}
.material-icons-mail:before {
  content: "\e158";
}
.material-icons-map:before {
  content: "\e55b";
}
.material-icons-markunread:before {
  content: "\e159";
}
.material-icons-markunread_mailbox:before {
  content: "\e89b";
}
.material-icons-memory:before {
  content: "\e322";
}
.material-icons-menu:before {
  content: "\e5d2";
}
.material-icons-merge_type:before {
  content: "\e252";
}
.material-icons-mms:before {
  content: "\e618";
}
.material-icons-mode_comment:before {
  content: "\e253";
}
.material-icons-mode_edit:before {
  content: "\e254";
}
.material-icons-money_off:before {
  content: "\e25c";
}
.material-icons-monochrome_photos:before {
  content: "\e403";
}
.material-icons-mood:before {
  content: "\e7f2";
}
.material-icons-mood_bad:before {
  content: "\e7f3";
}
.material-icons-more:before {
  content: "\e619";
}
.material-icons-more_horiz:before {
  content: "\e5d3";
}
.material-icons-more_vert:before {
  content: "\e5d4";
}
.material-icons-mouse:before {
  content: "\e323";
}
.material-icons-movie_creation:before {
  content: "\e404";
}
.material-icons-music_note:before {
  content: "\e405";
}
.material-icons-my_location:before {
  content: "\e55c";
}
.material-icons-nature:before {
  content: "\e406";
}
.material-icons-nature_people:before {
  content: "\e407";
}
.material-icons-navigate_before:before {
  content: "\e408";
}
.material-icons-navigate_next:before {
  content: "\e409";
}
.material-icons-navigation:before {
  content: "\e55d";
}
.material-icons-network_cell:before {
  content: "\e1b9";
}
.material-icons-network_locked:before {
  content: "\e61a";
}
.material-icons-network_wifi:before {
  content: "\e1ba";
}
.material-icons-nfc:before {
  content: "\e1bb";
}
.material-icons-note_add:before {
  content: "\e89c";
}
.material-icons-notifications:before {
  content: "\e7f4";
}
.material-icons-notifications_active:before {
  content: "\e7f7";
}
.material-icons-notifications_none:before {
  content: "\e7f5";
}
.material-icons-notifications_off:before {
  content: "\e7f6";
}
.material-icons-notifications_paused:before {
  content: "\e7f8";
}
.material-icons-offline_pin:before {
  content: "\e90a";
}
.material-icons-ondemand_video:before {
  content: "\e63a";
}
.material-icons-open_in_browser:before {
  content: "\e89d";
}
.material-icons-open_in_new:before {
  content: "\e89e";
}
.material-icons-open_with:before {
  content: "\e89f";
}
.material-icons-pages:before {
  content: "\e7f9";
}
.material-icons-pageview:before {
  content: "\e8a0";
}
.material-icons-palette:before {
  content: "\e40a";
}
.material-icons-panorama:before {
  content: "\e40b";
}
.material-icons-panorama_fish_eye:before {
  content: "\e40c";
}
.material-icons-panorama_horizontal:before {
  content: "\e40d";
}
.material-icons-panorama_vertical:before {
  content: "\e40e";
}
.material-icons-panorama_wide_angle:before {
  content: "\e40f";
}
.material-icons-party_mode:before {
  content: "\e7fa";
}
.material-icons-payment:before {
  content: "\e8a1";
}
.material-icons-people:before {
  content: "\e7fb";
}
.material-icons-people_outline:before {
  content: "\e7fc";
}
.material-icons-perm_camera_mic:before {
  content: "\e8a2";
}
.material-icons-perm_contact_calendar:before {
  content: "\e8a3";
}
.material-icons-perm_data_setting:before {
  content: "\e8a4";
}
.material-icons-perm_device_information:before {
  content: "\e8a5";
}
.material-icons-perm_identity:before {
  content: "\e8a6";
}
.material-icons-perm_media:before {
  content: "\e8a7";
}
.material-icons-perm_phone_msg:before {
  content: "\e8a8";
}
.material-icons-perm_scan_wifi:before {
  content: "\e8a9";
}
.material-icons-person:before {
  content: "\e7fd";
}
.material-icons-person_add:before {
  content: "\e7fe";
}
.material-icons-person_outline:before {
  content: "\e7ff";
}
.material-icons-person_pin:before {
  content: "\e55a";
}
.material-icons-personal_video:before {
  content: "\e63b";
}
.material-icons-phone_android:before {
  content: "\e324";
}
.material-icons-phone_bluetooth_speaker:before {
  content: "\e61b";
}
.material-icons-phone_forwarded:before {
  content: "\e61c";
}
.material-icons-phone_in_talk:before {
  content: "\e61d";
}
.material-icons-phone_iphone:before {
  content: "\e325";
}
.material-icons-phone_locked:before {
  content: "\e61e";
}
.material-icons-phone_missed:before {
  content: "\e61f";
}
.material-icons-phone_paused:before {
  content: "\e620";
}
.material-icons-phonelink:before {
  content: "\e326";
}
.material-icons-phonelink_off:before {
  content: "\e327";
}
.material-icons-photo:before {
  content: "\e410";
}
.material-icons-photo_album:before {
  content: "\e411";
}
.material-icons-photo_camera:before {
  content: "\e412";
}
.material-icons-photo_library:before {
  content: "\e413";
}
.material-icons-photo_size_select_actual:before {
  content: "\e432";
}
.material-icons-photo_size_select_large:before {
  content: "\e433";
}
.material-icons-photo_size_select_small:before {
  content: "\e434";
}
.material-icons-picture_as_pdf:before {
  content: "\e415";
}
.material-icons-picture_in_picture:before {
  content: "\e8aa";
}
.material-icons-pin_drop:before {
  content: "\e55e";
}
.material-icons-place:before {
  content: "\e55f";
}
.material-icons-play_for_work:before {
  content: "\e906";
}
.material-icons-plus_one:before {
  content: "\e800";
}
.material-icons-poll:before {
  content: "\e801";
}
.material-icons-polymer:before {
  content: "\e8ab";
}
.material-icons-portrait:before {
  content: "\e416";
}
.material-icons-power:before {
  content: "\e63c";
}
.material-icons-power_input:before {
  content: "\e336";
}
.material-icons-power_settings_new:before {
  content: "\e8ac";
}
.material-icons-print:before {
  content: "\e8ad";
}
.material-icons-public:before {
  content: "\e80b";
}
.material-icons-publish:before {
  content: "\e255";
}
.material-icons-query_builder:before {
  content: "\e8ae";
}
.material-icons-question_answer:before {
  content: "\e8af";
}
.material-icons-radio_button_checked:before {
  content: "\e837";
}
.material-icons-radio_button_unchecked:before {
  content: "\e836";
}
.material-icons-rate_review:before {
  content: "\e560";
}
.material-icons-receipt:before {
  content: "\e8b0";
}
.material-icons-redeem:before {
  content: "\e8b1";
}
.material-icons-redo:before {
  content: "\e15a";
}
.material-icons-refresh:before {
  content: "\e5d5";
}
.material-icons-remove:before {
  content: "\e15b";
}
.material-icons-remove_circle:before {
  content: "\e15c";
}
.material-icons-remove_circle_outline:before {
  content: "\e15d";
}
.material-icons-remove_red_eye:before {
  content: "\e417";
}
.material-icons-reorder:before {
  content: "\e8fe";
}
.material-icons-reply:before {
  content: "\e15e";
}
.material-icons-reply_all:before {
  content: "\e15f";
}
.material-icons-report:before {
  content: "\e160";
}
.material-icons-report_problem:before {
  content: "\e8b2";
}
.material-icons-restaurant_menu:before {
  content: "\e561";
}
.material-icons-restore:before {
  content: "\e8b3";
}
.material-icons-room:before {
  content: "\e8b4";
}
.material-icons-rotate_90_degrees_ccw:before {
  content: "\e418";
}
.material-icons-rotate_left:before {
  content: "\e419";
}
.material-icons-rotate_right:before {
  content: "\e41a";
}
.material-icons-router:before {
  content: "\e328";
}
.material-icons-satellite:before {
  content: "\e562";
}
.material-icons-save:before {
  content: "\e161";
}
.material-icons-scanner:before {
  content: "\e329";
}
.material-icons-schedule:before {
  content: "\e8b5";
}
.material-icons-school:before {
  content: "\e80c";
}
.material-icons-screen_lock_landscape:before {
  content: "\e1be";
}
.material-icons-screen_lock_portrait:before {
  content: "\e1bf";
}
.material-icons-screen_lock_rotation:before {
  content: "\e1c0";
}
.material-icons-screen_rotation:before {
  content: "\e1c1";
}
.material-icons-sd_card:before {
  content: "\e623";
}
.material-icons-sd_storage:before {
  content: "\e1c2";
}
.material-icons-search:before {
  content: "\e8b6";
}
.material-icons-security:before {
  content: "\e32a";
}
.material-icons-select_all:before {
  content: "\e162";
}
.material-icons-send:before {
  content: "\e163";
}
.material-icons-settings:before {
  content: "\e8b8";
}
.material-icons-settings_applications:before {
  content: "\e8b9";
}
.material-icons-settings_backup_restore:before {
  content: "\e8ba";
}
.material-icons-settings_bluetooth:before {
  content: "\e8bb";
}
.material-icons-settings_brightness:before {
  content: "\e8bd";
}
.material-icons-settings_cell:before {
  content: "\e8bc";
}
.material-icons-settings_ethernet:before {
  content: "\e8be";
}
.material-icons-settings_input_antenna:before {
  content: "\e8bf";
}
.material-icons-settings_input_component:before {
  content: "\e8c0";
}
.material-icons-settings_input_composite:before {
  content: "\e8c1";
}
.material-icons-settings_input_hdmi:before {
  content: "\e8c2";
}
.material-icons-settings_input_svideo:before {
  content: "\e8c3";
}
.material-icons-settings_overscan:before {
  content: "\e8c4";
}
.material-icons-settings_phone:before {
  content: "\e8c5";
}
.material-icons-settings_power:before {
  content: "\e8c6";
}
.material-icons-settings_remote:before {
  content: "\e8c7";
}
.material-icons-settings_system_daydream:before {
  content: "\e1c3";
}
.material-icons-settings_voice:before {
  content: "\e8c8";
}
.material-icons-share:before {
  content: "\e80d";
}
.material-icons-shop:before {
  content: "\e8c9";
}
.material-icons-shop_two:before {
  content: "\e8ca";
}
.material-icons-shopping_basket:before {
  content: "\e8cb";
}
.material-icons-shopping_cart:before {
  content: "\e8cc";
}
.material-icons-signal_cellular_4_bar:before {
  content: "\e1c8";
}
.material-icons-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.material-icons-signal_cellular_no_sim:before {
  content: "\e1ce";
}
.material-icons-signal_cellular_null:before {
  content: "\e1cf";
}
.material-icons-signal_cellular_off:before {
  content: "\e1d0";
}
.material-icons-signal_wifi_4_bar:before {
  content: "\e1d8";
}
.material-icons-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.material-icons-signal_wifi_off:before {
  content: "\e1da";
}
.material-icons-sim_card:before {
  content: "\e32b";
}
.material-icons-sim_card_alert:before {
  content: "\e624";
}
.material-icons-slideshow:before {
  content: "\e41b";
}
.material-icons-smartphone:before {
  content: "\e32c";
}
.material-icons-sms:before {
  content: "\e625";
}
.material-icons-sms_failed:before {
  content: "\e626";
}
.material-icons-sort:before {
  content: "\e164";
}
.material-icons-space_bar:before {
  content: "\e256";
}
.material-icons-speaker:before {
  content: "\e32d";
}
.material-icons-speaker_group:before {
  content: "\e32e";
}
.material-icons-speaker_notes:before {
  content: "\e8cd";
}
.material-icons-spellcheck:before {
  content: "\e8ce";
}
.material-icons-star:before {
  content: "\e838";
}
.material-icons-star_border:before {
  content: "\e83a";
}
.material-icons-star_half:before {
  content: "\e839";
}
.material-icons-stars:before {
  content: "\e8d0";
}
.material-icons-storage:before {
  content: "\e1db";
}
.material-icons-store:before {
  content: "\e8d1";
}
.material-icons-store_mall_directory:before {
  content: "\e563";
}
.material-icons-straighten:before {
  content: "\e41c";
}
.material-icons-strikethrough_s:before {
  content: "\e257";
}
.material-icons-style:before {
  content: "\e41d";
}
.material-icons-subject:before {
  content: "\e8d2";
}
.material-icons-supervisor_account:before {
  content: "\e8d3";
}
.material-icons-swap_horiz:before {
  content: "\e8d4";
}
.material-icons-swap_vert:before {
  content: "\e8d5";
}
.material-icons-swap_vertical_circle:before {
  content: "\e8d6";
}
.material-icons-switch_camera:before {
  content: "\e41e";
}
.material-icons-switch_video:before {
  content: "\e41f";
}
.material-icons-sync:before {
  content: "\e627";
}
.material-icons-sync_disabled:before {
  content: "\e628";
}
.material-icons-sync_problem:before {
  content: "\e629";
}
.material-icons-system_update:before {
  content: "\e62a";
}
.material-icons-system_update_alt:before {
  content: "\e8d7";
}
.material-icons-tab:before {
  content: "\e8d8";
}
.material-icons-tab_unselected:before {
  content: "\e8d9";
}
.material-icons-tablet:before {
  content: "\e32f";
}
.material-icons-tablet_android:before {
  content: "\e330";
}
.material-icons-tablet_mac:before {
  content: "\e331";
}
.material-icons-tag_faces:before {
  content: "\e420";
}
.material-icons-tap_and_play:before {
  content: "\e62b";
}
.material-icons-terrain:before {
  content: "\e564";
}
.material-icons-text_format:before {
  content: "\e165";
}
.material-icons-texture:before {
  content: "\e421";
}
.material-icons-theaters:before {
  content: "\e8da";
}
.material-icons-thumb_down:before {
  content: "\e8db";
}
.material-icons-thumb_up:before {
  content: "\e8dc";
}
.material-icons-thumbs_up_down:before {
  content: "\e8dd";
}
.material-icons-time_to_leave:before {
  content: "\e62c";
}
.material-icons-timelapse:before {
  content: "\e422";
}
.material-icons-timer:before {
  content: "\e425";
}
.material-icons-timer_10:before {
  content: "\e423";
}
.material-icons-timer_3:before {
  content: "\e424";
}
.material-icons-timer_off:before {
  content: "\e426";
}
.material-icons-toc:before {
  content: "\e8de";
}
.material-icons-today:before {
  content: "\e8df";
}
.material-icons-toll:before {
  content: "\e8e0";
}
.material-icons-tonality:before {
  content: "\e427";
}
.material-icons-toys:before {
  content: "\e332";
}
.material-icons-track_changes:before {
  content: "\e8e1";
}
.material-icons-traffic:before {
  content: "\e565";
}
.material-icons-transform:before {
  content: "\e428";
}
.material-icons-translate:before {
  content: "\e8e2";
}
.material-icons-trending_down:before {
  content: "\e8e3";
}
.material-icons-trending_flat:before {
  content: "\e8e4";
}
.material-icons-trending_up:before {
  content: "\e8e5";
}
.material-icons-tune:before {
  content: "\e429";
}
.material-icons-turned_in:before {
  content: "\e8e6";
}
.material-icons-turned_in_not:before {
  content: "\e8e7";
}
.material-icons-tv:before {
  content: "\e333";
}
.material-icons-undo:before {
  content: "\e166";
}
.material-icons-unfold_less:before {
  content: "\e5d6";
}
.material-icons-unfold_more:before {
  content: "\e5d7";
}
.material-icons-usb:before {
  content: "\e1e0";
}
.material-icons-verified_user:before {
  content: "\e8e8";
}
.material-icons-vertical_align_bottom:before {
  content: "\e258";
}
.material-icons-vertical_align_center:before {
  content: "\e259";
}
.material-icons-vertical_align_top:before {
  content: "\e25a";
}
.material-icons-vibration:before {
  content: "\e62d";
}
.material-icons-view_agenda:before {
  content: "\e8e9";
}
.material-icons-view_array:before {
  content: "\e8ea";
}
.material-icons-view_carousel:before {
  content: "\e8eb";
}
.material-icons-view_column:before {
  content: "\e8ec";
}
.material-icons-view_comfy:before {
  content: "\e42a";
}
.material-icons-view_compact:before {
  content: "\e42b";
}
.material-icons-view_day:before {
  content: "\e8ed";
}
.material-icons-view_headline:before {
  content: "\e8ee";
}
.material-icons-view_list:before {
  content: "\e8ef";
}
.material-icons-view_module:before {
  content: "\e8f0";
}
.material-icons-view_quilt:before {
  content: "\e8f1";
}
.material-icons-view_stream:before {
  content: "\e8f2";
}
.material-icons-view_week:before {
  content: "\e8f3";
}
.material-icons-vignette:before {
  content: "\e435";
}
.material-icons-visibility:before {
  content: "\e8f4";
}
.material-icons-visibility_off:before {
  content: "\e8f5";
}
.material-icons-voice_chat:before {
  content: "\e62e";
}
.material-icons-vpn_lock:before {
  content: "\e62f";
}
.material-icons-wallpaper:before {
  content: "\e1bc";
}
.material-icons-watch:before {
  content: "\e334";
}
.material-icons-wb_auto:before {
  content: "\e42c";
}
.material-icons-wb_cloudy:before {
  content: "\e42d";
}
.material-icons-wb_incandescent:before {
  content: "\e42e";
}
.material-icons-wb_iridescent:before {
  content: "\e436";
}
.material-icons-wb_sunny:before {
  content: "\e430";
}
.material-icons-wc:before {
  content: "\e63d";
}
.material-icons-whatshot:before {
  content: "\e80e";
}
.material-icons-widgets:before {
  content: "\e1bd";
}
.material-icons-wifi:before {
  content: "\e63e";
}
.material-icons-wifi_lock:before {
  content: "\e1e1";
}
.material-icons-wifi_tethering:before {
  content: "\e1e2";
}
.material-icons-work:before {
  content: "\e8f9";
}
.material-icons-wrap_text:before {
  content: "\e25b";
}
.material-icons-youtube_searched_for:before {
  content: "\e8fa";
}
.material-icons-zoom_in:before {
  content: "\e8ff";
}
.material-icons-zoom_out:before {
  content: "\e900";
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 600;
}
.font-italic,
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin-bottom: 0.5rem;
}
dl,
ol,
pre,
ul {
  margin-top: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: middle;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
select,
textarea {
  font: inherit;
}
address,
legend {
  line-height: inherit;
}
#product #block-reassurance span,
.alert-link,
.font-weight-bold,
.page-order-detail .order-items .order-item .desc .name,
dt,
kbd kbd,
optgroup {
  font-weight: 700;
}
.js-qv-product-images img,
.popover .table tr,
.toogle_nav_button .toogle_nav,
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
body#checkout #order-summary-content .step-edit:hover,
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: ButtonText dotted 1px;
}
textarea {
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  ::after,
  ::before,
  ::first-letter,
  ::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .tag {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.breadcrumb-item + .breadcrumb-item:hover::before,
.btn.focus,
.btn:focus,
.btn:hover,
.card-link:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover,
a {
  text-decoration: none;
}
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #ebebeb;
}
address {
  font-style: normal;
}
#index #main .page-footer,
#notifications ul,
#product-modal .modal-content .modal-body .image-caption p,
#search_filters .facet .facet-label,
.block-categories .category-sub-menu li[data-depth="1"],
.card-text:last-child,
.cart-grid-body .card-block h1,
.cart-grid-right .promo-discounts,
.cart-items,
.category-top-menu,
.client-name p,
.cus_span_content p,
.cus_testmonial .star-rating,
.h6.active-filter-title,
.page-order .table,
.social-sharing ul,
.toogle_nav_content ul,
body#index #header.header_v1 .header-nav,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
a {
  color: #454545;
}
a:focus {
  -webkit-outline: none;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #acaaa6;
  caption-side: bottom;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 0;
}
button,
input,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}
.form-check-inline.disabled,
.form-control:disabled,
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  cursor: not-allowed;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
.custom-select,
input[type="search"] {
  -webkit-appearance: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  color: inherit;
  max-width: 100%;
  white-space: normal;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
#footer .footer-container .block_newsletter,
#product img.zoomImg,
#products #js-product-list-top .sort-by-row,
.blockcart.cart-preview.inactive + .cart-hover-content,
.comment_author span,
.cus_seller h3,
.feature_product h3,
.hidden-xl-down,
.hidden-xs-up,
.hideMenuToggle,
.mobile-menu-toggle .collapse,
.product-add-to-cart .control-label,
.product-add-to-cart .product-quantity .add #product-availability,
.product-add-to-cart .product-quantity .qty,
.tax-shipping-delivery-label,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
[hidden],
ul.product-flags {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #454545;
}
.blockquote,
hr {
  margin-bottom: 1rem;
}
.h1,
h1 {
  font-size: 1.375rem;
}
.h2,
h2 {
  font-size: 1.25rem;
}
#blockcart-modal .cart-products-count,
.h3,
.h4,
h3,
h4 {
  font-size: 1.125rem;
}
#stores .page-stores .store-item-container .store-description,
.btn-tertiary .material-icons,
.h5,
.page-addresses .address .address-footer a i,
.page-addresses .addresses-footer a i,
.page-footer .account-link i,
body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit,
body#checkout section.checkout-step .step-edit .edit,
h5 {
  font-size: 1rem;
}
.h6,
body#checkout section.checkout-step .add-address a i,
h6 {
  font-size: 0.9375rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 3.125rem;
  font-weight: 600;
}
.btn,
.btn-link,
.display-2,
.display-3,
.display-4,
.dropdown-item,
.input-group-addon,
.small,
small {
  font-weight: 400;
}
.display-2 {
  font-size: 2.1875rem;
}
.display-3 {
  font-size: 1.5625rem;
}
.display-4 {
  font-size: 1.25rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid #d0d0d0;
}
.small,
small {
  font-size: 80%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
code,
kbd {
  padding: 0.2rem 0.4rem;
}
.header_v1 .ets_mm_megamenu.scroll_heading,
.img-thumbnail,
.table .table {
  background-color: #fff;
}
.list-inline,
.list-unstyled,
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.initialism {
  font-size: 90%;
}
.blockquote {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f6f6f6;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #ebebeb;
}
code,
kbd,
pre {
  font-size: 90%;
}
.blockquote-footer::before {
  content: "\2014   \A0";
}
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #f6f6f6;
  border-left: 0;
}
#wrapper .breadcrumb li:last-child::after,
.blockquote-reverse .blockquote-footer::before,
.carousel .carousel-control .icon-next::before,
.carousel .carousel-control .icon-prev::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014";
}
dl.row > dd + dt {
  clear: left;
}
.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img,
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0.3rem;
}
.img-thumbnail {
  padding: 0.25rem;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
code,
pre code {
  border-radius: 0;
}
.custom-radio .custom-control-indicator,
.img-circle {
  border-radius: 50%;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.table,
pre {
  margin-bottom: 1rem;
}
.figure-caption {
  font-size: 90%;
  color: #ebebeb;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
.product-description p,
.product-description ul,
body {
  font-family: Lato, "Open Sans", sans-serif;
}
code {
  color: #bd4147;
  background-color: #f7f7f9;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
}
pre {
  display: block;
  color: #878787;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.breadcrumb::after,
.btn-group-vertical > .btn-group::after,
.btn-toolbar::after,
.card-footer::after,
.card-header::after,
.cart-summary-line::after,
.clearfix::after,
.container-fluid::after,
.container::after,
.modal-footer::after,
.modal-header::after,
.nav-pills::after,
.nav-tabs::after,
.navbar-toggleable-md::after,
.navbar-toggleable-sm::after,
.navbar-toggleable-xs::after,
.navbar::after,
.row::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
#main .page-content #notifications,
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1 {
  float: left;
  width: 8.33333%;
}
.col-xs-2 {
  float: left;
  width: 16.66667%;
}
.col-xs-3 {
  float: left;
  width: 25%;
}
.col-xs-4 {
  float: left;
  width: 33.33333%;
}
.col-xs-5 {
  float: left;
  width: 41.66667%;
}
.col-xs-6 {
  float: left;
  width: 50%;
}
.col-xs-7 {
  float: left;
  width: 58.33333%;
}
.col-xs-8 {
  float: left;
  width: 66.66667%;
}
.col-xs-9 {
  float: left;
  width: 75%;
}
.col-xs-10 {
  float: left;
  width: 83.33333%;
}
.col-xs-11 {
  float: left;
  width: 91.66667%;
}
.col-xs-12,
.page_contact_layout1,
.page_contact_layout2,
.page_contact_layout3 {
  float: left;
  width: 100%;
}
.pull-xs-0 {
  right: auto;
}
.pull-xs-1 {
  right: 8.33333%;
}
.pull-xs-2 {
  right: 16.66667%;
}
.pull-xs-3 {
  right: 25%;
}
.pull-xs-4 {
  right: 33.33333%;
}
.pull-xs-5 {
  right: 41.66667%;
}
.pull-xs-6 {
  right: 50%;
}
.pull-xs-7 {
  right: 58.33333%;
}
.pull-xs-8 {
  right: 66.66667%;
}
.pull-xs-9 {
  right: 75%;
}
.pull-xs-10 {
  right: 83.33333%;
}
.pull-xs-11 {
  right: 91.66667%;
}
.pull-xs-12 {
  right: 100%;
}
.push-xs-0 {
  left: auto;
}
.push-xs-1 {
  left: 8.33333%;
}
.push-xs-2 {
  left: 16.66667%;
}
.push-xs-3 {
  left: 25%;
}
.push-xs-4 {
  left: 33.33333%;
}
.push-xs-5 {
  left: 41.66667%;
}
.push-xs-6 {
  left: 50%;
}
.push-xs-7 {
  left: 58.33333%;
}
.push-xs-8 {
  left: 66.66667%;
}
.push-xs-9 {
  left: 75%;
}
.push-xs-10 {
  left: 83.33333%;
}
.push-xs-11 {
  left: 91.66667%;
}
.carousel-inner > .active.right,
.carousel-inner > .next,
.push-xs-12 {
  left: 100%;
}
.offset-xs-1 {
  margin-left: 8.33333%;
}
.offset-xs-2 {
  margin-left: 16.66667%;
}
.offset-xs-3 {
  margin-left: 25%;
}
.offset-xs-4 {
  margin-left: 33.33333%;
}
.offset-xs-5 {
  margin-left: 41.66667%;
}
.offset-xs-6 {
  margin-left: 50%;
}
.offset-xs-7 {
  margin-left: 58.33333%;
}
.offset-xs-8 {
  margin-left: 66.66667%;
}
.offset-xs-9 {
  margin-left: 75%;
}
.offset-xs-10 {
  margin-left: 83.33333%;
}
.offset-xs-11 {
  margin-left: 91.66667%;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
}
.table thead th {
  border-bottom: 1px solid #d0d0d0;
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 1px solid #d0d0d0;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
#js-checkout-summary.card.js-cart,
.order-details-content,
.order-items-content,
.product-images-big,
.product_cart_img > img,
.product_thumb_horizontal .owl-nav > div:after,
.table-bordered,
.table-bordered td,
.table-bordered th,
.wishlist .popover-content td {
  border: 1px solid #d0d0d0;
}
.navbar-light .navbar-divider,
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #dff0d8;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #d9edf7;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f2dede;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.thead-inverse th {
  color: #fff;
  background-color: #878787;
}
.thead-default th {
  background-color: #2a98d0;
  color: #fff;
}
#_desktop_cart .material-icons.shopping-cart,
#header .header-nav .blockcart a:hover,
.account-list a:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.block_newsletter form button[type="submit"] .search:hover,
.caption_content h2 strong,
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.cart-grid-body a.label:hover,
.comments_note div.star.star_on:after,
.dropdown:hover .expand-more,
.footer-container li a:hover,
.nav-item .nav-link.active,
.nav-item .nav-separtor.active,
.page-content > table tbody tr th,
.quick-view:hover,
.search-widget form button[type="submit"] .search:hover,
.top-menu .sub-menu a:hover,
.ybc_coppyright a {
  color: #2a98d0;
}
.table-inverse {
  color: #f6f6f6;
  background-color: #878787;
}
.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #acaaa6;
}
#block-reassurance li:last-child,
#wk-one-page-checkout
  .page-content.card
  .wk-login-add
  .nav.nav-tabs.wkbottom
  + #tab-content,
.page-product
  div#producttabs
  .tabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all,
.page-product div#tab-content,
.table-inverse.table-bordered {
  border: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}
#header .header-top .menu > ul > li,
#main .product_thumb_left.images-container .js-qv-mask,
#product-modal.images-thumb-horizona .slick-track,
.block-left.stripe-card-expiry,
.breadcrumb-item,
.btn-group > .btn-group,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.carousel-control.left,
.left-nav,
.login_page_content > div,
.nav-pills .nav-item,
.navbar-nav .nav-item,
.owl-item,
.pagination .previous,
.search-widget,
.table-reflow thead,
.table-reflow tr {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow td,
.table-reflow th {
  border-top: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
}
.table-reflow td:last-child,
.table-reflow th:last-child {
  border-right: 1px solid #f6f6f6;
}
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #f6f6f6;
}
.table-reflow tr td,
.table-reflow tr th {
  display: block !important;
  border: 1px solid #f6f6f6;
}
.form-control {
  display: block;
  font-size: 1rem;
  line-height: 1.25;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #acaaa6;
  background-color: #fff;
  border-color: #66afe9;
  outline: 0;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f6f6f6;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: 2.5rem;
}
select.form-control:focus::-ms-value {
  color: #acaaa6;
  background-color: #fff;
}
.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375rem;
}
.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}
.col-form-legend,
.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.col-form-legend {
  font-size: 1rem;
}
.form-control-static {
  min-height: 2.5rem;
}
.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-addon.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}
.btn-group-lg > .btn,
.btn-lg,
.form-control-lg,
.input-group-addon.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 2.75rem;
}
#products .up,
.cart-grid,
.form-group,
.page-order-detail #order-products.return,
.page-order-detail .order-items .order-item .desc,
.page-order-detail .order-items .order-item .qty {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
}
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}
.form-check-inline,
.form-check-label {
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 1.25rem;
}
.form-check + .form-check {
  margin-top: -0.25rem;
}
.form-check.disabled .form-check-label {
  color: #acaaa6;
  cursor: not-allowed;
}
.form-check-input {
  position: absolute;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}
#header .header-nav a.dropdown-item,
.Notification-header-bar #popup-row,
.block-categories .category-sub-menu li,
.block-category,
.block_newsletter form,
.blockcart.cart-preview.inactive,
.carousel,
.clearfix.product-variants-item,
.collapsing,
.cus-testimonial-part,
.dropdown,
.dropup,
.featured-products > .container,
.form-check-inline,
.image_item_product,
.input-container,
.input-group-btn > .btn,
.modal-product-thumb-cover,
.products-section-title span,
.right-nav > div,
.thumbnail-container,
.wrapper-section .product-variants .clearfix.product-variants-item:nth-child(2),
.ybc-blog-related-posts,
body#index header.header_v1 {
  position: relative;
}
.form-check-inline {
  display: inline-block;
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}
.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label,
.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c;
}
.has-success .form-control {
  border-color: #4cbb6c;
}
.has-success .input-group-addon {
  color: #4cbb6c;
  border-color: #4cbb6c;
  background-color: #e0f3e5;
}
.has-success .form-control-success {
  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='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
#product-availability .product-last-items,
#product-availability .product-unavailable,
.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.js-mailalert > a {
  color: #ff9a52;
}
.has-warning .form-control {
  border-color: #ff9a52;
}
.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: #fff;
}
.has-warning .form-control-warning {
  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='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.form-group.has-error .help-block,
.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4c4c;
}
.has-danger .form-control {
  border-color: #ff4c4c;
}
.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: #fff;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.btn,
.dropdown-toggle::after {
  display: inline-block;
  vertical-align: middle;
}
.btn {
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  -webkit-outline: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn-primary {
  background-color: #2a98d0;
  border: 1px solid #2a98d0;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: green;
  border-color: transparent;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a98d0;
  border-color: transparent;
  background-image: none;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #1e788c;
  border-color: transparent;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-secondary:hover,
.btn-tertiary:hover {
  background-color: #2a98d0;
  border-color: transparent;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus {
  background-color: #2a98d0;
  border-color: transparent;
}
#mywishlist {
  margin: 0 -15px;
}
.btn-secondary,
.btn-tertiary {
  background-color: #00801e;
  border-color: transparent;
  color: #fff;
}
.btn-secondary:hover,
.btn-tertiary:hover {
  color: #fff;
}
.btn-secondary.focus,
.focus.btn-tertiary {
  color: #414141;
  background-color: #ddd;
  border-color: transparent;
}
.active.btn-tertiary,
.btn-secondary.active,
.btn-secondary:active,
.btn-tertiary:active,
.open > .btn-secondary.dropdown-toggle,
.open > .dropdown-toggle.btn-tertiary {
  color: #414141;
  background-color: #ddd;
  border-color: transparent;
  background-image: none;
}
.active.btn-tertiary:focus,
.active.btn-tertiary:hover,
.active.focus.btn-tertiary,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open > .btn-secondary.dropdown-toggle.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.open > .dropdown-toggle.focus.btn-tertiary {
  color: #414141;
  background-color: #cbcbcb;
  border-color: transparent;
}
.btn-secondary.disabled.focus,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-tertiary:disabled.focus,
.btn-tertiary:disabled:focus,
.disabled.focus.btn-tertiary {
  background-color: #f6f6f6;
  border-color: transparent;
}
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-tertiary:disabled:hover,
.disabled.btn-tertiary:hover {
  background-color: #f6f6f6;
  border-color: transparent;
}
.btn-info,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info.focus,
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info:disabled.focus,
.btn-info:disabled:focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info.disabled:hover,
.btn-info:disabled:hover,
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.btn-success,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
  background-image: none;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #318047;
  border-color: #256237;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:focus {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}
.btn-success.disabled:hover,
.btn-success:disabled:hover,
.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.btn-warning,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
  background-image: none;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fa6800;
  border-color: #d25700;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus {
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning.disabled:hover,
.btn-warning:disabled:hover,
.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-danger,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
  background-image: none;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #c00;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}
.btn-danger.disabled:hover,
.btn-danger:disabled:hover,
.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}
.btn-outline-primary {
  color: #2a98d0;
  background-image: none;
  background-color: transparent;
  border-color: #2a98d0;
}
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a98d0;
  border-color: #2a98d0;
}
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open > .btn-outline-primary.dropdown-toggle.focus,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #1e788c;
  border-color: #175c6a;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled,
.btn-link:focus,
.btn-link:hover,
.btn-outline-danger,
.btn-outline-info,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-warning,
.card-danger .card-footer,
.card-danger .card-header,
.card-info .card-footer,
.card-info .card-header,
.card-primary .card-footer,
.card-primary .card-header,
.card-success .card-footer,
.card-success .card-header,
.card-warning .card-footer,
.card-warning .card-header {
  background-color: transparent;
}
.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus {
  border-color: #83d3e4;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #83d3e4;
}
.btn-outline-secondary {
  color: transparent;
  background-image: none;
  border-color: transparent;
}
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.open > .btn-outline-secondary.dropdown-toggle.focus,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus {
  border-color: rgba(51, 51, 51, 0);
}
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  border-color: rgba(51, 51, 51, 0);
}
.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  border-color: #5bc0de;
}
.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open > .btn-outline-info.dropdown-toggle.focus,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus {
  border-color: #b0e1ef;
}
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}
.btn-outline-success {
  color: #4cbb6c;
  background-image: none;
  border-color: #4cbb6c;
}
.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open > .btn-outline-success.dropdown-toggle.focus,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #318047;
  border-color: #256237;
}
.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus {
  border-color: #96d7a9;
}
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
  border-color: #96d7a9;
}
.btn-outline-warning {
  color: #ff9a52;
  background-image: none;
  border-color: #ff9a52;
}
.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open > .btn-outline-warning.dropdown-toggle.focus,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fa6800;
  border-color: #d25700;
}
.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus {
  border-color: #ffd6b8;
}
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
  border-color: #ffd6b8;
}
.btn-outline-danger {
  color: #ff4c4c;
  background-image: none;
  border-color: #ff4c4c;
}
.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open > .btn-outline-danger.dropdown-toggle.focus,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #c00;
}
.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus {
  border-color: #ffb2b2;
}
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
  border-color: #ffb2b2;
}
.btn-link {
  color: #2a98d0;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #208094;
  text-decoration: underline;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #ebebeb;
  text-decoration: none;
}
.add_to_cart_button .btn.btn-primary,
.btn-group-sm > .btn,
.btn-sm {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  bottom: 0;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  line-height: 30px;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  padding: 6px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  white-space: nowrap;
  width: auto;
}
#contact #content-wrapper,
#index #header .header_content,
#main .product_thumb_horizontal .js-qv-mask.mask,
#order-items .image img,
#order-items table,
#pagenotfound .page-not-found .search-widget input,
#product #content,
#products .page-not-found .search-widget input,
.blockcart.cart-preview,
.btn-block,
.categoryproducts .owl-item .product-miniature,
.contact-form .col-md-6,
.contact-form .col-md-9,
.images-container-img-sync .thumb-container .thumb,
.page-content.card
  .box.wkrelativeposition
  .wk-order-product
  .wk-product-info:first-child
  .wk-product-img.product-cover
  .js-qv-product-cover,
.page_contact_layout3 .contact-form,
.page_contact_layout3 .contact-form .form-group > div,
.page_contact_layout3 .contact-rich,
.pagination,
.product-information ul.product-images.js-qv-product-images,
.products.list .type_list_full_width,
.screenshot-img-seo img,
.wk-login-container .wkbtn-login,
.wrapper-section .product-add-to-cart .product-quantity,
article.product-miniature.js-product-miniature,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.btn-block {
  display: block;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
#products .thumbnail-container:hover .highlighted-informations::after,
.block-social li:hover,
.carousel .carousel-control,
.fade.in,
.featured-products .thumbnail-container:hover .highlighted-informations::after,
.product-accessories
  .thumbnail-container:hover
  .highlighted-informations::after,
.product-cover .layer:hover,
.product-images,
.product-images.slick-slider {
  opacity: 1;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}
.dropdown-toggle::after {
  width: 0;
  height: 0;
  margin-left: 0.3em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 5px 0 0;
  font-size: 1rem;
  color: #878787;
  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;
}
.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2a98d0;
  outline: 0;
}
.breadcrumb-item.active,
.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover,
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #ebebeb;
}
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #ebebeb;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -0.5rem;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}
#mobile_top_menu_wrapper .top-menu .popover,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.card-footer:last-child,
.card-header:first-child,
.custom-checkbox .custom-control-indicator,
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.list-group-flush .list-group-item,
.mm_block_type_product .thumbnail-container {
  border-radius: 0;
}
.btn .caret,
.btn + .dropdown-toggle-split::after,
.btn-group > .btn:first-child,
.custom-controls-stacked .custom-control + .custom-control,
.layout_layout2 .mm_menus_li:nth-child(2) > a {
  margin-left: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child)
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 0.3em 0.3em 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 0.3em 0.3em;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
#pagenotfound .search_block_top_fixed > form,
.btn-group-vertical > .btn-group > .btn,
.product-quantity .add {
  float: none;
}
.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-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle,
.btn-group-vertical > .btn:first-child:not(:last-child),
.card-img-bottom,
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child,
.btn-group-vertical > .btn:last-child:not(:first-child),
.card-img-top,
.card > .list-group:first-child .list-group-item:first-child,
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #acaaa6;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.close,
.tag {
  font-weight: 700;
}
#product-modal .modal-content .modal-body .mask.nomargin,
.cust-single-product-page .tab-full-width .tabs,
.home-block-section .title-home,
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"],
.popover.bs-tether-element-attached-top,
body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
  margin-top: 0;
}
.input-group-addon:not(:last-child),
body#checkout #order-summary-content #order-items {
  border-right: 0;
}
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer;
}
.custom-control + .custom-control,
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link,
.navbar-nav .nav-item + .nav-item,
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}
.custom-control-indicator {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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-indicator {
  background-color: #0074d9;
  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-radio .custom-control-input:checked ~ .custom-control-indicator {
  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");
}
#mobile_top_menu_wrapper
  .js-top-menu-bottom
  .language-selector-wrapper
  .language-selector,
#wrapper .breadcrumb li,
.active_filters ul,
.custom-controls-stacked .custom-control,
.page-item,
body#checkout section.checkout-step .radio-field label {
  display: inline;
}
.custom-file,
.custom-select {
  display: inline-block;
  max-width: 100%;
}
.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}
.custom-select {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  color: #acaaa6;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    right 0.75rem center/8px 10px no-repeat #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -moz-appearance: none;
}
.custom-select:focus {
  border-color: #51a7e8;
  outline: 0;
}
.custom-select:focus::-ms-value {
  color: #acaaa6;
  background-color: #fff;
}
.custom-select:disabled,
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #ebebeb;
  cursor: not-allowed;
  background-color: #f6f6f6;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-file {
  position: relative;
  height: 2.5rem;
  cursor: pointer;
}
.custom-file-control,
.custom-file-control::before {
  position: absolute;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
}
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  opacity: 0;
}
.custom-file-control {
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav,
.nav-tabs .nav-item:first-child .nav-link,
.products.list .image_item_product {
  padding-left: 0;
}
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.custom-file-control::before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}
.nav {
  margin-bottom: 0;
  list-style: none;
}
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #ebebeb;
  cursor: not-allowed;
  background-color: transparent;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-pills .nav-item + .nav-item,
.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs .nav-item:not(:last-child) .nav-link {
  padding-bottom: 10px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #f6f6f6 #f6f6f6 #ddd;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #ebebeb;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  color: #acaaa6;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0;
}
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #2a98d0;
}
#search #search_widget form,
.nav-stacked .nav-item {
  display: block;
  float: none;
}
.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar-full {
  z-index: 1000;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top {
  top: 0;
}
.block-social li a:hover:after,
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
}
.navbar-divider,
.navbar-nav .nav-link {
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}
.navbar-divider {
  float: left;
  width: 1px;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.navbar-divider::before {
  content: "\A0";
}
.navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0;
}
.card-footer,
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
}
.modal-content,
.popover {
  background-clip: padding-box;
}
.navbar-nav .nav-link {
  display: block;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
#_desktop_cart .header a,
#_desktop_cart .header a *,
#_desktop_cart .header a.remove-from-cart:hover i,
#header .header-nav .blockcart.active a:hover,
#header.header_v1 .blockcart.cart-preview,
#header.header_v1 .cart-preview > a,
#header.header_v1 .search_icon_toogle,
#index .index-container .block_newsletter p,
.addresses-footer .btn.btn-primary > span,
.alert-warning ul li:last-child .alert-link,
.block_description a,
.block_description p,
.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-link:focus,
.card-inverse .card-link:hover,
.card-inverse .card-title,
.color-white,
.cus_approuch .product-benefits-content:hover h3,
.highlighted-informations .wishlist a:hover i,
.js-search-filters-clear-all:hover,
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.page-addresses .address .address-footer a:hover,
a i.icon-first {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}
.card-title,
.cart-grid-body {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
#header .top-menu-link,
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-primary,
.ybc-widget-item-link:hover {
  background-color: #2a98d0;
  border-color: #2a98d0;
}
.card-outline-danger,
.card-outline-info,
.card-outline-primary,
.card-outline-secondary,
.card-outline-success,
.card-outline-warning {
  background-color: transparent;
}
.card-outline-primary {
  border-color: #2a98d0;
}
.card-outline-secondary {
  border-color: transparent;
}
.card-outline-info {
  border-color: #5bc0de;
}
.card-outline-success {
  border-color: #4cbb6c;
}
.card-outline-warning {
  border-color: #ff9a52;
}
.card-outline-danger {
  border-color: #ff4c4c;
}
.card-inverse .card-footer,
.card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.card-img {
  border-radius: 0.25rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.carousel-indicators li,
.pagination,
.tag {
  display: inline-block;
}
.breadcrumb_wrapper {
  background-color: #f6f6f6;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  border-top: 1px solid #d0d0d0;
  list-style: none;
  margin-bottom: 1.7rem;
  padding: 1rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #ebebeb;
  content: "/";
}
.pagination {
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-left: 0;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #2a98d0;
  border-color: #2a98d0;
}
.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #ebebeb;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #2a98d0;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
  color: #208094;
  background-color: #f6f6f6;
  border-color: #ddd;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.tag {
  padding: 0.25em 0.4em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.btn .tag {
  position: relative;
  top: -1px;
}
a.tag:focus,
a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.bootstrap-touchspin .btn-touchspin:hover,
.tag-default {
  background-color: #ebebeb;
}
.tag-default[href]:focus,
.tag-default[href]:hover {
  background-color: #d2d2d2;
}
.brand-products a.brand-view-products:hover,
.cart-wishlist-checkout:hover,
.tag-primary,
.tag-primary[href]:focus,
.tag-primary[href]:hover {
  background-color: #2a98d0;
}
.tag-success {
  background-color: #4cbb6c;
}
.tag-success[href]:focus,
.tag-success[href]:hover {
  background-color: #3a9a56;
}
.tag-info {
  background-color: #5bc0de;
}
.tag-info[href]:focus,
.tag-info[href]:hover {
  background-color: #31b0d5;
}
.tag-warning {
  background-color: #ff9a52;
}
.tag-warning[href]:focus,
.tag-warning[href]:hover {
  background-color: #ff7c1f;
}
.tag-danger {
  background-color: #ff4c4c;
}
.tag-danger[href]:focus,
.tag-danger[href]:hover {
  background-color: #ff1919;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f6f6f6;
  border-radius: 0.3rem;
}
.alert,
.progress {
  margin-bottom: 1rem;
}
.jumbotron-hr {
  border-top-color: #ddd;
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert-heading,
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
a.list-group-item-danger .list-group-item-heading,
a.list-group-item-info .list-group-item-heading,
a.list-group-item-success .list-group-item-heading,
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading,
button.list-group-item-info .list-group-item-heading,
button.list-group-item-success .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.alert-dismissible {
  padding-right: 2rem;
}
.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1rem;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: rgba(255, 154, 82, 0.3);
  border-color: #ff9a52;
  color: #414141;
}
.alert-warning hr {
  border-top-color: #ff8b39;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
}
.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  border-radius: 0;
}
.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}
.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0;
}
.progress[value],
base::-moz-progress-bar {
  background-color: #eee;
  border-radius: 0;
}
.progress-striped[value]::-webkit-progress-value {
  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-striped[value]::-moz-progress-bar {
  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-striped[value]::-ms-fill {
  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-animated[value]::-webkit-progress-value {
  animation: 2s linear infinite progress-bar-stripes;
}
.progress-animated[value]::-moz-progress-bar {
  animation: 2s linear infinite progress-bar-stripes;
}
.progress-success[value]::-webkit-progress-value {
  background-color: #4cbb6c;
}
.progress-success[value]::-moz-progress-bar {
  background-color: #4cbb6c;
}
.progress-success[value]::-ms-fill {
  background-color: #4cbb6c;
}
.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}
.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}
.progress-warning[value]::-webkit-progress-value {
  background-color: #ff9a52;
}
.progress-warning[value]::-moz-progress-bar {
  background-color: #ff9a52;
}
.progress-warning[value]::-ms-fill {
  background-color: #ff9a52;
}
.progress-danger[value]::-webkit-progress-value {
  background-color: #ff4c4c;
}
.progress-danger[value]::-moz-progress-bar {
  background-color: #ff4c4c;
}
.progress-danger[value]::-ms-fill {
  background-color: #ff4c4c;
}
@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .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-animated .progress-bar-striped {
    animation: 2s linear infinite progress-bar-stripes;
  }
  .progress-success .progress-bar {
    background-color: #4cbb6c;
  }
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
  .progress-warning .progress-bar {
    background-color: #ff9a52;
  }
  .progress-danger .progress-bar {
    background-color: #ff4c4c;
  }
}
.media-body {
  width: 10000px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
#header .header-nav .cart-preview .shopping-cart,
.media-middle,
.table-labeled td,
.table-labeled th,
body#checkout #cart-summary-product-list .media-body {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right {
  padding-left: 10px;
}
.media-left {
  min-width: 60px;
  padding-right: 10px;
}
.list-group-item-heading,
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
#wrapper .breadcrumb ol,
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #2a98d0;
  border-color: #2a98d0;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #d7f1f6;
}
.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #333;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img,
.close {
  line-height: 1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.close {
  float: right;
  font-size: 1.5rem;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.popover,
.tooltip {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  line-break: auto;
  line-height: 1.5;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: none;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
  width: 830px;
  max-width: 90%;
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -webkit-transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translatey(100px);
  -webkit-transform: translatey(100px);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  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;
}
#product .product-cover .layer:hover,
.modal-backdrop.fade,
.star.star_on::after,
.star_content .star:after {
  opacity: 0;
}
.modal-backdrop.in,
.owl-buttons .disabled {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  text-align: left;
  text-align: start;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip.tooltip-top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ff4c4c;
}
.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bs-tether-element-attached-left .tooltip-arrow,
.tooltip.tooltip-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ff4c4c;
}
.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.bs-tether-element-attached-top .tooltip-arrow,
.tooltip.tooltip-bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff4c4c;
}
.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.bs-tether-element-attached-right .tooltip-arrow,
.tooltip.tooltip-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ff4c4c;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ff4c4c;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  text-align: start;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
  margin-top: -10px;
}
.popover.bs-tether-element-attached-bottom .popover-arrow,
.popover.popover-top .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.bs-tether-element-attached-bottom .popover-arrow::after,
.popover.popover-top .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.bs-tether-element-attached-left,
.popover.popover-right {
  margin-left: 10px;
}
.popover.bs-tether-element-attached-left .popover-arrow,
.popover.popover-right .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.bs-tether-element-attached-left .popover-arrow::after,
.popover.popover-right .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}
.plan-meesage,
.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
  margin-top: 10px;
}
.popover.bs-tether-element-attached-top .popover-arrow,
.popover.popover-bottom .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-tether-element-attached-top .popover-arrow::after,
.popover.popover-bottom .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.bs-tether-element-attached-right,
.popover.popover-left {
  margin-left: -10px;
}
.popover.bs-tether-element-attached-right .popover-arrow,
.popover.popover-left .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-tether-element-attached-right .popover-arrow::after,
.popover.popover-left .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.p-r-0,
.p-x-0 {
  padding-right: 0 !important;
}
.popover-arrow,
.popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover-arrow {
  border-width: 11px;
}
.popover-arrow::after {
  content: "";
  border-width: 10px;
}
#carousel,
.home-block,
section.register-form {
  margin-bottom: 60px;
}
.carousel-inner {
  margin: 0;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
#ybc-nivo-slider-wrapper,
.m-b-0,
.m-y-0,
ets_multilayerslider {
  margin-bottom: 0 !important;
}
.carousel-indicators,
ul {
  padding-left: 0;
  list-style: none;
}
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: left 0.6s ease-in-out;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.active.right,
  .carousel-inner > .carousel-item.next {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.active.left,
  .carousel-inner > .carousel-item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.active,
  .carousel-inner > .carousel-item.next.left,
  .carousel-inner > .carousel-item.prev.right {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right,
.cus_approuch button.slick-prev {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .active.left,
.carousel-inner > .prev {
  left: -100%;
}
.carousel-control {
  color: #fff;
  font-size: 16px;
  margin-top: -190px;
  position: relative;
  text-transform: uppercase;
}
.m-t-0,
.m-y-0 {
  margin-top: 0 !important;
}
#block-reassurance > ul,
#js-active-search-filters ul,
#js-active-search-filters ul li,
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"],
.carousel-item figure,
.cart-grid-body hr,
.cart-grid-right hr,
.group-span-filestyle label,
.page-order-detail #order-infos ul,
.product-accessories .products.row,
.product-description .results-content,
.product-variants-item ul,
.wrapper-section .product-prices,
body#checkout section.checkout-step hr,
body#index .index-container div#content-wrapper,
div#_desktop_cart {
  margin: 0;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev::before {
  content: "\2039";
}
.carousel-control .icon-next::before {
  content: "\203A";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.p-l-0,
.p-x-0,
ul.cus-installation-ul {
  padding-left: 0 !important;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  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;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.p-t-0,
.p-y-0 {
  padding-top: 0 !important;
}
.bg-danger,
.bg-info,
.bg-inverse,
.bg-primary,
.bg-success,
.bg-warning {
  color: #fff !important;
}
.carousel-caption .btn,
.text-hide {
  text-shadow: none;
}
.p-b-0,
.p-y-0 {
  padding-bottom: 0 !important;
}
#index #slider_row,
.p-a-0,
.page-order-detail .order-items {
  padding: 0 !important;
}
.bg-faded {
  background-color: #f7f7f9;
}
.bg-primary,
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #2a98d0 !important;
}
.bg-success {
  background-color: #4cbb6c !important;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #3a9a56 !important;
}
.bg-info {
  background-color: #5bc0de !important;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important;
}
.bg-warning {
  background-color: #ff9a52 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ff7c1f !important;
}
.bg-danger {
  background-color: #ff4c4c !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #ff1919 !important;
}
.bg-inverse {
  background-color: #878787 !important;
}
a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #6e6e6e !important;
}
.d-block,
.mobile-menu-toggle .collapse.in,
.product-add-to-cart .product-quantity {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}
.pull-xs-left {
  float: left !important;
}
.pull-xs-right {
  float: right !important;
}
.pull-xs-none {
  float: none !important;
}
#order-summary-content div#order-items,
.page-category section#products div#js-product-list .products,
.page-content.card .wk-payment-method #pay-with-payment-option-1-form input,
.product-images-size-normal,
.row.odd-row div:last-child,
.w-100,
div .add-to-cart-category .add .add-to-cart {
  width: 100% !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-r-0,
.m-x-0 {
  margin-right: 0 !important;
}
.m-l-0,
.m-x-0 {
  margin-left: 0 !important;
}
.m-a-0,
.wrapper-section .product-prices .current-price,
.wrapper-section .product-prices .product-price.h5 {
  margin: 0 !important;
}
.m-r-1,
.m-x-1 {
  margin-right: 1rem !important;
}
.m-l-1,
.m-x-1 {
  margin-left: 1rem !important;
}
.m-t-1,
.m-y-1 {
  margin-top: 1rem !important;
}
.m-b-1,
.m-y-1 {
  margin-bottom: 1rem !important;
}
.m-a-1 {
  margin: 1rem !important;
}
.m-r-2,
.m-x-2 {
  margin-right: 1.5rem !important;
}
.m-l-2,
.m-x-2 {
  margin-left: 1.5rem !important;
}
.m-t-2,
.m-y-2 {
  margin-top: 1.5rem !important;
}
.m-b-2,
.m-y-2 {
  margin-bottom: 1.5rem !important;
}
.m-a-2 {
  margin: 1.5rem !important;
}
.m-r-3,
.m-x-3 {
  margin-right: 3rem !important;
}
.m-l-3,
.m-x-3 {
  margin-left: 3rem !important;
}
.m-t-3,
.m-y-3 {
  margin-top: 3rem !important;
}
.m-b-3,
.m-y-3 {
  margin-bottom: 3rem !important;
}
.m-a-3 {
  margin: 3rem !important;
}
.p-r-1,
.p-x-1 {
  padding-right: 1rem !important;
}
.p-l-1,
.p-x-1 {
  padding-left: 1rem !important;
}
.p-t-1,
.p-y-1 {
  padding-top: 1rem !important;
}
.p-b-1,
.p-y-1 {
  padding-bottom: 1rem !important;
}
.p-a-1 {
  padding: 1rem !important;
}
.p-r-2,
.p-x-2 {
  padding-right: 1.5rem !important;
}
.p-l-2,
.p-x-2 {
  padding-left: 1.5rem !important;
}
.p-t-2,
.p-y-2 {
  padding-top: 1.5rem !important;
}
.p-b-2,
.p-y-2 {
  padding-bottom: 1.5rem !important;
}
.p-a-2 {
  padding: 1.5rem !important;
}
.p-r-3,
.p-x-3 {
  padding-right: 3rem !important;
}
.p-l-3,
.p-x-3 {
  padding-left: 3rem !important;
}
.p-t-3,
.p-y-3 {
  padding-top: 3rem !important;
}
.p-b-3,
.p-y-3 {
  padding-bottom: 3rem !important;
}
.p-a-3 {
  padding: 3rem !important;
}
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.text-justify {
  text-align: justify !important;
}
#_desktop_logo,
.text-xs-left {
  text-align: left !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lang-rtl main,
.text-xs-right {
  text-align: right !important;
}
.text-xs-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value,
.definition-list dl dt,
.font-weight-normal,
.partner-logo h2,
.product-description .save_for strong,
.ybc_cd_item span {
  font-weight: 400;
}
.text-muted {
  color: #acaaa6 !important;
}
a.text-muted:focus,
a.text-muted:hover {
  color: #93918c !important;
}
.text-primary,
a.text-primary:focus,
a.text-primary:hover {
  color: #2a98d0 !important;
}
.text-success {
  color: #4cbb6c !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #3a9a56 !important;
}
.text-info {
  color: #5bc0de !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}
.text-warning {
  color: #ff9a52 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ff7c1f !important;
}
.text-danger {
  color: #ff4c4c !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #ff1919 !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}
.material-icons,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 544px) {
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-check,
  .form-inline .form-control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .card-columns .card,
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .card-group .card:not(:first-child):not(:last-child),
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .navbar,
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-full,
  .navbar-sticky-top {
    border-radius: 0;
  }
  .navbar-toggleable-xs {
    display: block !important;
  }
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .jumbotron {
    padding: 4rem 2rem;
  }
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    font-size: 30px;
    height: 30px;
    margin-top: -15px;
    position: relative;
    width: 30px;
    top: -45px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.66667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.33333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.66667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.33333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.66667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .hidden-xl-up {
    display: none !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.material-icons {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
.lang-rtl * {
  direction: rtl !important;
}
.carousel .carousel-item,
.js-product-images-modal #thumbnails,
body,
html {
  height: 100%;
}
body {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  min-width: 320px;
}
#header .top-menu a[data-depth="0"]:hover,
a:hover {
  color: #2a98d0;
  text-decoration: none;
}
.color,
.custom-checkbox input[type="checkbox"] + span.color {
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 32px;
  margin-bottom: 10px;
  margin-top: 0;
  width: 32px;
}
.product-actions .product-add-to-cart .control-label {
  line-height: 44px;
}
#left-column .owl-nav {
  float: left;
  height: auto;
  left: 50%;
  margin-top: 15px;
  position: relative;
  top: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: auto;
}
#left-column .owl-nav > div {
  margin-left: 3px;
  margin-right: 3px;
}
.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"] + span.color.active,
.custom-checkbox input[type="checkbox"] + span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
  border: 2px solid #414141;
}
.h1,
.h2,
.h3 {
  text-transform: uppercase;
  color: #454545;
}
.h4 {
  font-weight: 700;
  color: #222;
}
.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
  margin-right: 0.625rem;
}
.btn-tertiary {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  color: #acaaa6;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 20px 0 20px 20px;
  padding: 7px 10px;
  text-transform: lowercase;
}
.label,
label {
  color: #414141;
  text-align: right;
  font-size: 0.875rem;
}
.alert,
.online-only,
small.label,
small.value {
  font-size: 0.8125rem;
}
.form-control-label,
.products-selection .total-products,
.products-selection h1 {
  padding-top: 0.625rem;
}
.form-control {
  background: #f8f8f8;
  color: #acaaa6;
  border: 1px solid #acaaa6;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  width: 100%;
}
.facet-label .custom-checkbox span i {
  float: left;
  font-size: 14px;
  height: 100%;
  line-height: 12px;
  text-align: center;
  width: 100%;
}
.input-group.focus {
  outline: #2a98d0 solid 0.1875rem;
}
.input-group .input-group-btn > .btn {
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 400;
  margin-left: 0;
  padding: 0.65625rem 1rem;
  text-transform: uppercase;
}
.form-control-select {
  height: 2.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=")
    right 0.5rem center/1.25rem 1.25rem no-repeat #ebebeb;
  padding-right: 2rem;
}
.form-control-valign {
  padding-top: 0.5rem;
}
.form-control-comment {
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  padding-top: 0.5rem;
}
.form-control-submit.disabled {
  background: #5bc0de;
  color: #fff;
}
.form-group.has-error input,
.form-group.has-error select {
  outline: #ff4c4c solid 0.1875rem;
}
.contact_layout_2 .contact-rich h4 {
  color: #414141;
  margin-bottom: 2rem;
  text-transform: uppercase;
  padding: 0 15px;
}
.contact_layout_2 .contact-rich .block {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
}
.contact_layout_2 .contact-rich .block .icon {
  float: left;
  margin-top: 6px;
  width: 3.5rem;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  background: #999;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.bootstrap-touchspin input.form-control {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.bootstrap-touchspin .btn-touchspin {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 1.3125rem;
}
#blockcart-modal,
#mobile_top_menu_wrapper .top-menu,
#order-return-infos .thead-default th,
#product-description-short,
.block-categories a,
.bootstrap-touchspin .input-group-btn-vertical,
.facets-title,
.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover,
body#checkout,
body#checkout section.checkout-step .add-address a {
  color: #414141;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
  content: "\E5CE";
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
  content: "\E5CF";
}
.custom-radio {
  background: #fff;
  border: 2px solid #acaaa6;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin-right: 1.25rem;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.custom-radio input[type="radio"] {
  opacity: 0;
  cursor: pointer;
}
.custom-radio input[type="radio"]:checked + span {
  background-color: #2a98d0;
  border-radius: 50%;
  display: block;
  height: 8px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 8px;
}
.custom-checkbox {
  display: flexbox;
  display: -o-flexbox;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  position: relative;
}
.input-group .input-group-btn > .btn[data-action="show-password"] {
  background-color: #2a98d0;
  vertical-align: 3px;
  padding: 12px 25px;
}
.custom-checkbox input[type="checkbox"] {
  cursor: pointer;
  left: 0;
  margin-top: 0;
  min-height: 16px;
  opacity: 0;
  position: absolute;
  width: 16px;
}
.custom-checkbox input[type="checkbox"] + span {
  border: 1px solid #222;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 0.9375rem;
  margin-right: 6px;
  margin-top: 3px;
  vertical-align: -2px;
  width: 0.9375rem;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  display: none;
  margin: -0.25rem -0.125rem;
  font-size: 1.1rem;
  color: #414141;
}
.block-categories .category-sub-menu .category-sub-link,
.block_newsletter,
.text-muted,
body#checkout #cart-summary-product-list,
body#checkout section.checkout-step .sign-in {
  font-size: 0.875rem;
}
.done {
  color: #4cbb6c;
  display: inline-block;
  padding: 0 0.8125rem;
  margin-right: 1.5625rem;
}
.thumb-mask > .mask {
  position: relative;
  width: 3.4375rem;
  height: 3.4375rem;
  overflow: hidden;
  border: 1px solid #ebebeb;
  margin: 0.625rem 0;
}
.thumb-mask > .mask img {
  width: 55px;
  height: 55px;
}
.definition-list dl {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.definition-list dl dd,
.definition-list dl dt {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  background: #ebebeb;
  padding: 0.625rem;
  margin: 0.125rem;
}
.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n),
.product-discounts > .table-product-discounts tbody tr,
.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
  background: #f6f6f6;
}
#order-items .details .customizations,
.help-block {
  margin-top: 0.625rem;
}
.btn.disabled,
.btn.disabled:hover {
  background: #acaaa6;
}
.alert-warning .material-icons {
  color: #ff9a52;
  font-size: 2rem;
  margin-right: 0.625rem;
  padding-top: 0.3125rem;
}
.alert-warning .alert-text {
  font-size: 0.9375rem;
  padding-top: 0.625rem;
}
.alert-warning .alert-link {
  border-radius: 2px;
  border-width: 2px;
  margin-left: 0.625rem;
  padding: 0.3125rem 1.25rem;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #6c868e;
}
.alert-warning .warning-buttons {
  margin-top: 0.3125rem;
}
.btn-tertiary-outline {
  color: #6c868e;
  background-image: none;
  background-color: transparent;
  border: 0.15rem solid #6c868e;
}
.btn-tertiary-outline:hover {
  border-color: #bbcdd2;
  color: #bbcdd2;
}
.nav-item .nav-link,
.nav-item .nav-separtor {
  color: #999;
  font-weight: 700;
}
.dropdown .expand-more {
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown .active {
  max-height: 200px;
  overflow-y: hidden;
  visibility: visible;
}
.dropdown select {
  -moz-appearance: none;
  border: 0;
  outline: 0;
  color: #ddd;
  background: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: 0 0;
  text-decoration: none;
  color: #2a98d0;
}
.block_newsletter_form,
.ets-product-specific,
.search-widget form {
  float: left;
  position: relative;
  width: 100%;
}
.slider_page_3 .ets_multilayerslider {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.search-widget form input[type="text"] {
  background: #ebebeb;
  border: none;
  color: #acaaa6;
  height: 42px;
  min-width: 255px;
  padding: 0 10px;
}
.search-widget form input[type="text"]::-webkit-input-placeholder {
  color: #666;
  text-indent: 0.625rem;
}
.search-widget form input[type="text"]::-moz-placeholder {
  color: #666;
  text-indent: 0.625rem;
}
.search-widget form input[type="text"]:-moz-placeholder {
  color: #666;
  text-indent: 0.625rem;
}
.search-widget form input[type="text"]:-ms-input-placeholder {
  color: #666;
  text-indent: 0.625rem;
}
.search-widget form button[type="submit"] {
  background: rgba(0, 0, 0, 0) !important;
  border: none;
  bottom: 0.3125rem;
  color: #666;
  float: right;
  font-size: 16px;
  height: 100%;
  line-height: 42px;
  margin-left: 12px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: auto;
}
.header-top .search-widget form input[type="text"] {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 33px;
  color: #333;
  float: left;
  min-width: inherit;
  padding-left: 20px !important;
  width: 100%;
  padding-right: 45px;
}
.header-top .search-widget form input[type="text"]:focus {
  outline: 0;
  -webkit-outline: none;
}
.product_cart_img {
  float: left;
  margin-right: 10px;
  width: 60px;
}
.cart-wishlist-item p,
.cart-wishlist-item p span {
  font-size: 14px;
  line-height: 15px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#pagenotfound .page-content #search_widget {
  margin-left: 0;
  margin-top: 15px;
  padding: 0;
  width: 100%;
}
.top-menu a {
  color: #acaaa6;
  display: block;
  font-weight: 400;
  padding: 4px 0.625rem;
}
.top-menu[data-depth="1"] {
  margin: 0.625rem;
}
.top-menu a:not([data-depth="0"]) {
  padding-left: 0.825rem;
}
.top-menu a.dropdown-submenu {
  color: #414141;
  text-transform: uppercase;
  font-weight: 600;
}
.top-menu a[data-depth="0"] {
  line-height: 2.8;
  padding: 0.1875rem 1.625rem 0.375rem;
}
.top-menu .collapse {
  display: inherit;
}
.top-menu .sub-menu {
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: 0.9375rem;
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  z-index: 18;
  display: none;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
  float: left;
  margin: 0 1.25rem;
}
.top-menu .popover {
  max-width: inherit;
}
#mobile_top_menu_wrapper {
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #fff;
}
#blockcart-modal .cart-content .btn,
#mobile_top_menu_wrapper #top-menu,
#order-details ul li,
#stores .page-stores .store-item-footer li {
  margin-bottom: 0.625rem;
}
#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 0;
}
#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  padding: 0.625rem;
  border-bottom: 1px solid #f6f6f6;
}
#mobile_top_menu_wrapper .top-menu .sub-menu {
  box-shadow: none;
  z-index: inherit;
  display: block;
  position: static;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
  min-width: 100%;
  background: #f6f6f6;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
  border-bottom: 1px solid #acaaa6;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
  float: none;
  margin: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul,
#product #content-wrapper > .container,
.container.index-container div#content-wrapper,
.featured-products .product-miniature {
  padding: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
  padding: 0.625rem;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
  padding-left: 1.25rem;
}
#blockcart-modal .cart-content,
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
  padding-left: 2.5rem;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
  padding-left: 3.75rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom a,
.pagination .disabled,
body#checkout #order-summary-content a .step-edit,
body#checkout section.checkout-step small {
  color: #acaaa6;
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
  padding: 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
  padding: 0 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
  padding: 0.625rem 0;
  display: block;
  width: 100%;
}
body#checkout #header .header-nav .logo {
  max-height: 4.375rem;
  width: auto;
}
body#checkout [data-action="show-password"] {
  background: #878787;
}
#authentication .custom-checkbox,
body#checkout .custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
body#checkout .custom-checkbox span {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 15px;
  -moz-flex: 0 0 15px;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  margin-top: 0.1875rem;
}
#main .page-content,
#main .page-footer,
#search_filters .facet:not(:last-child),
body#checkout section#content {
  margin-bottom: 1.5625rem;
}
body#checkout section.checkout-step:not(:first-child) {
  margin-top: -1px;
}
body#checkout section.checkout-step {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 0.9375rem;
}
.kb_footer,
.media-list .media:not(:last-child) {
  margin-bottom: 15px;
}
#_desktop_cart .body.cart-hover-content,
.checkout-step .tab-content,
.footer_bottom {
  padding-bottom: 20px;
}
body#checkout section.checkout-step .step-title {
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0;
}
body#checkout section.checkout-step .content {
  padding: 0 2.3125rem;
}
body#checkout section.checkout-step .step-edit {
  text-transform: lowercase;
  font-weight: 400;
}
body#checkout section.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  display: block;
  float: right;
  margin-right: 0.125rem;
  color: #acaaa6;
}
body#checkout section.checkout-step .default-input {
  min-width: 40%;
}
body#checkout section.checkout-step .default-input[name="address1"],
body#checkout section.checkout-step .default-input[name="address2"] {
  min-width: 60%;
}
body#checkout section.checkout-step .radio-field {
  margin-top: 1.875rem;
}
body#checkout section.checkout-step .checkbox-field div {
  margin-top: 3.75rem;
}
body#checkout section.checkout-step .select-field div {
  background: #f6f6f6;
  padding: 0.625rem 3.125rem;
}
#products .thumbnail-top a,
.Notification-header-bar .recent-post-header,
.coppyright,
.cust-pro-banner-img,
.faq-image,
.featured-product-img,
.featured-products .thumbnail-top a,
.heaeder-top-blog,
.index-form-submit-box,
.join-btn-block,
.page-order table thead th,
.page-order-detail #order-products.return td.qty .select select,
.product-img,
.shop-call-btn,
.slider-image,
.text-center,
body#checkout section.checkout-step .form-footer,
div#payment-confirmation .ps-shown-by-js,
p.wk-or + .wk-guest-checkout,
section.login-form footer.form-footer.text-sm-center,
section.register-form form#customer-form footer.form-footer.clearfix {
  text-align: center;
}
body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 1rem;
}
body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 1.25rem;
}
.page-order-detail .messages .message > div,
body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 0.5rem;
}
body#checkout section.checkout-step .step-number {
  display: inline-block;
  padding: 0.625rem;
}
body#checkout section.checkout-step .address-selector {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#checkout section.checkout-step .address-item {
  background: #f6f6f6;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 49%;
  -moz-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 0.625rem;
}
body#checkout section.checkout-step .address-item.selected {
  background: #fff;
  border: 1px solid #2a98d0;
}
body#checkout section.checkout-step .address-alias {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
body#checkout section.checkout-step .address {
  margin-left: 1.5625rem;
  font-weight: 400;
}
body#checkout section.checkout-step .radio-block {
  padding: 0.9375rem;
  text-align: left;
}
body#checkout section.checkout-step .custom-radio {
  margin-right: 0;
  margin-top: 0;
}
body#checkout section#checkout-delivery-step.checkout-step .custom-radio {
  margin-top: 11px;
}
body#checkout section.checkout-step .custom-radio input[type="radio"] {
  float: left;
  height: 14px;
  margin: -1px;
  width: 14px;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
  color: #acaaa6;
  display: inline-block;
  margin: 0 0.3125rem;
}
body#checkout section.checkout-step .address-footer {
  text-align: center;
  padding: 0.625rem;
}
.product-prices,
.product-refresh,
body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses,
body#checkout section.checkout-step .add-address {
  margin-top: 1.25rem;
}
body#checkout section.checkout-step .delivery-option {
  background: #f6f6f6;
  padding: 0.9375rem 0;
  margin-bottom: 0.9375rem;
}
body#checkout section.checkout-step .delivery-option label {
  margin-bottom: 0;
  text-align: inherit;
}
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
  display: inline-block;
  word-break: break-word;
  text-align: left;
  margin-top: 10px;
  line-height: 100%;
}
.loading_view {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.loading_view > div {
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url("../../frontend/kbiz_theme/store_child/en_US/img/fancybox_loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  cursor: pointer;
  height: 44px;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  opacity: 0.8;
  position: fixed;
  top: 50%;
  width: 44px;
  z-index: 8060;
}
.carrier-price {
  display: block;
  line-height: 100%;
  margin-top: 10px;
}
body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
  margin-left: 0.3125rem;
  margin-top: 1.5625rem;
}
body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
  padding: 0;
  margin-right: 5px;
}
.card-block.cart-summary-totals {
  margin-top: -5px;
  padding-bottom: 10px;
}
body#checkout section.checkout-step .forgot-password {
  margin-left: 25%;
  padding-left: 10px;
}
body#checkout .additional-information {
  font-size: 0.875rem;
  margin-left: 32px;
  margin-top: 0.25rem;
}
.order-details-content .h3.card-title,
.order-items-content .card-title.h3 {
  background-color: #f0f0f0;
  border-bottom: 1px solid #d0d0d0;
  padding: 15px 20px;
}
body#checkout .condition-label {
  margin-left: 2.5rem;
  margin-top: 0.625rem;
}
.star_content,
body#checkout .condition-label label {
  text-align: inherit;
}
body#checkout .cancel-address {
  margin: 0.625rem;
  display: block;
  color: #878787;
  text-decoration: underline;
}
body#checkout .modal-content {
  padding: 1.25rem;
  background-color: #ebebeb;
}
body#checkout #cart-summary-product-list img {
  border: 1px solid #ebebeb;
  width: 3.125rem;
}
body#checkout #order-summary-content {
  padding-top: 0.9375rem;
}
body#checkout #order-summary-content h4.h4 {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  color: #414141;
}
body#checkout #order-summary-content h4.addresshead {
  margin-top: 0.1875rem;
}
.home_block_col .owl-nav > div:after,
body#checkout #order-summary-content .noshadow {
  box-shadow: none;
}
body#checkout #order-summary-content #order-items h3.h3 {
  color: #414141;
  margin-top: 1.25rem;
}
body#checkout #order-summary-content #order-items table tr:first-child td {
  border-top: 0;
}
body#checkout #order-summary-content .order-confirmation-table {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 0;
}
body#checkout #order-summary-content .summary-selected-carrier {
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 1rem;
}
body#checkout #order-summary-content .step-edit {
  display: inline;
  color: #acaaa6;
}
body#checkout #gift_message {
  max-width: 100%;
  border-color: #414141;
}
.ybc-layout-layouthome1 .mls_pagination {
  left: 15px;
}
#order-details {
  padding-left: 1.875rem;
}
#order-details > .card-title {
  margin-bottom: 1.875rem;
}
#order-details ul {
  margin-bottom: 1.25rem;
  padding: 5px 20px 0;
}
#order-items table tr td,
.ybc-widget-ybc-custom-4 .ybc-widget-item li ul li a {
  padding: 0 20px;
}
#order-items hr {
  border-top-color: #d0d0d0;
}
#order-items table tr {
  height: 1.875rem;
}
#order-items table tr td:last-child,
#stores .page-stores .store-item-container .divide-left th,
.business-btn-1 {
  text-align: right;
}
#order-items .order-line {
  border-bottom: 1px solid #d0d0d0;
  clear: both;
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 15px;
  width: 100%;
}
#order-items .details,
#order-items .qty {
  margin-bottom: 1rem;
  margin-top: 20px;
}
#content-hook-order-confirmation-footer {
  margin-top: 40px;
}
.order-confirmation-table .order-line .image {
  border: 1px solid #d0d0d0;
  display: block;
}
#order-items .qty {
  padding-right: 20px;
}
#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
  .hidden-sm-down {
    display: none !important;
  }
  .hideMenuToggle {
    display: block !important;
  }
  .header-top .search-widget form {
    margin: 0 auto;
  }
  .header-top .search-widget form input[type="text"] {
    min-width: inherit;
    background: #fff;
  }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 0.25rem;
    margin-left: 1.25rem;
  }
  body#checkout #header .header-nav {
    max-height: none;
    padding: 0;
  }
  body#checkout section.checkout-step .content {
    padding: 0.9375rem;
  }
  body#checkout .form-group {
    margin-bottom: 0.5rem;
  }
  #order-items {
    border-right: 0;
    margin-bottom: 2.5rem;
  }
  #order-details .card-title,
  #order-items .card-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  #order-items hr {
    border-top-color: #ebebeb;
  }
  .bold {
    font-weight: 700;
  }
  #order-details {
    padding-left: 0.9375rem;
  }
  #category #left-column #search_filter_controls,
  .products-selection h1 {
    text-align: center;
    margin-bottom: 1rem;
  }
  #best-sales #content-wrapper,
  #category #content-wrapper,
  #category #left-column,
  #new-products #content-wrapper,
  #prices-drop #content-wrapper {
    width: 100%;
  }
  #category #left-column #search_filters_wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  #category #left-column #search_filter_controls button {
    margin: 0 0.5rem;
  }
  #category #left-column #search_filters {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #d0d0d0;
  }
  #category #left-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #d0d0d0;
  }
  #category #left-column #search_filters .facet .title {
    cursor: pointer;
  }
  #category #left-column #search_filters .facet .collapse,
  #category #left-column #search_filters .facet .title .collapse-icons .remove,
  #category
    #left-column
    #search_filters
    .facet
    .title[aria-expanded="true"]
    .collapse-icons
    .add {
    display: none;
  }
  #category #left-column #search_filters .facet .collapse.in,
  #category
    #left-column
    #search_filters
    .facet
    .title[aria-expanded="true"]
    .collapse-icons
    .remove {
    display: block;
  }
  #category #left-column #search_filters .facet .facet-title {
    color: #414141;
    text-transform: uppercase;
  }
  #category #left-column #search_filters .facet .h6 {
    margin-bottom: 0;
    padding: 0.625rem;
    display: inline-block;
  }
  #category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    padding: 0.625rem 0.625rem 0 0;
  }
  #category #left-column #search_filters .facet .facet-label a {
    margin-top: 0;
  }
  #category #left-column #search_filters .facet ul {
    margin-bottom: 0;
  }
  #category #left-column #search_filters .facet ul li {
    border-top: 1px solid #d0d0d0;
    margin-top: -1px;
    padding: 0.625rem;
  }
  #search_filters_wrapper .facet .color {
    margin-top: 2px;
  }
  #category #search_filter_toggler {
    width: 100%;
    border: 1px solid #d0d0d0;
  }
  .products-sort-order .select-title {
    margin-left: 0;
  }
  .products-selection h1 {
    padding-top: 0;
  }
  .products-selection .showing {
    padding-top: 1rem;
  }
}
.js-payment-binary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.js-payment-binary.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  color: #fff;
  white-space: nowrap;
}
.page-order table td,
.page-order table th {
  padding: 0.5rem;
}
#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;
}
#authentication .custom-checkbox span {
  flex: 0 0 0.9375rem;
  -webkit-flex: 0 0 0.9375rem;
  margin-top: 4px;
}
#authentication .custom-checkbox label {
  padding-left: 0.625rem;
}
#authentication .radio-inline,
#identity .radio-inline {
  padding: 0 10px 0 0;
}
#stores .page-stores .store-picture img,
.cust-pro-banner-img img,
.embe_map_contact iframe,
.page-content.page-cms .cms-box img,
.product-img img,
.product-line-grid-left img {
  max-width: 100%;
}
.embe_map_contact {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio,
#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
  margin-right: 0;
}
.page-customer-account #content .order-actions a {
  padding: 0 0.125rem;
}
.page-customer-account #content .forgot-password {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
  padding-bottom: 0.9375rem;
}
.page-customer-account #content .no-account {
  display: table;
  font-size: 1rem;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.page-addresses .address {
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #414141;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}
.page-addresses .address .address-body {
  padding: 1rem;
}
.page-addresses .address .address-body h4,
.page-order-detail .addresses h4 {
  font-size: 1rem;
  font-weight: 700;
}
.page-addresses .address .address-body address {
  min-height: 9rem;
}
.page-addresses .address .address-footer {
  border-top: 1px solid #d0d0d0;
  padding: 0.5rem 1rem;
  background-color: #2a98d0;
}
.page-addresses .address .address-footer a {
  color: #fff;
  margin-right: 0.5rem;
}
.page-addresses .address .address-footer a span {
  font-size: 0.9375rem;
  vertical-align: middle;
}
.page-addresses .addresses-footer a span {
  font-size: 1rem;
  vertical-align: middle;
  margin-top: 0.625rem;
}
.page-order-detail {
  font-size: 0.875rem;
  color: #878787;
}
.page-order-detail .box {
  border: 1px solid #d0d0d0;
  margin-bottom: 1rem;
  padding: 1rem;
}
.page-order-detail h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #414141;
  margin-bottom: 1rem;
}
.page-order-detail #order-history .history-lines .history-line {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f6f6f6;
}
#history .orders .order:last-child,
.page-order-detail #order-history .history-lines .history-line:last-child,
.page-order-detail .messages .message:last-child {
  border-bottom: 0;
}
#history .orders .order .label,
.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0.25rem 0.375rem;
  color: #fff;
  border-radius: 3px;
}
.page-order-detail .addresses {
  margin: 0 -0.9375rem;
}
.page-order-detail #order-products.return th.head-checkbox {
  width: 30px;
}
.page-order-detail #order-products.return td {
  padding: 1.375rem 0.75rem;
}
.page-order-detail #order-products.return td.qty {
  min-width: 125px;
}
.page-order-detail #order-products.return td.qty .current {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 0.5rem;
}
.page-order-detail #order-products.return td.qty .select {
  width: 70%;
  float: left;
  margin: -0.625rem 0;
  padding-left: 0.25rem;
}
.page-order-detail .order-items .order-item {
  padding: 1rem 1rem 0;
  border-bottom: 1px solid #f6f6f6;
}
.page-order-detail .order-items .order-item .checkbox {
  width: 30px;
  float: left;
  padding: 0 0.9375rem;
}
.page-order-detail .order-items .order-item .content {
  width: calc(100% - 30px);
  float: left;
  padding: 0 0.9375rem;
}
.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
  margin-bottom: 0.25rem;
}
.page-order-detail .messages .message {
  margin-top: 0.5rem;
  border-bottom: 1px solid #f6f6f6;
}
#order-return-infos .customization,
.page-order-detail .customization {
  margin-top: 0.75rem;
}
.search_icon_toogle {
  cursor: pointer;
  line-height: 50px;
  padding-right: 12px;
}
.search_icon_toogle i {
  font-size: 25px;
}
.page-my-account #content .links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.page-my-account #content .links a {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}
.page-my-account #content .links a span.link-item {
  display: block;
  height: 100%;
  border: 1px solid #fff;
  background: #2a98d0;
  padding: 35px;
  border-radius: 5px;
  color: #fff;
}
.page-my-account #content .links a i {
  display: block;
  font-size: 40px;
  height: auto;
  color: #fff;
  line-height: 100%;
  padding-bottom: 20px;
  width: 100%;
}
.caption_content h2 {
  font-size: 35px;
  font-weight: 600;
}
#history .orders {
  margin: 0 -1rem;
}
#history .orders .order {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f6f6f6;
}
#history .orders .order a h3,
.cart-grid-right .promo-discounts .cart-summary-line .label,
.products-selection .title,
.products-sort-order {
  color: #878787;
}
.page-footer .account-link {
  margin-right: 1rem;
}
.page-footer .account-link span {
  font-size: 0.875rem;
  vertical-align: middle;
}
.carousel .direction {
  clear: left;
  float: left;
  height: 0;
  margin-top: -20px;
  padding: 0 40px;
  width: 100%;
  z-index: 5;
}
.caption_content:after,
.caption_content:before {
  border-left: 5px solid #d4d4d4;
  height: 40px;
  right: 0;
}
.carousel .carousel-item img {
  width: 100%;
  height: auto !important;
}
.carousel .carousel-item .caption {
  color: #fff;
  height: 100%;
  left: 149px;
  max-width: 28%;
  position: absolute;
  top: 100px;
  width: 100%;
}
.slide_link {
  color: #2a98d0;
  float: right;
  font-size: 16px;
  margin-bottom: -20px;
  max-width: 50%;
  padding-left: 40px;
  text-decoration: underline;
}
.slide_link:after {
  content: "\f101";
}
.caption > .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.block-contact #contact_footer i {
  display: inline-block;
  font-size: 16px;
  height: 26px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 26px;
}
.block-contact #contact_footer i:after {
  border: 1px solid #ddd;
  content: "";
  float: left;
  height: 100%;
  left: 0;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100%;
}
.caption_content {
  border-right: 4px solid #d4d4d4;
  float: left;
  margin-left: -50px;
  max-width: 500px;
  padding: 50px;
  position: relative;
  text-align: center;
  width: 50%;
}
.caption_content:before {
  border-top: 5px solid #d4d4d4;
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
}
.caption_content:after {
  border-bottom: 5px solid #d4d4d4;
  bottom: 0;
  content: "";
  position: absolute;
  width: 50%;
}
.carousel .carousel-item .caption .caption-description p {
  color: #ddd;
  line-height: 24px;
}
.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
  color: #fff;
  font-size: 18px;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background: 0 0;
}
#products .products,
.featured-products .products,
.product-accessories .products {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  float: left;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  position: relative;
  width: 100%;
}
.ets-product-specific .discount-percentage {
  font-size: 14px !important;
  height: 58px;
  line-height: 56px;
  width: 58px;
}
.product-title a {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.thumbnail-container {
  border-radius: 6px;
  float: left;
  overflow: hidden;
  width: 100%;
}
.quickview .type_horizonal .thumb-container {
  padding: 0 5px;
}
.products-section-title {
  clear: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 15px;
  padding: 15px 15px 25px 0;
  position: relative;
  text-align: center;
  text-transform: capitalize !important;
  color: #000;
}
.product-title {
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center;
  text-transform: none;
}
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-price-and-shipping {
  clear: left;
  color: #2a98d0;
  display: block;
  font-weight: 700;
  text-align: center;
}
#custom-text p .dark,
.block-category #category-description p,
.block-category #category-description strong {
  color: #acaaa6;
  font-weight: 400;
}
.featured-products .variant-links,
.product-accessories .variant-links,
.variant-links {
  position: relative;
  text-align: center;
  width: 100%;
}
.products .product-title a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 15px;
  overflow: hidden;
  text-transform: capitalize;
  width: 100%;
  color: #000;
}
.owl-next,
.owl-prev {
  background: #60bd00;
  border: 1px solid #60bd00;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
}
.owl-nav > div:after {
  bottom: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 100%;
}
.owl-nav > div:hover:after {
  bottom: 0;
  opacity: 1;
}
body .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -55px;
  width: 80px;
}
.owl-next:hover:before,
.owl-prev:hover:before {
  top: 100%;
}
.owl-nav > .owl-prev:after {
  content: "\f104";
  opacity: 0;
}
.owl-nav > .owl-next:after {
  content: "\f105";
  opacity: 0;
}
.highlighted-informations {
  display: box;
  display: -o-box;
  display: -ms-box;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  float: left;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  padding-bottom: 23px;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.wishlist .addToWishlist,
.wishlist_button_list {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  float: left;
  font-size: 14px;
  height: 40px;
  line-height: 37px;
  margin: 0 5px 0 0;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 40px;
  background: #fff;
}
.quick-view,
.view_product {
  border: 1px solid #d4d4d4;
  font-size: 14px;
  line-height: 37px;
  height: 40px;
  width: 40px;
  float: left;
  position: relative;
  overflow: hidden;
}
.quick-view {
  border-radius: 5px;
  margin: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: #fff;
}
i.icon-first,
i.icon-second {
  float: left;
  height: 100%;
  line-height: 36px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 100%;
  color: #666;
}
a:hover i.icon-first,
a:hover i.icon-second {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.view_product {
  border-radius: 5px;
  margin: 0 0 0 5px;
}
.block-social li:after:hover,
.header_v1 .mm_has_sub > a:after {
  border-color: #fff;
}
.product-miniature:not(.type_list_full_width) .product-description {
  background: #fff;
  display: block;
  width: 100%;
}
.type_list_full_width .highlighted-informations {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.type_list_full_width .product-price-and-shipping span {
  display: inline-block;
  font-size: 18px;
  margin: 10px 5px 0 0;
  color: green;
}
.product-description {
  display: block;
  padding-top: 1rem;
}
.ets-product-specific .thumbnail-container {
  background-color: #fff;
  border: none;
}
.ets-product-specific {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
}
.ets-product-specific article.product-miniature {
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
}
.product-flags li.new {
  border-radius: 50%;
  height: 40px;
  left: 20px;
  line-height: 40px;
  min-width: 40px;
  padding: 0;
  position: relative;
  text-align: center;
  top: 20px !important;
  width: 40px;
}
.product-flags li {
  clear: left;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  min-width: 50px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}
#blockcart-modal .modal-header,
.new {
  background: #2a98d0;
}
.star::after {
  content: "\f006";
  display: none;
  font-size: 14px;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}
.star.star_on::after {
  content: "\f005";
  display: inline-block;
}
.discount-percentage {
  background: #2a98d0;
  color: #fff;
  padding: 2px 5px;
}
.on-sale {
  background: #f39d72;
  width: 100%;
  text-align: center;
}
.online-only::before,
li.product-flag.online-only::before {
  content: "\E30A";
  font-family: "Material Icons";
  vertical-align: middle;
  margin: 0.3125rem;
}
#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note {
  text-align: center;
  color: #acaaa6;
}
.home_block_col .product-price-and-shipping span {
  margin: 0 10px 0 0;
}
.home_block_col .short_description p {
  display: block;
  line-height: 22px;
  margin-bottom: 5px;
}
.product-price-and-shipping .regular-price {
  color: #ccc;
  font-size: 16px;
  text-decoration: line-through;
}
#content-wrapper {
  margin-top: 30px;
  min-height: 400px;
}
.product-price-and-shipping span {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 10px;
}
.product-description .hook-reviews {
  margin-bottom: 2px;
}
#products .count,
.featured-products .count,
.product-accessories .count {
  color: #878787;
  font-weight: 700;
  position: relative;
  bottom: 0.5rem;
}
#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link {
  clear: both;
  color: #878787;
  font-weight: 700;
  margin-top: 1.5rem;
  display: none;
  margin-bottom: 1.5rem;
}
.blockcart.cart-preview {
  color: #222;
  float: right;
  line-height: 50px;
  padding-bottom: 4px;
  padding-left: 12px;
  position: relative;
}
.blockcart.cart-preview .icon_bag_alt {
  font-size: 20px;
}
.cart-products-count {
  font-size: 12px;
  margin-bottom: 4px;
  margin-right: 5px;
}
.cart-preview .cart-products-count.cart-products-count-absolution {
  background-color: #2a98d0;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 18px;
  left: 21px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: -4px;
  width: 18px;
  margin-right: 0;
}
#_desktop_cart .header a {
  padding-left: 45px;
  position: relative;
  text-align: left;
}
#_desktop_cart {
  color: #fff;
  float: right;
  margin-top: 12px;
  right: 0;
  top: 100%;
  z-index: 90;
  position: static;
  order: 4;
  padding-right: 40px;
}
#ybc-nivo-slider-wrapper {
  float: left;
  margin-top: 15px;
  overflow: hidden;
  padding-right: 15px;
  position: relative;
  width: 75%;
}
#index #slider_row {
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
}
.home_widget_top_column {
  float: right;
  margin-top: 0;
  padding-left: 15px;
  width: 25%;
}
.ybc-widget-display-top-column .ybc-widget-item {
  margin: 15px 0 6px;
}
#_desktop_cart .header a,
#_desktop_cart .header a * {
  clear: left;
  float: left;
  line-height: 20px;
}
#_desktop_cart .header a i {
  font-size: 30px;
  left: 0;
  line-height: 100%;
  position: absolute;
  top: -10px;
  width: auto;
}
.page_contact_layout3 .contact-rich .block,
.side-review {
  margin-bottom: 25px;
}
#custom-text {
  clear: left;
  display: block;
  float: left;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
}
.custom_service li {
  float: left;
  padding: 15px;
  text-align: left;
  width: 33.33%;
}
.custom_service li i {
  float: left;
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  margin: 10px 30px 10px 15px;
  position: relative;
  text-align: center;
  width: 80px;
}
.custom_service li i:after {
  border: 2px solid #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100%;
}
#custom-text h3 {
  text-transform: uppercase;
  color: #414141;
  font-size: 1.5625rem;
  font-weight: 700;
}
#custom-text p,
.cus_about_content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.page-content.page-cms {
  background: #fff;
  padding: 0;
  text-align: justify;
}
.featured-products .thumbnail.product-thumbnail img {
  margin: 0;
  width: auto;
}
.block-category #category-description p:first-child,
.mm_block_type_product .product-miniature:not(:last-child) {
  margin-bottom: 10px;
}
.mm_block_type_product .product-price-and-shipping span {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 0;
}
#products .products-select {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#products .up .btn-secondary,
#products .up .btn-tertiary {
  color: #fff;
  text-transform: inherit;
}
#ybc-mnf-block-ul {
  background: #fff;
  float: left;
  width: 100%;
}
.shop_text_nav_config {
  background-repeat: no-repeat;
  color: #666;
  float: right;
  font-size: 13px;
  padding-left: 10px;
  text-transform: none;
}
.shop_text_nav > i {
  color: #60bd00;
  font-size: 36px;
}
#_desktop_logo {
  float: left;
  margin-top: 0;
  padding: 0 15px;
  width: 22%;
}
.shop_text_nav {
  float: right;
  font-size: 12px;
  line-height: 18px;
  margin-top: 30px;
  text-align: left;
  padding: 0 15px;
  text-transform: uppercase;
}
.pagination a,
.radio-label {
  font-weight: 600;
  line-height: 28px;
}
.shop_text_nav_config span,
.shop_text_nav_config > a {
  color: #222;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
#main .images-container.images-container-img-sync .js-qv-mask,
.Notification-header-bar .slider.single-item button {
  height: auto;
}
.images-container-img-sync .product-images .thumb-container {
  margin: 0 10px;
}
.block-category #category-description p {
  color: #414141;
  margin-bottom: 0;
}
.products-selection .sort-by {
  line-height: 100%;
  margin-right: 15px;
  margin-top: 13px;
}
.h1.title_category {
  line-height: 100%;
  margin-bottom: 20px;
}
.block-category .category-cover {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.popover .table {
  border-color: #e7e7e7;
}
#search_filters > h4,
.facet li {
  border-bottom: 1px solid #d0d0d0;
}
.popover {
  margin-top: 10px;
  transform: translatey(10px);
}
#category-description {
  display: block;
  margin-bottom: 20px;
}
.products-sort-order .select-title {
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #414141;
  cursor: pointer;
  display: inline-block;
  margin-left: 0;
  padding: 7px 15px;
  width: 100%;
}
.products-sort-order .select-list {
  color: #414141;
  display: block;
  padding: 9px 1.1rem;
  white-space: nowrap;
}
.products-sort-order .select-list:hover {
  background: #2a98d0;
  color: #fff !important;
  text-decoration: none;
}
.products-sort-order .dropdown-menu {
  background: #f6f6f6;
  border: none;
  border-radius: 0;
  left: auto;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
}
.scroll_top::after,
.scroll_top::before {
  border: 1px solid #999;
  left: 0;
  height: 50px;
  width: 50px;
}
.sort-by-row .dropdown-menu {
  margin: 0;
  padding: 0 0 5px;
}
#product #block-reassurance,
#search_filters {
  background: #fff;
  border: 1px solid #d0d0d0;
}
#search_filters .facet .collapse {
  display: block;
  margin-bottom: 0;
}
.facet li {
  padding: 10px 20px;
}
#search_filters > h4 {
  background-color: #f6f6f6;
  display: block;
  line-height: 100%;
  padding: 15px 20px;
  margin-bottom: 0;
}
#js-active-search-filters {
  background-color: #f6f6f6;
  border: 1px solid #d0d0d0;
  margin-bottom: 30px;
  padding: 10px 20px;
  position: relative;
}
#search_filters_wrapper,
.home_block_col .product-miniature:not(:last-child) {
  margin-bottom: 30px;
}
#search_filters .facet:last-child li:last-child,
.block-categories .category-sub-menu li[data-depth="0"]:last-child > a {
  border-bottom: none;
}
#search_filters .facet .facet-title {
  padding: 0 20px;
  text-transform: uppercase;
}
#search_filters .facet .facet-label a {
  color: #414141;
  display: inline-block;
  font-size: 0.9375rem;
}
.facet .custom-checkbox {
  display: block;
  float: left;
  height: 16px;
  margin-right: 6px;
  margin-top: 1px;
  position: relative;
  width: 16px;
}
#js-product-list .products.row {
  width: calc(100% + 30px);
  width: -o-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: -ms-calc(100% + 30px);
}
.pagination > div:first-child {
  line-height: 3.3rem;
}
.pagination .page-list {
  float: right;
  margin-bottom: 0;
  padding: 10px 0 5px;
}
.pagination a.next,
.pagination a.previous {
  font-size: 0;
}
.pagination a.next i,
.pagination a.previous i {
  font-size: 14px;
  font-weight: 100;
  line-height: 29px;
}
.pagination a {
  border: 1px solid #d0d0d0;
  color: #000;
  float: left;
  height: 30px;
  margin: 0 5px;
  width: 30px;
  font-size: 13px;
  background-color: #fff;
}
.pagination .current a {
  background-color: #2a98d0;
  border-color: #2a98d0;
  color: #fff !important;
  text-decoration: none;
}
.active_filters {
  background: #dededd;
  padding: 0.625rem 15px 0;
  margin-bottom: 1.25rem;
}
.active_filters .active-filter-title {
  display: inline-block;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
  margin-right: 15px;
}
.active_filters .filter-block {
  background: #fff;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  color: #222;
  display: inline-block;
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  padding: 7px 10px;
}
.active_filters .filter-block .close {
  color: #414141;
  font-size: 0.9375rem;
  opacity: 1;
  margin-top: 0.1875rem;
  margin-left: 0.3125rem;
}
.category-top-menu > li:first-child {
  background-color: #f6f6f6;
  border-bottom: 1px solid #d0d0d0;
  padding: 15px 20px;
}
.block-categories {
  border: 1px solid #d0d0d0;
  margin-bottom: 30px;
  padding: 0;
}
.block-categories .category-sub-menu li[data-depth="1"] a {
  display: block;
  padding: 3px 20px;
}
.block-categories .category-sub-menu li[data-depth="0"]:not(:last-child),
.cart-grid .cart-item:last-child {
  border-bottom: 1px solid #d0d0d0;
}
.display li a {
  color: #c6c7c6;
  font-size: 22px;
}
.block-social li a,
.social-sharing li a {
  color: #ababab;
  text-indent: 100%;
  overflow: hidden;
}
#product-availability .product-available,
.display li.active a,
.login-form .page-header h1 {
  color: #222;
}
.display > li {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.type_list_full_width .product-title {
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
}

.type_list_full_width .product-price-and-shipping,
.type_list_full_width .star_content {
  margin-bottom: 10px;
  text-align: left;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}
.block-categories
  .category-sub-menu
  li:not([data-depth="0"]):not([data-depth="1"]) {
  padding-left: 0.3125rem;
}
.block-categories
  .category-sub-menu
  li:not([data-depth="0"]):not([data-depth="1"])::before {
  content: "-";
  margin-right: 0.3125rem;
}
.block-categories .collapse-icons {
  position: absolute;
  right: 10px;
  top: 9px;
  padding: 0;
  cursor: pointer;
}
.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
  font-size: 0.875rem;
  cursor: pointer;
  margin-left: 2px;
}
.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
  padding: 0.6rem 0.5rem;
}
.scroll_top > span {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  padding-top: 2px;
  position: relative;
  text-decoration: underline;
  width: 50px;
  z-index: 9;
}
.scroll_top > span::before {
  background-color: #fff;
  bottom: 0;
  height: 1px;
  left: 28%;
  position: absolute;
  width: 44%;
}
.scroll_top {
  background-color: #d3b50d;
  bottom: 40px;
  opacity: 0;
  position: fixed;
  text-align: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  visibility: hidden;
  width: auto;
  z-index: 9999;
}
.scroll_top.show_scroll {
  opacity: 1;
  visibility: visible;
  background: green;
}
.scroll_top::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.scroll_top::before {
  color: #fff;
  content: "\f106";
  float: left;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 0;
}
.scroll_top:hover::after {
  opacity: 0;
  transform: scale(1.7);
  -webkit-transform: scale(1.7);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.product-price {
  color: green;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
}
.product-information .manufacturer-logo {
  height: 35px;
}
.input-color {
  cursor: pointer;
  height: 32px;
  opacity: 0;
  position: absolute;
  width: 32px;
}
.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  background-color: #000;
  border: 2px solid #414141;
  color: #fff;
}
.radio-label {
  background: #fff;
  border: 2px solid #222;
  display: inline-block;
  height: 32px;
  min-width: 32px;
  padding: 0 0.125rem;
  text-align: center;
}
.product-actions .control-label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 90px;
  text-transform: uppercase;
  line-height: 32px;
}
.search_icon_toogle.active i:before {
  content: attr(data-active);
}
.search_icon_toogle i:before {
  content: attr(data-title);
}
.line {
  background-color: #d0d0d0;
  display: block;
  height: 1px;
  margin: 20px 0;
  width: 100%;
}
.product-add-to-cart {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  justify-content: center;
}
.product-actions .add-to-cart {
  border: none;
  height: 2.75rem;
  line-height: 2.75rem;
  overflow: hidden;
  padding: 0 15px;
}
.product-miniature .comments_note .star {
  height: 20px;
  line-height: 18px;
  top: 0;
}
.product-miniature .star_content {
  height: 20px;
  margin-bottom: 5px;
}
.product-actions .add-to-cart:hover i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
.product-actions .add-to-cart i {
  clear: left;
  float: left;
  line-height: 42px;
  margin-right: 10px;
  width: auto;
  color: #fff;
}
#product-availability .material-icons,
.product-actions .add-to-cart .material-icons {
  line-height: inherit;
}
.product-quantity .qty {
  float: left;
  margin-right: 15px;
  width: 80px;
}
.product-quantity #quantity_wanted {
  color: #414141;
  background-color: #fff;
  height: 2.75rem;
  padding: 0.175rem 0.5rem;
}
.product-quantity .input-group-btn-vertical {
  float: left;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 10;
}
.product-quantity .input-group-btn-vertical .btn {
  padding: 0.5rem 0.6875rem;
}
.product-quantity .input-group-btn-vertical .btn i {
  font-size: 1rem;
  top: 0.125rem;
  left: 0.1875rem;
}
.product-quantity .btn-touchspin {
  height: 1.4375rem;
}
.product-discounts {
  margin-bottom: 1.5rem;
}
.product-discounts > .product-discounts-title {
  font-weight: 400;
  font-size: 0.875rem;
}
.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: 0.625rem 1.25rem;
  background: #fff;
  border: 0.3125rem solid #ebebeb;
  text-align: center;
}
.product-cover img,
.product-discounts > .table-product-discounts tbody tr:nth-of-type(2n),
.quickview .modal-content {
  background: #fff;
}
.product-discounts > .table-product-discounts tbody tr td {
  padding: 0.625rem 1.25rem;
  text-align: center;
  border: 0.3125rem solid #ebebeb;
}
.product-price div {
  display: block;
  float: none;
  font-size: 24px;
  margin-bottom: 0;
  margin-right: 0;
}
.product-miniature .add_to_cart.btn-primary {
  background-color: #fff;
  border-color: #d0d0d0;
}
.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #878787;
}
.product-discount {
  clear: left;
  color: #fff;
  float: left;
  padding: 5px 10px;
}
.product-discount .regular-price {
  font-size: 20px;
  font-weight: 700;
  margin-right: 0.625rem;
  text-decoration: line-through;
}
.has-discount p,
.has-discount.product-price {
  color: #f39d72;
}
.has-discount .discount {
  background: #f39d72;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 0.625rem;
  text-transform: uppercase;
  display: inline-block;
}
.product-unit-price {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.product-container-1,
.tabs,
.viewed_products {
  margin-top: 60px;
}
.tabs .tab-pane {
  padding-bottom: 15px;
}
.tabs .nav-tabs .nav-link {
  border: 0 solid transparent;
  color: #222;
  font-size: 18px;
  font-weight: 600;
}
.cust-raw-ideas h2.lg-title span,
.footer_top li a:hover,
.products .product-title a:hover,
.tabs .nav-tabs .nav-link.active {
  color: #2b97d4;
}
.tabs .nav-tabs .nav-item {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
}
.product-cover {
  border: 1px solid #d0d0d0;
  float: left;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
}
.images-container.product_thumb_left .product-cover {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
.product-cover .layer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  text-align: center;
  cursor: pointer;
}
.product-cover .layer .zoom-in {
  font-size: 6.25rem;
  color: #fff;
}
#product-modal .modal-content {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
}
#product-modal .modal-content .modal-body {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-modal .modal-content .modal-body .product-cover-modal {
  background: #fff;
  border: 1px solid #d0d0d0;
  height: auto;
}
#product-modal .modal-content .modal-body .image-caption {
  background: #fff;
  clear: both;
  max-width: 100%;
  padding: 0.625rem 0;
  width: 100%;
}
#product-modal figure {
  max-width: calc(100% - 135px);
  max-width: -webkit-calc(100% - 135px);
  float: left;
}
#product-modal.images-thumb-horizona .modal-content .modal-body .mask {
  display: block;
  float: none;
  margin-left: 0;
  margin-top: 0;
  max-height: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#product-modal.images-thumb-horizona
  .modal-content
  .modal-body
  .product-images {
  float: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#product-modal.images-thumb-horizona figure {
  display: block;
  float: none;
  max-width: 100%;
}
#product-modal.images-thumb-horizona #thumbnails {
  bottom: 0;
  left: 50%;
  margin-bottom: 10px;
  margin-left: 0;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 400px;
  max-width: 100%;
}
#product-modal .modal-content .modal-body .thumbnails {
  float: right;
  height: auto;
  margin-left: 20px;
  position: relative;
  width: 115px;
}
#product-modal .modal-content .modal-body .mask {
  float: right;
  margin-left: 20px;
  margin-top: 15px;
  max-height: 37.9rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
}
.images-thumb-left .slick-next,
.images-thumb-right .slick-next {
  bottom: 0;
  left: 50%;
  position: absolute;
  top: auto;
  transform: rotate(90deg) translate3d(-4px, 5px, 0);
  -webkit-transform: rotate(90deg) translate3d(-4px, 5px, 0);
}
#product-modal.images-thumb-right .modal-content .modal-body .thumbnails {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
#product-modal .modal-content .modal-body .product-images {
  float: right;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
#product-modal .product-images > li.thumb-container {
  margin-right: 0;
  max-width: 100%;
}
.images-thumb-left .slick-prev,
.images-thumb-right .slick-prev {
  left: 50%;
  position: absolute;
  top: 0;
  transform: rotate(90deg) translate3d(-4px, 5px, 0);
  -webkit-transform: rotate(90deg) translate3d(-4px, 5px, 0);
  -ms-transform: rotate(90deg) translate3d(-4px, 5px, 0);
  -o-transform: rotate(90deg) translate3d(-4px, 5px, 0);
  -moz-transform: rotate(90deg) translate3d(-4px, 5px, 0);
}
.owl-nav > div,
.owl-next:before,
.owl-prev:before {
  position: relative;
  text-align: center;
}
#product-modal .modal-content .modal-body .product-images img {
  background: #fff;
  cursor: pointer;
  width: 7rem;
}
#product-modal .modal-content .modal-body .arrows {
  color: #666;
  cursor: pointer;
  font-size: 30px;
  height: 100%;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 0;
  width: 0;
  z-index: 0;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
  color: #000;
  float: left;
  font-size: 40px;
  height: auto;
  left: 0;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: auto;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
  bottom: -25px;
  color: #000;
  float: left;
  font-size: 40px;
  height: auto;
  left: 0;
  position: absolute;
  top: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: auto;
}
#product-modal .modal-content .modal-body .arrows i {
  font-size: 6.25rem;
  display: inline;
}
#blockcart-modal .modal-body {
  background: #ebebeb;
  padding: 3.125rem 1.875rem;
}
#blockcart-modal .modal-body .divide-right span {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
#blockcart-modal .modal-dialog {
  max-width: 1140px;
  width: 100%;
}
#blockcart-modal .product-image {
  border: 1px solid #d0d0d0;
  width: 13.125rem;
}
#blockcart-modal .modal-title {
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
}
#blockcart-modal .modal-title i.material-icons {
  margin-right: 1.875rem;
}
#blockcart-modal .product-name {
  color: #2a98d0;
  font-size: 1.125rem;
}
#blockcart-modal .cart-content button {
  margin-right: 0.3125rem;
}
#blockcart-modal .divide-right {
  border-right: 1px solid #acaaa6;
}
.owl-nav > div {
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  line-height: 26px;
  margin-left: 10px;
  overflow: hidden;
  padding: 0;
  width: 30px;
}
.product-images > li.thumb-container {
  display: inline;
  float: left;
  margin-right: 17px;
}
.product-images li.thumb-container .thumb {
  background-color: #f4f4f4;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0;
}
.facet-label .color {
  margin-right: 5px !important;
  max-height: 16px;
  max-width: 16px;
}
.images-container-vertical-left li.thumb-container,
.images-container-vertical-right li.thumb-container {
  margin-bottom: 8px;
  margin-top: 8px;
  max-width: 100%;
}
.quickview .images-container-vertical-left .product-cover,
.quickview .images-container-vertical-right .product-cover {
  width: calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
}
#main .images-container .js-qv-mask {
  float: left;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.scroll-box-arrows i,
.slick-arrow {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  bottom: 1.625rem;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: absolute;
  z-index: 10;
}
.scroll-box-arrows .left,
.slick-prev {
  bottom: 35px;
  left: 0;
}
.scroll-box-arrows .right,
.slick-next {
  right: 0;
  bottom: 35px;
}
.quickview .images-container-vertical-left .mask,
.quickview .images-container-vertical-right .mask {
  margin-left: 15px;
  width: 65px;
}
.quickview .images-container-vertical-right .mask {
  margin-left: 0;
  margin-right: 15px;
}
#product-availability {
  display: inline-block;
  font-weight: 700;
  line-height: 18px;
  margin-left: 0.625rem;
  margin-top: 12px;
}
.js-mailalert > input {
  border: 1px solid #d0d0d0;
  height: 40px;
  margin-right: 10px;
  padding: 0 10px;
}
#product-details .label {
  font-size: 1rem;
  color: #414141;
  font-weight: 700;
}
.owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  top: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
#checkout #content,
#left-column,
body:not(#index) #wrapper.maincontent_v1 > .container {
  margin-top: 30px;
}
.ui-menu .ui-menu-item a {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
  font-size: 14px;
  line-height: 26px;
  margin: 0 !important;
  cursor: pointer;
}
.ui-widget-content {
  border-color: #d0d0d0 !important;
  border-radius: 0 !important;
}
.owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  top: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.owl-buttons .disabled:hover {
  cursor: not-allowed;
  border: 1px solid #ccc;
}
.product-features {
  margin-top: 1.25rem;
  margin-left: 0.3125rem;
}
.product-features > dl.data-sheet {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 40%;
  -moz-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  font-weight: 400;
  background: #ebebeb;
  padding: 0.625rem;
  margin-right: 0.625rem;
  min-height: 2.5rem;
  word-break: break-all;
}
#main .product-container .col-md-5 h1,
.brand-infos,
.product-features > dl.data-sheet dt.name,
.wrapper-section
  .product-variants
  .clearfix.product-variants-item:first-child
  span.control-label {
  text-transform: capitalize;
}
.cart-products-label,
.cart-subtotals .label,
.cart-total,
.cart-wishlist-checkout,
.contact-form h3,
.contact-rich h4,
.ets_clock,
.home_block_col > h1,
.language-selector-wrapper > span,
.myaccount-title a,
.register_form_cell a,
.social-sharing > span,
li.product-flag {
  text-transform: uppercase;
}
.product-variants > .product-variants-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 18px 0;
}
.product-variants > .product-variants-item select {
  border: 1px solid #ebebeb;
  height: 2rem;
}
.benefite-points ul li i,
.icons_section p img,
.kb_footer i,
.panel-product-w-custom i,
.product-variants > .product-variants-item ul li,
.tabs .open-comment-form {
  margin-right: 10px;
}
.product-variants > .product-variants-item .color {
  box-shadow: 0 0 1px 0 #ccc;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.product-flags {
  padding-left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}
li.product-flag {
  display: block;
  position: absolute;
  background: #2a98d0;
  font-weight: 700;
  padding: 0.3125rem 0.4375rem;
  color: #fff;
  z-index: 2;
}
li.product-flag.online-only {
  top: 25rem;
  right: 0;
  font-size: 0.8125rem;
}
li.product-flag.on-sale {
  background: #f39d72;
  width: 100%;
  text-align: center;
  margin: 0;
  left: 0;
  top: 0;
}
.product-customization {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  margin: 2.5rem 0;
}
.product-customization .product-customization-item {
  margin: 1.25rem 0;
}
.product-customization .product-message {
  background: #ebebeb;
  border: none;
  width: 100%;
  height: 3.125rem;
  resize: none;
  padding: 0.625rem;
}
.product-customization .product-message::-webkit-input-placeholder {
  color: #acaaa6;
}
.product-customization .product-message::-moz-placeholder {
  color: #acaaa6;
}
.product-customization .product-message:-moz-placeholder {
  color: #acaaa6;
}
.product-customization .product-message:-ms-input-placeholder {
  color: #acaaa6;
}
.product-customization .file-input {
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  height: 2.625rem;
  overflow: hidden;
  position: absolute;
}
.product-customization .custom-file {
  position: relative;
  background: #ebebeb;
  width: 100%;
  height: 2.625rem;
  line-height: 2.625rem;
  text-indent: 0.625rem;
  display: block;
  color: #acaaa6;
  margin-top: 1.25rem;
}
.product-customization .custom-file button {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-customization small {
  color: #acaaa6;
}
.product-pack {
  margin-top: 2.5rem;
}
.product-pack .pack-product-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  justify-content: space-around;
}
.product-pack .pack-product-container .pack-product-name {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 0.875rem;
  color: #acaaa6;
}
.product-pack .pack-product-container .pack-product-quantity {
  border-left: 2px solid #ebebeb;
  padding-left: 0.625rem;
}
.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  align-items: center;
}
.social-sharing {
  width: 100%;
  -js-display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 0;
}
.panel-product-w-custom .wishlist_button_extra,
.panel-product-w-custom > a {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #999;
  display: inline-block;
  height: 40px;
  margin-bottom: 15px;
  padding: 7px 15px;
}
.social-sharing li {
  background-position: 0.25rem 0.25rem;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  margin-right: 8px;
  width: 34px;
  margin-left: 2px;
  float: left;
}
.product-accessories .products.row {
  display: block;
  float: none;
  width: auto;
}
.social-sharing li a {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: block;
  height: 100%;
  white-space: nowrap;
  width: 100%;
}
.social-sharing > span {
  display: inline-block;
  min-width: 90px;
}
.block-social li a:hover,
.social-sharing li a:hover {
  color: transparent;
}
.tab-content {
  border: 1px solid #d0d0d0;
  clear: left;
  display: block;
  padding: 0 20px;
}
.products-selection {
  margin-bottom: 1.25rem;
}
.cart-grid-right {
  margin-top: 25px;
  padding-left: 0;
}
.cart-grid-body .card-block,
.cart-grid-body .cart-overview,
.cart-item {
  padding: 1rem 0;
}
.cart-grid .cart-item {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}
.cart-summary-line {
  clear: both;
  line-height: 30px;
  padding: 0 15px;
}
.cart-summary-line .label {
  padding-left: 0;
  font-weight: 400;
  white-space: inherit;
}
.cart-summary-line .value {
  color: #414141;
  float: right !important;
}
.footer-container .payment_footer_img,
.footer-container .payment_footer_img li {
  float: left;
  margin: 0;
  max-width: 100%;
}
#header .sub-menu a,
.currency-selector .dropdown-item,
.language-selector-wrapper .dropdown-item {
  color: #666;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  text-decoration: underline;
  cursor: pointer;
}
.block-promo .promo-code {
  padding: 1.6rem;
  background: #ebebeb;
}
.block-promo .promo-code .alert-danger {
  position: relative;
  margin-top: 1.25rem;
  background: #ff4c4c;
  color: #fff;
  display: none;
}
.block-promo .promo-code .alert-danger::after {
  bottom: 100%;
  left: 10%;
  border: 10px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ff4c4c;
  margin-left: -10px;
}
.block-promo .promo-input {
  color: #414141;
  border: 1px solid #acaaa6;
  height: 2.5rem;
  text-indent: 0.625rem;
  width: 60%;
}
.bg-home::after,
.bg-home::before {
  border-top: 1px solid #d4d4d4;
  top: -1px;
  width: 100vw;
  background-color: #f6f6f6;
  position: absolute;
  content: "";
}
.block-promo .promo-input + button {
  margin-top: -4px;
  text-transform: capitalize;
}
.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #ff9a52;
  font-weight: 600;
}
.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
  font-weight: 400;
  color: #414141;
  display: inline-block;
}
.block-promo .promo-code-button {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}
.block-promo.promo-highlighted {
  padding: 1.25rem 1.25rem 0;
  margin-bottom: 0;
}
.cart-products-label {
  clear: left;
  float: left;
  text-align: left;
}
.contactinfo_footer i {
  display: inline-block;
  font-size: 16px;
  height: 26px;
  left: 0;
  line-height: 24px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 26px;
}
#contactinfo_footer > div {
  clear: left;
  display: block;
  float: left;
  margin-bottom: 10px;
  min-height: 26px;
  padding-left: 35px;
  position: relative;
  width: 100%;
}
.read_more i {
  display: inline-block;
  position: relative;
  width: 7px;
}
.read_more:hover i::before {
  padding-left: 5px;
}
.read_more i::before {
  transition: 0.35s;
  -webkit-transition: 0.35s;
}
.bg-home {
  background-color: #f6f6f6;
  border-top: 1px solid #d4d4d4;
  display: block;
  float: left;
  padding: 55px 0;
  position: relative;
  width: 100%;
}
.bg-home::after {
  height: calc(100% + 1px);
  height: -webkit-calc(100% + 1px);
  height: -o-calc(100% + 1px);
  height: -moz-calc(100% + 1px);
  height: -ms-calc(100% + 1px);
  right: 100%;
}
.bg-home::before {
  height: calc(100% + 1px);
  height: -webkit-calc(100% + 1px);
  height: -o-calc(100% + 1px);
  height: -moz-calc(100% + 1px);
  height: -ms-calc(100% + 1px);
  left: 100%;
}
.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit;
}
.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red;
}
.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #878787;
}
.product-line-grid-right .bootstrap-touchspin {
  width: 4.25rem;
  float: left !important;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.product-line-grid-right .bootstrap-touchspin > .form-control,
.product-line-grid-right .bootstrap-touchspin > .input-group {
  color: #414141;
  background-color: #fff;
  height: 2.5rem;
  padding: 0.175rem 0.5rem;
  width: 3rem;
}
.product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
  width: auto;
}
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  color: #414141;
  line-height: 36px;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
  color: #414141;
  display: inline-block;
  margin-top: 0.3125rem;
}
@media (max-width: 360px) {
  .product-line-grid-right .price,
  .product-line-grid-right .qty {
    width: 100%;
  }
}
#block-reassurance {
  margin-top: 2rem;
}
#block-reassurance img {
  opacity: 0.7;
  width: 1.5625rem;
  margin-right: 0.625rem;
}
#block-reassurance li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#block-reassurance li .block-reassurance-item {
  padding: 1rem 1.5rem;
}
.quickview .modal-dialog {
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  max-width: 64rem;
}
.quickview .modal-content {
  min-height: 28.125rem;
}
.quickview .modal-header {
  border: none;
  padding: 0.625rem;
}
.quickview .modal-body {
  min-height: 23.75rem;
}
.quickview .modal-footer {
  border-top: 1px solid rgba(172, 170, 166, 0.3);
}
.quickview .product-cover img {
  width: 95%;
}
.quickview .images-container {
  z-index: 1;
}
.quickview .images-container .product-images > li.thumb-container > .thumb {
  width: 4.9375rem;
  margin-bottom: 0;
  background: #fff;
}
.home_block_col .product-title {
  margin-top: 0;
  text-align: left;
}
.quickview .mask {
  height: auto;
  margin-left: 0;
  overflow: hidden;
  width: 100%;
}
.quickview .arrows {
  display: none;
  height: 22.5rem;
  position: absolute;
  right: 5rem;
  top: 0;
  z-index: 0;
}
.quickview .arrows .arrow-up {
  margin-top: -3.125rem;
  cursor: pointer;
  opacity: 0.2;
}
.quickview .arrows .arrow-down {
  position: absolute;
  bottom: -1.875rem;
  cursor: pointer;
}
.quickview .social-sharing {
  float: left;
  margin-left: 0;
  margin-top: 0;
  width: auto;
}
.quickview .panel-product-line.panel-product-actions {
  margin-top: 7px;
}
.images-container-img-sync .slick-prev {
  left: -1px;
}
.images-container-img-sync .slick-next {
  right: -1px;
}
.product-images .thumb-container {
  display: none;
  padding: 5px;
}
.product-accessories {
  clear: left;
  margin-bottom: 60px;
}
#wk-one-page-checkout .wk-products #wk-products .product-miniature,
.featured-products.home-block-section .product-miniature,
.product-accessories .product-miniature {
  width: 25%;
}
#stores .page-stores {
  width: 85%;
  margin: 0 auto;
}
#stores .page-stores .store-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#stores .page-stores .store-item-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 1.875rem 0;
}
#stores .page-stores .store-item-container ul {
  margin-bottom: 0;
  font-size: 0.9375rem;
}
#stores .page-stores .store-item-container .divide-left {
  border-left: 1px solid #ebebeb;
}
#stores .page-stores .store-item-container .divide-left tr {
  height: 1.5625rem;
}
#stores .page-stores .store-item-container .divide-left td {
  padding-left: 0.375rem;
}
#stores .page-stores .store-item-footer {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
#stores .page-stores .store-item-footer.divide-top {
  border-top: 1px solid #ebebeb;
}
#stores .page-stores .store-item-footer div:first-child {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 65%;
  -moz-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}
#stores .page-stores .store-item-footer i.material-icons {
  margin-right: 0.625rem;
  color: #acaaa6;
  font-size: 1rem;
}
.block_newsletter form input[type="text"] {
  background: rgba(0, 0, 0, 0);
  border-radius: 33px;
  max-width: 100%;
  min-width: 0;
  padding: 11px 50px 11px 11px;
  width: 100%;
}
.header_content_test1 {
  font-family: Roboto, sans-serif;
  overflow: hidden;
}
.header-top {
  background-color: #f6f6f6;
  position: relative;
  z-index: 9999;
  box-shadow: 0 1px 7px #00000033 !important;
  font-family: Roboto, sans-serif;
}
.block_newsletter form input[type="text"]:focus {
  color: #414141;
  border: 1px solid #2a98d0;
  outline: 0;
}
.block_newsletter form input[type="text"]::-webkit-input-placeholder {
  color: #acaaa6;
  text-indent: 0.625rem;
}
.block_newsletter form input[type="text"]::-moz-placeholder {
  color: #acaaa6;
  text-indent: 0.625rem;
}
.block_newsletter form input[type="text"]:-moz-placeholder {
  color: #acaaa6;
  text-indent: 0.625rem;
}
.block_newsletter form input[type="text"]:-ms-input-placeholder {
  color: #acaaa6;
  text-indent: 0.625rem;
}
.block_newsletter form button[type="submit"] {
  position: absolute;
  background: 0 0;
  border: none;
  bottom: 0.3125rem;
  right: 0.125rem;
  color: #878787;
}
.block_newsletter form input {
  height: 42px;
}
.block-contact {
  line-height: 26px;
}
.block-contact-title,
.blockcms-title,
.footer_linklist h3,
.myaccount-title,
h4.ybc-widget-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
  position: relative;
  text-transform: uppercase;
  color: #222;
}
.myaccount-title a {
  display: inline-block;
  font-size: 20px;
  margin: 0;
  position: relative;
}
.block-social {
  margin-bottom: 10px;
  margin-top: 25px;
  text-align: center;
}
.block-social li {
  background-repeat: no-repeat;
  background-size: 30px auto;
  cursor: pointer;
  display: inline-block;
  margin: 0.125rem 5px;
  position: relative;
  font-size: 0;
}
.social-sharing li a:before {
  float: left;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  text-indent: 0;
  width: 100%;
}
.product-miniature {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
  width: 33.33%;
}
.regular-price {
  color: #999;
  font-size: 18px;
  text-decoration: line-through;
}
.owl-item .product-miniature {
  padding: 1px;
  width: 100%;
}
.header_v1 .ets_mm_megamenu {
  background-color: rgba(0, 0, 0, 0);
}
body#index header.header_v1 .header-top {
  left: 0;
  margin-top: 30px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
header.header_v1 .blockcart.cart-preview:before {
  background-color: #aaa;
}
body#index .maincontent_v1 .mls_pag_button {
  border: 1px solid #aaa !important;
  clear: left;
  margin: 5px;
}
body#index .maincontent_v1 .mls_pagination {
  bottom: auto;
  left: auto;
  right: 20px;
  top: 50%;
}
.product-images .slick-arrow:before {
  font-family: Material Icons;
  color: #666;
}
.body.cart-hover-content {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  margin-top: 20px;
  min-width: 260px;
  opacity: 0;
  padding: 10px 15px 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  visibility: hidden;
}
#_desktop_cart:hover .body.cart-hover-content {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.cart-wishlist-item {
  border-bottom: 1px solid #d4d4d4;
  float: left;
  padding: 10px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.cart-subtotals,
.cart-total {
  clear: left;
  padding-bottom: 5px;
  float: left;
}
.sort-by-row {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.discount-percentage {
  border-radius: 50%;
  float: left;
  font-size: 12px !important;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 0 !important;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 68px !important;
  width: 40px;
  z-index: 9;
}
.images-container.images-container-vertical-left,
.images-container.images-container-vertical-right {
  display: flex;
  display: -o-flex;
  display: -moz-flex;
  display: -webkit-flex;
}
.images-container-vertical-left .product-cover,
.images-container-vertical-right .product-cover {
  border: 1px solid #d0d0d0;
  float: left;
  margin-bottom: 1.25rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: calc(100% - 125px);
  width: -webkit-calc(100% - 125px);
}
#main .images-container.images-container-vertical-left .js-qv-mask,
#main .images-container.images-container-vertical-right .js-qv-mask {
  float: left;
  height: 100%;
  margin-left: 15px;
  max-width: 100%;
  overflow: hidden;
  width: 105px;
}
.images-container-vertical-left .slick-next.slick-arrow,
.images-container-vertical-right .slick-next.slick-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  top: auto;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.images-container-vertical-left .slick-prev.slick-arrow,
.images-container-vertical-right .slick-prev.slick-arrow {
  left: 50%;
  margin-left: -10px;
  top: -4px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#header .remove-from-cart {
  background-color: #f4f4f4;
  border-radius: 50%;
  height: 18px;
  line-height: 18px !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0;
  text-align: center !important;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 18px;
}
.cart-wishlist-item > img {
  float: left;
  margin-right: 10px;
  width: 80px;
}
#_desktop_cart .header a.remove-from-cart i {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  width: 100%;
}
#identity #main .page-footer {
  border-top: 1px solid #d0d0d0;
  margin-bottom: 1.5625rem;
  margin-top: 10px;
  padding-top: 25px;
}
.page-footer .account-link:last-child {
  float: right;
  margin-right: 0;
}
.remove-from-cart i {
  color: #d5d5d5;
  display: inline-block;
  float: left;
  font-size: 20px;
  height: auto;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 18px;
}
button#btn,
nav.header-nav {
  height: 30px;
}
.cart_productname {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.body.cart-hover-content > ul,
.mm_block_type_product .h3.product-title {
  margin-bottom: 5px;
}
.cart-subtotals > div {
  clear: left;
  float: left;
  line-height: 24px;
  margin: 0;
  padding: 1px 0;
  width: 100%;
}
.cart-total {
  font-weight: 700;
  line-height: 56px;
  padding-top: 7px;
  text-align: left;
  width: 100%;
}
.cart-wishlist-item .product-price {
  float: left;
  margin-top: 10px;
}
#_desktop_cart .header a.cart-wishlist-checkout {
  margin-top: 6px;
  padding: 10px 0;
  text-align: center;
}
.cart-subtotals {
  border-bottom: 1px solid #d4d4d4;
  padding-top: 10px;
  width: 100%;
}
.cart-wishlist-checkout {
  background-color: #000;
  color: #fff !important;
  display: block;
  float: left;
  margin: 15px 0;
  padding: 10px;
  width: 100%;
}
#header .remove-from-cart:hover {
  background-color: #666;
}
.cart-total .value {
  color: green;
  float: right;
}
.cart-subtotals .label {
  color: #000;
  float: left;
  line-height: 24px;
}
body:not(#index) #header.header_v1 {
  background-color: #222;
  display: block;
}
.owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -61px;
  width: 80px;
}
body#index .maincontent_v1 .mls_nav > div {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fff;
  float: left;
  font-size: 16px;
  height: auto;
  line-height: 50px;
  padding: 0 10px;
  position: relative;
  width: auto;
}
body #header.header_v1 .scroll_heading .mm_menus_li > a {
  color: #484848;
}
body#index .maincontent_v1 .mls_nav {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
body#index .maincontent_v1 .mls_nav > div.mls_prev:before {
  font-size: 20px;
  min-width: 0;
}
body#index .maincontent_v1 .mls_nav > div.mls_next:before {
  float: right;
  font-size: 20px;
  line-height: 50px;
  min-width: 0;
}
body#index .maincontent_v1 .mls_pag_button:not(.active) {
  border-color: #aaa !important;
}
.block-social ul {
  margin: 0;
  text-align: center;
}
.block-social li a {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: block;
  float: left;
  height: 36px;
  line-height: 34px;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 36px;
  z-index: 1;
}
.block-social li a:before {
  display: block;
  font-family: FontAwesome;
  font-size: 17px;
  text-align: center;
  text-indent: 0;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.block-social li a:hover:before {
  transform: translatey(100%);
  -webkit-transform: translatey(100%);
  opacity: 0;
  color: #fff;
}
.block-social li a:after {
  bottom: 100%;
  color: #fff;
  float: left;
  height: 100%;
  font-family: FontAwesome;
  font-size: 17px;
  text-align: center;
  text-indent: 0;
  left: 0;
  position: absolute;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 100%;
}
.facebook a:after,
.facebook a:before {
  content: "\f09a";
}
.twitter a:after,
.twitter a:before {
  content: "\f099";
}
.rss a:after,
.rss a:before {
  content: "\f09e";
}
.youtube a:after,
.youtube a:before {
  content: "\f166";
}
.googleplus a:after,
.googleplus a:before {
  content: "\f0d5";
}
.pinterest a:after,
.pinterest a:before {
  content: "\f231";
}
.vimeo a:after,
.vimeo a:before {
  content: "\f27d";
}
.instagram a:after,
.instagram a:before {
  content: "\f16d";
}
.linkedin a:after,
.linkedin a:before {
  content: "\f0e1";
}
.footer-container .block-social li a {
  color: #ababab;
  line-height: 36px;
}
.footer-container li a {
  cursor: pointer;
  line-height: 27px;
  white-space: nowrap;
}
.block_newsletter form .submit_subscribe {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  height: 42px;
  padding: 0;
  position: absolute;
  right: 15px;
  width: 43px;
  z-index: 100;
}
#header .header-nav .material-icons,
.user-info i {
  font-size: 16px;
}
.block_newsletter form .submit_subscribe:before {
  content: "\f003";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 100%;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.submit_subscribe .btn {
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.block_newsletter_form:after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  color: #b9b9b9;
  content: "\e010";
  font-family: ElegantIcons;
  font-size: 20px;
  height: 43px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 43px;
}
.categoryproducts {
  clear: both;
  float: left;
  margin-top: 60px;
  position: relative;
  width: 100%;
}
.footer-container .links .collapse {
  display: inherit;
  margin: 0;
}
.ybc_coppyright {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 22px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.product_thumb_horizontal .product-cover {
  width: 100%;
  margin: 0;
}
.product_thumb_horizontal .js-qv-product-images img {
  border: 1px solid #d0d0d0;
  cursor: pointer;
}
.product_thumb_horizontal .js-qv-product-images {
  float: left;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.product_thumb_horizontal .owl-nav > div {
  margin-top: -15px;
}
.product_thumb_horizontal .js-qv-mask:hover .owl-nav {
  left: 7px;
  right: 7px;
}
.product_thumb_horizontal .owl-nav {
  height: 0;
  left: -35px;
  position: absolute;
  right: -35px;
  top: 50%;
  width: auto;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (min-width: 992px) {
  .categoryproducts .product-miniature {
    float: left;
    width: 25%;
  }
  .viewed_products .product-miniature {
    width: 25%;
  }
}
.layout_layout2 .mm_menus_li > a:before,
.userinfor:before {
  position: absolute;
  transform: translateY(-50%);
  width: 1px;
  content: "";
  top: 50%;
}
.contact-rich {
  color: #878787;
  margin-bottom: 30px;
}
.contact-rich h4 {
  color: #414141;
  margin-bottom: 2rem;
}
.contact-rich .block {
  height: auto;
  overflow: hidden;
}
.contact-rich .block .icon {
  float: left;
  width: 3.5rem;
}
.contact-rich .block .icon i {
  font-size: 2rem;
}
.contact-rich .block .data {
  color: #414141;
  font-size: 0.875rem;
  width: auto;
  overflow: hidden;
}
.contact-rich .block .data.email {
  padding-top: 0.375rem;
}
.contact-form {
  margin: 30px 60px;
  background: #f8f8f8;
  box-shadow: 3px 1px 20px 1px #2a98d066;
  border-radius: 10px;
  padding: 40px;
}
.contact-form h3 {
  color: #414141;
}
#pagenotfound #main .page-header,
#products #main .page-header {
  margin: 2rem 0 3rem;
}
#pagenotfound #main .page-content,
#products #main .page-content {
  margin-bottom: 10rem;
}
#pagenotfound .page-not-found,
#products .page-not-found {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1rem;
  font-size: 0.875rem;
  color: #878787;
  max-width: 570px;
  margin: 0 auto;
}
#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
}
#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
  float: none;
  margin: 20px 0 0;
  padding: 0;
  width: auto;
}
.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid #f6f6f6;
}
.customization-modal .modal-content .modal-body {
  padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  border-bottom: 1px solid #f6f6f6;
}
.customization-modal
  .modal-content
  .modal-body
  .product-customization-line
  .label {
  font-weight: 700;
  text-align: right;
}
.customization-modal
  .modal-content
  .modal-body
  .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#header .user-info a {
  color: #ddd;
}
.layout_layout2 .mm_menus_li > a {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  margin: 12px 10px;
  padding: 6px 10px;
  text-transform: capitalize;
}
.modal-footer .social-sharing > span,
.userinfor {
  margin-right: 15px;
}
.layout_layout2 .mm_menus_li > a:before {
  background-color: rgba(255, 255, 255, 0.26);
  height: 20px;
  right: -10px;
  -webkit-transform: translateY(-50%);
}
#header
  .header-nav
  .dropdown-menu
  > li:not(:last-child)
  a.dropdown-item:before {
  background-color: #d4d4d4;
  bottom: 0;
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
}
.userinfor:before {
  height: 15px;
  right: 0;
  -webkit-transform: translateY(-50%);
}
.userinfor {
  color: #fff;
  float: right;
  line-height: 30px;
  padding: 0 15px;
  position: relative;
}
.ybc_myaccout a {
  color: #fff;
  line-height: 44px;
}
.ybc_myaccout {
  float: right;
  margin: -7px;
}
#header .header-nav #contact-link,
.ets_clock {
  margin-top: 5px;
}
#header .header-nav {
  background-color: #252323;
  list-style: none;
  padding-left: 0;
  position: relative;
}
#header .header-nav #menu-icon {
  vertical-align: middle;
  cursor: pointer;
  margin-left: 1rem;
}
#header .header-nav #menu-icon .material-icons {
  font-size: 25px;
  line-height: 50px;
}
#header .header-nav .right-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  float: right;
}
#header .header-nav .currency-selector {
  white-space: nowrap;
}
.toogle_nav_content > div:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
  clear: left;
  float: left;
  width: 100%;
}
.toogle_nav_content > div {
  clear: left;
  padding: 10px 15px;
}
#header .header-nav .user-info {
  margin-bottom: 5px;
  margin-left: 0.9375rem;
  margin-top: 5px;
  text-align: right;
  white-space: nowrap;
}
#header .header-nav .user-info .account {
  margin-left: 0.625rem;
}
.language-selector-wrapper > span {
  float: left;
  width: 100%;
}
#header .header-nav .language-selector {
  float: left;
  white-space: nowrap;
  width: 100%;
}
#header .header-nav .blockcart .header {
  margin-top: 0.125rem;
}
#header .header-nav .material-icons.expand-more {
  margin-left: -0.375rem;
  vertical-align: -6px;
}
.user-info i {
  float: left;
  line-height: 13px;
  margin-right: 2px;
  margin-top: 1px;
}
#header .header-top .menu {
  padding-left: 15px;
  display: inline-block;
  float: none;
  margin-left: auto;
  text-align: left;
}
.header-top > .container {
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
#header .header-top .position-static {
  position: static;
  text-align: center;
}
.popover {
  font-family: inherit;
}
.ybc_block_latest.ybc_block_slider.page_home .block_content {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  float: left;
  margin: 0;
  padding: 40px;
  width: 100%;
  min-height: 355px;
  position: relative;
}
.ybc_block_latest.page_home.ybc_block_slider .ybc_item_img {
  width: 41%;
}
.ybc_block_latest.page_home.ybc_block_slider .ybc-blog-latest-post-content {
  float: left;
  padding-left: 30px;
  width: 59%;
}
.ybc_block_latest.page_home.ybc_block_slider .ybc_title_block {
  margin-top: 0;
  padding-top: 0;
}
.ybc_block_latest.page_home.ybc_block_slider .read_more {
  border-radius: 6px;
  color: #fff;
  display: block;
  float: left;
  margin-top: 20px;
  padding: 8px 20px;
}
.ybc_cd_item {
  font-weight: 700;
  font-size: 18px;
}
.ets_clock {
  border-top: 1px solid #e8e8e8;
  color: #454545;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.ets_clock span.number {
  font-weight: 400;
  float: left;
  color: #888;
  width: 100%;
  clear: left;
  font-size: 13px;
  padding: 5px 0 0;
}
.ets_clock span {
  padding: 10px 0;
  border-left: 1px solid #e8e8e8;
  width: 25%;
  float: left;
}
.ets_clock span:first-child {
  border-left: none;
}
.cd_name_product {
  clear: left;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: none;
}
#wrapper .banner {
  margin-bottom: 1.5rem;
  display: block;
}
#wrapper .banner img {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
}
#wrapper .breadcrumb {
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 30px 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
#wrapper .breadcrumb li::after {
  content: "/";
  color: #878787;
  margin: 0.3125em;
}
#wrapper .breadcrumb li:last-child {
  content: "/";
  margin: 0.3125rem;
}
#main .page-header {
  margin-bottom: 1.5625rem;
  padding: 0;
}
.login-form,
.register_form {
  border: 1px solid #d0d0d0;
  padding: 30px 10px;
}
.footer_links.wishlist_footer {
  margin-bottom: 30px;
  margin-top: 30px;
}
#main .page-content h6 {
  margin-bottom: 1.125rem;
}
#footer {
  background: #fff;
  border-top: 1px solid #d4d4d4;
  float: left;
  padding-bottom: 0;
  padding-top: 40px;
  width: 100%;
}
#block_contact_infos {
  left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  z-index: 9;
}
.footer_after {
  background-color: #5e5e5e;
  border-bottom: 1px solid #303030;
  border-top: 1px solid #303030;
  padding: 8px 0;
}
.home_block_col .product-miniature .image_item_product {
  background-color: #f8f8f8;
  border: 1px solid #d4d4d4;
  float: left;
  padding-bottom: 1px;
  position: relative;
  width: 100px;
}
.home_block_col .product-miniature .product-description {
  padding-left: 15px;
  text-align: left;
  width: calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: -ms-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  float: left;
  padding-bottom: 10px;
  padding-top: 0;
  position: relative;
}
.home_block_col {
  float: left;
  margin-bottom: 70px;
  padding: 0 15px;
  position: relative;
  width: 33.33%;
}
.home_block_col .product-miniature {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.home_block_col .owl-nav > div {
  height: 26px;
  line-height: 26px;
  width: 26px;
}
.home_block_col .owl-nav {
  height: 0;
  left: auto;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 0;
  visibility: hidden;
  width: 66px;
  transition: 0.35s;
  -webkit-transition: 0.35s;
}
.home_block_col:hover .owl-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.home_block_col > h1 {
  font-size: 22px;
}
.right-nav > div:not(:first-child):before {
  background-color: #fff;
  content: "";
  height: 16px;
  left: 0.4687em;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
}
.ybc-widget-ybc-custom-4 li {
  display: inline-block;
  float: left;
  position: relative;
}
.category-sub-menu .category-sub-menu {
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
  .login_page_content > div {
    margin-bottom: 20px;
    padding: 0;
  }
  .hidden-xs-down {
    display: none !important;
  }
  body#checkout section.checkout-step .content {
    padding: 0.9375rem 0;
  }
  #payment-confirmation button {
    font-size: 0.875rem;
  }
  #payment-confirmation button.btn {
    white-space: normal;
  }
  .products-selection .filter-button {
    padding-left: 0;
  }
  #category #left-column #search_filters_wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cart-items {
    padding: 1rem 0;
  }
  .cart-item {
    border-bottom: 1px solid #ebebeb;
  }
  .cart-item:last-child {
    border-bottom: 0;
  }
  .cart-grid-body .cart-overview {
    padding: 0;
  }
  .cart-grid-body .no-items {
    padding: 1rem;
    display: inline-block;
  }
  .product-line-grid-left {
    padding-right: 0 !important;
  }
  #stores .page-stores .store-item-container,
  #stores .page-stores .store-item-footer {
    display: block;
  }
  #stores .page-stores .store-item-container .divide-left {
    border-left: none;
  }
  #stores .page-stores .store-item-container .store-description a,
  #stores .page-stores .store-item-container .store-description address {
    margin-bottom: 0.5rem;
  }
  #stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #ebebeb;
  }
  #stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
  }
  #stores .page-stores .store-item-footer .card-block {
    padding: 0.75rem 0.75rem 0;
  }
  #content-wrapper,
  #left-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.owl-stage-outer {
  overflow: hidden;
  width: 100%;
  float: left;
}
.about-us-content,
.add_to_cart .icon-first:before,
.add_to_cart .icon-second:before,
.business-heading p,
.ybc-widget-ybc-custom-1 .ybc-widget-title {
  font-size: 18px;
}
p {
  margin: 0 0 9px;
}
#products .owl-item .product-miniature,
.featured-products .owl-item .product-miniature,
.product-accessories .owl-item .product-miniature {
  margin: 0 0 1px;
}
.comments_note .star,
.comments_note div.star.star_on {
  display: inline-block;
  float: none;
  top: 2px;
}
.ybc-widget-item-link:after {
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 3px;
}
li {
  list-style: none;
}
.ybc-widget-display-home .block_description {
  color: #fff;
  left: 10%;
  max-width: 80%;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.add_to_cart.btn.btn-primary {
  line-height: 40px;
  min-width: 130px;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  overflow: hidden;
}
.add_to_cart.btn.btn-primary:hover i.icon-first,
.add_to_cart.btn.btn-primary:hover i.icon-second {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  color: #fff;
}
.add_to_cart .icon-first,
.add_to_cart .icon-second {
  clear: left;
  font-size: 0;
  max-width: 30px;
}
.hero-banner-btns,
.product-description .p-desc h4,
.product-line-grid-right.product-line-actions {
  margin-top: 20px;
}
.ybc-widget-item-link {
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  position: relative;
}
.footer_link_bottom {
  float: right;
  margin: 7px 0 5px;
}
.footer_link_bottom li {
  float: left;
  margin-bottom: 0;
}
.footer-container .footer_link_bottom li:not(:first-child) a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
}
.footer-container .footer_link_bottom li a {
  color: #fff;
  margin-bottom: 0;
  padding: 0 10px;
  position: relative;
}
.payment_footer {
  float: left;
  max-width: 50%;
  margin: 8px 0;
}
.cart-detailed-totals,
.cart-summary-products {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
}
.button-container-product {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  left: 20px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 10;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  width: auto;
}
.thumbnail-container:hover .button-container-product {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.cart-detailed-totals {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  border-radius: 5px;
}
.cart-summary-products {
  padding: 15px 15px 0;
}
.mm_block_type_product .product-miniature {
  margin-bottom: 0;
  margin-top: 5px;
  padding: 0;
  width: 100%;
}
.mm_block_type_product .product-miniature .product-thumbnail {
  background-color: #fff;
  border-radius: 0;
  float: left;
  margin-right: 4%;
  max-width: 135px;
  overflow: hidden;
  width: 40%;
}
.mm_block_type_product .product-miniature .product-thumbnail img {
  background-color: #eee;
  border: 1px solid #d0d0d0;
}
.mm_block_type_product .h3.product-title a {
  line-height: 100%;
}
.mm_block_type_product .product-title,
.mm_block_type_product .product-title a {
  font-size: 14px;
  margin-top: 0;
  text-align: left;
  text-transform: none;
}
.mm_block_type_product .product-price-and-shipping {
  color: #2a98d0;
  font-weight: 700;
  text-align: left;
}
#footer .block_newsletter .alert.alert-danger {
  color: #a94442;
  margin: 15px 0 0;
  padding: 0.5em 1em;
}
#left-column .icon_search {
  line-height: 40px;
  text-align: center;
}
.help-block li {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  margin: 0 10px;
  padding: 5px 10px;
  text-align: center;
}
#new_comment_form #criterions_list,
.brand-products {
  padding-top: 10px;
}
.register_form_cell {
  display: table-cell;
  vertical-align: middle;
}
.p_custom_hdng span.white,
.register_form_cell a.display-register-form {
  font-weight: 600;
}
.register_form_cell a {
  margin: 20px 0;
}
.brand-products {
  clear: left;
  display: block;
  padding-bottom: 10px;
}
.brand-products a.brand-view-products {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  padding: 5px 10px;
}
header#header {
  margin-bottom: 0;
  position: relative;
  z-index: 9999999;
}
.brand {
  padding: 15px;
}
.brand .brand_content_item {
  border: 1px solid #d0d0d0;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  min-width: 25%;
  padding: 10px;
  text-align: center;
  width: 100%;
}
#product_list li .star_content,
.brand-products a {
  display: inline-block;
  margin-bottom: 10px;
}
.sitemap a {
  line-height: 30px;
}
.ybc-widget-ybc-custom-4 {
  float: left;
  margin: 0;
}
.ybc-widget-ybc-custom-4 .ybc-widget-item {
  float: left;
  max-width: 100%;
}
.ybc-widget-ybc-custom-4 .ybc-widget-description li {
  line-height: 30px !important;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 16px;
  position: relative;
}
.ybc-widget-ybc-custom-4 .ybc-widget-description li a {
  color: #fff;
  border-right: 1px solid #fff !important;
}
.toogle_nav_content,
.ybc-widget-ybc-custom-4 .ybc-widget-item li ul {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  opacity: 0;
  top: 100%;
  visibility: hidden;
}
.ybc-widget-ybc-custom-4 .ybc-widget-item li ul {
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 150px;
  z-index: 42;
}
.toogle_nav_button {
  float: right;
  line-height: 45px;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
body #search_filters .facet .faceted-slider {
  padding: 0 20px;
  margin-bottom: 20px;
}
#search_filters > .h6 {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 20px;
}
body #search_filters .facet .facet-label .custom-checkbox,
body #search_filters .facet .facet-label .custom-radio {
  top: 0;
  margin-right: 6px;
}
.toogle_nav_button:before {
  background-color: #d4d4d4;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
}
.toogle_nav_content {
  right: 0;
  line-height: 24px;
  min-width: 150px;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 1500;
}
body #search_widget {
  min-width: 0;
  overflow: visible;
}
body #search_widget form i {
  position: static;
  padding: 0;
}
.ybc-widget-ybc-custom-4 .ybc-widget-item li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.ybc-widget-ybc-custom-4 .ybc-widget-item li ul li {
  border-top: 1px solid #d4d4d4;
  float: left;
  line-height: 40px;
  width: 100%;
}
.ybc-widget-ybc-custom-4 .ybc-widget-item li ul li:first-child {
  border-top: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product-availability {
    display: block;
  }
  .product-images > li.thumb-container {
    margin-right: 18px;
  }
  .add_to_cart.btn.btn-primary {
    height: 36px;
    line-height: 36px;
    min-width: 120px;
    padding: 0 7px 0 2px;
  }
  .quick-view,
  .view_product,
  .wishlist .addToWishlist {
    height: 36px;
    width: 83px;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
  .modal-lg {
    max-width: 900px;
  }
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .hidden-lg-up {
    display: none !important;
  }
  .myaccount-footer {
    padding: 0 0 0 6.5%;
  }
  .footer_linklist {
    padding: 0 0 0 4.5%;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
  .hidden-md-down {
    display: none !important;
  }
  .done {
    margin: 0;
    padding: 0;
  }
  body#checkout section.checkout-step .address-item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .delivery-option {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin: auto;
  }
  .delivery-option .custom-radio {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #search_filters .facet .facet-label,
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left;
  }
  #order-confirmation #registration-form,
  #product-modal .modal-content .modal-body .image-caption,
  #product-modal .modal-content .modal-body img.product-cover-modal,
  .product-cover img {
    width: 100%;
  }
  #block-cmsinfo {
    padding: 1.25rem 1.875rem;
  }
  #product-modal .modal-content .modal-body {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-left: 0;
  }
  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
  }
  #blockcart-modal .modal-body {
    padding: 1.875rem;
  }
  #product-modal .modal-content .modal-body .mask {
    max-height: 30.5rem;
  }
  .block-social {
    text-align: center;
  }
  .block-contact {
    padding-left: 1.5rem;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
  }
  #header .logo {
    width: auto;
  }
  .sub-menu {
    left: 0;
    min-width: 100%;
  }
  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto 0.9375rem;
  }
  #blockcart-modal .cart-content {
    padding-left: 0;
  }
  #blockcart-modal .product-name,
  #product-availability {
    margin-top: 0.625rem;
  }
  .block-category .category-cover {
    position: relative;
    text-align: center;
  }
  .block-category {
    padding-bottom: 0;
  }
  #_desktop_cart .header a,
  #_desktop_cart .header a * {
    line-height: 18px;
  }
  #_desktop_cart .header a i {
    font-size: 28px;
    top: -10px;
  }
  #_desktop_cart {
    margin-top: 8px;
    right: 15px;
  }
  .ets_mm_megamenu .mm_menus_li > a {
    background-color: rgba(0, 0, 0, 0) !important;
    margin: 0;
    padding: 12px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ybc_block_latest.ybc_block_slider.page_home .block_content {
    padding: 20px;
  }
  .ybc_block_latest.page_home.ybc_block_slider .ybc-blog-latest-post-content {
    padding-left: 20px;
  }
  .has_left_col .product-miniature,
  .has_right_col .product-miniature,
  .home_block_col {
    width: 50%;
  }
  .home_block_col.last-block {
    width: 100%;
  }
  .product-add-to-cart .control-label,
  div#powered_by_stripe {
    display: none;
  }
  #header .header-nav {
    font-size: 14px;
  }
  .product-images > li.thumb-container {
    margin-right: 22px;
  }
  .cart-grid-right {
    padding-left: 15px;
  }
  .footer_linklist,
  .myaccount-footer {
    padding: 0 0 0 4.5%;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .hidden-md-up {
    display: none !important;
  }
  #search_filters .facet .collapse {
    height: auto !important;
  }
  .contact_layout_2 .contact-rich .block {
    width: 33.33%;
  }
  .footer_top {
    display: box;
    display: -o-box;
    display: -ms-box;
    display: -moz-box;
    display: -webkit-box;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    margin: 0 -15px 40px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
  }
  .ets_mm_megamenu.hook-default,
  .hook-default:not(.scroll_heading) .mm_menus_ul {
    position: static;
  }
  .hook-default:not(.scroll_heading) .mm_columns_ul {
    margin-top: 30px;
  }
  .ets_mm_megamenu.hook-default:not(.scroll_heading) .mm_columns_ul:before {
    height: 45px;
  }
  #header.header_v1 .mm_menus_li > a {
    color: #fff;
  }
  .flex {
    display: box;
    display: -o-box;
    display: -ms-box;
    display: -moz-box;
    display: -webkit-box;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
  }
  .toogle_nav_button:hover .toogle_nav_content {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  #blockcart-modal .divide-right {
    border-right: none;
  }
  #blockcart-modal .modal-body {
    padding: 1rem;
  }
  #product-modal .modal-content .modal-body .mask {
    max-height: 365px;
  }
  .product-line-grid-body {
    margin-bottom: 1rem;
  }
  #search_widget form,
  #stores .page-stores,
  .contact-rich .block,
  .embe_map_contact,
  .footer_top > div:not(.ybc-theme-panel),
  .home_block_col,
  .ybc_countdown,
  section.checkout-step {
    width: 100%;
  }
  #stores .page-stores .store-item-container {
    padding: 1rem 0;
  }
  .footer-container {
    box-shadow: none;
    margin-top: 0;
  }
  .footer-container .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-container .links .h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .footer-container .links .title {
    padding: 0.625rem 0;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
    border-bottom: none;
  }
  #header .header-nav .blockcart.inactive .cart-products-count,
  #product-availability,
  .body.cart-hover-content,
  .contact-form .form-control-comment,
  .footer-container .links .collapse,
  .footer-container .links .title .collapse-icons .remove,
  .footer-container .links .title[aria-expanded="true"] .collapse-icons .add,
  .header-nav .left-nav,
  .title_currency,
  .title_lang,
  .ybc-widget-ybc-custom-1 .ybc-widget-description p {
    display: none;
  }
  .footer-container .links .collapse.in,
  .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove,
  .search_block_top_fixed.open {
    display: block;
  }
  .footer-container .links .navbar-toggler {
    display: inline-block;
    padding: 0;
  }
  #wrapper {
    box-shadow: none;
  }
  .ets-product-specific .thumbnail-container {
    border: 1px solid #d0d0d0;
  }
  .ets-product-specific article.product-miniature {
    padding: 1px;
  }
  #checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem;
  }
  .header-top .search-widget {
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
  }
  .toogle_search_top {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    line-height: 48px;
    margin-right: 190px;
    position: relative;
    display: block;
  }
  .toogle_search_top:before {
    background-color: #fff;
    content: "";
    height: 20px;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 2px;
  }
  .toogle_search_top i {
    font-size: inherit;
    line-height: 100%;
    width: auto;
  }
  .toogle_search_top.open i:before {
    content: "\e14c";
    float: left;
    font-size: 24px;
  }
  .toogle_search_top.open i {
    font-size: 0;
  }
  .search_block_top_fixed {
    background-color: #fff;
    border-bottom: 1px solid #d0d0d0;
    margin-top: 47px;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
  }
  #wrapper .breadcrumb,
  .footer_top ul {
    margin: 0;
  }
  #header.header_v1 .header-top {
    background: #222;
  }
  #header .header-top .position-static,
  .footer-container .block_newsletter form,
  .home_widget_top_column .container,
  .ybc-contact_form_layout-contactlayout1 .embe_map_contact {
    padding: 0;
  }
  #header .header-nav .blockcart {
    line-height: 51px;
    margin-right: 15px;
  }
  .cart-preview .cart-products-count {
    top: 8px;
  }
  #search_widget form.form_focus {
    opacity: 1;
  }
  .search-widget form button[type="submit"] {
    font-size: 14px;
    line-height: 35px;
    margin-left: 12px;
    padding: 0 15px;
  }
  .ybc-widget-display-home {
    display: block;
    float: left;
    margin-bottom: 0;
    width: 100%;
  }
  #header .header-nav .top-logo {
    line-height: 50px;
    vertical-align: middle;
    width: 200px;
    margin: 0 auto;
  }
  #header .header-nav .top-logo a img {
    max-height: 50px;
    max-width: 100%;
  }
  #header .header-nav .user-info .logged {
    color: #2a98d0;
  }
  #header .header-nav .blockcart {
    margin-left: 0;
    background: inherit;
  }
  #header .header-top {
    padding-bottom: 0;
    text-align: center;
  }
  #header .header-top a[data-depth="0"],
  .header_v1 #menu-icon {
    color: #fff;
  }
  .default-input {
    min-width: 100%;
  }
  label {
    clear: both;
  }
  .block-contact {
    padding-left: 0.9375rem;
    border: none;
  }
  #footer {
    padding-top: 0.5rem;
  }
  .header-nav .dropdown-menu {
    font-size: 13px;
    min-width: 130px;
  }
  #_desktop_logo {
    max-width: 190px;
    width: auto;
  }
  #menu-icon {
    color: #333;
    margin-left: 15px;
    margin-top: 15px;
  }
  #menu-icon .material-icons {
    font-size: 28px;
  }
  .product-miniature {
    width: 50%;
  }
  #search_filters .facet {
    margin-bottom: 0;
    padding: 0 1.25rem;
  }
  #category #left-column #search_filters .facet {
    border-bottom: none;
    padding-top: 0;
  }
  #js-checkout-summary.card.js-cart,
  .home-block,
  body #ybc-mnf-block,
  body .page_home,
  body .page_home_gallery {
    margin-top: 30px;
  }
  .footer_top .block_newsletter {
    padding: 0 !important;
  }
  .h1.page-heading-product {
    clear: left;
    margin-top: 30px;
  }
  .tabs .nav-tabs .nav-item {
    float: left;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  #product .tabs .nav-tabs .nav-link {
    border: 1px solid #d0d0d0;
    font-size: 16px;
    padding: 10px 0;
  }
  #product .tabs .nav-tabs .nav-item {
    margin: -1px 0 0;
  }
  #product .tabs .nav-tabs .nav-link.active {
    background-color: #2b97d4;
  }
  #contact_footer,
  .row.tab-full-width div#tab-content {
    padding-top: 20px;
  }
  .row.tab-full-width .display-flex {
    flex-wrap: wrap;
  }
  .rate-box-progress .new-container {
    width: 6rem;
  }
  .container,
  .footer_top .links {
    padding: 0 15px;
  }
  #contact_footer,
  .cart-grid-right {
    padding-left: 15px;
  }
  #search_filters .facet:not(:last-child) {
    margin-bottom: 10px;
  }
  #wrapper,
  .form-control-label {
    padding-top: 0;
  }
  .modal.fade.quickview .modal-dialog {
    width: 450px;
  }
  .modal.in.quickview .modal-dialog {
    transform: translateY(10px);
  }
  .contact-form .form-control-label {
    float: left;
  }
  #product .nav.nav-tabs {
    margin-bottom: -1px;
  }
  #top_column .home_widget_top_column,
  .ybc-contact_form_layout-contactlayout1 .contact_info_content {
    padding: 0;
    width: 100%;
  }
  #left-column {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #content-wrapper {
    margin-top: 30px;
    padding: 0;
  }
  .pagination .page-list {
    float: none;
    padding-top: 0;
  }
  .sort-by-row {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
  }
  #left-column .block .block_content.open {
    height: auto;
    opacity: 1;
    padding: 15px 20px;
    visibility: visible;
  }
  .toogle_nav_content.open {
    opacity: 1;
    visibility: visible;
  }
  .ets-product-specific {
    border: none;
  }
  .ets_multilayerslider,
  .footer_link_bottom > ul {
    margin-bottom: 0;
  }
  .ybc-widget-display-top-column .ybc-widget-item {
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 50%;
  }
  #ybc-nivo-slider-wrapper {
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-right: 0;
    width: 100%;
  }
  .footer_top,
  .homeblog_wrapper {
    float: left;
    width: 100%;
  }
  body#index header.header_v1 .header-top {
    background-color: #222;
    border-bottom: 1px solid #303030;
    margin-top: 0;
    padding-top: 30px;
    position: relative;
  }
  .header-top .search-widget {
    margin: 0;
    padding: 0;
  }
  .footer_top li {
    clear: left;
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  #search_widget form.active {
    margin-top: 0;
  }
  #left-column .block .block_content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    margin: 0;
  }
  .footer-container li a {
    float: none;
  }
  #left-column .block .block_content.show_mobile {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  #left-column .block .title_block:before,
  #left-column .h1.products-section-title:after {
    content: "+";
    float: right;
    font-family: Arial;
    font-size: 21px;
    line-height: 16px;
  }
  #left-column .block .title_block.open:before,
  #left-column .h1.products-section-title.open:after {
    content: "--";
    letter-spacing: -2px;
    margin-right: 3px;
    margin-top: -2px;
  }
  .custom_service li,
  .pagination {
    text-align: center;
    width: 100%;
  }
  #header .header-top > .container {
    position: static;
  }
  .ets_mm_megamenu ul,
  .mm_blocks_li {
    text-align: left;
  }
  #menu-icon.opened:before {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .header_right_mobile {
    float: right;
    margin-right: 15px;
    width: auto;
  }
  .payment_footer {
    float: left;
    margin: 8px 0;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .footer_link_bottom {
    float: right;
    margin: 0 0 5px;
    text-align: center;
    width: 100%;
  }
  #carousel,
  #custom-text,
  .footer_top {
    margin-bottom: 30px;
  }
  .block-social,
  .footer_top {
    margin-top: 20px;
  }
  .footer_link_bottom li {
    display: inline-block;
    float: none;
    margin-bottom: 0;
  }
  .ybc-widget-display-home .ybc-widget-item {
    float: left;
    margin-bottom: 15px;
    width: 100%;
  }
  .ybc-widget-display-home .ybc-widget-item img {
    margin-right: 0;
    width: 100%;
  }
  #footer_nlt form {
    margin-top: 15px;
  }
  .custom_service li i {
    display: inline-block;
    float: none;
    font-size: 30px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
  }
  #header .header-top,
  #index #header {
    position: relative;
  }
  .caption_content h2 {
    font-size: 20px;
  }
  .carousel .carousel-item .caption .caption-description p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .caption_content {
    padding: 34px;
  }
  .caption_content:after,
  .caption_content:before {
    height: 30px;
  }
  .ybc_coppyright {
    font-size: 12px;
    max-width: 100%;
  }
  .header-top > .container {
    padding-bottom: 30px;
    padding-top: 0;
  }
  #header .header-nav #menu-icon .material-icons {
    color: #222;
    font-size: 29px;
    line-height: 50px;
  }
  .categoryproducts_content > .product-miniature {
    margin: 0 0 30px;
    width: 100%;
  }
  .footer-container .payment_footer_img,
  .footer-container .payment_footer_img li {
    float: none;
    margin: 0;
  }
  body#index .maincontent_v1 .mls_nav {
    bottom: 20px;
  }
}
.main-menu,
body#view .wishlist-button-add {
  display: flex;
}
@media (max-width: 479px) {
  #js-product-list .products.row,
  .nav,
  .owl-nav,
  .pagination,
  .product-miniature,
  .ybc_block_latest.page_home.ybc_block_slider .ybc_item_img {
    width: 100%;
  }
  .custom_service li i {
    height: 60px;
    line-height: 60px;
    margin-left: 0;
    width: 60px;
  }
  #_desktop_contact_link,
  .hidden-xs,
  .product-add-to-cart > .control-label,
  .social-sharing > span {
    display: none;
  }
  .container {
    max-width: 100%;
  }
  .toogle_nav_button {
    margin-left: 12px;
    padding-left: 12px;
  }
  .userinfor {
    margin-right: 12px;
    padding: 0 12px 0 0;
  }
  #contact #left-column {
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-container .footer_link_bottom li a {
    font-size: 12px;
    padding: 0 5px;
  }
  .nav {
    float: left;
    font-size: 13px;
    margin-bottom: 0;
    padding-left: 0;
  }
  .footer-container .footer_link_bottom li:not(:first-child) a:before {
    background-color: #999;
  }
  .owl-nav .owl-next {
    float: right;
  }
  .social-sharing li:first-child {
    margin-left: 0;
  }
  .social-sharing ul {
    margin: 0 auto;
  }
  .categoryproducts_content > .product-miniature {
    float: left;
    margin: 0;
    width: 100%;
  }
  .home_block_col .owl-nav {
    float: left;
    left: 50%;
    margin-top: 20px;
    opacity: 1;
    position: relative;
    right: auto;
    visibility: visible;
    width: auto;
  }
  .owl-nav {
    float: left;
    height: auto;
    left: 50%;
    margin-top: 15px;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
  }
  .owl-nav > div {
    border-radius: 0;
    float: left;
    margin: 0;
  }
  .carousel .carousel-item .caption .caption-description p {
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 0;
  }
  .caption_content h2 {
    font-size: 14px;
    font-weight: 600;
  }
  .slide_link {
    font-size: 8px;
    padding-left: 20px;
  }
  .owl-theme .owl-nav {
    left: 50%;
    min-width: 120px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: auto;
  }
  .ybc-widget-display-home li.ybc-widget-item {
    float: left;
    margin: 15px 0;
    max-width: 100%;
  }
  #product-modal .modal-content .modal-body .product-images {
    width: 90px;
  }
  .footer-container .block-social li a {
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
  #products .products,
  .featured-products .products,
  .product-accessories .products {
    margin: 0;
  }
  #js-product-list .product-miniature,
  .images-container-vertical-left li.thumb-container,
  .images-container-vertical-right li.thumb-container {
    padding: 0;
  }
  .block-social li {
    margin: 0.125rem 0;
  }
  .ybc_block_latest.ybc_block_slider.page_home .block_content {
    padding: 20px;
  }
  .ybc_block_latest.page_home.ybc_block_slider .ybc-blog-latest-post-content {
    float: left;
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  body .owl-theme .owl-nav {
    left: 0;
    margin-top: 0;
    min-width: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
  }
  #_desktop_cart .header a * {
    top: -11px;
    left: 16px;
  }
  #_desktop_cart .header a {
    padding-left: 40px;
  }
  #_desktop_cart .header a i {
    font-size: 24px;
    top: 6px;
  }
  .toogle_search_top {
    margin-right: 80px;
  }
  #_desktop_logo {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  #main .images-container.images-container-vertical-right .js-qv-mask {
    width: 70px;
  }
  .images-container-vertical-left .product-cover,
  .images-container-vertical-right .product-cover {
    width: calc(100% - 85px);
    width: -o-calc(100% - 85px);
    width: -ms-calc(100% - 85px);
    width: -webkit-calc(100% - 85px);
  }
  .h1.page-heading-product {
    clear: left;
    margin-top: 0;
  }
}
@media (max-width: 370px) {
  .product-miniature {
    width: 100%;
  }
}
.heaeder-top-blog p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 465px;
}
.header-top .row {
  display: flex !important;
  align-items: center;
  height: 100%;
}
.main-menu {
  float: left;
  width: 78%;
  vertical-align: middle;
  align-items: center;
  order: 2;
}
#header .logo {
  max-width: 200px;
}
.main-menu li.mm_menus_li.mm_sub_align_full a {
  background: 0 0 !important;
  color: #000 !important;
  font-size: 17px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}
.main-menu ul.mm_menus_ul {
  justify-content: flex-end;
}
.main-menu .ets_mm_megamenu_content {
  background: #fff !important;
}
div#search_widget {
  order: 3;
  padding: 0;
  display: none;
}
.header-top {
  box-shadow: 0 0 14px -1px rgb(0 0 0 / 10%);
}
.search-widget {
  margin-left: 0;
  margin-top: 0;
}
.ets_multilayerslider {
  border: 0 solid #d4d4d4 !important;
}
.product-flags > li.new {
  position: absolute !important;
  top: 43px !important;
}
.on-sale {
  position: absolute;
  left: 0;
  top: -1px;
}
.online-only {
  position: absolute;
  top: calc(100% + 232px);
  right: 0;
  margin: 0;
  bottom: 0;
}
.button-container-product {
  top: 95px;
}
.page-product div#producttabs .ui-widget-header {
  background: no-repeat;
  border: 0 !important;
  border-bottom: 1px solid #aaa !important;
}
.page-product div#producttabs .ui-widget-header li {
  background: 0 0;
  border: none;
}
.page-product div#producttabs .tabs .nav-tabs .nav-link.active {
  background: 0 0 !important;
  color: #50be07;
  border-bottom: 3px solid #50be07 !important;
  padding-left: 1em;
}
.page-product div#producttabs .tabs .nav-tabs .nav-link {
  background-color: transparent !important;
  color: #000;
  border-right: none;
  padding-left: 1em;
}
.page-product .product-cover li.product-flag.online-only {
  left: auto;
  right: 15px;
  top: -184px !important;
  bottom: auto;
  z-index: 99;
}
@media screen and (min-width: 1025px) {
  .hero-slider .mls_slider {
    height: 290px !important;
  }
  .ets_multilayerslider {
    height: 382px !important;
  }
}
.icons_section p.refund_days,
.icons_section p.time_payment,
.icons_section p.upgradation {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 10px 15px;
  border: 1px solid #d7dfe2;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.wrapper-section {
  border: 1px solid #d7dfe2;
  border-radius: 3px;
  padding: 16px;
}
.wrapper-section .current-price,
.wrapper-section .product-price.h5 {
  display: inline-block;
  font-size: 24px;
  color: #2c3145;
  font-weight: 700;
}
.wrapper-section .current-price span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}
.wrapper-section
  .product-actions
  .product-variants-item:nth-child(2)
  .control-label {
  font-size: 14px;
  padding: 0 6px;
  background: #fff;
  position: absolute;
  top: -9px;
  left: 8px;
  line-height: normal;
  text-transform: capitalize !important;
}
#quickview-modal-45-183
  .product-variants
  .product-variants-item:nth-child(2)
  select#group_5,
.wrapper-section
  .product-variants
  .product-variants-item:nth-child(2)
  select#group_5 {
  appearance: none;
  background: url(https://shop.kbizsoft.com/themes/probusiness/assets/img/arrow-down.svg)
    right 12px center no-repeat #fff;
  border: 2px solid #979baa !important;
  padding: 12px 32px 12px 12px;
  color: #2c3145;
  font-size: 14px;
  height: 100%;
  width: 100%;
}
.wrapper-section .product-quantity .add {
  display: block;
  width: 100%;
  float: unset;
}
.wrapper-section .product-quantity .add .add-to-cart {
  font-weight: 700;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 27%), 0 12px 26px 0 rgb(0 0 0 / 20%);
  border-radius: 4px;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  width: 100% !important;
  display: block !important;
}
.ps-live-demo,
.wrapper-section .product-actions form#add-to-cart-or-refresh + button {
  background-color: #fff !important;
  color: #50be07;
  border: 2px solid #50be07;
  box-shadow: unset;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  padding: 12px 15px 13px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.wrapper-section .product-variants .clearfix.product-variants-item:first-child {
  display: block;
  margin-bottom: 30px;
}
.wrapper-section
  .product-variants
  .clearfix.product-variants-item:first-child
  ul#group_8 {
  display: flex;
  width: 100%;
}
.scroll_heading > .ets_mm_megamenu_content {
  background: #4ebc0d !important;
  color: #fff;
}
.main-menu .scroll_heading > .ets_mm_megamenu_content ul li a {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1;
}
.ps-live-demo:hover {
  color: #50be07 !important;
}
#quickview-modal-45-183
  .product-variants
  .product-variants-item
  li.input-container
  .input-color:hover
  + span,
#quickview-modal-45-183
  .product-variants
  .product-variants-item
  li.input-container
  .input-radio:checked
  + span,
#quickview-modal-45-183
  .product-variants
  .product-variants-item
  li.input-container
  .input-radio:hover
  + span,
#quickview-modal-45-183
  .product-variants
  .product-variants-item
  li.input-container.input-color:checked
  + span,
.input-radio:hover + span,
.wrapper-section
  .product-variants
  .clearfix.product-variants-item:first-child
  ul#group_8
  .input-color:checked
  + span,
.wrapper-section
  .product-variants
  .clearfix.product-variants-item:first-child
  ul#group_8
  .input-color:hover
  + span,
.wrapper-section
  .product-variants
  .clearfix.product-variants-item:first-child
  ul#group_8
  .input-radio:checked
  + span {
  background: #50be07;
  border: 2px solid #50be07;
  font-size: 14px;
  padding: 2px 4px;
}
#quickview-modal-45-183
  .product-variants
  .product-variants-item
  span.radio-label,
.wrapper-section
  .product-variants
  .clearfix.product-variants-item:first-child
  ul#group_8
  span.radio-label {
  border: 2px solid #979baa;
  font-weight: 500;
  padding: 2px 4px;
}
h3.h1.products-section-title.text-uppercase.title-home {
  display: block;
  color: #878787;
}
.product-actions form#add-to-cart-or-refresh + a button {
  width: 100%;
  display: inline-block;
}
ul.features-list li {
  list-style: none;
  color: #2c3145;
  font-weight: 400;
  padding: 7px 0;
  font-size: 16px;
}
.comment_author_infos span {
  display: block !important;
  position: relative;
  font-size: 20px;
  margin-top: 46px;
  color: #222;
  padding-left: 5px;
  padding-top: 10px;
}
.comment_author_infos span strong {
  font-weight: 500;
}
ul li i.fa.fa-check {
  color: #50be07;
  margin-right: 2px;
}
.scroll_top {
  left: 30px;
  right: auto !important;
}
.save_for._later p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
#quickview-modal-45-183 #product-description-short h1,
div#main .row .col-md-4.col-xs-12:nth-child(2) h1 {
  font-size: 24px;
  color: #0e1b51;
  font-weight: 400;
}
.product-description .p-desc ul li p:before,
ul.features-list li:before {
  background-image: url(https://shop.kbizsoft.com/themes/probusiness/assets/img/2022-06-02.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 2px;
  margin-left: -20px;
  content: "";
  z-index: 9999;
}
ul.nav.nav-tabs li.nav-item a,
ul.nav.nav-tabs li.nav-item a.active {
  font-size: 20px;
  font-family: Heebo;
  padding: 12px 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-description p,
div#product-details span,
section.register-form > p {
  color: #000;
  font-size: 16px;
}
.product-description p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.product-description ul {
  color: #000;
  font-size: 14px;
  padding-left: 0 !important;
}
.wk-guest-checkout p,
body#index
  .products.product_list
  .thumbnail-container
  .product-price-and-shipping
  span.price {
  font-size: 16px !important;
}
div#product-details label.label {
  color: #64687a !important;
  font-size: 16px;
}
ul.nav.nav-tabs {
  border-bottom: 2px solid #2b97d4;
  overflow: visible;
  z-index: 9999;
}
ul.nav.nav-tabs li.nav-item a.active {
  border-bottom: 0;
  background: #2b97d4;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
ul.nav.nav-tabs li.nav-item a {
  color: #000;
}
.tab-pane .h1.products-section-title.text-uppercase + .tabs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-description .p-desc ul,
.save_for._later ul.features-list {
  padding-left: 20px;
}
ul.mm_menus_ul li.mm_menus_li a:hover {
  color: #fff !important;
  background: #50be07 !important;
}
@media screen and (max-width: 991px) {
  .ybc-menu-toggle {
    background-color: #fff !important;
  }
  .ybc-menu-toggle .icon-bar {
    color: #000 !important;
    background-color: #000 !important;
  }
  button.ps-live-demo {
    margin-bottom: 20px;
  }
  .page-product #content-wrapper .tabs {
    padding: 0;
  }
  .header-top > .container {
    padding: 20px 15px;
  }
  .header-top > .container .main-menu {
    width: 15% !important;
  }
  .header-top > .container .main-menu ul.mm_menus_ul.active {
    position: absolute !important;
    width: 100% !important;
    visibility: visible !important;
    z-index: 999;
    left: 0 !important;
    top: calc(0% + 117px);
    background: #50be07;
    color: #fff;
  }
  .header-top > .container .main-menu ul.mm_menus_ul.active a {
    color: #fff !important;
  }
  .header-top > .container .main-menu .ets_mm_megamenu,
  .single_layout.ets_mm_megamenu .container {
    position: unset;
  }
}
.ybc-menu-toggle.ybc-menu-btn.closed,
.ybc-menu-toggle.ybc-menu-btn.opened {
  font-size: 0px;
}
div#_desktop_cart a {
  display: block;
  height: 100%;
}
.blockcart.cart-preview.inactive,
div#_desktop_cart .header {
  height: 100%;
  display: block;
}
#new_comment_form .title {
  background: #50be07 !important;
}
#new_comment_form #criterions_list label {
  min-width: auto !important;
  margin: 6px 10px 0 0 !important;
}
div#new_comment_form_footer p.row.required {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .col-md-4.col-xs-12.fixme {
    position: sticky !important;
    top: 130px;
    left: 10px;
  }
  .col-md-4.col-xs-12.fixme1 {
    position: sticky;
    top: 130px;
    right: 10px;
  }
  .header-top.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
  }
  div#payment-confirmation button.btn.btn-primary {
    margin-top: 30px;
  }
}
.modal-header button.close {
  opacity: 1;
  color: #fff;
}
.product-line-info a.label {
  font-weight: 700;
  font-size: 16px;
}
.product-line-info:nth-child(2) span.value {
  color: #50be07;
  font-weight: 700;
}
.cart-grid-right span.item-product {
  font-size: 0;
  height: 100%;
}
#quickview-modal-45-183
  .product-variants
  .product-variants-item
  .control-label {
  text-transform: capitalize !important;
  width: 100%;
  display: block !important;
}
input.input-radio:checked {
  background: #50be07;
  color: #fff;
}
#quickview-modal-45-183
  .product-variants
  .clearfix.product-variants-item:nth-child(2) {
  position: relative;
  display: flex;
  margin: 18px 0;
}
#quickview-modal-45-183
  .product-actions
  .product-variants-item:nth-child(2)
  .control-label {
  font-size: 14px;
  padding: 0 6px;
  background: #fff;
  position: absolute;
  top: -9px;
  left: 8px;
  line-height: normal;
  text-transform: capitalize !important;
  display: inline-block !important;
  width: auto;
}
.tab-pane .h1.products-section-title.text-uppercase + .tabs .pull-right,
.wk-login-container + .wk-or {
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .card.cart-summary {
    margin-top: 58px;
  }
}
.product-miniature:hover .fade.ybc_img_hover {
  opacity: 1;
  background: #fff;
}
#wk-one-page-checkout .page-content.card.card-block {
  box-shadow: 0 0 12px rgba(0 0 0 / 10%) !important;
  margin-top: 30px;
  height: 100% !important;
  display: block;
  clear: both;
  float: left;
  margin-bottom: 30px;
  padding: 30px 10px;
  font-family: Heebo !important;
}
#wk-one-page-checkout .page-content.card.card-block .logout,
.wk-login-container .wkbtn-login {
  background: #4ebc0d;
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
  font-size: 16px;
  font-family: Heebo !important;
  font-weight: 500;
}
#wk-one-page-checkout
  .page-content.card.card-block
  .wk-login-container
  .wk-heading-img
  + .wkbottom
  .wk-text-bold
  + .wk-text-light {
  font-family: Heebo !important;
}
#wk-one-page-checkout
  .page-content.card.card-block
  .wk-login-container
  .wk-heading-img
  + .wkbottom
  .wk-text-bold
  > span {
  font-size: 16px;
  color: #4ebc0d;
  text-transform: capitalize;
  font-family: Heebo !important;
}
.wk-existing-address.wk-box ul.nav.nav-tabs li.nav-item a.active {
  color: #4ebc0d !important;
  padding: 8px 15px;
  border-color: #ddd #ddd transparent;
}
.wk-existing-address.wk-box ul.nav.nav-tabs li.nav-item a {
  padding: 8px 15px;
  font-family: Heebo !important;
  font-weight: 500;
}
#wk-existing-delivery .clearfix.form-group:first-child .wk-diff-address {
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: unset;
  line-height: 22px;
  font-family: Heebo;
}
#wk-existing-invoice-address,
.page-content.card
  .wk-login-add
  .nav.nav-tabs.wkbottom
  + #tab-content
  #wk-existing-delivery-address {
  background: #f6f6f6;
  font-family: Heebo;
  font-size: 16px;
}
.page-content.card
  #wk-existing-delivery
  .wk-delivery-address-div
  .wk-diff-address.wk-delivery-address-card,
.page-content.card
  #wk-existing-invoice
  .wk-diff-address.wk-invoice-address-card {
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px;
  font-family: Heebo;
}
#wk-existing-delivery .clearfix.form-group:nth-child(4) .wk-diff-address,
#wk-existing-invoice .form-group:nth-child(3) .wk-diff-address {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 10px;
  font-family: Heebo;
}
.benefit-content > p,
.page-content.card.card-block .clearfix.wk-heading-img,
.star-rating {
  margin-bottom: 20px;
}
.page-content.card.card-block
  .wkrelativeposition
  .clearfix.wk-order-product
  .col-xs-12.wkpadding
  > span,
.page-content.card.card-block
  .wkrelativeposition
  .clearfix.wk-order-product
  .wk-product-img
  > span {
  font-size: 16px;
  font-family: Heebo !important;
  font-weight: 400;
}
.page-content.card .wkrelativeposition .clearfix.wk-order-product {
  background: #f9f9f9;
  padding: 10px 15px;
}
.page-content.card
  .box.wkrelativeposition
  .wk-order-product
  .wk-product-info:first-child
  .wk-product-img.product-cover {
  width: 14%;
}
.page-content.card
  .box.wkrelativeposition
  .wk-order-product
  .wk-product-info:first-child
  .wk-product-detail.js-product-miniature {
  width: 80%;
}
.page-content.card
  .box.wkrelativeposition
  .wk-order-product
  .wk-product-info:first-child
  .wk-product-detail.js-product-miniature
  .product-name
  .quick-view {
  width: 100%;
  display: block;
  background: 0 0;
  border: 0;
  font-family: Heebo;
  font-size: 16px;
  float: unset !important;
  height: auto;
  line-height: normal;
  font-weight: 500;
}
.page-content.card
  .box.wkrelativeposition
  .wk-order-product
  .wk-product-info:first-child
  .wk-product-detail.js-product-miniature
  .wk-attribute,
.page-content.card
  .box.wkrelativeposition
  .wk-order-product
  .wk-product-info:first-child
  .wk-product-detail.js-product-miniature
  .wk-attribute-value,
.page-content.card .wk-login-add .nav.nav-tabs.wkbottom + #tab-content input,
.page-content.card .wk-login-add .nav.nav-tabs.wkbottom + #tab-content select,
.stripe-payment-form label,
.wk-guest-checkout + .wk-form-group #wk-email,
input#wk-password,
span#wk-email-error {
  font-family: Heebo;
}
.page-content.card
  .box.wkrelativeposition
  .wk-order-product
  .wk-product-info:first-child
  .wk-product-detail.js-product-miniature
  .wk-product-link
  a {
  font-size: 16px;
  font-family: Heebo;
  color: #4ebc0d;
  font-weight: 500;
}
.page-content.card .wkrelativeposition .wk-order-total #addVoucher,
.page-content.card .wkrelativeposition .wk-order-total #wk-voucher {
  font-family: Heebo;
  font-size: 16px;
  height: 35px;
}
.page-content.card .wkrelativeposition .wk-order-total {
  padding: 10px 15px;
}
.page-content.card.card-block
  .wk-order-total
  .wk-product-info
  span.wk-text-bold,
.page-content.card.card-block .wk-order-total .wktext-right .wk-text-light {
  font-family: Heebo;
  font-weight: 400;
  font-size: 16px;
}
.page-content.card .wk-shipping-carriers {
  padding: 0 15px;
  display: none;
}
.page-content.card.card-block .wkSelectedBorder {
  border: 2px solid #4ebc0d;
}
.page-content.card.card-block .wkSelectedBorder div p,
.page-content.card.card-block .wkSelectedBorder div span {
  font-size: 16px;
  font-family: Heebo;
  font-weight: 400;
}
.page-content.card.card-block .wkSelectedBorder div > span {
  text-align: right !important;
  display: block;
}
.page-content.card .wk-payment-method #pay-with-payment-option-1-form {
  padding: 0 20px;
  clear: both !important;
  float: unset;
}
.wk-guest-checkout p {
  font-weight: 500;
  font-family: Heebo !important;
}
p.wk-or:after,
p.wk-or:before {
  width: 48% !important;
}
.section-padding {
  padding: 0 0 50px;
}
.cus-terms-policy ul li:last-child,
.slider-content {
  margin-bottom: 40px;
}
.slider-content h1 {
  font-size: 52px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  max-width: 565px;
}
.join-btn {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  text-transform: None;
  line-height: 1em;
  letter-spacing: 0;
  color: #fff;
  background-color: #4ebc0d;
  border-style: none;
  border-color: #4ebc0d;
  padding: 17px 24px;
  border-radius: 38px;
  text-decoration: none;
}
.slider-content li {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.slider-image img {
  width: 435px;
}
.partner-logos ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.partner-logos ul > li {
  list-style: none;
  padding: 0 35px;
  width: 25%;
  flex: 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 574.98px) {
  .partner-logos ul > li {
    padding: 25px 0;
    width: 100%;
    text-align: center;
  }
}
.partner-logos ul > li > img {
  width: 150px;
}
.partner-logo h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}
.main-title h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
  text-transform: capitalize;
}
.featured-product-content ul {
  display: flex;
  padding: 0;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 685px;
}
.featured-product-content ul > li {
  width: 50%;
  flex: 0 0 auto;
  padding: 0 50px;
  list-style: none;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}
.featured-product-content ul > li:before {
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 24px;
  color: #4ebc0d;
}
.faq-image img,
.featured-product-img img {
  width: 500px;
}
.enrol-groth-section {
  background: #2698d7;
}
.have-question h4 {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.have-question h4 a {
  color: #0eff49;
}
.main-title-gap h2 {
  margin-bottom: 35px;
}
.heading-title {
  width: 37px;
  display: block;
  margin: 15px auto 0;
}
.benefit-heading h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.hand-title-img {
  width: 40px;
}
.plan-block {
  border: 2px solid #000;
  overflow: hidden;
  border-radius: 15px;
}
.monthly-block {
  background: #000;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.benefit-inner-block {
  padding: 25px 20px;
  text-align: center;
}
.benefite-points {
  padding: 30px 0;
}
.benefite-points ul,
ul.contact-info {
  margin: 0;
  padding: 0;
}
.benefite-points ul li {
  list-style: none;
  font-size: 16px;
  color: #4ebc0d;
  font-weight: 500;
  line-height: 36px;
}
span.mainprice {
  align-self: flex-start;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.8;
}
span.sign-benefit,
span.subprice {
  font-weight: 700;
  font-size: 21px;
  align-self: flex-start;
  line-height: 20px;
}
.price-benefite {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.plan-velidity {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 18px;
}
.plan-meesage p {
  color: #d1d1d1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
section.faq-section {
  background: #f7fafc;
}
div#accordionExample {
  max-width: 560px;
  margin: 0 auto;
}
div#accordionExample .accordion-item {
  margin-bottom: 10px;
  border: 0;
}
div#accordionExample button.accordion-button {
  box-shadow: 0 0;
}
.looking-chat a {
  color: #4ebc0d !important;
}
.contact-content h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 21px;
  color: #4ebc0d;
}
@media screen and (max-width: 640px) {
  .slider-content h1 {
    font-size: 32px !important;
  }
  .faq-image img,
  .slider-image img {
    width: 300px;
  }
  .featured-product-img img {
    max-width: 300px;
  }
  .contact-content h2 {
    font-size: 24px !important;
  }
}
.contact-content > h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  max-width: 460px;
  margin-bottom: 15px;
}
.contact-form label {
  width: 100%;
  font-size: 17px;
}
.contact-form input {
  height: 50px;
  border-radius: 0;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 0 !important;
}
.contact-form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  outline: 0 !important;
  border-radius: 0;
  padding: 15px;
}
ul.contact-info li {
  list-style: none;
  display: flex;
}
ul.contact-info li i {
  font-size: 25px;
  margin-right: 15px;
  color: #4ebc0d;
  width: 30px;
  text-align: center;
}
ul.contact-info li p {
  font-size: 18px;
  font-weight: 400;
}
.submit-btn {
  width: 100%;
  height: 50px;
  border-radius: 0;
  background: #4ebc0d;
  border: 0;
  color: #fff;
}
section.footer-contact-section {
  background: linear-gradient(
    90deg,
    #f1f1f1 0,
    #f1f1f1 47%,
    #000 46%,
    #000 53%,
    #000 100%
  );
}
.product-benefits-content {
  padding: 30px 25px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: left;
  margin: 15px;
  background: #fff;
  color: #000;
  min-height: 300px;
  box-shadow: 2px 2px 10px #00000042;
}
.footer_bottom,
div#product-description-short,
div#product-description-short h2 {
  padding-top: 20px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.join-btn:hover,
.shop-call-btn a:hover,
body.ybc-skin-green_1 #header .ybc-widget-ybc-custom-4 li a:hover,
header#header nav.header-nav .ybc_myaccout a:hover,
header#header nav.header-nav a.login.userinfor:hover {
  color: #fff !important;
}
#stripe-card-cvc,
#stripe-card-expiry,
#stripe-card-number,
#stripe-card-postalcode,
.stripe-card-cardholdername input {
  height: 35px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#stripe-card-cvc iframe,
#stripe-card-expiry iframe,
#stripe-card-number iframe {
  position: absolute;
  top: 5px;
}
.stripe-payment-form .stripe-card-cvc,
.stripe-payment-form .stripe-card-expiry {
  width: 50% !important;
  max-width: 50% !important;
}
.msl_layer_front.slider-heading {
  color: #000;
  margin-bottom: 30px;
  max-width: 370px;
}
ul.slider-lists {
  padding-left: 25px;
  max-width: 450px;
}
.slider-lists li {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
#content ul,
#content ul li {
  list-style: circle;
}
#wk-one-page-checkout .wk-products #wk-products > h2,
.featured-products .h1.products-section-title {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
  text-transform: capitalize !important;
}
#slider_row {
  border: 0 !important;
}


@media screen and (min-width: 1023px) and (max-width: 1199px) {
  .product-benefits-content {
    min-height: 350px;
  }
}
.page-content.page-not-found {
  text-align: center;
  margin-top: 25px !important;
}
.search_block_top_fixed {
  margin: 0 auto;
}
.page-content.page-not-found h4 {
  font-size: 32px !important;
  text-align: center;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  text-transform: capitalize;
  color: #52bf0a;
}
@media screen and (max-width: 767.98px) {
  .page-product #content-wrapper .tabs .comment_details {
    margin-top: 20px;
  }
  .page-content.card .wkrelativeposition .clearfix.wk-order-product {
    float: unset;
  }
  .page-content.card .wkrelativeposition .wk-order-total #wk-voucher {
    margin-bottom: 20px;
  }
  .featured-product-content ul > li {
    width: 100%;
    flex: 0 0 auto;
    padding: 0 35px;
  }
  .plan-block {
    margin-bottom: 24px;
  }
  .footer-container .links .h3 {
    color: #fff;
  }
  .header-top.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
  }
  .slick-next i,
  .slick-prev i {
    font-size: 16px;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    color: #fff;
    border-radius: 10px;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  section.footer-contact-section {
    background: linear-gradient(
      180deg,
      #f1f1f1 34%,
      #000 33%,
      #000 46%,
      #000 53%,
      #000 100%
    );
  }
  .contact-content {
    margin-bottom: 65px;
  }
  .header-top .search-widget {
    position: unset !important;
    width: auto !important;
    z-index: 1 !important;
  }
  .toogle_search_top i {
    color: #000;
  }
  #_desktop_cart + #search_widget .search_block_top_fixed {
    position: absolute;
    left: 0 !important;
    background: #000000d9;
  }
  #_desktop_cart {
    padding-top: 14px;
  }
  #_desktop_cart + div#search_widget {
    width: 10% !important;
    height: auto;
    z-index: 999999999 !important;
  }
  body #_desktop_cart + #search_widget {
    min-width: auto !important;
  }
  .header-top .row {
    justify-content: space-between;
    padding-right: 15px;
  }
  .page-product #content-wrapper .tabs .clearfix.pull-right {
    float: right;
  }
  .product-benefits-content {
    margin: 15px 20px;
  }
  #search .page-content.page-not-found .toogle_search_top,
  .Notification-header-bar {
    display: none;
  }
  #search .page-content.page-not-found .search_block_top_fixed {
    display: block;
    position: unset;
    width: 100% !important;
    border: 0;
  }
  #search .page-content.page-not-found #search_widget {
    width: 100% !important;
  }
  #search .page-content.page-not-found {
    margin-top: 60px !important;
  }
  .products-selection .sort-by-row {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .page-product #content-wrapper .tabs .clearfix.pull-right {
    float: unset;
    text-align: center;
    display: block;
  }
  #product_comments_block_tab .align_center.alert.alert-info {
    text-align: center;
  }
  .featured-products.home-block-section .product-miniature,
  .products-sort-order.dropdown,
  .tabs .open-comment-form,
  .wrapper-section
    .product-variants
    .clearfix.product-variants-item:first-child
    ul#group_8
    .input-container
    .radio-label {
    width: 100%;
  }
  .wrapper-section
    .product-variants
    .clearfix.product-variants-item:first-child
    ul#group_8 {
    display: block !important;
  }
  .wrapper-section
    .product-variants
    .clearfix.product-variants-item:first-child
    ul#group_8
    .input-container {
    display: block;
    width: 100% !important;
    padding: 5px 0;
  }
  .featured-product-img img {
    width: 100% !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 990px) {
  .featured-products.home-block-section .product-miniature {
    width: 50%;
  }
}
.fancybox-error {
  white-space: unset !important;
  text-align: center;
}
.recent-post-header p,
.text-typing {
  overflow: hidden;
  white-space: nowrap;
}
#wk-one-page-checkout .wk-products #wk-products {
  float: unset;
  box-shadow: none !important;
}
#wk-one-page-checkout .wk-products #wk-products .thumbnail-container {
  height: 100% !important;
}
@media screen and (min-width: 767.98px) {
  .login-form,
  .no-account.register_form {
    height: calc(100vh - 700px);
  }
  #login-form {
    display: table-cell;
    vertical-align: middle;
  }
  .login-form {
    display: table;
    text-align: center;
    width: 100%;
  }
}
.msl_layer_front.slider-heading span {
  line-height: 1.4 !important;
  font-size: 50px !important;
}
.login_page_content .login-form .btn[data-action="show-password"] {
  padding: 11px 0;
  width: 55px;
}
.shop-call-btn a {
  background: #50be07;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .partner-logos ul > li {
    width: 25%;
    margin-bottom: 40px;
  }
  section.partner-logo-section.section-padding {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .partner-logos ul > li {
    width: 50%;
    margin: 20px 0;
  }
  section.partner-logo-section.section-padding {
    padding: 0 0 50px;
  }
}
.footer_top .footer_linklist {
  padding-left: 15px;
  padding-right: 15px;
}
.footer_top .block-contact {
  padding-right: 15px !important;
}
#product-modal .modal-content .modal-body .product-cover-modal {
  width: 100%;
  display: flex;
  margin: 0 auto;
}
#product-modal .modal-content .modal-body {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer_top .footer_linklist + .container {
    margin: 0 !important;
    max-width: 100%;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
ul.product-images.js-modal-product-images.slick-initialized.slick-slider {
  position: absolute;
  bottom: 0;
}
#description .product-description h2,
.product-description .p-desc h4 {
  color: #454545 !important;
}
.save_for._later ul.features-list strong {
  font-weight: unset !important;
}
#product-modal.images-thumb-horizona .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: center;
}
.contact-form label {
  text-align: left;
  color: #414141;
  font-weight: 500;
}
.contact-form select.form-control.form-control-select {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  outline: 0 !important;
  border-radius: 0;
  background: #f8f8f8;
  height: 54px !important;
}
.contact-form input.form-control {
  padding-right: 10px !important;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  outline: 0 !important;
  border-radius: 0;
  padding: 15px;
  background: #f8f8f8;
}
.contact-form span.group-span-filestyle.input-group-btn {
  margin-left: 10px !important;
}
.contact-form .input-group .input-group-btn > .btn {
  margin-left: 10px !important;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  background: #2a98d0;
  align-items: center;
  justify-content: center;
}
.footer_bottom {
  color: #fff;
  background: #000;
  font-size: 85%;
}
body.ybc-skin-green_1
  .cart-preview
  .cart-products-count.cart-products-count-absolution {
  background-color: #4cb80c !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  #product-modal.images-thumb-horizona .slick-track {
    display: flex;
  }
  .header-top > .container .main-menu ul.mm_menus_ul.active {
    top: calc(0% + 87px);
  }
}
@media (max-width: 767px) {
  .footer_top .block-contact {
    padding-right: 0 !important;
  }
  .footer_top .footer_linklist + .container {
    width: 100%;
    padding: 0;
  }
  .footer_top li {
    padding-left: 0;
  }
  li.ybc-widget-item i:after,
  li.ybc-widget-item i:before {
    width: auto !important;
    height: auto !important;
    background: 0 0 !important;
    line-height: normal !important;
  }
  i.material-icons.material-icons-add.add {
    position: relative;
  }
  #new_comment_form,
  .fancybox-inner,
  .fancybox-overlay {
    width: 100% !important;
  }
  .fancybox-overlay .fancybox-wrap {
    width: 100% !important;
    left: 0 !important;
    max-width: 500px;
    margin: 0 auto;
    right: 0;
  }
  #header .header-nav .container {
    display: flex;
    justify-content: center;
  }
  .header_content_test1 .userinfor:before {
    display: none;
  }
  .header_content_test1 .userinfor {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .header_content_test1 .ybc_myaccout {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
  }
  .header_content_test1 .ybc_myaccout::before {
    background-color: #d0d0d0 !important;
    content: "";
    height: 15px !important;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    width: 1px;
    left: 106%;
  }
  .product-cover .layer {
    display: flex !important;
  }
  .userinfor i {
    margin: 0 10px 0 30px;
  }
  img.thumb.js-modal-thumb {
    margin: 0 auto;
    width: 4rem !important;
  }
  .slick-track li {
    width: auto !important;
  }
}
@media (max-width: 575px) {
  #header .logo {
    max-width: 120px;
  }
  .header-top > .container .main-menu {
    width: 50px !important;
  }
  body #_desktop_cart + #search_widget {
    width: 57px !important;
    min-width: 57px !important;
  }
  body #_desktop_cart + #search_widget .toogle_search_top {
    margin: 0 auto;
  }
  #_desktop_cart,
  div#search_widget {
    padding-top: 0;
  }
}
@media (min-width: 544px) {
  #js-product-list .list .thumbnail-container {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 540px) {
  #new_comment_form {
    width: 100% !important;
  }
  .fancybox-overlay .fancybox-wrap {
    max-width: 300px;
  }
  .header_content_test1 .nav {
    display: none;
  }
  .header_content_test1 .toogle_user {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 425px) {
  #blockcart-modal .cart-content-btn .btn-primary,
  #blockcart-modal .cart-content-btn .btn.btn-secondary {
    width: 100%;
  }
  #new_comment_form div.star {
    width: 28px !important;
    height: 28px !important;
  }
  .modal.fade.js-product-images-modal .modal-dialog {
    margin: 0 auto !important;
  }
  img.thumb.js-modal-thumb {
    margin: 0 auto;
    width: 3rem !important;
  }
}
@media (max-width: 320px) {
  #new_comment_form {
    width: 100% !important;
  }
  .fancybox-overlay .fancybox-wrap {
    max-width: 250px;
  }
}
header#header nav.header-nav .nav li a {
  color: #fff !important;
  border-right: 1px solid #fff;
}
.userinfor:before {
  background-color: #fff !important;
  content: "";
}
header#header nav.header-nav .nav li:nth-child(3) a {
  border: none !important;
}
footer#footer {
  background: url(https://kbizsoft.com/wp-content/themes/kbizsoft/images/footer_map.jpg)
    0 0 / cover no-repeat;
  position: relative;
  z-index: 1;
}
footer#footer .block-contact-title,
footer#footer .blockcms-title,
footer#footer .footer_linklist h3,
footer#footer .myaccount-title {
  color: #fff !important;
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize !important;
  margin-bottom: 30px;
}
#contact-infos a,
.block_newsletter form .submit_subscribe:before,
.footer-container li a,
body .footer_top,
body .footer_top h3.myaccount-title a {
  color: #cecece;
}
.block_newsletter form input::placeholder {
  color: #fff !important;
}
.contactinfo_footer i {
  border: 1px solid #fff !important;
}
.block_newsletter form input[type="text"] {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.Notification-header-bar {
  background: #5ea460;
  padding: 8px 0;
}
.recent-post-header p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 20px;
  text-overflow: ellipsis;
  max-width: 465px;
  margin-bottom: -8px;
}
.recent-post-header .readmore-top-header {
  display: inline-block;
  background: #2b97d4 !important;
  border: none;
  font-weight: 600;
  font-size: 16px;
}
.Notification-header-bar #popup-row button.slick-prev.slick-arrow {
  left: auto;
  right: 20px;
}
.Notification-header-bar .slider.single-item button:before {
  font-size: 35px;
  opacity: 1;
  line-height: 0;
}
.heaeder-top-blog a {
  background: #2b97d4 !important;
  border-color: #2699d3 !important;
  font-weight: 500;
  font-size: 16px;
  padding: 6px 12px !important;
  border-radius: 4px;
  text-transform: capitalize;
}
.Notification-header-bar .slider.single-item {
  padding-right: 50px;
}
button#btn {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 26px;
  width: 30px;
  line-height: 25px;
  position: relative;
  left: 15px;
  top: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-grow-content-box h3 {
  font-size: 47px;
  color: #fff;
  font-weight: 700;
}
.Notification-header-bar .slick-arrow {
  border: 0;
  height: 51px !important;
  background: 0 0;
  width: 60px;
}
.Notification-header-bar .slick-next:before {
  content: "?" !important;
  color: #fff;
}
.Notification-header-bar .slick-prev:before {
  content: "?" !important;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #_desktop_cart {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-benefits-content {
    min-height: 365px;
  }
  #_desktop_logo {
    width: 71% !important;
  }
  #header .header-top > .container .main-menu {
    width: 48px !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767.98px) {
  #_desktop_logo {
    width: 90% !important;
    max-width: 90% !important;
  }
  #header .header-top > .container .main-menu {
    width: 48px !important;
  }
}
.wishlist-footer-links > a {
  color: #666 !important;
}
.login-form .help-block {
  display: table-header-group;
  width: 100%;
}
.cus_banner,
.cus_banners {
  width: 100%;
  height: auto;
  background: url(https://store.kbizsoft.com/themes/classic/assets/img/b2b.png)
    0 0 / cover;
  padding: 60px 0;
}
.cus_banner .row,
.cus_banners .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cus_banner h2,
.cus_banners h2 {
  font-size: 48px;
  color: #fff;
}
.cus_banner p,
.cus_banners p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.cus_banner_btn {
  background: #5ea460;
  color: #fff;
  padding: 10px 20px;
}
.cus_banner_btn:hover,
.cus_banner_btn_learn:hover,
.cus_banners_btn_learn:hover {
  background: #fff;
  color: green;
}
.cus_banner_btn_learn {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  margin-left: 15px;
}
.cus_banners_btn_learn {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
}
.cus_banner_img img {
  border-radius: 30px 0 0 20px;
}
.cus_seller h2 {
  font-size: 40px;
  color: #010101;
  text-align: left;
  padding: 30px 0 6px;
}
.cus_seller p {
  color: #5f5f5f;
  text-align: left;
  padding: 0 0 30px;
  font-size: 16px;
}
.cus_about {
  padding: 0 0 60px;
}
.cus_about .cus_para {
  color: #2a98d0;
  font-size: 16px;
  margin-bottom: 5px;
}
.cus_about h2 {
  font-size: 40px;
  font-weight: 700;
  max-width: 385px;
  color: #222;
}
.cus_i i,
ul#top-menu {
  display: flex;
  font-size: 20px;
}
.cus_i i {
  width: 50px;
  height: 51px;
  border-radius: 50%;
  background: #94cbe7;
  align-items: center;
  justify-content: center;
  color: #2b97d8;
  margin-right: 10px;
}
.cus_about .cus_span_content {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.cus_seller {
  padding: 60px 0 0;
}
.cus_seller .products-section-title span {
  font-size: 40px;
  color: #010101;
}
.feature_product h2 {
  font-size: 40px;
  color: #010101;
  text-align: center;
  padding: 30px 0 60px;
}
.cus_approuch h2,
.home_testimonial h2 {
  font-size: 40px;
  color: #222;
  font-weight: 700;
}
.home_testimonial h2 {
	padding: 60px 0 0px;
}
.cus_approuch .product-benefits-content:hover {
  background: #2e94da;
  color: #fff;
  margin: 15px 0;
}
.cus_approuch .benefit-block .slick-next,
.cus_approuch .benefit-block .slick-prev {
  border: 1px solid #2e94dd;
  background: #2a97d7;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
}
.cus_testmonial h2 {
  text-align: left;
  margin-bottom: 25px;
}
.cus_test_img img {
  border-radius: 0 50px 50px 0;
}
.cus_testmonial .product-benefits-content { 
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
  color: #010101;
  box-shadow: 2px 2px 10px #00000042;
  margin: 15px 12px !important;
  min-height: 290px;
}
.cus_testmonial .product-benefits-content i {
  color: #ffc107;
}
.cus_testmonial .product-benefits-content h3 {
  color: #3494cc !important;
  font-size: 24px;
}
.cus_testmonial {
  position: relative;
  padding: 30px 0 80px;
}
.cus_test_img {
  position: absolute;
 right: -125px;
}
.slick-slider-bottom{ 
	margin-top: 43px;
}
.cus_testmonial button.slick-arrow {
  border: 1px solid #2e94dd;
  background: #2a97d7;
  width: 40px !important;
  height: 50px !important;
  text-align: center;
  line-height: 44px;
  color: #fff;
  border-radius: 5px;
  font-size: 0;
}
.cus_testmonial button.slick-prev.slick-arrow {
  left: auto;
  right: 55px;
  top: 0;
}
.cus_testmonial button.slick-next.slick-arrow {
  top: 0;
  right: 0;
}
#index .index-container .block_newsletter {
  width: 100%;
  text-align: center;
  background: #2c97d2;
  padding-top: 30px;
  display: none;
}
#index .index-container .block_newsletter form input[type="text"] {
  border: 1px solid #cdcbcb !important;
  color: #000 !important;
  max-width: 47%;
  margin-bottom: 60px;
  margin-top: 10px;
}
#index .index-container .myaccount-title a {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
#index .index-container .block_newsletter form .submit_subscribe {
  right: 334px;
  bottom: 60px;
}
.cus_seller .home-block-section .products.product_list,
.feature_product .home-block-section .products.product_list {
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  column-count: 4;
}
.cus_seller .home-block-section article.product-miniature,
.feature_product .home-block-section article.product-miniature {
  padding: 0;
  width: 24%;
}
body#index .products.product_list .thumbnail-container {
  border: 0 !important;
  background: #f9fcff;
}
body#index .products.product_list .thumbnail-container .product-description {
  background-color: unset !important;
}
body#index
  .products.product_list
  .thumbnail-container
  .product-price-and-shipping {
  color: green !important;
}
body#index .products.product_list .product-miniature .add_to_cart.btn-primary {
  background-color: #2a98d0;
  border-color: #2a98d0;
  color: #fff !important;
}
body#index
  .products.product_list
  .product-miniature
  .add_to_cart.btn-primary
  i.icon-second:before {
  color: #fff !important;
}
.cus_approuch .slick-list.draggable {
  margin: 0 auto;
}
.cus_approuch .product-benefits-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cus_approuch .product-benefits-content p {
  font-size: 16px;
  font-weight: 400;
}
.cus_approuch button.slick-next {
  right: 0;
}
.cus_testmonial button.slick-arrow:before {
  opacity: 1 !important;
  color: #fff !important;
  font-size: 30px;
}
.cus_testmonial .slick-slider.responsive.slick-initialized {
  padding: 50px 0;
}
.cus-test-bg {
  background: url(https://store.kbizsoft.com/themes/classic/assets/img/landing-page-mockup_18.png)
    0 0 / cover no-repeat;
  width: 100%;
  position: absolute;
  height: 100%;
  max-width: 500px;
  border-radius: 0 30px 30px 0 !important;
  overflow: hidden;
  z-index: -1;
}
.cus_testmonial .product-benefits-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 1441px) {
  .cus-testimonial-part {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .cus_banner .row {
    display: block;
  }
  .cus_banner h2 {
    font-size: 30px;
  }
  .cus_about h2,
  .cus_approuch h2,
  .cus_seller h2,
  .cus_testmonial h2,
  .feature_product h2,
  .inner-index-form h1,
  h2.h2.products-section-title {
    font-size: 28px;
  }
  .cus_approuch h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .cus_seller .home-block-section article.product-miniature,
  .feature_product .home-block-section article.product-miniature {
    width: 100% !important;
  }
}
@media screen and (max-width: 767.98px) and (min-width: 481px) {
  .cus_seller .home-block-section article.product-miniature,
  .feature_product .home-block-section article.product-miniature {
    width: 48% !important;
  }
}
.index-contact-form input,
.index-contact-form textarea {
  margin-bottom: 20px;
  border-radius: 2px;
  padding: 10px 0 10px 10px;
  width: 100%;
  border: 1px solid #d5e9f7;
  font-size: 16px;
  font-weight: 500;
}
.inner-index-form {
  background: #2a97d7;
  color: #fff;
  padding: 35px;
}
.inner-index-form h1 {
  font-size: 40px;
  text-align: center;
  line-height: normal;
  margin-bottom: 20px;
}
.index-contact-form {
  padding-top: 30px;
  padding-bottom: 60px;
}
.index-contact-form input#index-form-btn {
  background: green;
  color: #fff;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  border-radius: 0;
  border: 0;
  margin: 0;
}
.index-contact-form input:focus-visible,
.index-contact-form textarea:focus-visible {
  outline: 0;
}
div .add .add-to-cart {
  background: #2b97d4;
  width: 180px;
  margin: 0 auto;
  border: 1px solid #2b97d4;
  border-radius: 5px;
}
ul#top-menu {
  margin-bottom: 0;
}
ul#top-menu a.dropdown-item {
  font-size: 17px;
  font-family: Roboto, sans-serif;
  padding: 5px 20px;
  color: #454545;
  text-transform: capitalize !important;
}
.border-till-request-customization {
  border: 1px solid #d7dfe2;
  padding: 16px;
}
body .product-actions .control-label {
  display: inline-block;
  font-size: 9px;
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 90px;
  text-transform: uppercase;
  background-color: #fff;
  line-height: 1;
  padding: 0 5px;
}
body span.control-label {
  color: #2149f3;
  font-size: 14px;
  padding: 0 6px;
  position: absolute;
  top: -5px;
  left: 8px;
}
body .product-variants > .product-variants-item select {
  border: 1px solid #000;
  height: 2rem;
  background-color: #fff;
}
select.form-control-select {
  font-size: 14px;
  color: #000;
  width: 100%;
}
.product-information li {
  word-break: break-word;
  padding: 5px 0;
}
.product-information li a {
  word-break: keep-all;
}
.container.enrol-convert {
  background: #2698d7;
  padding: 75px 0 50px;
  margin-top: 40px;
}
.partner-logos,
div .add .add-to-cart {
  display: flex;
  justify-content: center;
}
.partner-logos img {
  padding: 0 10px;
}
p.h3.hidden-sm-down {
  color: #fff;
  margin-top: 20px;
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.myaccount-title a.text-uppercase {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
}
ul#top-menu a.dropdown-item:hover {
  color: #000 !important;
}
.product-images-size-large {
  width: 50% !important;
}
a.quick-view.js-quick-view {
  background: #15a2db;
  color: #fff;
}
#index .index-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.featured-products .price {
  color: green;
  font-weight: 600;
}
.featured-products .products.row {
  max-width: 1200px;
  margin: 0 auto;
  float: none;
}
.partner-logo-section {
  padding: 60px 0;
}
.featured-products .product-add-to-cart.js-product-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.footer_top {
  font-family: Heebo, sans-serif !important;
}
.footer_top li a,
.kb_footer span {
  font-size: 18px;
  color: #cecece;
  font-family: Lato, "Open Sans", sans-serif;
}
.footer_top li {
  margin: 10px 0;
}
.cus_banner {
  position: relative;
  margin-bottom: 80px;
}
.cus_banner:before {
  content: "";
  background-image: url("https://store.kbizsoft.com/themes/classic/assets/img/banner1.png");
  width: 35%;
  height: 97%;
  top: 20%;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  border-radius: 100px 0 0 100px;
}
.thumbnail-container:hover .highlighted-informations.no-variants {
  height: auto !important;
}
#_desktop_cart .cart-products-count {
  position: absolute;
  top: -35px;
  left: 14px;
  z-index: 1111;
  height: 35px;
  width: 35px;
  display: flex;
  padding: 0 10px;
  background: #4cb80c;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
#authentication [data-action="show-password"] {
  background: #2b97d4;
}
.login-form .form-control {
  background: #ebebeb;
  color: #acaaa6;
  width: 100%;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.login-form .btn-primary {
  background-color: green;
  border: 1px solid green;
  color: #fff;
}
#main .page-header h1 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
}
.psgdprinfo17 {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 3px 3px 20px #2a98d03b;
}
#button-reviews-below-desc,
.btn-comment {
  background-color: #2b97d4 !important;
}
.product-information li.thumb-container.js-thumb-container {
  width: 45%;
}
#main .cart-grid .cart-grid-body .label:nth-child(2) {
  background: #2a98d0;
  color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .page-category
    section#products
    div#js-product-list
    .hidden-md-up.text-xs-right.up,
  .wkrelativeposition.clearfix .clearfix.wk-order-product:nth-child(2) {
    display: none;
  }
  .page-product div#tab-content,
  .wk-existing-address div#tab-content {
    padding: 0;
  }
  .page-content.card
    .box.wkrelativeposition
    .wk-order-product
    .wk-product-info:first-child
    .wk-product-img.product-cover {
    width: 40% !important;
    display: block;
  }
  .ps-shown-by-js .btn.btn-primary.center-block.wkcustomizerbtn {
    width: 100%;
  }
  .cus_banner:before {
    content: none;
  }
  .cus_banners .row {
    display: block;
  }
  .cus_about_img img {
    float: left;
  }
  ul#top-menu {
    flex-direction: column;
    background: #2b97d4;
    width: 100%;
    text-align: left;
    max-width: 100%;
  }
  #header .header-top .position-static {
    position: absolute;
    text-align: left;
    top: 94px;
    width: 100%;
    left: 0;
  }
  div#_desktop_cart {
    position: absolute;
    right: 100px;
    top: 24px;
  }
  button.hideMenuToggle {
    background: #2a98d0;
    color: #fff;
    padding: 7px 12px;
    border: 2px solid #2a98d0;
    border-radius: 3px;
  }
  button.hideMenuToggle i {
    font-size: 20px;
    vertical-align: middle;
  }
  .mobile-toggle {
    position: absolute;
    right: 20px;
  }
  .page-product div#tab-content .pro-version {
    grid-template-columns: auto;
  }
}
.cus-accordion,
.product-add-to-cart.js-product-add-to-cart {
  flex-direction: column;
}
@media screen and (max-width: 425px) {
  #header .header-top .position-static {
    position: absolute;
    text-align: left;
    top: 81px;
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: -40px;
  }
  .slick-prev {
    left: -40px;
  }
  .slick-next i,
  .slick-prev i {
    font-size: 24px;
    background: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 10px;
  }
  .notification-bell {
    display: none;
  }
  .product-container .col-md-3,
  .product-container .col-md-4 {
    position: sticky;
    top: 120px;
  }
}
.product-faq h4,
div#tab-content .product-description h4 {
  font-size: 20px !important;
  color: #010101;
  margin-top: 30px;
}
.pro-version {
  display: grid;
  grid-template-columns: 240px auto;
  grid-column-gap: 24px;
  align-items: start;
  padding-bottom: 24px;
}
.cust-pro-banner,
.star_content {
  display: flex;
  align-items: center;
}
span.spec-key {
  font-weight: 600;
  font-size: 18px;
  color: #000 !important;
}
div#product-page-installation-tab p,
span.spec-value {
  font-size: 16px;
  color: #000;
}
.product-description h2,
.product-speci {
  margin-top: 34px;
}
.spec-value span {
  display: block;
  padding-bottom: 8px;
}
.screenshot-text-details {
  color: #000;
  margin-top: 50px;
}
.product-description li {
  list-style: circle;
  padding-bottom: 12px;
}
.duplicate-seo-image img {
  width: 107%;
}
.screenshot-img-seo {
  margin-top: 25px;
  margin-bottom: 35px;
}
div#ajax-loader img {
  margin-left: 100px;
  width: 25%;
}
#js-product-list .products {
  width: 75rem !important;
}
#js-product-list .pagination {
  border: none;
  background-color: #fff;
}
#button-reviews-below-desc {
  font-size: 25px;
  color: #000 !important;
  font-weight: 400 !important;
  padding: 6px 8px 8px;
}
#js-product-list-footer .card .category-additional-description p {
  color: #000;
  padding-bottom: 8px;
  font-size: 16px;
}
#js-product-list-footer .card .category-additional-description ul {
  padding-left: 27px !important;
}
#js-product-list-footer .card .category-additional-description ul li {
  padding: 5px 8px 5px 25px;
  color: #000;
  list-style: none;
  font-size: 16px;
  position: relative;
}
#js-product-list-footer .card .category-additional-description h4 {
  color: #000 !important;
  font-size: 17px;
  font-family: Heebo, sans-serif;
}
#js-product-list-footer .card .category-additional-description h3 {
  color: #000 !important;
  font-size: 24px;
  font-family: Heebo, sans-serif;
  margin-top: 30px;
}
#js-product-list-footer .card .category-additional-description h2 {
  color: #000 !important;
  font-size: 21px;
  font-family: Heebo, sans-serif;
}
#js-product-list-footer .card .category-additional-description {
  padding: 20px 30px;
}
.pro_desc_short {
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto !important;
}
.product-item .price-box .price{
	font-weight:bold !important ;
}
#product_list li h3 {
  padding: 0 0 10px;
  font-size: 13px;
  color: #000;
}
.star_content {
  justify-content: center;
}
.product-description h2,
h2.product-scrnshot {
  color: #000 !important;
  font-weight: 600;
  font-family: Heebo;
  font-size: 24px;
}
h2.product-scrnshot {
  margin-bottom: 25px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  #main-menu-toggle-button {
    display: none !important;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  div#myNavbar {
    width: 100%;
    text-align: left;
    position: absolute;
    padding: 30px 10px;
    background: #2b97d4;
    color: #fff;
    left: 0;
    right: 0;
    top: 81px;
    box-shadow: 0 14px 29px 0 #0000006b;
  }
  div#myNavbar ul li a {
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    display: inline-block;
  }
  div#_desktop_top_menu {
    display: none !important;
  }
  button#main-menu-toggle-button {
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: normal;
    padding: 5px 7px;
  }
  .mobile-menu-toggle {
    order: 5;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div#myNavbar {
    top: 110px;
  }
}
#product-description-short-30 .seo-product-feature ul li {
  padding-bottom: 2px;
}
#content ul {
  padding-left: 27px;
}
#wrapper .breadcrumb li a {
  color: #878787 !important;
}
.cust-single-product-page #content .product-cover {
  border-radius: 5px;
  overflow: hidden;
}
.cust-single-product-page h1.h1 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.product-information .product-description ul li {
  list-style: none;
  position: relative;
  font-size: 16px;
  color: #000;
  padding-left: 25px;
}
#js-product-list-footer .card .category-additional-description ul li:before,
.accordion .cus-hidden-box li:before,
.product-information .product-description ul li:before,
ul.cus-installation-ul li:before {
  position: absolute;
  content: "";
  background: url(https://store.kbizsoft.com/themes/classic/assets/img/list-check.png)
    0 0/14px no-repeat;
  height: 14px;
  width: 14px;
  left: 0;
  top: 12px;
}
.border-till-request-customization,
button.btn.btn-comment-inverse.btn-comment-big,
button.btn.btn-comment.btn-comment-big,
div#post-product-comment-modal form#post-product-comment-form input,
section.login-form,
textarea {
  border-radius: 5px;
}
.product-images li.thumb-container img.thumb {
  box-shadow: 0 0 7.44px 0.56px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 0;
}
.product-prices div span.product-downloads {
  margin-left: 0 !important;
  display: block;
  font-size: 16px !important;
  color: green !important;
  font-weight: 600;
  margin-top: 15px;
  font-family: Heebo;
}
.product-prices div span {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  font-family: Heebo;
}
.product-prices.js-product-prices {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
.cust-single-product-page .product-variants span.control-label {
  color: #2b97d4 !important;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: capitalize;
}
.border-till-request-customization
  .clearfix.product-variants-item
  select.form-control {
  border: 1px solid #d7dfe2;
  border-radius: 5px;
  font-size: 12px;
  font-family: Lato, "Open Sans", sans-serif;
  height: auto;
  padding: 15px;
}
.border-till-request-customization .product-variants .product-variants-item {
  margin: 30px 0 0;
}
.cust-pro-banner {
  background: url(https://store.kbizsoft.com/themes/classic/assets/img/prestashop-banner.png)
    0 0 / cover no-repeat;
  border-radius: 10px;
  color: #fff;
  padding: 34px 35px;
  flex-wrap: wrap;
  margin: 85px 0;
}
.cust-pro-banner-text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
}
section.ready-for-project {
  background: #2b97d4;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
.p_custom_hdng {
  font-size: 34px;
  line-height: normal;
  font-family: Heebo;
  margin-bottom: 10px;
}
.business-btn-2 a.call-btn,
a.primary-btn-proposl {
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
}
.businss-or p {
  font-size: 30px;
  font-weight: 700;
  font-family: Heebo;
  margin-top: 35px;
}
.raw-idea a {
  padding: 12px 26px;
  background: #2b97d4;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
}
.cust-single-product-form {
  background: #000;
  color: #fff;
  padding: 50px 30px;
}
section.cust-raw-ideas {
  margin: 85px 0;
}
.cust-raw-ideas h2.lg-title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 50px;
}
.cust-raw-ideas p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.cust-single-product-form h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
.cust-single-product-form input,
.cust-single-product-form textarea {
  width: 100%;
  color: #fff !important;
  background: 0 0;
  position: relative;
  outline: 0;
}
.cust-single-product-form input {
  height: 40px;
  border-bottom: 1px solid #fff !important;
  margin: 10px 0;
  font-size: 16px;
  padding-left: 0;
  border: 1px solid;
}
.cust-single-product-form input:active,
.cust-single-product-form input:hover {
  border: 1px solid;
  background: #000;
}
.cust-single-product-form textarea {
  border: 1px solid #fff !important;
  margin: 25px 0;
  font-size: 16px;
  padding: 10px;
}
.cust-single-product-form textarea:focus {
  background: #000;
}
.cust-single-product-form #email:active {
  border: 1px solid;
}
.cust-single-product-form input:focus {
  background-color: #000 !important;
}
.cust-single-product-form
  .form-cust-sinfgle
  .col-sm-6
  .bootstrap-filestyle
  input,
.form-cust-sinfgle #id_contact {
  background-color: #000;
  color: #fff;
}
.cust-single-product-form
  .form-cust-sinfgle
  .col-sm-6
  .bootstrap-filestyle
  .group-span-filestyle
  label {
  background: #000;
  border: 1px solid #fff;
  margin: 10px 0 0 6px;
  height: 40px;
}
button.signle-pro-sub {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 40px;
}

.product-add-to-cart button.btn.btn-primary:hover {
  background: green;
  border: 1px solid green;
}

.product-add-to-cart button.btn.btn-primary.add-to-cart {
  display: block;
  height: auto;
  line-height: normal;
  font-family: Lato, "Open Sans", sans-serif;
}
.product-add-to-cart button.btn.btn-primary.add-to-cart i {
  float: unset;
}
.product-add-to-cart .product-quantity div[data-paypal-source-page="product"] {
  float: unset !important;
  margin: 25px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .cust-pro-banner.row {
    display: block;
    padding: 50px 15px;
  }
  .cust-pro-banner-text h2 {
    font-size: 30px;
  }
  .cust-pro-banner-text {
    margin-bottom: 35px;
  }
}
a.pro-user-guide-btn,
div#review-btn-up-downloads button.btn {
  font-size: 14px;
  font-weight: 700;
  font-family: Lato, "Open Sans", sans-serif;
  text-transform: capitalize;
}
.checkout.cart-detailed-actions .text-xs-center a.btn,
div[paypal-button-container] {
  width: 100% !important;
  display: block !important;
}
.text-typing {
  animation: steps(10, end) infinite texttyper;
  display: inline-block;
  position: relative;
  animation-duration: 5s;
  font-weight: 700;
}
.results,
.side-pro-review {
  display: inline-flex;
}
.text-typing::after {
  content: "|";
  position: absolute;
  right: 0;
  animation: steps(1, end) infinite caret;
  animation-duration: 1s;
}
span.typer-yellow {
  color: #fca320;
}
#review-btn-up-downloads .btn-comment {
  display: block !important;
  width: 100%;
  margin: 9px 0;
}
.side-auto-fill-review {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  font-family: Heebo;
}
.side-pro-review {
  align-items: center;
  margin-top: 27px;
  margin-right: 18px;
}
.ws-info-brick {
  display: inline-block;
  width: 100%;
}
div#review-btn-up-downloads button.btn {
  padding: 13px 15px !important;
  border-radius: 5px;
  height: auto;
  margin-bottom: 25px;
  box-shadow: none;
  border: 1px solid #2b97d4;
}
div#review-btn-up-downloads button.btn:hover {
  background: green !important;
  border: 1px solid green;
  color: #fff;
}
a.pro-user-guide-btn {
  padding: 10px 15px;
}
.cus-accordion {
  width: 700px;
  margin: 100px auto;
  display: flex;
  gap: 24px;
}
.row.tab-full-width .accordion .cus-item {
  background-color: transparent;
  border-top: 1px solid #c3c3c3;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.cus-number,
.cus-text {
  font-size: 24px;
  font-weight: 500;
}
.cus-number {
  color: #ced4da;
}
.cus-icon {
  width: 24px;
  height: 24px;
  stroke: #087f5b;
  cursor: pointer;
}
.cus-hidden-box {
  grid-column: 2;
  display: none;
  padding: 0 20px;
}
.cus-hidden-box p {
  line-height: 1.6;
  margin-bottom: 24px;
  color: #000;
  font-size: 16px;
  font-family: Lato, "Open Sans", sans-serif;
  font-weight: 400;
}
.cus-hidden-box ul {
  color: #000;
  margin-left: 0;
}
.open {
  border-top: 4px solid #087f5b;
}
.open .cus-number,
.open .text {
  color: #087f5b;
}
.row.tab-full-width .product-description {
  padding-top: 35px;
}
.row.tab-full-width .product-description .accordion {
  margin-top: 50px;
}
.row.tab-full-width .accordion .cus-item p.cus-text {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.accordion .cus-hidden-box li {
  list-style: none;
  position: relative;
  font-size: 16px;
  color: #000;
  padding-left: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cus-installation-ul li {
  list-style: inherit;
}
.cus-terms-policy h3 {
  font-size: 24px;
  color: #000;
  font-family: Heebo;
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 35px;
}
.cus-terms-policy p,
.cus-terms-policy ul li {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
}
.cus-terms-policy h3 span span {
  font-size: 22px !important;
  font-family: Heebo !important;
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}
.cus-terms-policy ul li {
  list-style: lower-roman !important;
  padding-left: 10px;
}
.cus-terms-policy h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}
.cus-terms-policy address {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 50px;
}
.cms-id-6 header.page-header h1,
.cms-id-7 header.page-header h1,
.cms-id-8 header.page-header h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
.cus-terms-policy {
  padding: 20px 0 30px;
}
.kb_footer span a {
  color: #cecece !important;
}
div#product-page-installation-tab h3.cus-text {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}
ul.cus-installation-ul li {
  list-style: none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 5px 25px;
  position: relative;
}
div#product-page-installation-tab h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 16px;
}
.cust-single-product-page .tabs div#tab-content .tab-pane h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.accor-title {
  display: flex;
  justify-content: space-between;
  padding: 35px 20px;
  cursor: pointer;
}
.cus-item.open i.fas.fa-chevron-down {
  transform: rotate(-180deg);
}
.cus-item i.fas.fa-chevron-down {
  transform: rotate(0);
}
div#product-comments-list-footer {
  padding-bottom: 50px;
}
.cart-grid .cart-item:last-child {
  border-radius: 0 0 5px 5px;
}
.cart-grid .cart-item:first-child {
  border-radius: 5px 5px 0 0;
}
.block-category.card.card-block h1.h1,
.cart-grid.row .card.cart-container h1.h1 {
  color: #000;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
.checkout.cart-detailed-actions a.btn.btn-primary {
  width: 100%;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  padding: 10px;
}
.cart-grid-body .card.cart-container + a.label {
  border-radius: 5px;
  padding: 12px 20px !important;
  height: auto !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.products.row .product-list-reviews {
  position: unset;
}
div#post-product-comment-modal .modal-header h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
div#post-product-comment-modal
  form#post-product-comment-form
  .criterion-rating
  label {
  color: #000;
  font-size: 20px;
}
div#post-product-comment-modal form#post-product-comment-form label.form-label,
div#post-product-comment-modal form#post-product-comment-form p.required {
  color: #000;
  line-height: normal;
  margin: 25px 0 10px;
  font-size: 16px;
}
div#post-product-comment-modal
  form#post-product-comment-form
  label.form-label
  sup.required,
div#post-product-comment-modal form#post-product-comment-form p.required sup {
  font-size: 16px;
  line-height: normal;
  color: red;
}
input:focus-visible,
textarea:focus-visible {
  outline: 0;
}
section.register-form form#customer-form {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-top: 20px;
  padding: 25px 40px;
}
section.register-form form#customer-form label.col-md-3.form-control-label {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
section.login-form form#login-form footer.form-footer button#submit-login,
section.register-form form#customer-form button.btn.btn-primary {
  padding: 12px 35px;
  border-radius: 5px;
  background: #2b97d4;
  border: 1px solid #2b97d4;
}
.no-account a {
  color: #2b97d4;
  font-weight: 700;
  font-size: 16px;
}
section.register-form > p a {
  color: #2b97d4;
  font-weight: 700;
}
section.login-form form#login-form .input-group button.btn {
  border-radius: 0 5px 5px 0;
  padding: 11px 30px;
}
.cust-presta-banner {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 0;
}
.cust-presta-banner .texttyper {
  font-size: 40px;
  color: rgb(255 196 57);
}
.cust-presta-banner span.typed-cursor {
  color: #fca31f;
}
.cust-preata-bnnr-btn a {
  background: #000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.cust-presta-banner span.bold-text {
  font-size: 50px;
  color: #ffc439;
  font-weight: 700;
}
.product-faq p {
  color: #000;
  font-size: 16px;
  font-family: Lato, "Open Sans", sans-serif;
  font-weight: 400;
  margin-left: 1.4rem;
}
.carousel-inner > .carousel-item {
  display: block;
}


/* custom edit on 20/06/25 */

.product-details .product-image{
    border-radius: 5px;
    overflow: hidden;
}

.old-price .price {
    text-decoration: line-through;
    color: #888 !important;
}

.special-price .price {
    color: #2b97d4;
    font-weight: bold;
}

.old-price .price-label{
	display:none;
}

.products-related .secondary-addto-links.actions-secondary{
	display:none;
}

.catalog-product-view .product-tabs ul li{
	margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
    .nav-open .nav-toggle:after {
        background: none;
		content: none !important;
	}
	[data-content-type='html'] {
		text-align: center;
	}
	.footer .container_footer .con1{
		padding: 10px !important;
	}
	.footer .container_footer .con2{
		padding: 10px !important;
	}
	.footer .container_footer .con3{
		padding: 10px !important;
	}
	.footer .container_footer .con4{
		padding: 10px !important;
	}
}/***designer****/

#imageModal .modal-content {
    width: 60%;
    max-height: fit-content;
}

#top-cart-btn-checkout{
	padding: 2px 0px; 
}
.actions .action.viewcart{
    width: 100%;
	text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 700;
    background: #2b97d4 !important;
    border-radius: 5px !important;
    border: 1px solid #2b97d4 !important;
	color: #ffffff;
	padding: 7px 10px;
	display:block;
}
.cart.item .action.action-edit{
	display:none !important;
}
.message.success{
	font-size: small;
}
.block-authentication .block-new-customer .block-title #block-new-customer-heading,#block-customer-login-heading{
	font-size: 1.3rem;
	font-weight:500;
}
.primary .action-login{
	width: 100%;
	text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 700;
    background: #2b97d4 !important;
    border-radius: 5px !important;
    border: 1px solid #2b97d4 !important;
	color: #ffffff;
	padding:4px 14px;
	display:block;
}
.abs-button-l, #store-selector .form-continue .actions-toolbar .action.primary, .order-review-form .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .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, .box-tocart .action.instant-purchase, .multicheckout .action.primary{
	padding:4px 14px;
}
a.action.add {
    background-color: #1979c3;
    display: inline-block;
    color: white;
    padding: 12px;
    text-decoration: none;
    padding: 10px 15px !important;
    border-radius: 5px;
    height: auto;
    margin-bottom: 25px;
    box-shadow: none;
    border: 1px solid #2b97d4;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 700;
}
.newbtn {
    background-color: #fff;
    color: #2b97d4;
    border: 1px solid #2b97d4;
    box-shadow: unset;
    padding: 10px 70px;
    font-weight: 700;
    border-radius: 5px;
}
.product-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    padding-bottom: 14px;
    text-align: left;
}
/*class not mention*/
.att .product .attribute .description p {
    font-size: 16px;
    font-weight: 400;
}
h2 {
    color: #000;
    font-weight: 600;
     font-size: 24px;
    margin-top: 34px;
}
/*---*/
.seo-product-feature ul li {
    font-size: 16px;
    color: #000;
}
.product-scrnshot{
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 24px;
}
button#product-addtocart-button {
    padding: 0px 15px;
    background: #2b97d4;
    border-radius: 5px;
    border: 1px solid #2b97d4;
}
a.customisations {
    color: #2b97d4;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 10px 0px;
}
div#block-compare-heading {
    display: inline-block;
    font-weight: 500;
    padding-left: 20px;
    font-size: 26px;
}
span#block-downloads {
    margin-left: 0 !important;
    display: inline-block;
    font-size: 16px !important;
    color: green !important;
    font-weight: 600;
    margin: 15px 0px;
}
form#review-form {
    border: 1px solid #000;
    padding: 50px 30px;
    background: #000;
    color: #fff;
    
}
.fieldset .review-legend.legend strong {
    display: block;
    font-weight: 600;
    color: #fff;
}
.review-form span {
    color: #fff;
}
.review-form .action.submit.primary {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000 !important;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 134px;
    margin: 0;

}
.review-form .actions-toolbar .actions-primary span {
    padding: 0;
    color: #000;
    font-size: 16px;
}
ul.items li {
    font-size: 12px;
}
.breadcrumbs .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 25px;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
     text-align: center;
}
span#product-price {
    font-size: 24px;
    font-weight: 600;
}
p {
    font-size: 16px;
}
span.base {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.abs-product-link, .product-item-name, .product.name a {
    font-weight: 600;
    font-size: 16px;
}
.review-form .action.submit.primary {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000 !important;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 10px 160px;
    margin: 0;
}
.product-item-short-description p {
    margin-bottom: 12px;
}

/***designer end****/

.product-page.custom {
    color: red;
}
.upsell {
    display: none!important;
}
.row {
    width: 100%;
    display: flex;

}
.col-md-3 {
    width: 30%;
    /* border: 1px solid black; */
}
.col-md-6 {
    width: 60%;
    /* border: 1px solid black; */
    padding: 0px 27px 24px 24px;
    /* height: 400px; */
    /* border: 2px solid black; */
    /* overflow: auto; */
   /*  -ms-overflow-style: none;
    scrollbar-width: none; */
}
.paypal-button-row {
        height: 35px;
        vertical-align: top;
        min-height: 35px;
        max-height: 35px;
		    background: #ffc439;
			position: relative;
    width: 100%;
    box-sizing: border-box;
    border: none;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
	    margin-bottom: 28px; 
    }
	    .paypal-button.paypal-button-shape-rect {
        border-radius: 4px;
    }
	    .paypal-button > .paypal-button-label-container {
        margin: 0px 4vw;
        height: 18px;
    }
	.paypal-button > .paypal-button-label-container * {
    vertical-align: middle;
    height: 100%;
    text-align: left;
}
.paypal-logo {
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    width: auto;
}
.customisations {
    background-color: #fff;
    color: #2b97d4;
    border: 1px solid #2b97d4;
    box-shadow: unset;
    padding: 10px 4px;
    text-transform: capitalize;
    font-size: 13px !important;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 22px;
}
.pay_button, .Refund_button {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    padding: 12px 0px;
    border: solid 1px #D7DFE2;
    border-radius: 3px;
    text-align: center;
}
.product-title{
	color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
	padding-bottom: 14px;
}

.box-tocart .action.tocart {
  width: 95% !important;
  padding: 11px;

}
   .cus_test_img {
    position: static;

}
div#block-compare-heading {
    display: inline-block;
    font-weight: 700;
    padding-left: 20px;
    font-size: 24px;
}
span#block-downloads {
    margin-left: 0 !important;
    display: inline-block;
    font-size: 16px !important;
    color: green !important;
    font-weight: 600;
    margin-top: 15px;
}
span.discount.discount-percentage {
    DISPLAY: INLINE-BLOCK;
    border-radius: 50%;
    /* float: left; */
    font-size: 10px !important;
    font-weight: 400;
    height: 40px;
    /* line-height: 40px; */
    /* margin: 0 !important; */
    /* position: absolute; */
    /* right: 20px; */
    /* text-align: center; */
    /* top: 286px !important; */
    width: 40px;
    z-index: 9;
    background-color: #f39d72;
    padding: 6px;
    margin-left: 83%!important;
    right: 50px;
}
a.action.add {
    background-color: #1979c3;
    display: inline-block;
    color: white;
    padding: 12px;
    text-decoration: none;
    padding: 17px 15px !important;
    border-radius: 5px;
    height: auto;
    margin-bottom: 25px; 
    box-shadow: none;
    border: 1px solid #2b97d4;
    width: 100%;
    text-align: center;
}
.img_container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    align-content: center;
    gap: 91px;
	margin-top: -20px;
}
.product-scrnshot {
    color: #000!important;
    font-weight: 600;
    font-family: Heebo;
    font-size: 24px;
}
.img_container img{
    box-shadow: 0 0 7.44px .56px rgba(0, 0, 0, .2);
    border-radius: 5px;
    border: 0;
	
}
.custom-option {
    margin: 15px 0px 16px 0px;
}
del {
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
}
span.download_con {
    padding: 20px 1px 20px 20px;
	border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.reviews-actions {
    width: 90%;
}
.rev_con {
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 23px;
}
.column.main {
    flex-direction: column;
    display: flex;
}
.product.info.detailed {
    clear: both;
    margin-bottom: 30px;
    order: 2;
}
.side-auto-fill-review {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    font-family: Heebo;
}
.newbtn {
    background-color: #fff;
    color: #2b97d4;
    border: 1px solid #2b97d4;
    box-shadow: unset;
    padding: 9px 70px;
}
.cust-pro-banner {
    background: url(https://store.kbizsoft.com/themes/classic/assets/img/prestashop-banner.png) 0 0/cover no-repeat;
    border-radius: 10px;
    color: #fff;
    /* padding: 34px 35px; */
    flex-wrap: wrap;
    margin: 85px 0;
}
.container_banner {
    width: 90%;
    margin: auto;
}
.cust-presta-banner {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 0;
	padding: 12px;
}
.cust-preata-bnnr-btn a {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 34px;
}
.col-sm-7 {
    width: 70%;
    /* padding: 61px; */
}
.box {
    border: 1px solid #d7dfe2;
    padding: 16px;
	border-radius: 2%;
}
.review-form .action.submit.primary {
    background: #1979c3;
    border: 1px solid #ccc;
    color: white;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 15px;
    margin: 0;
} 


/* header css */

.kbizlogo1{
	width:15%;
}	
/* .navigation{
	background-color:white!important;
}  */
/* .nav-sections {
    background: white;
	    padding: 15px;
} */
.not-logged-in{
	display: none;
} 
/* .page-header .panel.wrapper {
     background-color: black!important; 
    color: #fff; 
} */


.copyright {
    background-color: black;
    color: #fff;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    text-align: center;
}
.container_footer {
    display: flex;
    align-content: center;
    gap: 128px;
   
}
.con4{
    width: 30%;
    padding: 23px;
    /* text-align: justify; */
}
.con3{
    width: 40%;
    padding: 23px;
    /* text-align: justify; */
}
.con2{
    width: 36%;
    padding: 23px;
    /* text-align: justify; */
}
.con1{
    width: 30%;
    padding: 23px;
    /* text-align: justify; */
}
[data-content-type='row'][data-appearance='contained'] {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
}
.pro_con {
    width: 90%;
    margin: auto;
}
.products-section-title {
    clear: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 15px;
    padding: 15px 15px 25px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize!important;
    color: #000;
}
.container_footer {
    display: flex;
    align-content: center;
    gap: 128px;
    width: 100%;
    margin: auto;
    color: white; 
	font-size:17px;
}

footer.page-footer {
    background: url(https://kbizsoft.com/wp-content/themes/kbizsoft/images/footer_map.jpg) 0 0/cover no-repeat;
    position: relative;
    z-index: 1;
	 margin-top: auto;
	 padding-bottom: 0px!important;
}
.footer.content {
    background-color: #4848484f;
    width: 100%;
    max-width: 100%!important;
}
.footer_head{
	color:white;
}
.footer_linksn {
    display: block;
    color: white!important;
    padding-top: 12px;
}
.details_container {
    width: 90%; 
    margin: auto;
}
.cus_testmonial {
    display: none;
}
 

.sections.nav-sections {
    padding-top: 20px;
    background-color: white;
	top: 0;
    background: #fff;
    box-shadow: 0 0 14px -1px rgb(0 0 0 / 10%);
    z-index: 11;
}
.minicart-wrapper.ui-menu-item { 
    margin-top: 10px;
}
nav.navigation {
    background-color: white;
}
/*****css kusphpkbiz 25-11-2024*****/
.homepage_banner_img img{
	width:100%;
}
.panel.wrapper {
    background-color: #5ea460 !important;
}
.signin-container{
	padding: 10px !important;    
	background-color: #252323;
    list-style: none;
    position: relative;
} 
.header.content{
	padding:0 !important;
}

.header.content li a{
	color: #fff;
}
.header.content ul{
	margin-bottom:0;
	top: 7px;
    position: relative;
}

.heaeder-top-blog > *:not(:first-child) {
  display: none;
}
.block-search{
	padding-left:0;
}
#search::placeholder {
    font-size: 13px; /* adjust as needed */
}
.signin-container li{
	display:none !important;
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.signin-container .headr-sec li{
	display:inline-block !important; 
}

.signin-container .link.authorization-link{
	display:block !important;
	text-align: right;
}
.footer.content{
	max-width: 1280px !important;
} 
.email_logo{
	margin-left:33%;
}
/*****26-11-24 css kusphpkbiz*****/

.products-grid .product-item-inner{
	all:unset;
}

/*.products-grid .product-item-info:hover, .products-grid .product-item-info.active{
	all: unset;
}*/
.product-item-inner{
	box-shadow: none !important;
    margin: 0 !important;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active{
	margin:0 !important;
	padding:0 !important;
	box-shadow: unset !important;
	border: none !important;
	background: unset !important;
}

.page-header .panel.wrapper{
	border-bottom:none !important;
}

.benefit-block .slick-prev{
	opacity: 1!important;
	color: #fff;
}

.pagebuilder-icon, .slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after{
	font-size: 28px;
    opacity: 1 !important;
    color: #fff;
	line-height: revert;
}

.home_testimonial .slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after{
	font-size: 28px ;
    opacity: 1 !important;
    color: #fff;
	line-height: revert;
	background: #2a97d7;
	border: 1px solid #2e94dd;
	text-align: center;
}

.home_testimonial .slick-prev.slick-disabled, .slick-next.slick-disabled{
	opacity: 1 !important;
} 
.catalog-category-view .actions-secondary, .cms-home .actions-secondary{
	display: none !important;
}

.catalog-category-view .product-item{
	text-align:center;
}

.product-item-short-description p{
	margin-bottom:10px;
}

.section_first_product{
	/* min-height: 265px;    */
	min-height: auto;
}

.action.tocart.primary{
	padding: 0px 15px;
    background: #2b97d4 !important;
    border-radius: 5px !important;
    border: 1px solid #2b97d4 !important;
}

.product-item-link{
	font-weight: bold !important;
}
 
.minicart-wrapper .action.showcart:before{
	color:#2a98d0; 
}

.abs-visually-hidden-desktop-s, .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: relative;
	overflow: visible;
}

.cms-home .product-item{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    color: #000;
}
 
.cms-home .product-item-details{
	text-align:center; 
}
.slick-slider_top .slick-dots{
	display:none !important;
}
.slick-slider_top .slick-prev.slick-disabled, .slick-slider_top .slick-next.slick-disabled{
	opacity: 1!important;
}
.slick-slider_top .slick-prev.slick-arrow, .slick-slider_top .slick-next.slick-arrow{
	background:transparent !important;
}
.slick-slider_top .slick-next.slick-arrow:before{
	background: transparent !important;
    border: 0px solid #2e94dd !important;
}

.slick-slider_top .slick-prev.slick-arrow{
	cursor: pointer;
    top: 13px;
    left: auto;
    right: 20px;
} 
.slick-slider_top .slick-next.slick-arrow{
	top: 13px;
}

.header-top{
	display:block !important;
}

.slick-slider_top .slick-prev:before {
    content: "←" !important;
	font-size: 35px;
}

.slick-slider_top .slick-next:before{
	content: "→" !important;
	font-size: 35px;
}

.cms-home .price-container .price{
	font-size: 1rem !important;
	color: #2b97d4;
}
.cms-home .product-item-name a{
	font-weight:600;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.action.tocart.primary{
	text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 700;
    padding: 10px 15px;
}

/****27-11-24*****/



.cus-testimonial-part .slick-prev.slick-arrow {
	background:transparent !important; 
}

.navigation ul li a{
	font-size: 17px !important;
    font-weight: 600;
}

.panel.header.newww.hide{
	display:none !important;
}

.product-benefits-content .fa-solid.fa-star{
	color: #ffc107 !important;
}
    
.counter.qty{
	background: #4cb80c !important;
}  

.minicart-wrapper .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
	/*display:none !important;*/
}

.summary.title{
	font-size:20px !important;
	font-weight:bold !important;
}

.cart-summary .block .title strong{
	font-size:18px !important;
	font-weight:bold !important;
}

.action.primary{ 
	text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 700;
	background: #2b97d4 !important;
    border-radius: 5px !important;
    border: 1px solid #2b97d4 !important;
}

.action.update{
	background: #2b97d4 !important;
    border-radius: 5px !important;
    border: 1px solid #2b97d4 !important;
	text-transform: capitalize;
	color:#fff !important;
}

.product-item-name a, .cart-price .price, .grand.totals .mark, .grand.totals .amount, .block.discount strong{
	font-size: 17px !important;
}
small, .small{
	font-size: 15px !important;
} 
 

a.customisations {
    padding: 10px 22px!important;
}

.mageworx_checkout-onepage-index .layout__pane .row{
	display:block;
}
.minicart-wrapper .action.showcart .counter.qty {
    border-radius: 100px;
    padding: 0 !important;
    height: 17px;
    width: 17px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #2698d7 !important;
}
.inner-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 63%;
    text-align: right;
    justify-content: end;
}
/****27-08-2004****/
.modes-mode.active {
    background: #2b97d4 !important;
    color: #fff !important;
    box-shadow: unset;
    border: unset;
}

  .modes-mode.active:before{
    color: #fff !important;
  }

.modes-mode:last-child {
    border: unset;
}
.modes-mode {
    box-shadow: unset;
    border: unset !important;
}
button.slick-arrow {
    top: 50%;
}
.cus_banner h2, .cus_banners h2 {
    margin: 0;
    line-height: 41px;
    font-size: 38px;
}
.container_footer_logo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.main-title.custome-heading h2 {
    margin: 40px 0 10px;
}
.con10 {
    width: 190px;
    height: 103px;
}

.con10 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.minicart-wrapper .action.showcart .counter-number {
    text-shadow: 0 0 7px #000000;
    margin: -4px 0 0;
    display: block;
}
.cart.table-wrapper .actions-toolbar {
    padding-bottom: 36px;
}
h2.footer_head {
    margin: 0;
}
.nav-before-open.nav-open .nav-toggle:before {
    content: '\e616';
    font-size: 20px;
}
.btn-custome {
    text-align: center;
    margin: 30px 0 0;
}

.btn-custome a {
    background: #2a98d0;
    padding: 14px 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
}
        .price {
    color: black !important;
}
.price-box.price-final_price .old-price .price {
    color: #242222d6 !important;
}
.product-item-short-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px !important;
    color: #000000fa !important;
}
.product-reviews-summary.short {
    margin-bottom: 0 !important;
}
.pro_desc_short {
    display: none;
}
.product.details.product-item-details strong.product.name.product-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product.details.product-item-details .reviews-actions {
    margin: -12px 0 0 !important;	
}

.product.details.product-item-details .price-box.price-final_price {
    margin-top: -8px;
}
div#block-compare-heading span.price.old-price.regular-price {
    color: #000000cf !important;
}


.price-box.price-final_price span.price {
    font-size: 25px;
}

.product-item .price-box .price {
    font-weight: 500 !important;
}

.block-minicart span.product-image-wrapper {
    width: auto !important;
    height: auto !important;
}
.headline img {
    height: 64px !important;
    object-fit: contain;
    width: 331px !important;
}
.layout__section .row {
    padding: 0 10px;
}

.summary .summary__field.product {
    padding-top: 0 !important;
}	
/****27-08-2004****/
/****media query for desktop and large screen*****/






@media only screen and (min-width: 1024px) {
  .page-layout-1column .block.widget .products-grid .product-item {
    width:calc((100% - 8%) / 4) !important;
  } 
  .page-products.page-layout-1column .products-grid .product-item{
	  width: 25% !important;
  } 
	.logo.kbizlogo{
		display:none !important; 
	}
}

@media only screen and (min-width: 767px) {
	.ui-menu.ui-widget.ui-widget-content{
		text-align:right !important; 
	}
 .sticky-price-bar {
       display: none !important;
   }
	
} 
@media only screen and (min-width: 768px) {
	.block.block-search{
		float:left;
		width: 500px;
		order:1;
	}
	.header.content{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.inner-wrapper{
		order:2;
	}
}

@media (max-width: 1200px){
.con10 {
    width: 120px;
    height: 103px;
}
}
@media (max-width: 1199px) {
a.logo.kbizlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

a.logo.kbizlogo {
    width: 190px;
    height: 50px;
    margin: 0 !important;
}
.block.block-search {
    width: 400px;
}
.sections.nav-sections {
    padding: 14px 30px 14px 30px;
}

a.logo.kbizlogo1 {
    margin: 0;
}

}

@media (max-width: 992px) {
.block.block-search {
    width: 221px;
    padding: 0;
    margin-right: 10px;
}
.container_footer {
    gap: 20px;
}
.products-section-title {
    font-size: 30px;
    margin: 0 0 1px;
    padding: 17px 0 5px 0;
}
.cus_about h2 {
    font-size: 30px;
    font-weight: 700;
}
.cus_approuch h2, .home_testimonial h2 {
    font-size: 30px;
}
.main-title h2 {
    font-size: 32px;
}
.cus_banner h2, .cus_banners h2 {
    font-size: 27px;
    line-height: 33px;
    margin: 0;
}
.cus_banner p, .cus_banners p {
    font-size: 15px;
}
.home_testimonial h2 {
    padding: 40px 0 20px;
}
button.slick-arrow {
    top: -13px;
    right: 10px;
}
.con1 {
    padding: 0 !important;
}

.container_footer {
    padding: 0 15px;
}

.main-title h2 {
    margin-bottom: 10px;
}
.con2 {
    padding: 0;
}
h2 {
    font-size: 20px;
    margin-top: 14px;
}
.footer_linksn {
    padding-top: 5px;
    font-size: 14px;
}
.con1 {
    padding: 0 !important;
}

.container_footer {
    padding: 0 15px;
}

.main-title h2 {
    margin-bottom: 10px;
}

.con2 {
    padding: 0;
}

.con3 {
    padding: 0;
}

.con4 {
    padding: 0;
}
.footer.content {
    padding: 20px 0 30px 0;
}


.kb_footer span a {
    color: #fff !important;
    font-size: 14px;
}

.kb_footer i {
    color: #fff !important;
    font-size: 14px;
}
small.copyright.custom span {
    font-size: 14px;
}
.copyright {
    padding: 8px 0;
}
.cus_approuch .benefit-block .slick-next, .cus_approuch .benefit-block .slick-prev {
    top: 50%;
    margin: 0;
}
.signin-container {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

span.action.nav-toggle {position: absolute !important;right: 20px !important;left: auto;top: auto;bottom: 20px;}

.nav-toggle:before {
    color: #2698d7;
}
.minicart-wrapper .action.showcart .counter.qty {
    top: 3px;
    right: -14px;
}
.products {
    margin: 0;
}
.toolbar.toolbar-products {
    margin-bottom: 0;
}
li.item.product.product-item {
    margin: 0 9px;
}
span.base {
    margin: 10px 0 20px;
    display: block;
    font-size: 27px;
}
.product-item .price-box .price {
    font-size: 18px;
}
header.page-header .block.block-search {
    width: 57% !important;
}
.block-search .label {
    float: left;
}
.container_footer_logo {
    grid-template-columns: 1fr 1fr 1fr;
}
.con10 {
    width: auto;
    height: auto;
}
.sections.nav-sections {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

@media (max-width: 768px){
.navigation .level0 > .level-top {
    padding: 12px 13px !important;
    color: #000;
}
.ui-menu {
    padding-top: 10px !important;
}

li.level0.nav-4.category-item.last.level-top.ui-menu-item {
    border-bottom: 1px solid #d1d1d1
}



nav.navigation {
    padding-top: 6px;
}
.sections.nav-sections {
    z-index: 9999999;
}
.product-details h1.product-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.header.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container_footer_logo {
    grid-template-columns: 1fr 1fr;
}
.block-search .control {
    border: unset;
}
.block-search .label {
    margin: 0;
}
.inner-wrapper {
    margin: 0 0 13px;
}
.block-search .label:before {
    color: #fff;
}
.header.content li a {
    font-size: 18px;
}
body .block.block-search {
    width: 94% !important;
}
.block-search .block-content {
    float: right;
}


.inner-wrapper {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.heaeder-top-blog p {
    font-size: 13px;
}
.heaeder-top-blog p {
    padding: 5px 0 5px !important;
}
button#btn, nav.header-nav {
    height: 24px;
    border-radius: 100% !important;
    padding: 11px 1px;
    top: 4px !important;
}
.block.block-search {
    margin: 0 0 20px 0 !important;
}
.cus_test_img {
    right: 0;
}
.cus_about .row {
    flex-direction: column;
}
.cus_about h2 {
    margin: 0 auto;
}
.cus_banner_img {
    margin: 30px 0 0;
}
button.slick-arrow {
    top: 50%;
}
.cus-testimonial-part {
    margin: 0 0 40px;
}
.nav-before-open.nav-open span.action.nav-toggle {
    position: absolute !important;
    right: 30px !important;
    left: auto;
    top: 3px;
    bottom: 10px;
    z-index: 122121212;
    width: 95%;
}
.nav-toggle:hover:before{
        color: #2698d7;

}
.nav-open .page-wrapper {
    left: calc(100% - 114px);
}
.sections.nav-sections {
    padding: 15px 10px;
}
.nav-sections-item-title {
    padding: 10px 19px !important;
    height: 49px !important;
     background: #2b97d4 !important;
}
.nav-sections-item-title.active {
    border: 1px solid #2b97d4 !important;
}
.nav-sections-item-title.active {
    border: 1px solid #2b97d4;
    background: transparent !important;
}

a.nav-sections-item-switch {
    color: #fff;
}

.nav-sections-item-title.active a {
    color: #000;
}
.navigation ul {
    flex-direction: column;
    display: flex;
    align-items: baseline;
}

.nav-sections-item-content {
    padding: 0;
}

nav.navigation {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -20px;
    width: 100%;
}
.section-item-title.nav-sections-item-title {
    display: none;
}

.navigation .level0 {
    width: 100%;
    text-align: left;
}

a.logo.kbizlogo1 {
    width: 160px;
    height: 80px;
}

a.logo.kbizlogo1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cus_test_img {
    position: unset;
}
.cus_banner_img img {
    width: 100%;
}
li.item.product.product-item {
    margin: 0 0;
}
img.product-image-photo {
    width: 100%;
    margin: 0;
    height: 300px;
}

span.product-image-wrapper {
    width: 100%;
    display: block;
}

body span.product-image-container.product-image-container-2060 {
    width: 100% !important;
}

.page-products .product-item-info {
    width: 100%;
}
.block.widget .products-grid .product-item {
    margin-left: 0;
}
.product-item-info {
    width: 80%;
}
.message.success {
    font-size: 15px;
    margin: 13px 0 0;
}

.message.success > *:first-child:before {
    font-size: 20px;
    left: 5px;
}
.minicart-wrapper .block-minicart {
    left: 330%;
    right: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 240px;
}

a.action.delete {
    padding: 0;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    padding: 0 0;
}

.minicart-items-wrapper {
    padding: 0;
}
.primary {
    margin: 0 !important;
}
.tab-content {
    padding: 10px 10px 10px !important;
}
.block.block-content {
    padding: 0 15px 0px;
    width: 100%;
    margin-bottom: 0;
}

.field.search {
    text-align: left;
}

button.action.search {
    background: #2b97d4;
    color: #fff;
    opacity: 9;
    border-radius: 7px;
    padding: 6px 28px;
}

.actions {
    text-align: left;
}

.control {
    width: 100%;
}

.field.search label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

li.link.authorization-link a {
    color: #000;
    font-size: 16px !important;
}
.search.results {
    flex-direction: column;
}
.product.actions.product-item-actions {
    text-align: center;
}
.signin-container .header.content {
    display: none;
}
a.action.advanced {
    display: none;
}

.actions button.action.search:before {
 content: "\e615";
 font-family: "luma-icons";
 color: #939393;
 position: absolute;
 top: 35px;
 right: 8px;
 font-size: 18px;
}

.form.minisearch {
    position: relative;
}
.columns .block-collapsible-nav {
    position: static;
}

}




@media (max-width: 500px) {
    .col-md-3, .col-md-6 {
        width: 100% !important; 
        padding: 5px; 
    }

    .product-image img {
        width: 100%;
    }
    a.action.add {
        padding: 0px !important;
        font-size: 12px;
    }
    .newbtn {
        padding: 10px 91px !important;
    }
    h1.product-title {
        font-size: 16px;
        margin-top: 39px;
    }
    .page-main-description p {
        padding: 0px 34px;
        text-align: justify; 
    }
    a.customisations {
        font-size: 10px !important;
        padding: 10px 16px;
    }
    .att .product .attribute .description p {
        padding: 0px 32px;
    }
    .container_footer {
        display: block !important;
    }
    .con1, .con2, .con3, .con4 {
        width: 100% !important; 
        padding: 10px !important;
        
    }
    h2.footer_head {
        margin-top: 15px;
    }
    .footer_linksn {
       padding-top: 0px !important;
    }
    .row {
       
        flex-direction: column !important;
    }
    .panel.wrapper {
        display: none;
    }
li.item.product.product-item {
    margin: 0;
    width: 100%;
}
.product-image-container-2043 {
    width: 100% !important;
}
img.product-image-photo {
    height: auto;
}
.product-image-container-2061 {
    width: 100% !important;

}
.tab-titles li {
    padding: 8px 14px;
    display: flex;
    align-items: center;
}
.product-item-short-description p {
    font-size: 14px;
    font-weight: 100;
}
li.product-item {
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
}

.product-item-info {
    margin: 0 auto;
    text-align: center;
}

}

@media (max-width: 480px) {
.inner-wrapper {
    justify-content: start;
}
.nav-before-open.nav-open span.action.nav-toggle {
    right: 0px !important;
    top: 23px;
    bottom: 10px;
}
.product-benefits-content {
    margin: 10px;
}
.home_testimonial h2 {
    padding: 20px 0 20px;
}
.main-title h2 {
    font-size: 23px;
}
.cus-testimonial-part {
    margin: 0 0 10px;
}
.cus-testimonial-part .col-md-7 {
    padding: 0;
}
.cus_banner h2, .cus_banners h2 {
    font-size: 23px;
    line-height: 30px;
    margin: 0;
}
.cus_banner, .cus_banners {
    padding: 40px 0;
}
.cus_banner p, .cus_banners p {
    font-size: 15px;
    margin: 13px 0 8px;
}
.con1, .con2, .con3, .con4 {
    width: 60% !important;
    padding: 0;
    margin-top: 25px !important;
    margin: 0 AUTO;
}
.section-padding {
    padding: 0 0 10px;
}
.cus_about h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.cus_about {
    padding: 0 0 20px;
}
.container_footer {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
.footer .con1, .con2, .con3, .con4 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.row {
    width: auto;
}
.products-section-title {
    font-size: 24px;
    margin: 0 0 1px;
    padding: 7px 0 0 0;
}
.page-header {
    border-bottom: unset;
    margin-bottom: 0;
}
.block.block-search {
    margin: 0 0 10px 0 !important;
}
.cus_i i, ul#top-menu {
    font-size: 14px;
}
.cus_i i {
    width: 39px;
    height: 39px;
}
}
/****media query for desktop and large screen*****/
.box div#block-compare-heading {
	font-size: 29px !important;
	margin-right: 25px;
}

/***02-12-25****/

.catalogsearch-result-index .search.results .block{
	display:none;
}
.catalogsearch-result-index .toolbar.toolbar-products .modes{
	display:none;
}

.catalogsearch-result-index .product-item-info{
	width:auto;
}
.catalogsearch-result-index .results{
	display: block;
}
.catalogsearch-result-index .actions-secondary{
	display:none !important;
}
.catalogsearch-result-index .item.product.product-item{
	text-align:center;
}
#html-body .minicart-wrapper .action.showcart .counter.qty.empty{
	 opacity: 0;
}
.product-image-container {
	width: 100% !important;
}
.block.related .product-item-details {
    text-align: center;
}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.catalog-product-view .payment-request-button {
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: 240px;
}.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/kbiz_theme/store_child/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 #00699d;
  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;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.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/kbiz_theme/store_child/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;
}
