/**
 * 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 {
    background: #ffffff;
    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*/
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  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 {
  font-size: 1.6rem;
  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.9rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.1rem;
}
abbr[title] {
  border-bottom: 1px dotted #f4f4f4;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #f4f4f4;
  margin-bottom: 22px;
  margin-top: 22px;
}
sub,
sup {
  font-size: 75%;
  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: 3rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.75rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 22px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 11px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #f4f4f4;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 11px;
  padding: 11px;
  font-size: 1.4rem;
  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 #f4f4f4;
  margin: 0 0 22px 44px;
  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.6rem;
}
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: 1.2rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 11px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  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.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  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="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5.5px 11px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
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: 16px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 11px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5.5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.4rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.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;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  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.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 11px 5.5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5.5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.box-tocart .action.tocart {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
}
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5.5px;
}
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 11px;
}
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 22px;
}
.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: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.box-tocart .input-text.qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 44px;
}
.filtered .item .action.remove,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > 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,
.filtered .item .action.remove:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.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: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 11px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 33px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 33px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.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,
.action.skip:not(:focus),
.page-header .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;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 5.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;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.box-tocart .action.tocart {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.block.related .action.select,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.block.related .action.select:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.block.related .action.select:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 7px 15px;
}
.bundle-actions,
.box-tocart {
  margin: 11px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -11px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.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-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5.5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 22px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5.5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 11px;
  width: calc(100% - 51px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 11px;
  width: calc(100% - 40.5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -11px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 11px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 11px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 22px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 11px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 27.5px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.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';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #f4f4f4;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #f4f4f4;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 33px 7px 5.5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e617';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Light/Larsseit-Light.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Light/Larsseit-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Light/Larsseit-Light.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Light/Larsseit-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit/Larsseit.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit/Larsseit.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit/Larsseit.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit/Larsseit.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Medium/Larsseit-Medium.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Medium/Larsseit-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Medium/Larsseit-Medium.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Medium/Larsseit-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Bold/Larsseit-Bold.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Bold/Larsseit-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Bold/Larsseit-Bold.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/larsseit/Larsseit-Bold/Larsseit-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
.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: 44px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.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: 22px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #f4f4f4;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #f4f4f4;
  padding-top: 22px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 11px;
  padding: 11px 22px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 11px;
  padding: 11px 22px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 11px;
  padding: 11px 22px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 11px;
  padding: 11px 22px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 11px;
  padding: 11px 22px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 991px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .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 {
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 11px 0;
  }
  .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 22px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    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;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    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: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    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 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 27.5px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 11px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(103%);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 5.5px 5.5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #f4f4f4;
    color: #f4f4f4;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 22px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
.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: 11px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/CleverSoft/jung/de_DE/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;
}
.fieldset {
  border: 0;
  margin: 0 0 44px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 27.5px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 22px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 22px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5.5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  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: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 11px;
}
.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.4rem;
  margin: 0 0 0 5.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.4rem;
  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: 28px;
  line-height: 14px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 11px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5.5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 11px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 11px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.4rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 22px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #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.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.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;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 22px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5.5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  height: 44px;
  padding: 5.5px 22px 5.5px 22px;
  font-weight: 600;
  line-height: 44px;
  font-size: 2rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5.5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #f4f4f4;
  margin: 0 0 5.5px;
  padding: 22px 22px 22px 22px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #f4f4f4;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 11px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 11px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 11px;
  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: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #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-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;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
input,
button,
select,
optgroup,
textarea,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  overflow: visible;
}
button,
select,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"],
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(1.375rem);
  padding-bottom: calc(1.375rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.8125rem);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(4.875rem);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show,
.collapse.in {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(4.25rem);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(3.8125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(4.875rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(4.25rem);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(4.25rem);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(4.25rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(-0.75rem);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close,
.cart.table-wrapper .actions-toolbar > .action.close,
.action-gift.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(99%);
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(96.5%);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc(-1.5rem);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc(-1.5rem);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-primary:focus,
.action-gift.bg-primary:hover,
.action-gift.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-secondary:focus,
.action-gift.bg-secondary:hover,
.action-gift.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-success:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-success:focus,
.action-gift.bg-success:hover,
.action-gift.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-info:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-info:focus,
.action-gift.bg-info:hover,
.action-gift.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-warning:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-warning:focus,
.action-gift.bg-warning:hover,
.action-gift.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-danger:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-danger:focus,
.action-gift.bg-danger:hover,
.action-gift.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-light:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-light:focus,
.action-gift.bg-light:hover,
.action-gift.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-dark:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-dark:focus,
.action-gift.bg-dark:hover,
.action-gift.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'cleversoft';
  src: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/cleverfont/cleversoft.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/cleverfont/cleversoft.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cleversoft';
  src: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/cleverfont/cleversoft.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/cleverfont/cleversoft.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.cs-font {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cleversoft';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clever-icon-law-1:before {
  content: "\c327";
}
.clever-icon-law:before {
  content: "\c326";
}
.clever-icon-image-box:before {
  content: "\c325";
}
.clever-icon-fire:before {
  content: "\c324";
}
.clever-icon-icon-box:before {
  content: "\c323";
}
.clever-icon-editor:before {
  content: "\c322";
}
.clever-icon-column:before {
  content: "\c321";
}
.clever-icon-grid-6:before {
  content: "\c320";
}
.clever-icon-button:before {
  content: "\c319";
}
.clever-icon-quote-3:before {
  content: "\c318";
}
.clever-icon-layer:before {
  content: "\c317";
}
.clever-icon-carousel:before {
  content: "\c316";
}
.clever-icon-banner:before {
  content: "\c315";
}
.clever-icon-heading:before {
  content: "\c314";
}
.clever-icon-click:before {
  content: "\c313";
}
.clever-icon-cookie:before {
  content: "\c312";
}
.clever-icon-tab:before {
  content: "\c311";
}
.clever-icon-slider:before {
  content: "\c310";
}
.clever-icon-recent-blog .path1:before {
  content: "\c300";
  color: #000000;
}
.clever-icon-recent-blog .path2:before {
  content: "\c301";
  margin-left: -1.25em;
  color: #000000;
}
.clever-icon-recent-blog .path3:before {
  content: "\c302";
  margin-left: -1.25em;
  color: #000000;
}
.clever-icon-recent-blog .path4:before {
  content: "\c303";
  margin-left: -1.25em;
  color: #000000;
}
.clever-icon-recent-blog .path5:before {
  content: "\c304";
  margin-left: -1.25em;
  color: #000000;
}
.clever-icon-recent-blog .path6:before {
  content: "\c305";
  margin-left: -1.25em;
  color: #ffffff;
}
.clever-icon-recent-blog .path7:before {
  content: "\c306";
  margin-left: -1.25em;
  color: #000000;
}
.clever-icon-blog:before {
  content: "\c299";
}
.clever-icon-wallet-1:before {
  content: "\c298";
}
.clever-icon-handshake:before {
  content: "\c297";
}
.clever-icon-undo-1:before {
  content: "\c296";
}
.clever-icon-plane-3:before {
  content: "\c295";
}
.clever-icon-plane-2:before {
  content: "\c294";
}
.clever-icon-clock-4:before {
  content: "\c293";
}
.clever-icon-play-4:before {
  content: "\c292";
}
.clever-icon-play-3:before {
  content: "\c291";
}
.clever-icon-face-1:before {
  content: "\c290";
}
.clever-icon-comment-1:before {
  content: "\c289";
}
.clever-icon-comment-2:before {
  content: "\c288";
}
.clever-icon-comment-3:before {
  content: "\c287";
}
.clever-icon-comment-4:before {
  content: "\c286";
}
.clever-icon-360-2:before {
  content: "\c284";
}
.clever-icon-360-1:before {
  content: "\c283";
}
.clever-icon-heart-6:before {
  content: "\c282";
}
.clever-icon-heart-5:before {
  content: "\c281";
}
.clever-icon-filter-3:before {
  content: "\c285";
}
.clever-icon-refresh-5:before {
  content: "\c280";
}
.clever-icon-heart-4:before {
  content: "\c279";
}
.clever-icon-heart-3:before {
  content: "\c278";
}
.clever-icon-ruler:before {
  content: "\c277";
}
.clever-icon-help:before {
  content: "\c276";
}
.clever-icon-hand-up:before {
  content: "\c275";
}
.clever-icon-hand-down:before {
  content: "\c274";
}
.clever-icon-arrow-up:before {
  content: "\c273";
}
.clever-icon-arrow-down:before {
  content: "\c272";
}
.clever-icon-arrow-left-4:before {
  content: "\c271";
}
.clever-icon-arrow-right-4:before {
  content: "\c270";
}
.clever-icon-refresh-4:before {
  content: "\c269";
}
.clever-icon-refresh-3:before {
  content: "\c268";
}
.clever-icon-quote-2:before {
  content: "\c267";
}
.clever-icon-pause:before {
  content: "\c266";
}
.clever-icon-check:before {
  content: "\c265";
}
.clever-icon-caret-down:before {
  content: "\c264";
}
.clever-icon-caret-left:before {
  content: "\c263";
}
.clever-icon-caret-right:before {
  content: "\c262";
}
.clever-icon-caret-up:before {
  content: "\c261";
}
.clever-icon-caret-square-dow:before {
  content: "\c260";
}
.clever-icon-caret-square-left:before {
  content: "\c259";
}
.clever-icon-caret-square-right:before {
  content: "\c258";
}
.clever-icon-caret-square-up:before {
  content: "\c257";
}
.clever-icon-check-circle-o:before {
  content: "\c256";
}
.clever-icon-check-circle:before {
  content: "\c255";
}
.clever-icon-check-square-o:before {
  content: "\c254";
}
.clever-icon-check-square:before {
  content: "\c253";
}
.clever-icon-circle-o:before {
  content: "\c252";
}
.clever-icon-circle:before {
  content: "\c251";
}
.clever-icon-dribbble:before {
  content: "\c250";
}
.clever-icon-flickr:before {
  content: "\c249";
}
.clever-icon-foursquare:before {
  content: "\c248";
}
.clever-icon-github:before {
  content: "\c247";
}
.clever-icon-linkedin:before {
  content: "\c246";
}
.clever-icon-rss:before {
  content: "\c245";
}
.clever-icon-square-o:before {
  content: "\c244";
}
.clever-icon-square:before {
  content: "\c243";
}
.clever-icon-star-o:before {
  content: "\c242";
}
.clever-icon-star:before {
  content: "\c241";
}
.clever-icon-tumblr:before {
  content: "\c240";
}
.clever-icon-xing:before {
  content: "\c239";
}
.clever-icon-twitter:before {
  content: "\c238";
}
.clever-icon-cart-16:before {
  content: "\c237";
}
.clever-icon-heart-2:before {
  content: "\c236";
}
.clever-icon-eye-5:before {
  content: "\c235";
}
.clever-icon-facebook:before {
  content: "\c234";
}
.clever-icon-googleplus:before {
  content: "\c233";
}
.clever-icon-instagram:before {
  content: "\c232";
}
.clever-icon-pinterest:before {
  content: "\c231";
}
.clever-icon-skype:before {
  content: "\c230";
}
.clever-icon-vimeo:before {
  content: "\c229";
}
.clever-icon-youtube-1:before {
  content: "\c228";
}
.clever-icon-award-1:before {
  content: "\c227";
}
.clever-icon-clock-3:before {
  content: "\c226";
}
.clever-icon-three-dots:before {
  content: "\c225";
}
.clever-icon-share-2:before {
  content: "\c224";
}
.clever-icon-building:before {
  content: "\c223";
}
.clever-icon-faucet:before {
  content: "\c222";
}
.clever-icon-flower:before {
  content: "\c221";
}
.clever-icon-house-1:before {
  content: "\c220";
}
.clever-icon-house:before {
  content: "\c219";
}
.clever-icon-pines:before {
  content: "\c218";
}
.clever-icon-plant:before {
  content: "\c217";
}
.clever-icon-sprout-1:before {
  content: "\c216";
}
.clever-icon-sprout:before {
  content: "\c215";
}
.clever-icon-trees:before {
  content: "\c214";
}
.clever-icon-close-1:before {
  content: "\c213";
}
.clever-icon-list-2:before {
  content: "\c212";
}
.clever-icon-grid-5:before {
  content: "\c211";
}
.clever-icon-menu-6:before {
  content: "\c210";
}
.clever-icon-three-dots-o:before {
  content: "\c209";
}
.clever-icon-list-1:before {
  content: "\c208";
}
.clever-icon-menu-5:before {
  content: "\c207";
}
.clever-icon-menu-4:before {
  content: "\c206";
}
.clever-icon-heart-1:before {
  content: "\c205";
}
.clever-icon-user-6:before {
  content: "\c204";
}
.clever-icon-attachment:before {
  content: "\c203";
}
.clever-icon-cart-18:before {
  content: "\c202";
}
.clever-icon-ball:before {
  content: "\c201";
}
.clever-icon-battery:before {
  content: "\c200";
}
.clever-icon-briefcase:before {
  content: "\c199";
}
.clever-icon-car:before {
  content: "\c198";
}
.clever-icon-cpu-2:before {
  content: "\c197";
}
.clever-icon-cpu-1:before {
  content: "\c196";
}
.clever-icon-dress-woman:before {
  content: "\c195";
}
.clever-icon-drill-tool:before {
  content: "\c194";
}
.clever-icon-feeding-bottle:before {
  content: "\c193";
}
.clever-icon-fruit:before {
  content: "\c192";
}
.clever-icon-furniture-2:before {
  content: "\c191";
}
.clever-icon-furniture-1:before {
  content: "\c190";
}
.clever-icon-shoes-woman-2:before {
  content: "\c189";
}
.clever-icon-shoes-woman-1:before {
  content: "\c188";
}
.clever-icon-horse:before {
  content: "\c187";
}
.clever-icon-laptop:before {
  content: "\c186";
}
.clever-icon-lipstick:before {
  content: "\c185";
}
.clever-icon-iron:before {
  content: "\c184";
}
.clever-icon-perfume:before {
  content: "\c183";
}
.clever-icon-baby-toy-2:before {
  content: "\c182";
}
.clever-icon-baby-toy-1:before {
  content: "\c181";
}
.clever-icon-paint-roller:before {
  content: "\c180";
}
.clever-icon-shirt:before {
  content: "\c179";
}
.clever-icon-shoe-man-2:before {
  content: "\c178";
}
.clever-icon-small-diamond:before {
  content: "\c177";
}
.clever-icon-tivi:before {
  content: "\c176";
}
.clever-icon-smartphone:before {
  content: "\c175";
}
.clever-icon-lights:before {
  content: "\c174";
}
.clever-icon-microwave:before {
  content: "\c173";
}
.clever-icon-wardrobe:before {
  content: "\c172";
}
.clever-icon-washing-machine:before {
  content: "\c171";
}
.clever-icon-watch-2:before {
  content: "\c170";
}
.clever-icon-watch-1:before {
  content: "\c169";
}
.clever-icon-slider-3:before {
  content: "\c168";
}
.clever-icon-slider-2:before {
  content: "\c167";
}
.clever-icon-slider-1:before {
  content: "\c166";
}
.clever-icon-cart-15:before {
  content: "\c165";
}
.clever-icon-cart-14:before {
  content: "\c164";
}
.clever-icon-cart-13:before {
  content: "\c163";
}
.clever-icon-cart-12:before {
  content: "\c162";
}
.clever-icon-cart-11:before {
  content: "\c161";
}
.clever-icon-cart-10:before {
  content: "\c160";
}
.clever-icon-cart-9:before {
  content: "\c159";
}
.clever-icon-cart-8:before {
  content: "\c158";
}
.clever-icon-pause-1:before {
  content: "\c157";
}
.clever-icon-arrow-left:before {
  content: "\c156";
}
.clever-icon-arrow-left-1:before {
  content: "\c155";
}
.clever-icon-arrow-left-2:before {
  content: "\c154";
}
.clever-icon-arrow-left-3:before {
  content: "\c153";
}
.clever-icon-arrow-right:before {
  content: "\c152";
}
.clever-icon-arrow-right-1:before {
  content: "\c151";
}
.clever-icon-arrow-right-2:before {
  content: "\c150";
}
.clever-icon-arrow-right-3:before {
  content: "\c149";
}
.clever-icon-plane-1:before {
  content: "\c148";
}
.clever-icon-cart-17:before {
  content: "\c147";
}
.clever-icon-filter-2:before {
  content: "\c146";
}
.clever-icon-filter-1:before {
  content: "\c145";
}
.clever-icon-grid-1:before {
  content: "\c144";
}
.clever-icon-contract:before {
  content: "\c143";
}
.clever-icon-expand:before {
  content: "\c142";
}
.clever-icon-cart-7:before {
  content: "\c141";
}
.clever-icon-quote-1:before {
  content: "\c140";
}
.clever-icon-arrow-right-5:before {
  content: "\c139";
}
.clever-icon-arrow-left-5:before {
  content: "\c138";
}
.clever-icon-refresh-2:before {
  content: "\c137";
}
.clever-icon-truck:before {
  content: "\c136";
}
.clever-icon-wallet:before {
  content: "\c135";
}
.clever-icon-electric-1:before {
  content: "\c134";
}
.clever-icon-electric-2:before {
  content: "\c133";
}
.clever-icon-lock:before {
  content: "\c132";
}
.clever-icon-share-1:before {
  content: "\c131";
}
.clever-icon-check-box:before {
  content: "\c130";
}
.clever-icon-clock-2:before {
  content: "\c129";
}
.clever-icon-analytics-laptop:before {
  content: "\c128";
}
.clever-icon-code-design:before {
  content: "\c127";
}
.clever-icon-competitive-chart:before {
  content: "\c126";
}
.clever-icon-computer-monitor-and-cellphone:before {
  content: "\c125";
}
.clever-icon-consulting-message:before {
  content: "\c124";
}
.clever-icon-creative-process:before {
  content: "\c123";
}
.clever-icon-customer-reviews:before {
  content: "\c122";
}
.clever-icon-data-visualization:before {
  content: "\c121";
}
.clever-icon-document:before {
  content: "\c120";
}
.clever-icon-download-2:before {
  content: "\c119";
}
.clever-icon-download-1:before {
  content: "\c118";
}
.clever-icon-mail-6:before {
  content: "\c117";
}
.clever-icon-file-sharing:before {
  content: "\c116";
}
.clever-icon-finger-touch-screen:before {
  content: "\c115";
}
.clever-icon-horizontal-tablet-with-pencil:before {
  content: "\c114";
}
.clever-icon-illustration-tool:before {
  content: "\c113";
}
.clever-icon-keyboard-and-hands:before {
  content: "\c112";
}
.clever-icon-landscape-image:before {
  content: "\c111";
}
.clever-icon-layout-squares:before {
  content: "\c110";
}
.clever-icon-mobile-app-developing:before {
  content: "\c109";
}
.clever-icon-online-purchase:before {
  content: "\c108";
}
.clever-icon-online-shopping:before {
  content: "\c107";
}
.clever-icon-online-video:before {
  content: "\c106";
}
.clever-icon-clock-1:before {
  content: "\c105";
}
.clever-icon-padlock-key:before {
  content: "\c104";
}
.clever-icon-pc-monitor:before {
  content: "\c103";
}
.clever-icon-place-localizer:before {
  content: "\c102";
}
.clever-icon-search-results:before {
  content: "\c101";
}
.clever-icon-search-tool:before {
  content: "\c100";
}
.clever-icon-settings-tools:before {
  content: "\c099";
}
.clever-icon-sharing-symbol:before {
  content: "\c098";
}
.clever-icon-site-map:before {
  content: "\c097";
}
.clever-icon-smartphone-2:before {
  content: "\c096";
}
.clever-icon-tablet-2:before {
  content: "\c095";
}
.clever-icon-thin-expand-arrows:before {
  content: "\c094";
}
.clever-icon-upload-2:before {
  content: "\c093";
}
.clever-icon-upload-1:before {
  content: "\c092";
}
.clever-icon-volume-off:before {
  content: "\c091";
}
.clever-icon-volume-on:before {
  content: "\c090";
}
.clever-icon-news-list:before {
  content: "\c089";
}
.clever-icon-desktop:before {
  content: "\c088";
}
.clever-icon-news-grid:before {
  content: "\c087";
}
.clever-icon-setting:before {
  content: "\c086";
}
.clever-icon-web-home:before {
  content: "\c085";
}
.clever-icon-web-link:before {
  content: "\c084";
}
.clever-icon-web-links:before {
  content: "\c083";
}
.clever-icon-website-protection:before {
  content: "\c082";
}
.clever-icon-team:before {
  content: "\c081";
}
.clever-icon-zoom-in:before {
  content: "\c080";
}
.clever-icon-zoom-out:before {
  content: "\c079";
}
.clever-icon-arrow-1:before {
  content: "\c078";
}
.clever-icon-arrow-bold:before {
  content: "\c077";
}
.clever-icon-arrow-light:before {
  content: "\c076";
}
.clever-icon-arrow-regular:before {
  content: "\c075";
}
.clever-icon-cart-1:before {
  content: "\c074";
}
.clever-icon-cart-2:before {
  content: "\c073";
}
.clever-icon-cart-3:before {
  content: "\c072";
}
.clever-icon-cart-4:before {
  content: "\c071";
}
.clever-icon-cart-5:before {
  content: "\c070";
}
.clever-icon-cart-6:before {
  content: "\c069";
}
.clever-icon-chart:before {
  content: "\c068";
}
.clever-icon-close:before {
  content: "\c067";
}
.clever-icon-compare-1:before {
  content: "\c066";
}
.clever-icon-compare-2:before {
  content: "\c065";
}
.clever-icon-compare-3:before {
  content: "\c064";
}
.clever-icon-compare-4:before {
  content: "\c063";
}
.clever-icon-compare-5:before {
  content: "\c062";
}
.clever-icon-compare-6:before {
  content: "\c061";
}
.clever-icon-compare-7:before {
  content: "\c060";
}
.clever-icon-down:before {
  content: "\c059";
}
.clever-icon-grid:before {
  content: "\c058";
}
.clever-icon-hand:before {
  content: "\c057";
}
.clever-icon-layout-1:before {
  content: "\c056";
}
.clever-icon-layout:before {
  content: "\c055";
}
.clever-icon-light:before {
  content: "\c054";
}
.clever-icon-play-1:before {
  content: "\c053";
}
.clever-icon-list:before {
  content: "\c052";
}
.clever-icon-mail-1:before {
  content: "\c051";
}
.clever-icon-mail-2:before {
  content: "\c050";
}
.clever-icon-mail-3:before {
  content: "\c049";
}
.clever-icon-mail-4:before {
  content: "\c048";
}
.clever-icon-mail-5:before {
  content: "\c047";
}
.clever-icon-map-1:before {
  content: "\c046";
}
.clever-icon-map-2:before {
  content: "\c045";
}
.clever-icon-map-3:before {
  content: "\c044";
}
.clever-icon-map-4:before {
  content: "\c043";
}
.clever-icon-map-5:before {
  content: "\c042";
}
.clever-icon-menu-1:before {
  content: "\c041";
}
.clever-icon-menu-2:before {
  content: "\c040";
}
.clever-icon-grid-3:before {
  content: "\c039";
}
.clever-icon-grid-4:before {
  content: "\c038";
}
.clever-icon-menu-3:before {
  content: "\c037";
}
.clever-icon-grid-2:before {
  content: "\c036";
}
.clever-icon-minus:before {
  content: "\c035";
}
.clever-icon-next:before {
  content: "\c034";
}
.clever-icon-phone-1:before {
  content: "\c033";
}
.clever-icon-phone-2:before {
  content: "\c032";
}
.clever-icon-phone-3:before {
  content: "\c031";
}
.clever-icon-phone-4:before {
  content: "\c030";
}
.clever-icon-phone-5:before {
  content: "\c029";
}
.clever-icon-phone-6:before {
  content: "\c028";
}
.clever-icon-picture:before {
  content: "\c027";
}
.clever-icon-pin:before {
  content: "\c026";
}
.clever-icon-plus:before {
  content: "\c025";
}
.clever-icon-prev:before {
  content: "\c024";
}
.clever-icon-eye-4:before {
  content: "\c023";
}
.clever-icon-eye-3:before {
  content: "\c022";
}
.clever-icon-eye-2:before {
  content: "\c021";
}
.clever-icon-eye-1:before {
  content: "\c020";
}
.clever-icon-refresh-1:before {
  content: "\c019";
}
.clever-icon-youtube-2:before {
  content: "\c018";
}
.clever-icon-search-1:before {
  content: "\c017";
}
.clever-icon-search-2:before {
  content: "\c016";
}
.clever-icon-search-3:before {
  content: "\c015";
}
.clever-icon-search-4:before {
  content: "\c014";
}
.clever-icon-search-5:before {
  content: "\c013";
}
.clever-icon-support:before {
  content: "\c012";
}
.clever-icon-tablet-1:before {
  content: "\c011";
}
.clever-icon-play-2:before {
  content: "\c010";
}
.clever-icon-up:before {
  content: "\c009";
}
.clever-icon-user-1:before {
  content: "\c008";
}
.clever-icon-user-2:before {
  content: "\c007";
}
.clever-icon-user-3:before {
  content: "\c006";
}
.clever-icon-user-4:before {
  content: "\c005";
}
.clever-icon-user-5:before {
  content: "\c004";
}
.clever-icon-user:before {
  content: "\c003";
}
.clever-icon-vector1:before {
  content: "\c002";
}
.clever-icon-wishlist1:before {
  content: "\c001";
}
.fontawesome-enabled {
  display: block !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/fontawesome/FontAwesome.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/fontawesome/FontAwesome.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/CleverSoft/jung/de_DE/fonts/fontawesome/FontAwesome.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/fonts/fontawesome/FontAwesome.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body {
  -moz-transition: transform 400ms ease;
  -webkit-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333333;
  font: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #ffffff url(../../frontend/CleverSoft/jung/de_DE/css/'../../frontend/CleverSoft/jung/de_DE/css/') 0 0 no-repeat fixed;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000000;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  color: #fc6a21;
  text-decoration: none;
}
a:visited {
  color: #fc6a21;
  text-decoration: none;
}
a:hover {
  color: #252525;
  text-decoration: none;
}
a:active {
  color: #252525;
  text-decoration: none;
}
button,
.btn,
.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  color: #ffffff;
  background-color: #252525;
  border-color: #ffffff;
}
button:hover,
.btn:hover,
.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  color: #ffffff;
  background-color: #fc6a21;
  border-color: #ffffff;
}
.product-sale-label {
  color: #ffffff;
  background: #252525;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number,
.header-wishlist span.counter-number,
.header-compare span.counter-number,
.minicart-wrapper span.counter-number,
.minicart span.counter-number {
  color: #ffffff;
  background: #252525;
}
.price-box .price {
  color: #999999;
}
.rating-summary .rating-result > span:before,
.review-control-vote label:before {
  color: #f9bf3b;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333333;
}
.page-header {
  opacity: 1;
  color: #282828;
  background: false url(../../frontend/CleverSoft/jung/de_DE/css/'../../frontend/CleverSoft/jung/de_DE/css/') 0 0 no-repeat fixed;
  padding-top: 0;
  padding-bottom: 0;
}
.page-header.container {
  background: #ffffff;
}
.zoo-menu-label {
  color: #282828;
}
.page-header .panel.wrapper.topbar-container {
  padding-top: 10;
  padding-bottom: 10;
  line-height: 18px;
}
.page-header .header-content {
  padding-top: 0;
  padding-bottom: 0;
}
.page-header .header-content.container {
  background: #ffffff;
}
.clever-menu a {
  color: #252525;
}
.clever-menu ul.clever-mega-menu > li.level-top > a,
.clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
  font-size: 16px;
  text-transform: none;
}
.clever-menu ul.clever-mega-menu > li.level-top > a:hover,
.clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link:hover {
  color: #fc6a21;
}
.page-wrapper .nav-sections {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .clever-menu ul.clever-mega-menu > li.level-top > a,
  .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: #333333;
  }
}
.product-view-bg:before {
  background: #f4f4f4;
  border-top: 1px solid #f4f4f4;
}
[class^="clever-icon-"],
[class*=" clever-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active {
  text-decoration: none;
  outline: none;
}
a:visited,
.alink:visited {
  color: inherit;
}
/*******************************************************************************************************/
/***   15)   AJAX LOADING BAR                                    ***/
/*******************************************************************************************************/
.loading-bar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 10000;
  background: #27ccc0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ajax-loading .loading-bar {
  display: block !important;
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  -moz-animation: shift-rightwards 1s ease-in-out infinite;
  -ms-animation: shift-rightwards 1s ease-in-out infinite;
  -o-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
/*** LOADING ICON ***/
.zoo-loading,
.zoo-loading2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: top .3s ease, opacity .3s ease, visibility .3s ease;
  -moz-transition: top .3s ease, opacity .3s ease, visibility .3s ease;
  -o-transition: top .3s ease, opacity .3s ease, visibility .3s ease;
  transition: top .3s ease, opacity .3s ease, visibility .3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transform: translate(-50%);
}
.zoo-loading:after,
.zoo-loading2:after {
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  -moz-animation: clockwise .5s linear infinite;
  -o-animation: clockwise .5s linear infinite;
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite;
  border-color: transparent #252525 transparent transparent;
}
.zoo-loading:before,
.zoo-loading2:before {
  content: "";
  border: 2px solid #e1e1e1;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin-top: -12px;
  border-radius: 50%;
  box-sizing: border-box;
}
.ajax-loading .zoo-loading {
  opacity: 1 !important;
  visibility: visible !important;
}
.zoo-product-image > a {
  position: relative;
}
.zoo-product-image > a:after {
  display: none;
  content: " ";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 12px;
  margin: -6px -6px 0 0;
  opacity: 1;
  background: #dc9814;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: dotFade 0.8s infinite;
  animation: dotFade 0.8s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.zoo-product-image.hover-image-loading > a:after {
  display: block;
}
@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-o-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0);
  }
}
@keyframes counter-clockwise {
  to {
    transform: rotate(-360deg) translatez(0);
  }
}
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
/*** LOADING ICON CleverProduct & Catagory Page ***/
@-webkit-keyframes dotFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dotFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: .8;
  }
  to {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@keyframes spinner-bubble {
  from {
    width: 16px;
    height: 16px;
    opacity: .9;
  }
  to {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@-webkit-keyframes spinner-bubble-2 {
  from {
    width: 0px;
    height: 0px;
    opacity: .9;
  }
  to {
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}
@keyframes spinner-bubble-2 {
  from {
    width: 0px;
    height: 0px;
    opacity: .9;
  }
  to {
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: inherit;
  line-height: 1.8;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
p {
  margin: 0;
}
.page-wrapper .header-content .logo {
  margin: 0;
}
.page-wrapper .block-static-block.widget,
.page-wrapper .block-cms-link.widget {
  margin-bottom: 0;
}
.page-wrapper div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.page-wrapper .nav-sections {
  margin-bottom: 0;
}
.page-wrapper .ui-widget.ui-widget-content {
  border: none;
  padding: 0;
  position: relative;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: normal;
}
.fieldset > .field.required > .control-label:after,
.fieldset > .fields > .field.required > .control-label:after,
.fieldset > .field._required > .control-label:after,
.fieldset > .fields > .field._required > .control-label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
mark,
.mark {
  background-color: transparent;
}
.btn,
.input-group-btn .btn {
  border-radius: 0;
}
.ui-widget,
.action.primary {
  font-family: inherit;
}
.page-header {
  margin: 0;
  padding: 0;
  width: 100% !important;
  z-index: 50 !important;
}
.page-header .header-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 400ms;
}
.page-header .header-content.full_header_width {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.page-header .header-content.full_header_width .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
  max-width: none;
}
.page-header .header-panel {
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-size: 13px;
}
.page-header .header-panel a {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  outline: none;
}
.page-header .header-panel a:hover {
  text-decoration: none;
}
.page-header .header-panel .links {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 0;
}
.page-header .header-panel .links li {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  height: inherit;
}
.page-header .header-panel .links li .link.wishlist {
  display: none;
}
.page-header .header-panel .user_area li {
  display: block;
  padding: 10px 0;
}
.page-header .header-panel .user_area li:last-child {
  border: none;
}
.page-header .header-panel .user_area li a {
  font-size: 14px;
  color: #000000;
  padding: 0;
}
.page-header .header-panel .user_area li a:hover {
  background: none;
}
.page-header .header-panel .zoo-top-contact {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  float: left;
}
.page-header .header-panel .zoo-top-contact li {
  margin-bottom: 0;
  display: inline-block;
  padding: 0 20px;
}
.page-header .header-panel .zoo-top-contact li .fa {
  margin-right: 15px;
}
.page-header .header-panel .zoo-top-contact li:last-child {
  border-right: none;
}
.page-header .header-panel .zoo-top-contact li:first-child {
  padding-left: 0;
}
.page-header .header-panel .header-top-link {
  display: inline-block;
}
.page-header .header-panel .header-top-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-header .header-panel .header-top-link ul li {
  display: inline-block;
  line-height: 1;
}
.page-header .header-panel .header-top-link ul li:last-child {
  padding: 0;
}
.page-header .switcher {
  display: inline;
}
.page-header .switcher .switcher-dropdown {
  background: #ffffff;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  position: absolute;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.15);
  min-width: 160px;
  top: 50px;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  color: #252525;
}
.page-header .switcher .switcher-dropdown li {
  padding: 5px 10px;
  margin: 3px 0px;
  text-align: left;
}
.page-header .switcher .switcher-dropdown li a {
  color: #000000;
}
.page-header .switcher .switcher-dropdown li a:after {
  display: none;
}
.page-header .switcher:hover .switcher-dropdown {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
.page-header .switcher .options .action.toggle:after {
  vertical-align: middle;
  font-size: 9px;
  content: '\c059';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .panel.wrapper {
  border: none !important;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}
.page-header .panel.wrapper > .panel {
  box-shadow: none;
}
.minicart-items .product {
  padding-bottom: 10px;
}
.minicart-items .product .toggle::after {
  font-family: 'cleversoft';
  content: '\c059';
  font-size: 10px;
  padding-left: 15px;
}
.minicart-items .product.active > .toggle::after {
  content: '\c009';
}
.minicart-items .product .option-product {
  position: absolute;
  right: 0;
}
.minicart-items .product .option-product .zoo-loading2 {
  right: 0;
  left: inherit;
}
.minicart-items .product .product-item-name {
  width: calc(100% - 20px);
}
.ajax-item-loading .zoo-loading2 {
  opacity: 1;
  visibility: visible;
}
.ajax-items-loading .block-content > .zoo-loading2 {
  opacity: 1;
  visibility: visible;
}
.header-panel > .header.links > li > a {
  line-height: 18px;
}
.switcher-language .switcher-options:before {
  display: none;
}
.switcher-language .switcher-trigger,
.switcher-language .switcher-dropdown {
  text-align: left;
}
.switcher-language .switcher-trigger img,
.switcher-language .switcher-dropdown img {
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.switcher-language .switcher-trigger.toggle:after,
.switcher-language .switcher-dropdown.toggle:after {
  line-height: 1;
  vertical-align: middle;
}
.switcher-language .switcher-trigger.toggle span,
.switcher-language .switcher-dropdown.toggle span {
  letter-spacing: 1px;
}
.switcher-language .switcher-trigger .view-default img {
  height: 10px;
}
.switcher-language .mage-dropdown-dialog {
  position: absolute;
  right: 0px;
}
.page-wrapper .footer.content {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-open .page-header .zoo-menu-label {
  position: relative;
}
.nav-open .page-header .zoo-menu-label span {
  display: none;
}
.nav-open .page-header .zoo-menu-label:after {
  content: '';
  background: rgba(0, 0, 0, 0.73);
  visibility: visible;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
  left: 0;
  z-index: 98;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-open .page-wrapper .nav-sections {
  padding: 25px;
}
.nav-open .page-wrapper .nav-sections .nav-sections-item-content {
  margin-top: 0;
  padding: 0;
}
.nav-open .page-wrapper .nav-sections .zoo-menu-label {
  position: relative;
  left: 0;
  top: 0;
}
.nav-open .page-wrapper .nav-sections .zoo-menu-label:after {
  display: none;
}
.nav-open .page-wrapper .nav-sections .zoo-menu-label span {
  color: #383838;
}
.nav-open .page-wrapper .nav-sections .zoo-menu-label .clever-icon-menu-5:before {
  content: '\c067';
}
.nav-open .page-wrapper .nav-sections .clever-menu {
  clear: both;
}
.nav-open .page-wrapper .nav-sections .clever-menu ul.clever-mega-menu > li.level-top > a,
.nav-open .page-wrapper .nav-sections .clever-menu .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
  color: #959595;
}
.nav-open .page-wrapper .nav-sections .clever-menu .clever-mega-menu-item.level-top > .menu-link {
  color: #959595;
}
.nav-open .page-wrapper .nav-sections .clever-menu .slicknav_arrow:before {
  color: #959595;
  font-size: 13px;
}
.nav-open .page-wrapper .nav-sections .switcher {
  margin: 0;
  padding: 15px 0px;
  border-color: #ebebeb;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown li {
  margin: 0 15px 0 0;
  font-weight: normal;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger a,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown a,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown li a {
  font-size: 14px;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger strong,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown strong,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown li strong {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger img,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown img,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown li img {
  display: none;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger:after {
  content: '\c025';
  color: #959595;
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  font-size: 13px;
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown {
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  max-height: 0;
  padding: 0;
}
.nav-open .page-wrapper .nav-sections .switcher:hover .switcher-trigger:after {
  content: '\c035';
}
.nav-open .page-wrapper .nav-sections .switcher:hover .switcher-dropdown {
  max-height: 60px;
  padding: 10px 0;
}
.nav-open .page-wrapper .nav-sections .block-search {
  max-width: 100%;
  margin: 70px 0 60px;
  padding: 0;
}
.nav-open .page-wrapper .nav-sections .block-search .form.minisearch {
  border: none;
}
.nav-open .page-wrapper .nav-sections .block-search .form.minisearch .control {
  padding: 0;
}
.nav-open .page-wrapper .nav-sections .block-search .form.minisearch .control .form-group input {
  left: 0;
  position: relative;
  height: 40px;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
}
.nav-open .page-wrapper .nav-sections .block-search .action.search {
  position: absolute;
  left: 0;
  width: auto;
  top: 0;
  padding: 0;
  display: inline-block;
  background: none;
}
.nav-open .page-wrapper .nav-sections .block-search .action.search:before {
  font-size: 16px;
}
.nav-open .page-wrapper .nav-sections .header.links {
  border: none;
  margin-top: 65px;
  position: relative;
}
.nav-open .page-wrapper .nav-sections .header.links:after {
  content: '\c204';
  color: #959595;
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  font-size: 13px;
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-open .page-wrapper .nav-sections .header.links li > a {
  border-top: none;
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
  color: #3b3b3b;
}
.nav-open .page-wrapper .nav-sections .menu-wishlist {
  padding: 15px 0;
  position: relative;
}
.nav-open .page-wrapper .nav-sections .menu-wishlist:after {
  content: '\c205';
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  font-size: 12px;
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-open .page-wrapper .nav-sections .menu-wishlist a {
  display: block;
  color: #000000;
}
.nav-open .page-wrapper .nav-sections .switcher-language .switcher-trigger img {
  height: 15px;
  margin-right: 5px;
}
.nav-open .page-wrapper .navigation ul .level0 {
  border: none;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.nav-open .page-wrapper .navigation ul .level0 > a {
  color: #939393;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.nav-open .page-wrapper .navigation ul .level0.acive > a,
.nav-open .page-wrapper .navigation ul .level0:hover > a {
  color: #ffffff;
  background: transparent;
}
span.figcaption {
  padding-top: 10px;
  display: block;
}
/* canvas menu */
.close-canvas,
#cboxClose {
  position: absolute;
  z-index: 100;
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 20px;
  top: 15px;
  background: transparent;
  color: #000000;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0;
  text-indent: 0;
}
.close-canvas span,
#cboxClose span {
  font-size: 11px;
  line-height: 30px;
}
.close-canvas:hover,
#cboxClose:hover {
  background-color: transparent;
}
#cboxClose:before {
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\c067';
  font-size: 18px;
}
#zoo-main-content {
  padding-top: 20px;
  margin-bottom: 30px;
}
.main_bottom {
  background: #ffffff;
  padding-top: 50px;
}
.main_bottom_full_width {
  background: #ffffff;
}
.cms-index-index #zoo-main-content {
  padding-top: 0;
  margin-bottom: 0;
}
.cms-index-index #zoo-sticky-header {
  border-bottom: none;
}
.main_innerbottom .grid.col-xs-6 {
  padding: 0;
}
.page-wrapper .block-search {
  width: 100%;
  max-width: 630px;
  z-index: 2;
}
.search_autocomplete {
  color: #000000;
  text-align: left;
}
.search_autocomplete a {
  color: #000000;
}
.search_autocomplete a.smartsearch__title {
  margin-top: 0;
}
.search_autocomplete .c-smartsearch__wrapper {
  -webkit-box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
}
.page-wrapper .block-search .nested {
  display: none;
}
.products-grid.wishlist .product-item-comment {
  margin: 0;
}
.page-wrapper .block-search .action.search {
  padding: 0 10px;
  bottom: 0;
  right: 5px;
  line-height: 1;
  opacity: 1 !important;
}
.page-wrapper .block-search .action.search:before {
  color: #252525;
  font-size: 20px;
  display: inline;
  vertical-align: middle;
  content: '\c013';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}
.page-wrapper.active .block-search .block-content .minisearch {
  border-radius: 0;
  background: transparent;
}
.page-wrapper .minicart-wrapper .action.showcart .head-minicart {
  font-weight: 700;
}
.page-wrapper .minicart-wrapper .action.showcart .subtotal-minicart {
  padding: 0 5px;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty {
  padding: 0;
  margin: 0;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty .loading-mask {
  display: none;
}
.page-wrapper .minicart-wrapper .action.showcart .total-cart-header {
  display: inline-block;
}
#minicart-content-wrapper {
  position: relative;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.owl-carousel .product-items .product-item-info .zoo-product-image a img.clazyload {
  display: block;
  position: absolute;
  height: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.minicart-wrapper.active .minicart-detail {
  transform: translateX(0);
}
.minicart-wrapper .minicart-detail {
  border: none;
  min-width: inherit;
  position: fixed !important;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 99;
  line-height: initial;
  height: 100%;
  margin: 0;
  -ms-transform: translateX(550px);
  -webkit-transform: translateX(550px);
  -moz-transform: translateX(550px);
  -o-transform: translateX(550px);
  transform: translateX(550px);
  max-width: 550px;
  overflow-x: hidden;
  padding: 0 0 0 50px;
}
.minicart-wrapper .minicart-detail .block-title {
  padding: 0 0 50px;
  width: 100%;
  color: #000;
  text-transform: capitalize;
  font-size: 26px;
  letter-spacing: .5px;
  justify-content: space-between;
  text-align: left;
  font-weight: 700;
  margin: 0;
}
.minicart-wrapper .minicart-detail .block-title .text {
  width: 100%;
  padding: 0 0 15px;
  color: #000;
  text-transform: capitalize;
  font-size: 26px;
  letter-spacing: .5px;
  justify-content: space-between;
  text-align: left;
  font-weight: 700;
}
.minicart-wrapper .minicart-detail .block-title .text span {
  color: #000000;
}
.minicart-wrapper .minicart-detail .block-title .close-minicart {
  line-height: 29px;
  position: absolute;
  right: calc(100% + 20px);
  z-index: 100;
}
.minicart-wrapper .minicart-detail .block-title .close-minicart span.clever-icon-close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform .3s ease;
  display: inline-block;
  color: #ffffff;
}
.minicart-wrapper .minicart-detail .block-title .close-minicart span.clever-icon-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.minicart-wrapper .minicart-detail .mt-cart-panel-summary {
  position: fixed;
  background: #ffffff;
  z-index: 9;
}
.minicart-wrapper .minicart-detail .minicart-items-wrapper {
  border: none;
  margin: 0;
  padding-bottom: 230px;
}
.minicart-wrapper .minicart-detail.empty .block-content {
  transition: all 300ms;
  -moz-transition: all 300ms;
  max-height: calc(100% - 350px);
  overflow-y: scroll;
  position: absolute;
}
.minicart-wrapper .minicart-detail.empty .block-content .bg-cart-empty {
  margin: 80px auto 0 auto;
  width: 166px;
  text-align: center;
  color: #999999;
}
.minicart-wrapper .minicart-detail.empty .block-content .bg-cart-empty:before {
  content: '\c164';
  font-family: 'cleversoft';
  font-size: 120px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.minicart-wrapper .minicart-detail.empty .block-content .subtitle.empty {
  margin-bottom: 40px;
  text-align: center;
}
.minicart-wrapper .minicart-detail.empty .block-content .subtitle.empty span {
  line-height: 22px;
  display: block;
  color: #999999;
}
.minicart-wrapper .minicart-detail-default {
  right: 0;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  overflow: inherit;
  margin: 0;
  position: absolute;
  background: #ffffff;
}
.minicart-wrapper .minicart-detail-default.block-minicart:before,
.minicart-wrapper .minicart-detail-default.block-minicart:after {
  right: 26px;
  left: auto;
}
.minicart-wrapper .minicart-detail-default .block-title {
  text-transform: uppercase;
  font-weight: 700;
}
.minicart-wrapper .minicart-detail-default #btn-minicart-close {
  display: none;
}
.minicart-wrapper .minicart-detail-default .minicart-items-wrapper {
  overflow: hidden;
}
.minicart-wrapper .minicart-items {
  height: auto !important;
}
.minicart-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 1px dashed #ccc;
}
.minicart-wrapper .minicart-items .product-item.ajax-item-loading .product-item-details .option-product {
  position: absolute;
  right: 0;
  top: 1px;
}
.minicart-wrapper .minicart-items .action.delete {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
}
.minicart-wrapper .minicart-items .action.delete:before {
  content: '\e616';
  color: #7a7a7a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.minicart-wrapper .minicart-items .action.delete:hover:before {
  color: #fc6a21;
}
.minicart-wrapper .minicart-items .product-item-details {
  position: relative;
}
.minicart-wrapper .minicart-items .product-item-details .details-qty {
  margin-top: 0;
  float: left;
}
.minicart-wrapper .minicart-items .product-item-details .price {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.minicart-wrapper .minicart-items .product-item-details .price-container {
  text-align: right;
}
.minicart-wrapper .minicart-items .product-item-pricing {
  display: block !important;
}
.minicart-wrapper .minicart-items .product-item-pricing .control {
  border: 1px solid #eaeaea;
  display: inline-block;
  padding: 0 5px;
}
.minicart-wrapper .minicart-items .product-item-pricing .control input {
  box-shadow: none;
  border: none;
  pointer-events: none;
}
.minicart-wrapper .minicart-items .product-item-pricing .control input:focus,
.minicart-wrapper .minicart-items .product-item-pricing .control input:active {
  box-shadow: none;
}
.minicart-wrapper .minicart-items .product-item-pricing .control button,
.minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action,
.minicart-wrapper .minicart-items .product-item-pricing .control .action-gift {
  text-align: center;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #ffffff;
  color: #999999;
  font-size: 16px;
  padding: 0;
}
.minicart-wrapper .minicart-items .product-item-pricing .control button:hover,
.minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action:hover,
.minicart-wrapper .minicart-items .product-item-pricing .control .action-gift:hover {
  color: #ff5a92;
  background: transparent;
}
.minicart-wrapper .minicart-items .product-item-pricing .label {
  padding: 0;
  width: 35px;
  font-weight: 700;
}
.minicart-wrapper .minicart-items .item-qty {
  width: 30px;
  color: #000000;
  height: 30px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
}
.minicart-wrapper .minicart-items .items-count {
  height: 30px;
  width: 15px;
  line-height: 30px;
  min-height: unset;
}
.minicart-wrapper .product-item-details .product-item-name a {
  outline: none;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
.minicart-wrapper .product-item-details .product-item-name a:hover {
  color: #fc6a21;
}
.minicart-wrapper .product-item-details .price-excluding-tax {
  margin: 0;
}
.minicart-wrapper .product-item-details.ajax-item-loading .zoo-loading2 {
  right: -12px;
}
.minicart-wrapper .product-item-details.ajax-item-loading .action.delete {
  opacity: 0;
}
.minicart-wrapper .items-total {
  display: none;
}
.minicart-wrapper .subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.minicart-wrapper .subtotal .price-container {
  float: right;
  display: inline-block;
}
.minicart-wrapper .subtotal .price-container .price {
  font-size: 16px;
  color: #fc6a21;
  font-weight: 700;
}
.minicart-wrapper .actions > a {
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  height: 46px;
  line-height: 46px;
  display: block;
  font-weight: normal;
  font-family: inherit;
  color: #000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minicart-wrapper .actions > a:hover {
  color: #ffffff;
  background: #252525;
}
.minicart-wrapper .actions > a:not(.checkout) {
  border: 2px solid #000;
  margin-bottom: 20px;
}
.minicart-wrapper .actions > a:not(.checkout):hover {
  background: #666;
  border-color: #666;
}
.minicart-wrapper .actions > a:not(.checkout):hover span {
  color: #fff;
}
.minicart-wrapper .actions > a span {
  position: relative;
  -o-transition: transform .35s;
  -moz-transition: transform .35s;
  -webkit-transition: transform .35s;
  transition: transform .35s;
  width: 100%;
  letter-spacing: 1.6px;
  font-size: 13px;
  font-weight: 500;
  display: inline;
  line-height: 46px;
}
.minicart-wrapper .actions > a span:hover {
  background: #666;
}
.minicart-wrapper .actions #top-cart-btn-checkout {
  color: #ffffff;
}
.minicart-wrapper #minicart-widgets {
  margin: 0;
}
.minicart-items .product {
  padding-bottom: 10px;
}
.minicart-items .product .toggle::after {
  font-family: 'cleversoft';
  content: '\c059';
  font-size: 10px;
  padding-left: 15px;
}
.minicart-items .product.active > .toggle::after {
  content: '\c009';
}
.page-header .minicart-wrapper.active:before {
  content: '';
  background: rgba(0, 0, 0, 0.73);
  visibility: visible;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
  left: 0;
  z-index: 98;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-wrapper {
  overflow: hidden;
}
.page-wrapper .navigation {
  background-color: transparent;
}
.page-wrapper .navigation ul .level0 > a {
  line-height: 57px;
  font-weight: normal;
}
.page-wrapper .navigation ul li.parent > a:before {
  content: '\c264';
  position: absolute;
  right: -2px;
  top: 21px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-wrapper .breadcrumbs .items {
  text-align: left;
}
.page-wrapper .main-footer-img {
  position: absolute;
  bottom: 0;
  right: -150px;
  display: block;
  width: 440px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}
.page-wrapper .copyright {
  display: block;
  font-size: 100%;
  position: relative;
  padding: 15px 0;
  clear: both;
}
.page-wrapper .copyright .zoo-copyright-links {
  margin: 0;
}
.page-wrapper .copyright .zoo-copyright-links li {
  margin: 0;
  display: inline-block;
  padding-left: 35px;
}
.page-wrapper .copyright.zoo-copyright-home12 {
  padding: 0;
  border: none;
}
.page-wrapper .copyright.zoo-copyright-home12 .container {
  padding: 15px 0;
  border-top: 1px solid #2d2d2d;
}
.page-wrapper .copyright.zoo-copyright-home15 {
  padding: 0;
  border: none;
  text-align: center;
  padding-bottom: 80px;
}
.page-wrapper .copyright.container {
  padding: 15px;
}
.page-wrapper .copyright.border-0 {
  border: none;
}
.page-wrapper ul.zoo-footer-payment {
  padding: 0;
  list-style: none;
  margin: 0;
}
.page-wrapper ul.zoo-footer-payment li {
  display: inline-block;
  margin: 0;
}
.copyright-text,
.zoo-copyright-links {
  line-height: 40px;
}
.zoo-copyright-links a {
  color: #ffffff;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.products-grid .product-items .product-item-inner {
  position: relative !important;
  top: 0;
  left: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
  width: auto !important;
  height: auto !important;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner .product-item .price-box,
.products-grid .product-items .product-item-inner .product-item .price-box {
  margin: 0;
  padding: 0;
}
.products-grid.wishlist .product-items .product-item-info {
  overflow: inherit;
}
.products-grid.wishlist .product-items .box-tocart .tocart {
  font-size: 14px;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.products-grid .owl-carousel .owl-dots {
  margin-bottom: 20px;
}
.products-grid .owl-carousel .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 10px;
}
.page-products .products-grid.grid {
  padding-bottom: 30px;
  overflow: hidden;
}
.page-products .toolbar.toolbar-products {
  position: relative;
  text-align: left;
  width: auto;
  padding: 0;
  margin-bottom: 20px;
}
.page-products .column {
  padding-top: 0;
}
.page-products .column .column.main {
  max-width: 100%;
}
.zoo-sidebar-main .filter-current .filter-label {
  display: inline-block;
}
.zoo-sidebar-main .action.remove:before {
  content: '\c067';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zoo-sidebar-main .block-content .filter-actions,
.zoo-sidebar-main .block-content .filter-current {
  order: 1;
}
.zoo-sidebar-main .block-content .filter-actions {
  margin-bottom: 10px;
}
.zoo-sidebar-main .block-content .filter-actions .block-title {
  position: relative;
}
.zoo-sidebar-main .block-content .filter-actions h4 {
  margin: 0;
}
.togglelines {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #252525;
  -moz-transition: background .01s ease .3s;
  -o-transition: background .01s ease .3s;
  -webkit-transition: background .01s ease .3s;
  transition: background .01s ease .3s;
}
.togglelines:before,
.togglelines:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #222;
  position: absolute;
  top: -7px;
  -moz-transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
  -o-transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
  -webkit-transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
  transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
}
.togglelines:after {
  top: 7px;
  width: 10px;
}
.shop-by-brand-list .brand-item {
  border: 1px solid #ddd;
  margin: 5px;
}
#zoo-layer-navigation {
  background: #ffffff;
  height: 100%;
}
#zoo-layer-navigation .block-title h4 {
  margin: 0;
  font-weight: 700;
}
#zoo-layer-navigation .block-content {
  background: #ffffff;
}
#zoo-layer-navigation .block-content .filter-clear span {
  border-bottom: 1px solid #cccccc;
}
#zoo-layer-navigation .block-content .filter-clear h4 {
  font-weight: 700;
  margin: 0;
  display: inline-block;
}
#zoo-layer-navigation .block-content .filter-clear .item {
  margin-right: 0;
  display: block;
  padding-left: 0;
}
#zoo-layer-navigation .block-content .filter-clear .item a.remove {
  right: 0;
  top: 1px;
}
#zoo-layer-navigation .block-content .filter-clear .item a.remove:before {
  content: '\e604';
}
#zoo-layer-navigation .block-content .filter-clear .item .filter-value {
  text-transform: capitalize;
}
#zoo-layer-navigation .block-content .filter-clear a {
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  float: right;
}
#zoo-layer-navigation .filter-current .items {
  padding: 5px 0;
}
#zoo-layer-navigation .filter-current .items li.item {
  display: inline-block;
  padding-right: 15px;
}
#zoo-layer-navigation .filter-current .items li.item a.remove {
  font-size: 12px;
}
#zoo-layer-navigation .filter-current .filter-label {
  display: none;
}
#zoo-layer-navigation .heading-filter-unavailable {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.products.wrapper ~ .toolbar .pages {
  float: right !important;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.page-products .toolbar .limiter label {
  color: #666666;
}
.page-layout-3columns .wrap-additional {
  float: inherit;
  border-left: 1px solid #ebebeb;
}
.sidebar.sidebar-right {
  padding-left: 30px;
}
.sidebar.sidebar-right .product-items .product-item-details {
  margin: 0;
}
.sidebar.sidebar-left {
  padding-right: 30px;
}
.sidebar.sidebar-left .product-items .product-item-details {
  margin: 0;
}
.sidebar .zoo-main-heading .zoo-heading-wrapper-title h3 {
  clear: both;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 15px;
  margin: 0 0 30px;
  letter-spacing: 0;
}
.sidebar .products-grid.grid {
  border-bottom: none !important;
}
/*************** CATEGORY *********************/
.catalog-category-view #zoo-main-content,
.clevershopby-index-index #zoo-main-content {
  padding-top: 20px;
}
.catalog-category-view .zoo-breadcrumbs,
.clevershopby-index-index .zoo-breadcrumbs {
  display: inline-block;
  line-height: 29px;
  padding-right: 20px;
  padding: 0;
}
.catalog-category-view .zoo-breadcrumbs .items,
.clevershopby-index-index .zoo-breadcrumbs .items {
  padding: 0;
  font-size: 14px;
}
.catalog-category-view .zoo-breadcrumbs .items .item-dotted,
.clevershopby-index-index .zoo-breadcrumbs .items .item-dotted {
  width: 5px;
  height: 5px;
  background: #959595;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 2px;
}
.catalog-category-view .zoo-main-content-area,
.clevershopby-index-index .zoo-main-content-area {
  float: left;
  width: 100%;
}
.catalog-category-view .main_top > .container > .row,
.clevershopby-index-index .main_top > .container > .row {
  margin: 0;
}
.catalog-category-view .sidebar,
.clevershopby-index-index .sidebar {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.catalog-category-view .swatch-option-loading .zoo-loading2,
.clevershopby-index-index .swatch-option-loading .zoo-loading2 {
  opacity: 1;
  visibility: visible;
}
.catalog-category-view .swatch-option-loading + :after,
.clevershopby-index-index .swatch-option-loading + :after {
  display: none;
}
.catalog-category-view .page-title-wrapper:not(.product),
.zoo-product-collection01 .page-title-wrapper:not(.product),
.clevershopby-index-index .page-title-wrapper:not(.product) {
  text-align: center;
}
.catalog-category-view .zoo-main-content-area,
.zoo-product-collection01 .zoo-main-content-area,
.clevershopby-index-index .zoo-main-content-area {
  padding-bottom: 20px;
}
.catalog-category-view .products-grid.grid,
.zoo-product-collection01 .products-grid.grid,
.clevershopby-index-index .products-grid.grid {
  margin: 0 -15px;
}
.catalog-category-view .product-items,
.zoo-product-collection01 .product-items,
.clevershopby-index-index .product-items {
  position: relative;
  overflow: visible !important;
}
.category-view {
  margin-bottom: 30px;
}
.shop_header {
  position: relative;
  margin-bottom: 30px;
}
.shop_header.with_featured_img {
  padding-top: 220px;
  padding-bottom: 220px;
}
.shop_header.with_featured_img .shop_header_bkg {
  background-position: 50% 0px;
}
.shop_header.with_featured_img .page-title {
  color: #ffffff;
}
.shop_header .page-title-wrapper h1 {
  position: relative;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.shop_header_bkg {
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.zoo-service-category {
  padding: 30px 0;
}
.zoo-service-category .zoo-bar-content {
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.zoo-service-category .zoo-bar-content h5 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.zoo-service-category .zoo-bar-content span {
  padding: 15px 0;
  font-size: 36px;
  float: left;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}
.zoo-service-category .zoo-bar-content span:hover {
  transform: scale(1.1);
}
.service-static .zoo-bar-content {
  padding: 15px 0;
  color: #222222;
  margin: 15px 0;
  text-transform: capitalize;
  -moz-transition: color 400ms, background-color 400ms;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 12px;
}
.service-static .zoo-bar-content .cs-font {
  font-size: 18px;
  padding-right: 10px;
}
.service-static .zoo-bar-content span {
  display: inline-block;
  vertical-align: middle;
}
.modes .grid-icon > .layer {
  width: 100%;
  position: absolute;
  left: 0;
}
.modes .grid-icon--line2 {
  position: relative;
  width: 18px;
  height: 18px;
}
.modes .grid-icon--line2 > .layer {
  height: 8px;
}
.modes .grid-icon--line2 > .layer--primary {
  top: 0;
}
.modes .grid-icon--line2 > .layer--secondary {
  bottom: 0;
}
.modes .grid-icon--line2 > .layer > div {
  position: absolute;
  display: block;
  width: 8px;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #000000;
}
.modes .grid-icon--line2 > .layer > div:first-child {
  left: 0;
}
.modes .grid-icon--line2 > .layer > div:nth-child(2) {
  right: 0;
}
.modes .mode-list .togglelines {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #252525;
  transition: inherit;
}
.modes .mode-list .togglelines:before,
.modes .mode-list .togglelines:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #252525;
  position: absolute;
  top: -7px;
  left: 0;
  transition: inherit;
}
.modes .mode-list .togglelines:after {
  top: 7px;
}
.modes {
  margin: 0;
}
.modes .modes-mode {
  line-height: inherit;
  margin-left: 20px;
  padding: 0;
  border: none;
  color: #000000;
  background: transparent !important;
  box-shadow: none;
  border-radius: 0;
  border-right: 0 !important;
  width: 18px;
  height: 18px;
}
.modes .modes-mode:before,
.modes .modes-mode:after {
  display: none;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  display: block;
  padding: 15px 0;
  float: left;
}
.filter.block .zoo-filter-options-content {
  padding: 0;
}
.filter.block .zoo-filter-options-content .swatch-attribute-options {
  text-align: left;
  padding: 0;
}
.filter.block .zoo-filter-options-content a {
  margin: 5px 0;
  padding-left: 0;
  padding-right: 0;
  color: #959595;
}
.filter.block .zoo-filter-options-content .items-children li {
  padding: 3px 0;
}
.filter.block .zoo-filter-options-content .items-children li a {
  font-size: 90%;
}
.filter.block .filter-options-title {
  font-size: 16px;
}
.filter.block .filter-options .zoo-filter-options-item {
  border: none;
  padding-bottom: 25px;
}
.filter.block .filter-options .zoo-filter-options-item:last-child {
  border: none;
}
.filter.block .filter-content .item.checkbox-filter {
  padding-bottom: 15px;
  margin: 0;
  position: relative;
}
.filter.block .filter-content .item.checkbox-filter .count {
  border-radius: 3px;
  color: #959595;
  background: #f5f5f5;
  margin-left: 6px;
  height: 20px;
  line-height: 20px;
  padding-right: 0;
  width: 28px;
  text-align: center;
  float: inherit;
  display: inline-block;
}
.filter.block .filter-content .item.checkbox-filter span {
  color: #999999;
  font-size: 12px;
}
.filter.block .swatch-option.color {
  height: 30px;
  width: 30px;
  margin: 3px 5px;
}
.filter.block .swatch-option.color:before {
  width: 36px;
  height: 36px;
}
.filter.block #cleversoft_shopby_filter_attr_price_display {
  overflow: hidden;
}
.filter.block #cleversoft_shopby_filter_attr_price_display .price_min {
  padding-top: 10px;
  float: left;
}
.filter.block #cleversoft_shopby_filter_attr_price_display .price_max {
  padding-top: 10px;
  float: right;
}
.filter.block .zoo-filter-options-title {
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
  padding-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  font-size: 16px;
}
.filter.block .zoo-filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  top: 0;
  right: 0;
  font-family: 'cleversoft';
  content: '\c059';
}
.filter.block .active > .zoo-filter-options-title:after {
  content: '\c009';
}
.filter.block .active.advFilter-listing-filter > .zoo-filter-options-title {
  display: none;
}
.filter.block .zoo-toggle-category {
  position: relative;
  text-align: right;
  top: 20px;
  z-index: 2;
  cursor: pointer;
  font-size: 12px;
  margin-top: -20px;
}
.filter.block .zoo-toggle-category.active .clever-icon-down:before {
  content: '\c009';
}
.filter.block .zoo-toggle-category + .item a {
  position: relative;
  z-index: 3;
}
.toolbar-products .toolbar-sorter .sorter-label {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: #000000;
  font-size: 13px;
}
.toolbar-products .toolbar-sorter .sbHolder,
.toolbar-products .toolbar-sorter .sorter-options {
  display: inline-block;
  margin: 0;
  border: none;
  padding: 0;
  height: auto;
}
.toolbar-products .toolbar-sorter .sbHolder:focus,
.toolbar-products .toolbar-sorter .sorter-options:focus {
  box-shadow: none;
  outline: none;
}
.toolbar-products .toolbar-sorter .sbHolder#sorter,
.toolbar-products .toolbar-sorter .sorter-options#sorter {
  cursor: pointer;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 20px;
  color: #000000;
  font-size: 13px;
}
.toolbar-products .toolbar-sorter .sorter-action:before {
  content: '\c273';
  font-family: 'cleversoft';
  font-size: 24px;
  color: #000000;
  line-height: inherit;
}
.toolbar-products .toolbar-sorter .sorter-action.sort-desc:before {
  content: '\c272';
}
.toolbar-products .toolbar-sorter .action.sorter-action {
  display: inline-block;
  line-height: 30px;
  padding: 0 3px;
  border-left: 1px solid #cccccc;
}
.toolbar-products .sbHolder ul.sbOptions {
  position: absolute;
  padding: 0 !important;
  top: 30px !important;
  list-style: none;
  line-height: 30px;
  background: #ffffff;
  min-width: 121px;
  right: 0;
  z-index: 9;
  box-shadow: 0 1px 0 1px #efefef;
  -moz-box-shadow: 0 1px 0 1px #efefef;
  -webkit-box-shadow: 0 1px 0 1px #efefef;
  -o-box-shadow: 0 1px 0 1px #efefef;
  -ms-box-shadow: 0 1px 0 1px #efefef;
}
.toolbar-products .sbHolder ul.sbOptions li {
  text-align: left;
  padding: 0 20px;
}
.toolbar-products .clever-infinite-scroll > li > a {
  color: #252525;
  padding: 10px 40px;
  border-color: #252525;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  border-width: 2px;
}
.toolbar-products .clever-infinite-scroll > li > a:hover {
  background: #252525;
  color: #ffffff;
}
.toolbar-products .clever-infinite-scroll > li > a:focus {
  background: transparent;
  color: #252525;
}
.toolbar-products .clever-infinite-scroll > li > a .zoo-loading {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  float: left;
  margin-right: 20px;
  display: none;
}
.ajax-loading .clever-infinite-scroll > li > a .zoo-loading {
  display: block;
}
.ajax-loading .minicart-wrapper .minicart-items .action.delete:before {
  display: none;
}
.toolbar-top .toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbar-top .clever-infinite-scroll {
  display: none;
}
.toolbar-top .toolbar-amount {
  margin-left: auto;
  color: #999999;
}
.toolbar-top .sorter-label {
  font-weight: normal;
}
.toolbar-top .select-style {
  position: relative;
  line-height: 30px;
  height: 30px;
  display: inline-block;
}
.toolbar-top .select-style:before {
  content: '';
  position: absolute;
  font-family: 'cleversoft';
  content: "\c059";
  right: 10px;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.toolbar-top .select-style .sorter-options {
  padding: 0 15px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.toolbar-top .sorter {
  float: none;
  line-height: 30px;
  margin: 0;
  padding-left: 15px;
}
.toolbar-top .toolbar.toolbar-products {
  margin-bottom: 30px;
}
.toolbar-bottom .modes,
.toolbar-bottom .action-for-medium-up,
.toolbar-bottom .toolbar-amount,
.toolbar-bottom .sorter,
.toolbar-bottom .zoo-breadcrumbs {
  display: none !important;
}
.toolbar-bottom .pages {
  display: block;
  text-align: center;
}
.page-products .sorter .sbHolder {
  padding: 20px 0;
  margin: -20px 0;
}
.toolbar-amount {
  padding: 0;
}
.toolbar-sorter {
  z-index: 9;
  padding: 0;
  margin-left: 25px;
}
.toolbar-sorter select.sorter-options {
  background: #ffffff;
}
.pages .items .item {
  position: relative;
  margin: 0 0 0 10px;
}
.pages .items .item .action {
  font-size: 18px;
  line-height: 25px;
  width: auto;
  min-width: 25px;
  height: 25px;
  margin: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  font-weight: 400;
  border: none;
  box-shadow: none;
}
.pages .items .item .action.next:before,
.pages .items .item .action.next:after {
  margin: 0;
}
.pages .items .item a.page,
.pages .items .item strong.page {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  color: #000000;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
}
.pages .items .action.prev:before {
  float: left;
}
.product-item .tocompare:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  display: none;
}
.block-wishlist,
.block-compare {
  display: none;
}
.account .columns .block {
  margin-bottom: 40px;
  overflow: hidden;
}
.account-nav .content {
  background: transparent;
  padding: 0;
}
.account-nav .item {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.account-nav .item a,
.account-nav .item > strong {
  padding: 10px 0;
  border: none;
}
.account-nav .item .delimiter {
  display: none;
}
.account .block-wishlist,
.account .block-compare {
  display: block;
}
.account .sidebar.sidebar-left .product-items .tocart {
  font-size: 14px;
}
.account .sidebar.sidebar-left .product-items .product-item-details {
  margin: 0 0 0 85px;
  padding: 0;
  text-align: left;
}
.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 700;
}
.block .block-title {
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 16px;
}
.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
  display: block;
}
.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
}
.box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 7px 7px;
  padding: 10px 15px;
}
/*Product Detail*/
.total-sold-pr {
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #cc0000;
}
.total-sold-pr i {
  animation: fading 0.6s ease-in-out infinite;
}
.wrap-breadcrumbs {
  background: #f6f8fa;
  padding: 5px 0;
  margin-bottom: 20px;
}
.wrap-breadcrumbs .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}
.product-info__sku-sold {
  padding: 10px 0;
}
.product-info__sku-sold .type {
  color: #666;
}
.product-info__sku-sold .type:after {
  content: ':';
}
.product-info-main {
  position: relative;
}
.product-info-main .product-add-form {
  padding: 0;
}
.product-info-main .product-info-price {
  border-bottom: none;
  margin-bottom: 0;
}
.product-info-main .page-title-wrapper h1.page-title {
  margin: 0;
}
.product-info-label {
  display: flex;
}
.product-info-label .product-label.sales {
  font-size: .875rem;
  padding: 2px 8px;
  margin: 0 5px 5px 0;
  color: #fff;
  background: #ff525d;
  text-transform: capitalize;
}
.product-detail-countdown {
  margin: 0 0 23px;
  color: #000;
}
.product-detail-countdown__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: unset;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.product-detail-countdown > div {
  display: inline-block;
  width: 78px;
  height: 75px;
  padding: 8px 0 0 0;
  font-size: 14px;
  line-height: 1em;
  color: #000;
  text-align: center;
  position: relative;
}
.product-detail-countdown > div.day:before,
.product-detail-countdown > div.hours:before,
.product-detail-countdown > div.min:before {
  content: ":";
  position: absolute;
  top: 25px;
  color: #666;
  font-size: 24px;
}
.product-detail-countdown > div .no {
  display: block;
  font-size: 30px;
  line-height: 50px;
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-bottom: 10px;
  background-image: url(../../frontend/CleverSoft/jung/de_DE/images/bg-countdowns.png);
}
.product-detail-countdown > div .no b {
  font-weight: 400;
  letter-spacing: 25px;
}
.product-detail-countdown > div .text {
  font-size: 13px;
  text-transform: uppercase;
  color: #666;
}
.product-in-stock .progress-title {
  font-size: 18px;
  line-height: 20px;
  text-transform: unset;
  text-align: left;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.product-in-stock .progress-title span {
  color: #cc0000;
}
.product-in-stock .progressbar {
  background: #ebebeb;
  height: 12px;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.product-in-stock .progressbar .less-than-ten {
  height: 12px;
  border-radius: 0;
  background-image: -webkit-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
  -webkit-animation: 2s linear 0s normal none infinite running progress-bar;
  animation: 2s linear 0s normal none infinite running progress-bar;
  background-color: #f56f5e !important;
  transition: 0.9s linear;
  transition-property: width, background-color;
}
.product-extra-information {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  flex-wrap: wrap;
}
.product-extra-information__item {
  margin: 0 30px 0 0;
}
.product-extra-information__item > a {
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
  white-space: nowrap;
  font-size: .8125rem;
}
.product-extra-information__item > a:hover {
  color: #f56f5e;
  text-decoration: underline !important;
}
.product-extra-information__item.ask-product-label {
  margin-right: 0;
}
.product-extra-information__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
.product-extra-information__inner.contact-product-inner {
  text-align: center;
}
.product-extra-information__inner.contact-product-inner .contact-content .contact .page-sub-title,
.product-extra-information__inner.contact-product-inner .contact-content .contact .contact-info {
  display: none;
}
.product-extra-information__inner.contact-product-inner .contact-content .contact_content .container {
  width: auto;
}
.product-extra-information__inner.contact-product-inner .contact-content .contact_content .container .col-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.product-extra-information__inner.contact-product-inner .contact-content .contact_content div.mage-error[generated] {
  font-size: 14px;
}
.product-extra-information__popup {
  overflow-y: auto;
  max-height: calc(100vh - 90px);
}
.product-extra-information__content {
  padding: 0 20px;
  color: #000;
}
.product-extra-information__content ul {
  margin-left: 30px;
}
.product-extra-information__btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.product-extra-information__btn-close:hover {
  background: #f56f5e;
  color: #fff;
}
.product-view__content .heading-meta {
  color: #666;
}
.product-view-countdown .text-countdown {
  color: #eb212e;
}
.product-view-countdown .text-countdown,
.product-view-countdown .text-time {
  text-decoration: underline;
}
.product-visitors,
.product-spend-shiping,
.product-view-countdown {
  color: #000;
  padding: 5px;
}
.product-visitors i,
.product-spend-shiping i,
.product-view-countdown i {
  margin-right: 5px;
}
.product-visitors .visitors-text {
  background: #000;
  color: #fff;
  padding: 0 5px;
  margin: 0 3px;
}
.product-spend-shiping .money {
  color: #eb212e;
}
.product-badge-image {
  margin: 40px 0 20px;
}
.product-category-name {
  margin-bottom: 7px;
}
.product-category-name__name {
  color: #000;
}
.open-size-guide:before,
.open-delivery-product:before,
.open-contact-product:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99;
}
.open-size-guide .size-guide-inner {
  opacity: 1;
  visibility: visible;
}
.open-delivery-product .delivery-product-inner {
  opacity: 1;
  visibility: visible;
}
.open-contact-product .contact-product-inner {
  opacity: 1;
  visibility: visible;
}
.product-shop {
  margin-bottom: 50px;
}
.product-shop .value {
  color: #000;
  line-height: 28px;
}
.product-shop .value[itemprop="description"] p {
  margin: 0;
}
.product-shop .stock.available,
.product-shop .stock.unavailable {
  margin: 0 5px 5px 0;
  color: #fff;
  text-transform: capitalize;
  padding: 2px 8px;
  line-height: 20px;
  font-weight: 400;
  box-shadow: none;
  display: inline-block;
  font-size: .875rem;
  background: #81bf30;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-shop.active-fix > div:first-child {
  padding-top: 60px;
}
.box-tocart {
  margin: 0 !important;
}
.box-tocart .fieldset .actions {
  width: 100%;
}
.box-tocart .fieldset .actions .action.tocart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  background: #000;
  color: #fff;
  font-weight: 400;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
}
.box-tocart .fieldset .actions .action.tocart:hover {
  opacity: .8;
}
.box-tocart .fieldset .actions .action.tocart:hover i {
  transform: translate3d(0, 0, 0);
}
.box-tocart .fieldset .actions .action.tocart i {
  font-size: 19px;
  transform: translate3d(-40px, 45px, 0);
  transition-duration: 0.3s;
  transition-property: transform, color;
  will-change: transform, color;
  margin-right: 5px;
}
.box-tocart .fieldset .actions .action.tocart span {
  -o-transition: transform .35s;
  -moz-transition: transform .35s;
  -webkit-transition: transform .35s;
  transition: transform .35s;
  padding-left: 0;
}
.box-tocart .fieldset .field.qty {
  display: inline-block;
  margin-right: 20px;
}
.box-tocart .fieldset .field.qty .label {
  display: inline-block;
}
.box-tocart .fieldset .field.qty .control {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #ebebeb;
}
.box-tocart .fieldset .field.qty .control input {
  border: none;
  line-height: 38px;
  height: 38px;
  width: 40px;
  padding: 0;
  min-width: 55px;
  margin-bottom: 0;
}
.box-tocart .fieldset .field.qty .control input:focus,
.box-tocart .fieldset .field.qty .control input:active {
  box-shadow: none;
}
.box-tocart .fieldset .field.qty .control .items-count {
  display: flex;
  justify-content: center;
  font-size: 13px;
  width: 35px;
  cursor: pointer;
  color: #000;
  background: #ebebeb;
  padding: 0;
}
.box-tocart .fieldset .input-text {
  background: none;
}
#product_addtocart_form {
  margin: 0;
}
#product_addtocart_form .bundle-options-wrapper #product-options-wrapper {
  padding-right: 30px;
  color: #a0a0a0;
}
#product_addtocart_form .bundle-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 18px;
}
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .radio,
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .checkbox {
  margin: 0;
  display: inline-block;
}
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .radio label,
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .checkbox label {
  min-height: 14px;
  padding: 0 20px 0 0;
  left: 0;
}
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .radio label span,
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .checkbox label span,
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .radio label .check,
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .checkbox label .check {
  left: 0;
}
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .choice input {
  float: left;
  margin: 2px 5px 0 0;
}
#product_addtocart_form .bundle-options-wrapper label {
  padding: 6px 0;
}
#product_addtocart_form .bundle-options-wrapper select {
  border: 1px solid #c2c2c2;
  height: auto;
}
#product_addtocart_form .label {
  padding: 0;
  color: #000000;
  font-weight: normal;
  text-align: left;
}
.cookie-modal .modal-inner-wrap {
  max-height: calc(100vh - 50vh);
  overflow-y: scroll;
  height: 500px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #000000;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.product-options-bottom .price-box .price-container > span.price-label,
.product-info-price .price-box .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .old-price .price-container .price,
.product-info-price .price-box .old-price .price-container .price {
  font-size: 18px;
  color: #959595;
  margin-right: 25px;
  text-decoration: line-through;
  font-weight: normal;
}
.product-info-price .price-box .price-final_price > span.price-wrapper {
  margin: 0;
}
.product-info-price .product-info-stock-sku {
  display: none;
}
.action.mailto.friend span {
  line-height: 40px;
}
.product.attibute.overview {
  color: #999999;
  line-height: 28px;
  padding: 10px 0 20px 0;
  clear: both;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 500;
}
.stock.available,
.stock.unavailable {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
.stock.available span.stock-label,
.stock.unavailable span.stock-label {
  color: #999999;
}
.stock.available .stock.unavailable {
  color: #0A246A;
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__shadows--top .fotorama__thumb__arr--left {
  top: 0;
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__shadows--top .fotorama__thumb__arr--right {
  bottom: 0;
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__shadows--bottom .fotorama__thumb__arr--left {
  top: 0;
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__shadows--bottom .fotorama__thumb__arr--right {
  bottom: 0;
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  border-bottom: none;
  text-align: center;
  width: 30px;
  transform: translateX(-50%);
  left: 50%;
  background: #000;
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 20px;
  background: none;
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon:before,
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
  font-family: "cleversoft";
  font-size: 16px;
  color: #fff;
  background: #000;
  position: absolute;
  top: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 3px;
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
  content: "\c009";
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 3px;
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
  content: "\c059";
}
.catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__arr--disabled {
  opacity: 0;
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 0;
}
.catalog-product-view .product.media .stock.unavailable {
  display: none;
}
.catalog-product-view .zoo-breadcrumbs .items {
  padding-top: 0;
}
.catalog-product-view .zoo-breadcrumbs .items .item:nth-last-child(2) i {
  display: none;
}
.catalog-product-view .swatch-option.text {
  width: auto;
  height: auto;
  border-radius: 0;
}
.catalog-product-view .swatch-option-loading + :before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.catalog-product-view #zoo-main-content {
  padding-top: 0;
}
.catalog-product-view .zoo-breadcrumbs .items {
  border-bottom: none;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view #zoo-main-content {
  margin-bottom: 0;
}
.catalog-product-view .product-area1 {
  float: none;
  padding: 0;
}
.catalog-product-view .magnifier-large {
  z-index: 20;
}
.catalog-product-view #product_addtocart_form select {
  border: 1px solid #c2c2c2;
  height: 32px;
}
.catalog-product-view #product_addtocart_form select:not([disabled]):focus {
  box-shadow: none;
}
.catalog-product-view #product-review-table {
  overflow: hidden;
  margin-bottom: 50px;
  min-height: 30px;
}
.catalog-product-view #product-review-table .review-field-rating {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}
.catalog-product-view #product-review-table .review-field-rating span {
  margin-right: 10px;
  margin-left: 0;
  float: left;
  margin-top: 5px;
}
.catalog-product-view #product-review-table .review-field-rating .control {
  margin: 0;
  display: inline-block;
}
.catalog-product-view #product-review-table .review-field-rating .control:before {
  top: 0;
  font-size: 26px;
  content: "\c242" "\c242" "\c242" "\c242" "\c242";
  font-family: 'cleversoft';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 8px;
}
.catalog-product-view #product-review-table .review-field-rating .control label {
  top: 0;
}
.catalog-product-view.type-sticky-accordion .gallery-sticky2-image-thumb-wrapper a {
  padding-bottom: 0;
  width: 8px;
  height: 8px;
  border: 1px solid;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 13px auto;
  display: block;
  text-align: center;
  background-color: rgba(84, 84, 84, 0.55);
  border-color: #ffffff;
}
.catalog-product-view.type-sticky-accordion .gallery-sticky2-image-thumb-wrapper a img {
  display: none;
}
.catalog-product-view.type-sticky-accordion .gallery-sticky2-image-thumb-wrapper.active a,
.catalog-product-view.type-sticky-accordion .gallery-sticky2-image-thumb-wrapper:hover a {
  background-color: #545454;
  border-color: transparent;
}
.catalog-product-view.type-images-carousel .owl-carousel {
  overflow: hidden;
}
.catalog-product-view.type-images-carousel .owl-carousel .owl-nav .owl-prev,
.catalog-product-view.type-images-carousel .owl-carousel .owl-nav .owl-next {
  opacity: 1;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  visibility: hidden;
  color: #fff;
}
.catalog-product-view.type-images-carousel .owl-carousel .owl-nav .owl-prev {
  left: -10px;
}
.catalog-product-view.type-images-carousel .owl-carousel .owl-nav .owl-next {
  right: -10px;
}
.catalog-product-view.type-images-carousel .owl-carousel:hover .owl-nav .owl-next {
  right: 30px;
  visibility: visible;
}
.catalog-product-view.type-images-carousel .owl-carousel:hover .owl-nav .owl-next.disabled {
  cursor: default;
}
.catalog-product-view.type-images-carousel .owl-carousel:hover .owl-nav .owl-prev {
  left: 30px;
  visibility: visible;
}
.catalog-product-view.type-images-carousel .owl-carousel:hover .owl-nav .owl-prev.disabled {
  cursor: default;
}
.catalog-product-view.type-images-carousel .product-img-column {
  padding: 35px 0 0;
}
.catalog-product-view.type-images-carousel .product-img-column .owl-carousel .owl-nav .owl-prev,
.catalog-product-view.type-images-carousel .product-img-column .owl-carousel .owl-nav .owl-next {
  top: 50%;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items {
  text-align: inherit;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title {
  border-bottom: none;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a {
  border-bottom: 1px solid #cecece;
  position: relative;
  color: #000000;
  border-width: 1px;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:after,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:after,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:after,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:after {
  background-color: #000000;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:before,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:before,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:before,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:before {
  background-color: #000000;
  width: 2px;
  height: 12px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 42%;
  right: 5px;
  content: "";
  display: block;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed {
  color: #7d7d7d;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed:before,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed:before,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed:before,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed:before {
  display: block;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:not(.collapsed):before,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:not(.collapsed):before,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:not(.collapsed):before,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:not(.collapsed):before {
  display: none;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title:last-child a,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title:last-child a,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title:last-child a,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title:last-child a {
  border-bottom: 1px solid #cecece;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a {
  color: #000000;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a:before,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a:before,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a:before,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a:before {
  display: none;
}
.catalog-product-view.type-accordion_tabs_horizontal .product-tab-detail .product.info.detailed.accordion .product.data.items .collapse,
.catalog-product-view.type-accordion_tabs_vertical .product-tab-detail .product.info.detailed.accordion .product.data.items .collapse,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items .collapse,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items .collapse {
  padding-top: 10px;
}
.catalog-product-view.accordion-tabs .catalog-product-view .product-view-bg {
  padding-top: 0;
}
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion {
  padding-top: 0;
}
.catalog-product-view.type-gird-thumb .grid-thumb {
  margin: 0 -5px;
}
.catalog-product-view.type-gird-thumb .grid-thumb__img {
  padding: 0 5px;
}
.catalog-product-view.type-sticky-images .gallery-sticky2__img .gallery-sticky2-video-wrapper img,
.catalog-product-view.type-sticky-images .gallery-sticky2__img .gallery-sticky2-image-wrapper img {
  width: 100%;
}
.page-product-downloadable .product-add-form {
  margin-bottom: 0;
}
#product-review-table .review-control-vote label:before {
  font-size: 26px;
  top: 0;
  font-family: 'cleversoft';
  letter-spacing: 8px;
}
#product-review-table .review-control-vote label.rating-1::before {
  content: "\c241";
}
#product-review-table .review-control-vote label.rating-2::before {
  content: "\c241" "\c241";
}
#product-review-table .review-control-vote label.rating-3::before {
  content: "\c241" "\c241" "\c241";
}
#product-review-table .review-control-vote label.rating-4::before {
  content: "\c241" "\c241" "\c241" "\c241";
}
#product-review-table .review-control-vote label.rating-5::before {
  content: "\c241" "\c241" "\c241" "\c241" "\c241";
}
.product.pricing {
  color: #666666;
  margin-bottom: 20px;
}
.layout_extended_descriptions .background {
  margin: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.layout_extended_descriptions .title-text {
  font-weight: 700;
}
.pdp-feature .text {
  width: 100%;
  z-index: 1;
}
.catalog-product-tab {
  width: 100%;
}
.catalog-product-tab.isset .product.info.detailed {
  margin-bottom: 50px;
}
.catalog-product-tab.layout_extended_descriptions .product.data.items > .item.content {
  position: relative;
  border-top: none;
}
.catalog-product-tab.layout_extended_descriptions .product.data.items > .item.content:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 1000%;
  border-top: 1px solid #cccccc;
}
.catalog-product-tab .product.data.items {
  margin: 0 auto;
  padding: 0;
  float: none;
  color: #666;
}
.catalog-product-tab .product.data.items ul {
  margin-left: 20px;
}
.catalog-product-tab .product.data.items ul li {
  margin-bottom: 0;
  padding: 5px 0;
  line-height: 30px;
}
.catalog-product-tab .product.data.items strong {
  color: #666;
  font-weight: normal;
}
.catalog-product-tab .product.data.items > .item.title {
  position: relative;
  margin: 0 20px;
  overflow: hidden;
  float: none;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 1.8;
}
.catalog-product-tab .product.data.items > .item.title:first-child {
  margin-left: 0;
}
.catalog-product-tab .product.data.items > .item.title:last-child {
  margin-right: 0;
}
.catalog-product-tab .product.data.items > .item.title > .switch {
  text-transform: uppercase;
  border: none;
  font-weight: normal;
  line-height: inherit;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  background: none !important;
  height: inherit;
  padding: 17px 0 !important;
}
.catalog-product-tab .product.data.items > .item.title > .switch:hover {
  padding: 17px 0 !important;
}
.catalog-product-tab .product.data.items > .item.title.active,
.catalog-product-tab .product.data.items > .item.title:hover {
  border-bottom-color: #000000;
}
.catalog-product-tab .product.data.items > .item.title.active a,
.catalog-product-tab .product.data.items > .item.title:hover a {
  color: #000000;
}
.catalog-product-tab .product.data.items > .item.title.active:before,
.catalog-product-tab .product.data.items > .item.title:hover:before {
  width: 100%;
}
.catalog-product-tab .product.data.items > .item.title a:hover {
  background: none;
}
.catalog-product-tab .product.data.items > .item.title .counter:before {
  content: '(';
}
.catalog-product-tab .product.data.items > .item.title .counter:after {
  content: ')';
}
.catalog-product-tab .product.data.items > .item.content {
  background: transparent;
  border: none;
  border-top: 1px solid #ebebeb;
  margin-top: 60px;
  padding: 4% 0 0;
  text-align: left;
  display: none;
}
.catalog-product-tab .product.data.items > .item.content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog-product-tab .product.data.items > .item.content ul li {
  position: relative;
  padding: 3px 0 3px 25px;
}
.catalog-product-tab .product.data.items > .item.content ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #666666;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}
.catalog-product-tab .product.data.items > .item.content.first {
  display: block;
}
.catalog-product-tab .product.data.items > .item.content strong#block-upsell-heading,
.catalog-product-tab .product.data.items > .item.content strong#block-related-heading {
  display: none;
}
.catalog-product-tab .product.data.items > .item.content .product.attibute.description {
  color: #999999;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .block-title span {
  font-size: 18px;
  font-weight: 700;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-item {
  border-bottom: 1px dotted #e1e1e1;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-toolbar {
  display: none;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-ratings .rating-label {
  padding-top: 2px;
  font-weight: 700;
  min-width: 65px;
  float: left;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-ratings .rating-result > span:before {
  color: #f9bf3b;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-content {
  font-weight: 500;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-details {
  font-size: 12px;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-details .review-details-label {
  color: #999999;
}
.catalog-product-tab .product.data.items .review-add {
  padding-top: 35px;
}
.catalog-product-tab .product.data.items .review-add .review-form .review-fieldset {
  margin: 0 0 36px;
}
.catalog-product-tab .product.data.items .review-add .fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.catalog-product-tab .product.data.items .review-add .fieldset .review-legend.legend strong {
  margin: 13px 0;
}
.catalog-product-tab .product.data.items .review-add .fieldset .review-legend.legend span {
  font-weight: 500;
  font-size: 14px;
}
.catalog-product-tab .product.data.items .review-add .review-control-vote label:before {
  color: #f9bf3b;
}
.catalog-product-tab .product.data.items .review-add div.field label {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}
.catalog-product-tab .product.data.items .review-add div.field label:after {
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
  color: #e02b27;
}
.catalog-product-tab .product.data.items .owl-carousel .owl-nav > div {
  font-size: 24px;
}
.catalog-product-tab .vertical .product.data.items > .item.title > .switch {
  text-align: left;
}
#accordion .product.data.items {
  text-align: left;
}
.product-lower-primary-column,
.product-lower-secondary-column {
  position: relative;
}
.product-lower-primary-column > div,
.product-lower-secondary-column > div {
  position: relative;
  clear: both;
  width: unset;
}
.product-lower-primary-column > .row > div,
.product-lower-secondary-column > .row > div {
  position: relative;
  clear: both;
  width: 100%;
}
.product-area2 .product.info.detailed,
.product-area3 .product.info.detailed {
  margin-bottom: 0px;
}
.block.related .block-actions {
  position: relative;
}
.block.related .field.choice {
  position: absolute;
  top: 10px;
  left: inherit;
  right: 0;
}
.block.related .product-item-details h5 {
  margin: 0 0 5px 0;
}
.block.related,
.block.upsell {
  padding: 30px 0;
}
.block.related .block-content > strong,
.block.upsell .block-content > strong {
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #000;
}
.block.related .block-content > div,
.block.upsell .block-content > div {
  padding-top: 60px;
  border-top: 1px solid #ebebeb;
}
.zoo-promotion-top,
.zoo-promotion-bottom {
  position: relative;
}
.zoo-notification-text {
  overflow: hidden;
  width: 100%;
}
.zoo-notification-text:hover {
  text-decoration: underline;
  color: inherit !important;
}
.zoo-notification {
  position: relative;
  display: block;
  z-index: 4;
  background-color: #d0eced;
  background-position: center center;
  background-repeat: no-repeat;
}
.zoo-notification .zoo-notification-inner {
  text-align: center;
  font-size: 16px;
  padding: 10px 30px;
}
.zoo-notification .notification-dismiss {
  cursor: pointer;
  opacity: .9;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
  transition: opacity .25s;
  z-index: 10;
}
.zoo-notification .notification-dismiss:hover {
  opacity: 1;
}
.footer-cart-toggle {
  padding: 10px 0;
}
.nav-title-cart {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #f4f4f4;
  -moz-transform: translateY(400px);
  -webkit-transform: translateY(400px);
  -o-transform: translateY(400px);
  transform: translateY(400px);
  width: 100%;
  z-index: 4;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-title-cart .toolbar-top .toolbar.toolbar-products {
  padding: 15px;
  margin: 0;
}
.nav-title-cart .box-price {
  display: inline-block;
}
.nav-title-cart .box-price .page-title {
  display: inline-block;
  margin: 0;
  font-size: 22px;
  position: relative;
}
.nav-title-cart .box-price .brand-logo {
  display: none;
}
.nav-title-cart .box-price .price-box {
  display: inline-block;
}
.nav-title-cart .box-price .price {
  font-size: 22px;
  padding: 0 15px;
  position: relative;
  margin: 0;
}
.nav-title-cart .box-price .old-price {
  padding-top: 3px;
}
.nav-title-cart .box-price .old-price .price {
  font-size: 18px;
  color: #999999;
  margin-right: 10px;
  text-decoration: line-through;
}
.nav-title-cart .box-price .price-from,
.nav-title-cart .box-price .price-to {
  display: inline-block;
}
.nav-title-cart .box-price .price-from .price-label,
.nav-title-cart .box-price .price-to .price-label {
  display: inline-block;
}
.nav-title-cart .box-price .price-to .price-label {
  padding: 0 5px;
}
.nav-title-cart .box-tocart {
  margin-left: auto !important;
}
.nav-title-cart .box-tocart .fieldset {
  margin: 0 !important;
  display: inline-block;
}
.nav-title-cart .box-tocart .fieldset .actions {
  margin: 0;
}
.nav-title-cart .box-tocart .fieldset .field.qty {
  display: none;
}
.nav-title-cart .box-tocart .fieldset .actions .action.tocart {
  font-size: 14px;
  margin: 8px 0;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  min-width: 150px;
}
.nav-title-cart .box-tocart .fieldset .actions .action.tocart span {
  height: 40px;
  line-height: 40px;
  padding-left: 0;
}
.nav-title-cart .box-tocart .fieldset .actions .action.tocart span:before,
.nav-title-cart .box-tocart .fieldset .actions .action.tocart span:after {
  display: none;
}
.nav-title-cart.active {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-add-form .product-options-bottom {
  margin-bottom: 20px;
}
.product-add-form .product-options-bottom .product-addto-links {
  display: block;
  margin-top: 20px;
}
.product-add-form .product-options-bottom .product-addto-links .action {
  color: #000;
  padding: 10px 0;
  display: flex;
  align-items: center;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.product-add-form .product-options-bottom .product-addto-links .action-wishlist i,
.product-add-form .product-options-bottom .product-addto-links .action-compare i {
  width: 35px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #ffe5e7;
  margin-right: 10px;
}
.product-add-form .product-options-bottom .product-addto-links .action-wishlist:hover i,
.product-add-form .product-options-bottom .product-addto-links .action-compare:hover i {
  color: #f56f5e;
}
.product-add-form .product-options-bottom .product-addto-links .action-wishlist {
  margin-right: 30px;
}
.product_categories_name span {
  color: #999999;
}
.main_aside_detail {
  background: #ffffff;
}
.inner_top {
  background-color: #f7f7f7;
}
.main_aside .block-static-block {
  margin-bottom: 0;
}
.fotorama-item .fotorama__dot {
  height: 11px;
  width: 11px;
  background: #ffffff;
  border-color: #d0d0d0;
}
.fotorama-item .fotorama__dot:hover {
  background-color: #252525;
  border-color: #252525;
}
.fotorama__nav--thumbs {
  text-align: center;
}
.fotorama__active .fotorama__dot {
  background-color: #252525;
  border-color: #252525;
}
.fotorama__stage {
  padding-left: 0;
  margin-bottom: 15px;
}
.fotorama__nav--dots {
  bottom: 40px;
}
.fotorama--fullscreen .fotorama__stage {
  border: 1px solid #ddd;
  background: #ffffff;
  max-width: 100%;
  overflow: hidden;
}
.fotorama--fullscreen .fotorama__nav__shaft {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__thumb {
  border: 1px solid #cccccc !important;
  background-color: #ffffff;
}
.fotorama--fullscreen .fotorama__nav .fotorama__thumb-border {
  border-color: #21293C;
}
.fotorama--fullscreen .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img,
.fotorama--fullscreen .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  border: 3px solid #ffffff !important;
  height: 100%;
  width: 100%;
}
.fotorama--fullscreen .fotorama__stage__shaft {
  border: 3px solid #ffffff;
  box-sizing: border-box;
  max-width: 100%;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon {
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  text-indent: inherit;
  overflow: hidden;
  top: 0;
  height: 45px;
  width: 45px;
  background: transparent;
  right: 0;
  font-size: 0px;
  line-height: 60px;
  text-align: center;
  outline: none;
  opacity: 1;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon:before {
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\c067';
  font-size: 18px;
  color: #000000;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon:hover {
  background: #000000;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon:hover:before {
  color: #ffffff;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon:active {
  background-color: #000000;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon:active:after {
  display: none;
}
/* Quick View Template*/
.zoo-quickview-popup #clever-quickview .product-quickview-view {
  margin: 0;
}
#clever-quickview .swatch-attribute {
  height: auto !important;
  overflow: visible !important;
}
.quickview-product-view .page-wrapper {
  background-color: #ffffff;
}
.quickview-product-view #zoo-main-content {
  padding: 0;
  background-color: #ffffff;
  border: none;
}
.quickview-product-view #zoo-main-content .container {
  width: inherit;
  padding: 0;
}
.quickview-product-view #product-options-wrapper {
  padding-bottom: 0;
  margin-bottom: 25px;
}
.quickview-product-view #product-options-wrapper .swatch-attribute {
  margin-bottom: 15px;
}
.quickview-product-view .fotorama__fullscreen-icon {
  display: none !important;
}
.quickview-product-view .fotorama__fullscreen-icon:focus:after,
.quickview-product-view .fotorama__zoom-out:focus:after,
.quickview-product-view .fotorama__zoom-in:focus:after,
.quickview-product-view .fotorama__arr:focus:after,
.quickview-product-view .fotorama__stage__shaft:focus:after,
.quickview-product-view .fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.quickview-product-view .fotorama__nav__frame--dot:focus .fotorama__dot:after {
  display: none !important;
}
.quickview-product-view .fotorama__thumb {
  background-color: transparent;
}
.quickview-product-view .product-quickview-view {
  width: 100%;
}
.quickview-product-view .product-quickview-view .product-info-main {
  margin: 0;
}
.quickview-product-view .product-quickview-view .product-media {
  margin: 0;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__nav-wrap,
.quickview-product-view .product-quickview-view .product-media .fotorama__fullscreen-icon {
  display: none !important;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage {
  left: 0 !important;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage .fotorama__stage__shaft {
  position: relative;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage .fotorama__stage__shaft .fotorama__img {
  max-height: 650px;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage .fotorama__arr--next {
  right: 0 !important;
}
.quickview-product-view .product-quickview-view .product-media .price-label {
  display: none;
}
.quickview-product-view .product-quickview-view .product-info-main {
  padding-top: 40px;
}
.quickview-product-view .product-quickview-view .product-info-main .page-title {
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.quickview-product-view .product-quickview-view .product-info-main .product.attibute.overview {
  font-size: 16px;
  line-height: inherit;
}
.quickview-product-view .product-quickview-view .product-social-links {
  padding-bottom: 0;
  border-bottom: none;
}
.quickview-product-view .copyright {
  display: none;
}
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid;
}
/*Footer*/
.page-wrapper > .page-bottom {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.page-wrapper > .page-bottom .block-static-block.widget {
  margin-bottom: 0;
}
.black-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0.6;
}
.form-edit-account {
  max-width: 600px;
}
.form-edit-account input[type="text"],
.form-edit-account input[type="password"],
.form-edit-account input[type="url"],
.form-edit-account input[type="tel"],
.form-edit-account input[type="search"],
.form-edit-account input[type="number"],
.form-edit-account input[type="datetime"],
.form-edit-account input[type="email"] {
  width: auto;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
.account-nav {
  max-width: 260px;
}
.form-newsletter-manage legend {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.newsletters {
  overflow: hidden;
}
.newsletters .newsletter {
  height: 50px;
  float: left;
  width: -webkit-calc(100% - 190px);
  width: -moz-calc(100% - 190px);
  width: calc(100% - 190px);
  text-align: left;
}
.newsletters .newsletter .form-group {
  background: #ffffff;
}
.newsletters .newsletter .form-group label {
  padding: 0 10px;
}
.newsletters .actions {
  float: left;
  max-width: 190px;
  height: 50px;
}
.newsletters button,
.newsletters .cart.table-wrapper .actions-toolbar > .action,
.newsletters .action-gift {
  text-transform: uppercase;
  padding: 10px 40px;
  margin: 0;
  height: 100%;
  margin-left: 5px;
  border: none;
}
.newsletters.newsletters-builder .row {
  justify-content: space-between;
  align-items: center;
}
.newsletters.newsletters-builder .newsletter-footer {
  width: 100%;
}
.newsletters.newsletters-builder .newsletter-footer .newsletter-cs .content {
  margin-top: 0;
}
.newsletters-style-2.newsletters-builder {
  position: relative;
  border: 5px solid #d7d7d7;
  padding: 10px 80px;
  margin-top: 30px;
  overflow: visible;
  width: auto;
}
.newsletters-style-2.newsletters-builder h3 {
  line-height: 28px;
  margin-bottom: 25px;
}
.newsletters-style-2.newsletters-builder .cs-font:before {
  content: '\c117';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  top: -30px;
  font-size: 24px;
  left: 50%;
  margin-left: -25px;
}
.newsletters-style-2.newsletters-builder #newsletter-validate-detail {
  margin: 0 auto;
}
.newsletters-style-2.newsletters-builder #newsletter-validate-detail label.control-label {
  width: 100%;
  left: 0;
  margin: 0;
  padding: 10px;
}
.newsletters-style-2.newsletters-builder #newsletter-validate-detail input.form-control {
  padding: 11px;
  border: 1px solid #d7d7d7;
}
.newsletters-style-2.newsletters-builder #newsletter-validate-detail .subscribe {
  margin: 15px 0 5px;
  width: 100%;
  height: 40px;
  padding: 0;
  border-radius: 0;
}
.newsletters-style-2.newsletters-builder #newsletter-validate-detail .d-flex {
  display: block !important;
}
#newsletter-validate-detail {
  position: relative;
}
.newsletters-style-3 .form#newsletter-validate-detail .field .form-control {
  border-radius: 50px;
  padding: 10px 20px;
  letter-spacing: 1px;
  height: 100%;
  color: #666;
  box-shadow: none;
  border: 1px solid #c2c2c2;
}
.newsletters-style-3 .form#newsletter-validate-detail .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.newsletters-style-3 .form#newsletter-validate-detail .actions .subscribe {
  border-radius: 0;
  background: transparent;
  font-size: 0;
  margin: 0;
  height: 43px;
  padding: 0;
  box-shadow: none !important;
  width: 50px;
}
.newsletters-style-3 .form#newsletter-validate-detail .actions .subscribe:after {
  content: '\c270';
  font-size: 24px;
  color: #252525;
  font-family: 'cleversoft';
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.newsletters-style-4 .newsletter-cs .content {
  margin: 10px 0;
}
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail input {
  line-height: 1;
  padding: 5px 15px;
  background: transparent;
  border-color: #e1e1e1;
  height: 40px;
}
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe,
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe,
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe {
  border-radius: 0;
  padding: 5px 20px;
  letter-spacing: 0;
  background: #f8bf00;
  white-space: nowrap;
  border: none;
}
.newsletters-builder {
  border-radius: 5px;
  overflow: hidden;
}
.newsletters-builder .subscribe .newsletter {
  width: 100%;
}
.newsletters-builder .subscribe input {
  width: 100%;
  padding: 10px 30px;
  letter-spacing: 1px;
  color: #666;
  box-shadow: none;
  border: none;
  height: 40px;
}
.newsletters-builder .subscribe .actions .subscribe {
  padding: 0 30px;
  margin: 0;
  height: 40px;
  box-shadow: none !important;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.newsletters-home2 .subscribe .newsletter .form-group {
  background: transparent;
}
.newsletters-home2 .newsletters {
  padding: 60px 0;
}
.newsletters-home2 .newsletters button,
.newsletters-home2 .newsletters .cart.table-wrapper .actions-toolbar > .action,
.newsletters-home2 .newsletters .action-gift {
  padding: 10px 35px;
}
.newsletters-home2 .newsletter-cs .content {
  margin-top: 20px;
}
.newsletters-home2 .newsletter-cs .subscribe .newsletter {
  padding-right: 20px;
}
.newsletters-home2 .newsletter-cs .subscribe input {
  border-radius: 50px;
}
.block_parallax .block-image {
  position: relative;
  overflow: hidden;
}
.block_parallax .block-image .ctas_stack {
  position: absolute;
}
.block_parallax .block-image .ctas_stack a {
  margin: 0 10px;
  border-bottom: 1px solid #ffffff;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #ffffff;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block_parallax .block-image .ctas_stack a:hover {
  border-color: #fc6a21;
  color: #fc6a21;
}
.block_parallax .block-image img {
  width: 100%;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
.block_parallax .block-image:hover img {
  opacity: 0.85;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
}
.block_parallax .block-image1 .ctas_stack {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
}
.block_parallax .block-image2 .ctas_stack {
  bottom: 18%;
  left: 9%;
  transform: translate(-9%, -18%);
  -webkit-transform: translate(-9%, -18%);
  -moz-transform: translate(-9%, -18%);
}
.block_parallax .block-image3 .ctas_stack {
  bottom: 27%;
  left: 27%;
  transform: translate(-27%);
  -webkit-transform: translate(-27%);
  -moz-transform: translate(-27%);
}
.block_parallax .block-image3 .ctas_stack a {
  border: none;
  background: #ffffff;
  color: #000000;
  padding: 10px 20px;
}
.block_parallax .block-image3 .ctas_stack a:hover {
  background-color: #fc6a21;
  color: #ffffff;
}
.block_parallax .equal-height img {
  width: 100%;
}
.label {
  font-size: 100%;
  padding: 0;
  line-height: 1.3;
  text-align: initial;
  font-weight: normal;
  margin-bottom: 5px;
  color: #666666;
}
.banner1 {
  margin-bottom: 44px;
}
.banner1 .inner {
  background: none repeat scroll 0 0 #627f9a;
  color: #a8d6b4;
  display: block;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.banner1 .inner-banner {
  border: 1px solid #7ba887;
  display: block;
  padding: 17px 10px;
}
.banner1 h6 {
  color: #ffffff;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  margin: 0;
  padding: 0 0 1px;
}
.page-layout-1column .filter.block {
  margin: 0;
}
.extended_descriptions {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.product.media {
  text-align: center;
  margin: 0 0 50px 0;
  overflow: inherit;
  position: relative;
}
.product.media .magnifier-preview {
  left: 0 !important;
  top: 0 !important;
  z-index: 20;
}
.product.media .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(0, 95px, 0);
  transform: translate3d(0, 95px, 0);
}
.product.media .fotorama__arr {
  background-color: transparent;
}
.product.media .fotorama__arr.fotorama__arr--disabled {
  opacity: 1;
  pointer-events: inherit;
  cursor: not-allowed;
}
.product.media .fotorama__fullscreen-icon {
  width: 95px;
  height: 20px;
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #ffffff;
  padding: 0px 5px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  line-height: 20px;
  font-size: 10px;
  top: inherit;
}
.product.media .fotorama__fullscreen-icon:before {
  content: "CLICK TO ZOOM";
}
.product.media .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img,
.product.media .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}
.product.media .fotorama__stage.fotorama__shadows--right:after,
.product.media .fotorama__nav.fotorama__shadows--right:after {
  background-image: none;
}
.magnify-lens {
  background: transparent;
  border: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.social-footer {
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
.catalog-product-view._has-modal > .page-wrapper {
  filter: inherit;
}
.catalog-product-view._has-modal > .page-wrapper:before {
  content: '';
  background: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0.73;
  top: 0;
}
.catalog-product-view._has-modal .nav-title-cart-down {
  opacity: 0;
}
.share-links a {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  color: #000;
}
.share-links a:hover {
  color: #fc6a21;
}
.share-product-text p {
  font-size: 16px;
  color: #999;
}
.share-product-text h3 {
  font-size: 36px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 30px;
}
.value[itemprop="description"] {
  width: 100%;
  display: inline-block;
  color: #666;
}
.page-title-wrapper.product {
  margin-bottom: 10px;
}
.page-title-wrapper.product h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.gallery-sticky2-video-wrapper iframe {
  float: left;
}
.gallery-sticky2-image-wrapper,
.gallery-sticky2-video-wrapper {
  margin-bottom: 30px;
}
.gallery-sticky2-image-thumb-wrapper {
  padding-bottom: 10px;
}
.gallery-sticky2-image-thumb-wrapper img {
  border: 2px solid transparent;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-sticky2-image-thumb-wrapper.active img {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border-color: #ff5501;
}
.gallery-placeholder .loading-mask {
  padding: 50% 0;
}
.product-view-bg {
  position: relative;
  padding-top: 35px;
}
.product-view-bg:before {
  content: '';
  background: #f4f4f4;
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.product-view-bg:last-child {
  margin-bottom: 40px;
  padding-top: 20px;
}
.product-view-bg .product-shop__gutter .product-info-main .stock.unavailable {
  text-align: center;
  border: 1px dashed rgba(84, 84, 84, 0.55);
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in;
  background: #fff;
  margin-bottom: 20px;
}
.product-view-bg .product-shop__gutter .product-info-main .stock.unavailable span {
  color: #000;
}
.product-view-bg .product-info-price {
  margin: 0;
  width: 100% !important;
}
.zoo-main-heading .zoo-heading-wrapper-title h3 {
  clear: both;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.zoo-main-heading .zoo-heading-wrapper-title .sub-title {
  position: relative;
  top: -30px;
  color: #9d9d9d;
}
.products-grid.grid li[class*="col-"],
.widget-product-grid li[class*="col-"] {
  padding: 0 7px;
}
.products-grid.grid li:hover,
.widget-product-grid li:hover {
  z-index: 25;
}
.products-grid.grid .product-item-info,
.widget-product-grid .product-item-info {
  transition: all 0.3s;
  position: relative;
  overflow: visible;
}
.products-grid.grid .product-item-info a.product-item-link,
.widget-product-grid .product-item-info a.product-item-link {
  text-decoration: none;
  font-weight: 500;
  line-height: 20px;
}
.products-grid.grid .product-item-info .product-item-description,
.widget-product-grid .product-item-info .product-item-description,
.products-grid.grid .product-item-info .category-price-list,
.widget-product-grid .product-item-info .category-price-list {
  display: none;
}
.products-grid.grid .product-item-info .product_shop_loop,
.widget-product-grid .product-item-info .product_shop_loop {
  margin: 5px 0;
  position: relative;
}
.product-widget-sidebar {
  position: relative;
}
.product-widget-sidebar .grid {
  position: static;
}
.product-widget-sidebar .grid .owl-carousel {
  position: static;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons,
.product-widget-sidebar .grid .owl-carousel .owl-nav {
  transform: initial;
  top: 0;
  right: 0;
  width: auto;
  left: auto;
  padding: 0;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons > div,
.product-widget-sidebar .grid .owl-carousel .owl-nav > div {
  position: static;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: none;
  box-shadow: none;
  margin: 0;
  background-color: #ebebeb;
  border-radius: 0 !important;
  padding: 0;
  float: left;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons > div i,
.product-widget-sidebar .grid .owl-carousel .owl-nav > div i {
  color: #000000;
  font-size: 12px;
  margin-top: -7px;
  display: inline-block;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons > div:hover i,
.product-widget-sidebar .grid .owl-carousel .owl-nav > div:hover i {
  color: #fc6a21;
}
.products-list.list .product-item {
  width: 100% !important;
  float: none;
  display: block;
  margin-bottom: 0px;
  text-align: left;
  padding: 0;
  padding-bottom: 25px;
}
.products-list.list .product-item .zoo-product-image {
  position: relative;
  width: 25%;
  max-width: 25%;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
.products-list.list .product-item .shop_product_metas .add-to-links {
  display: none;
}
.products-list.list .product-item .product-item-details {
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: top;
  width: 70%;
  text-align: left;
}
.products-list.list .product-item .product-item-details .product-item-name {
  margin: 0 0 15px;
}
.products-list.list .product-item .product-item-details .product-item-name a {
  font-weight: 500;
  color: #000000 !important;
}
.products-list.list .product-item .product-item-details .product-item-name a:hover {
  text-decoration: inherit;
}
.products-list.list .product-item .product-item-details .action.tocart span {
  display: inline-block;
}
.products-list.list .product-item .product-item-details .product-reviews-summary,
.products-list.list .product-item .product-item-details .price-box {
  margin: 10px 0;
}
.products-list.list .product-item .product-item-details .swatch-attribute-options {
  padding: 0;
}
.products-list.list .product-item .product-item-details .product-item-description {
  margin: 15px 0;
  color: #999999;
}
.products-list.list .product-item .product-item-details .product_loop.hover {
  height: inherit;
}
.products-list.list .product-item .product-item-details .product_loop.hover .product_loop_switcher {
  display: none;
}
.products-list.list .product-item .product-item-details .product_loop.hover div[class^="swatch-opt-"] {
  text-align: left;
  height: inherit;
  line-height: inherit;
}
.products-list.list .product-item .product-item-details .hover-area {
  display: none !important;
}
.products-list.list .product-item .category-price-list .price-final_price {
  height: inherit;
}
.products-list.list .product-item .category-price-list .zoo-addtocart .action.tocart {
  background: transparent;
  color: #000000;
  padding: 0;
  font-weight: normal;
  line-height: 28px;
  border: none;
  font-size: 18px;
}
.products-list.list .product-item .category-price-list .zoo-wishlist-list,
.products-list.list .product-item .category-price-list .zoo-compare-list,
.products-list.list .product-item .category-price-list .zoo-addtocart {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 1px solid #f6f6f6;
  line-height: 35px;
  text-align: center;
  padding: 0;
  font-size: 18px;
}
.products-list.list .product-item .category-price-list .zoo-wishlist-list:hover,
.products-list.list .product-item .category-price-list .zoo-compare-list:hover,
.products-list.list .product-item .category-price-list .zoo-addtocart:hover {
  background-color: #f6f6f6;
  color: inherit;
}
.products-list.list .product-item .category-price-list .zoo-quickview {
  background: #000000;
  margin-right: 15px;
  padding: 0 15px;
  line-height: 35px;
  color: #ffffff;
  cursor: pointer;
  vertical-align: middle;
}
.products-list.list .product-item .category-price-list .zoo-quickview i {
  font-size: 18px;
}
.widgets2-cols {
  padding: 0 30px;
}
.widgets3-cols {
  padding: 0 15px;
}
.zoo-widget-style1 {
  margin-bottom: 60px;
}
.zoo-widget-style2 {
  margin-bottom: 30px;
}
.zoo-product-collection01 .products-grid.grid .owl-carousel .owl-stage-outer {
  padding: 10px 0;
}
.zoo-product-collection01 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 36px;
}
.zoo-product-collection01 .zoo-block-products-list.grid .products-grid.grid {
  margin: 0;
}
.zoo-product-collection01 .owl-item {
  padding: 0 7px;
}
.zoo-product-collection01 .owl-item .product-item-photo img {
  width: 100%;
}
.zoo-product-collection01 .owl-pagination {
  display: none;
}
.zoo-product-collection01.product-list-style2 .products-grid.grid .product-item-info {
  background: #ffffff;
}
.zoo-product-collection01.product-list-style2 .products-grid.grid .product-item-info .product-item-details {
  padding: 0 15px;
}
.zoo-product-collection01.product-list-style2 .products-grid.grid .product-item-info:hover {
  box-shadow: 0 3px 7px 0 #c0c0c0;
}
.zoo-product-collection01.zoo-carousel-style2 {
  padding: 0 15px;
}
.zoo-product-collection01.zoo-carousel-style2 .owl-item {
  padding: 0 15px;
}
.zoo-product-collection01.zoo-carousel-style2 .products-grid.grid .owl-carousel .owl-stage-outer {
  padding: 0;
}
.zoo-product-collection01.zoo-carousel-style2 .product-items .product-item-info .product-item-details {
  background: #f0f0f0;
  padding-bottom: 50px;
}
.zoo-widget-transparent .product-items .product-item-info .product-item-details {
  background: transparent;
}
.zoo-widget-transparent .product-item-name > a {
  color: #ffffff !important;
}
.zoo-widget-transparent .price-box .price,
.zoo-widget-transparent button.tocart,
.zoo-widget-transparent .cart.table-wrapper .actions-toolbar > .action.tocart,
.zoo-widget-transparent .action-gift.tocart {
  color: #ffffff !important;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs li {
  margin: 20px;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs li.active {
  border: none;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs li a {
  border: 0;
  background: transparent;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #666666;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .tab-pane {
  height: auto !important;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .tab-pane .owl-dots {
  bottom: 20px;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .product-items .product-item-info .zoo-product-image .product-image-wrapper {
  padding-bottom: 0 !important;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .product-image-container {
  width: 100% !important;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li {
  margin: 20px 5px;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active,
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover {
  border: none;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active a,
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover a {
  color: #ffffff !important;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active:before,
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover:before {
  display: none;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li a {
  font-size: 14px;
  text-transform: none;
  padding: 5px 10px;
  font-weight: normal;
  border-radius: 50px;
}
body .featured-products {
  text-align: center;
}
body .featured-products .title {
  font-size: 36px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.nav.nav-tabs {
  padding: 0;
  list-style: none;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  display: none;
}
.zoo-title-size2 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 40px;
  font-weight: normal;
}
.zoo-product-collection02 .products-grid.grid li {
  padding: 0;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info {
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info {
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info > a {
  width: 30%;
  display: inline-block;
  margin: 0;
  float: left;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  z-index: 1;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info > a img {
  margin: 0 auto;
  position: relative;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-low-of-stock,
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-sale-label {
  display: none;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-item-details {
  padding: 0;
  width: 70%;
  float: left;
  padding-left: 15px;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name {
  margin: 0 0 5px;
  padding: 0;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-item-details .price-box {
  margin-bottom: 5px;
  padding: 0;
}
.zoo-product-collection02 .products-grid.grid li:first-child .product-item-info .zoo-inner-product-item-info {
  padding-top: 0px;
  border-top: none;
}
.zoo-product-collection02 .products-grid.grid .product-reviews-summary {
  margin: 0px 0 8px;
}
.zoo-product-collection02 .swatch-attribute-options {
  margin-top: 10px;
  padding: 0;
}
.product-item-photo {
  position: relative;
  overflow: hidden;
}
.required .swatch-attribute-label:after {
  content: ' *';
  color: #EE001C;
  font-weight: normal;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
}
.related-product.zoo-product-collection01 {
  margin-bottom: 60px;
}
.related-product.zoo-product-collection01 .products-grid.grid .product-item-info {
  border: 1px solid #ebebeb;
}
.related-product.zoo-product-collection01.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  background-color: #ffffff;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li a {
  line-height: inherit;
  padding: 10px 0;
  margin-left: 0;
  border: none;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li .slicknav_arrow {
  top: 4px;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li.parent a:before {
  display: none;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top:first-child a {
  padding-left: 0;
  margin-left: 0;
}
.clever-horizontal-menu ul.clever-mega-menu li.category-menu.no-dropdown {
  border-right: 1px solid #e1e1e1;
}
.clever-horizontal-menu ul.clever-mega-menu li.category-menu.no-dropdown ul.groupmenu-nondrop {
  padding-top: 15px;
}
.clever-horizontal-menu ul.clever-mega-menu .border-none .category-menu.no-dropdown {
  border-right: none;
}
.clever-horizontal-menu ul.clever-mega-menu li.level0 > a.menu-link {
  position: relative;
  font-weight: 700;
}
.slicknav_arrow.active:before {
  content: "\c035";
}
.zoo-menu-content {
  position: relative;
  width: 100%;
}
.zoo-menu-content .menu-justify {
  position: static;
}
.is-sticky .d-flex.zoo-menu-content {
  display: flex;
}
.zoo-customer-service {
  float: right;
}
.zoo-customer-service p {
  margin: 0;
  display: inline-block;
}
.zoo-customer-service a {
  text-transform: uppercase;
  padding-left: 15px;
  border-left: 1px solid #cccccc;
  margin-left: 15px;
}
label em {
  color: #f1152f;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px;
}
.hr-login {
  position: relative;
  text-align: center;
  margin: 20px auto 0;
  max-width: 350px;
}
.hr-login span {
  position: relative;
  top: -50%;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  color: #282828;
}
.hr-login:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #aaa;
  left: 0;
}
.hr-login:nth-child(2) {
  display: none;
}
.hr-or {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: 2;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  margin: 0;
}
.button-register-left-form .hr-or,
.button-login-left-form .hr-or {
  right: -5px;
}
.button-register-right-form .hr-or,
.button-login-right-form .hr-or {
  left: 10px;
}
#is_subscribed {
  float: left;
  margin: 0 10px 0 0;
  width: inherit;
  height: inherit;
}
legend {
  border-bottom: none;
  font-size: 18px;
}
.modal-popup .modal-header {
  padding-top: 0;
}
.zoo-reg-popup.modal-popup .modal-inner-wrap {
  max-width: 640px;
}
.customer-account-forgotpassword h1.page-title,
.customer-account-login h1.page-title,
.customer-account-create h1.page-title,
#zoo-login-form h1.page-title,
#zoo-register-form h1.page-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
  margin: 0 0 20px;
  outline: none;
  text-align: center;
}
.zoo-reg-popup .form-create-account {
  max-width: 500px;
  margin: 0 auto;
}
.login-container legend,
#zoo-login-form legend,
.password.forget legend,
.form-create-account legend {
  text-align: center;
}
.login-container .note,
#zoo-login-form .note,
.password.forget .note,
.form-create-account .note {
  margin-bottom: 25px;
}
.login-container .newsletter,
#zoo-login-form .newsletter,
.password.forget .newsletter,
.form-create-account .newsletter {
  margin: 10px 0;
}
.login-container input,
#zoo-login-form input,
.password.forget input,
.form-create-account input {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  border-color: #e5e5e5;
  height: 40px;
}
.login-container input.checkbox,
#zoo-login-form input.checkbox,
.password.forget input.checkbox,
.form-create-account input.checkbox {
  display: inline-block;
  width: auto;
  height: auto;
}
.login-container label,
#zoo-login-form label,
.password.forget label,
.form-create-account label {
  display: block;
  padding-bottom: 5px;
  color: #7a7a7a;
  font-size: 13px;
}
.login-container label.label,
#zoo-login-form label.label,
.password.forget label.label,
.form-create-account label.label {
  display: inline-block;
}
.login-container p.required,
#zoo-login-form p.required,
.password.forget p.required,
.form-create-account p.required {
  color: #f1152f;
  display: inline-block;
  float: left;
  line-height: 2;
  padding: 10px 0;
}
.login-container .forgot-pass,
#zoo-login-form .forgot-pass,
.password.forget .forgot-pass,
.form-create-account .forgot-pass {
  float: right;
  display: inline-block;
  text-decoration: underline;
  padding: 10px 0;
}
.login-container .actions,
#zoo-login-form .actions,
.password.forget .actions,
.form-create-account .actions {
  margin: 20px 0;
}
.login-container button[type="submit"],
#zoo-login-form button[type="submit"],
.password.forget button[type="submit"],
.form-create-account button[type="submit"],
.login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
#zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.password.forget .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.form-create-account .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.login-container .action-gift[type="submit"],
#zoo-login-form .action-gift[type="submit"],
.password.forget .action-gift[type="submit"],
.form-create-account .action-gift[type="submit"] {
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  box-shadow: none;
  letter-spacing: 1px;
  font-size: 1.1em;
  text-transform: uppercase;
  border: none;
}
.login-container a.action.create,
#zoo-login-form a.action.create,
.password.forget a.action.create,
.form-create-account a.action.create {
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}
.password.forget a.action.create {
  padding: 13px 0;
  display: block;
  text-align: left;
}
#zoo-login-form button[type="submit"],
.login-container button[type="submit"],
#zoo-register-form-popup button[type="submit"],
#zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
#zoo-register-form-popup .cart.table-wrapper .actions-toolbar > .action[type="submit"],
#zoo-login-form .action-gift[type="submit"],
.login-container .action-gift[type="submit"],
#zoo-register-form-popup .action-gift[type="submit"] {
  float: inherit;
  width: 100%;
  margin-bottom: 20px;
}
#zoo-login-form a.action.create,
.login-container a.action.create,
#zoo-register-form-popup a.action.create {
  font-size: 14px;
  display: block;
}
.block-customer-login,
.block-new-customer {
  max-width: 350px;
  margin: 0 auto !important;
  clear: both;
}
.fancybox-skin {
  background: #ffffff !important;
  border-radius: 0 !important;
}
.price-as-configured {
  padding-bottom: 10px;
  margin: 0;
}
.user_area {
  position: relative;
  list-style: none;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}
.user_area .authorization-link {
  -webkit-box-decoration-break: clone;
}
.user_area li {
  margin: 0;
  padding-bottom: 12px;
}
.user_area .user_area_content {
  padding-top: 8px;
  display: none;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 200px;
}
.user_area .user_area_content a {
  color: #252525;
  display: inline-block;
}
.user_area .user_area_content .area-arrow {
  border-style: solid;
  margin-left: -10px;
  border-width: 10px;
  border-color: transparent transparent #6d6e6e;
  left: 55%;
  top: -8px;
  position: absolute;
  z-index: 1;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.user_area .user_area_content h4 {
  background-color: #6d6e6e;
  padding: 15px 20px;
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}
.user_area .user_area_content .user_area {
  margin: 0;
  width: 100%;
  padding: 5px 20px;
  background: #ffffff;
  text-transform: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border: none;
}
.user_area:hover .user_area_content {
  display: block;
}
.authorization-link-layout-2 li.customer-welcome {
  list-style: none;
}
.loginpopup {
  font-weight: 500;
}
.header-wishlist span.counter-number,
.header-compare span.counter-number,
.minicart-wrapper span.counter-number,
.minicart span.counter-number {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -5px;
  left: 12px;
  position: absolute;
  overflow: hidden;
}
.header-wishlist span.counter-number:empty,
.header-compare span.counter-number:empty,
.minicart-wrapper span.counter-number:empty,
.minicart span.counter-number:empty {
  display: none;
}
.pslogin-welcome-msg img {
  height: inherit;
}
.pslogin-block .pslogin-buttons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.pslogin-block .pslogin-buttons ul li {
  width: auto !important;
}
.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
  display: none !important;
}
.pslogin-block .pslogin-buttons ul.pslogin-clearfix:after {
  display: none;
}
.mini-cart-sticky,
.wishlist-sticky {
  display: none;
  float: right;
}
.logo-sticky {
  display: none !important;
}
.logo-is-sticky {
  display: none;
}
.is-sticky .logo-sticky {
  display: table-cell !important;
}
.is-sticky .minicart-wrapper:before {
  display: block;
}
.is-sticky #zoo-sticky-header {
  z-index: 9;
}
.is-sticky #zoo-sticky-header .zoo-header-user {
  display: block;
}
.is-sticky #zoo-sticky-header .zoo-header-user.d-flex {
  display: flex;
}
#sticky-headers {
  width: 100%;
}
.sticky-wrapper .d-flex.zoo-menu-content .text-center {
  width: 100%;
}
.sticky-wrapper.is-sticky .d-flex.zoo-menu-content .text-center {
  width: auto !important;
}
.text-center .clever-mega-menu {
  text-align: center;
}
.text-center .clever-mega-menu li {
  text-align: left;
}
.text-center .logo {
  float: inherit !important;
  width: 100%;
}
.text-center .logo img {
  display: inline-block;
}
#zoo-sticky-header {
  width: 100%;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 1px solid #f4f4f4;
}
#zoo-sticky-header .zoo-header-user {
  display: none;
}
.zoo-navigation-vertical .block-title {
  padding: 8px 15px;
  margin: 0;
}
.zoo-navigation-vertical .block-title i {
  color: #ffffff;
  margin-right: 10px;
}
.zoo-navigation-vertical .block-title h4 {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.product_media {
  width: 100%;
}
.zoo-main-content-area {
  position: relative;
}
.zoo-main-content-area .vertical-menu-category .clever-horizontal-menu li.level0:hover .menu-link {
  opacity: 1;
}
.zoo-main-content-area .vertical-menu-category .clever-horizontal-menu ul.clever-mega-menu li.category-menu.no-dropdown {
  border-right: none;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item {
  border: none;
  width: 100%;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link {
  height: 50px;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  width: 100%;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link span {
  padding: 0 20px;
  width: 100%;
  display: block;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link:hover {
  color: #ffffff;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link:before {
  display: none !important;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item .category-menu li.item {
  padding-left: 20px;
  padding-right: 20px;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > .clever-mega-menu-sub {
  left: 0;
  width: 100%;
  box-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: inherit;
  position: relative;
  padding: 20px 0;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > .clever-mega-menu-sub > .item {
  padding: 5px 20px;
}
.tab-style2 {
  position: relative;
  margin: 0;
}
.tab-style2 .zoo-heading-wrapper-title {
  text-align: left;
}
.tab-style2 .zoo-heading-wrapper-title h3 {
  margin: 15px 15px 10px 15px;
}
.tab-style2 .tabs-collection {
  position: relative;
  display: block;
  text-align: right;
  max-height: 50px;
}
.tab-style2 .tabs-collection .zoo-heading-wrapper-title {
  position: absolute;
}
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li {
  margin: 0px 20px;
  padding: 13px 0;
  float: inherit;
  display: inline-block;
}
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li a {
  text-transform: none;
  border: none;
  color: #666666;
  font-weight: normal;
}
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li a:hover,
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li a:focus {
  background-color: transparent;
}
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  top: 3px;
  display: none;
  background: transparent;
  -moz-transition: color 400ms, background-color 400ms;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #da3e6a;
}
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li.active:before,
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover:before {
  display: block;
  width: 0;
}
.box-product-grid .products-grid .product-item {
  width: 33.33%;
  display: inline-block;
}
.box-product-grid .enable_border_boxshadow.products-grid.grid .product-item-info {
  box-shadow: none;
}
.product-gird-right .bx-wrapper {
  border-left: 1px solid #f4f4f4;
  padding: 50px 0;
  position: relative;
  height: 100%;
}
.product-gird-right .bx-wrapper .vertical-brands {
  padding: 0;
}
.product-gird-right .bx-wrapper img {
  margin: 0 auto;
  padding: 10px 0;
}
.product-gird-right .bx-wrapper button.bx-prev,
.product-gird-right .bx-wrapper button.bx-next,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next,
.product-gird-right .bx-wrapper .action-gift.bx-prev,
.product-gird-right .bx-wrapper .action-gift.bx-next {
  margin: 0;
  width: 100%;
  left: 0;
  border-radius: 0;
  right: 0;
  height: 50px;
  font-size: 18px;
  background: transparent;
  color: #313131;
}
.product-gird-right .bx-wrapper button.bx-prev:hover,
.product-gird-right .bx-wrapper button.bx-next:hover,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  color: #ffffff;
}
.product-gird-right .bx-wrapper button.bx-prev,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev,
.product-gird-right .bx-wrapper .action-gift.bx-prev {
  top: 0;
  border-bottom: 1px solid #eaeaea;
}
.product-gird-right .bx-wrapper button.bx-next,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next,
.product-gird-right .bx-wrapper .action-gift.bx-next {
  top: 100%;
  border-top: 1px solid #eaeaea;
  margin-top: -50px;
}
.product-gird-right .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.zoo-slideshow-text-content h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 15px 0;
  line-height: 1.2;
}
.zoo-slideshow-text-content h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0 30px;
}
.flexslider {
  margin: 0;
  border: none;
  text-align: center;
}
.flexslider .flex-direction-nav a {
  font-size: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flexslider .flex-direction-nav a.flex-prev:before,
.flexslider .flex-direction-nav a.flex-next:before {
  font-size: 36px;
  color: #ffffff;
  text-shadow: none;
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexslider .flex-direction-nav a:hover:before {
  color: #252525;
}
.flexslider .flex-direction-nav a.flex-prev {
  left: -30px;
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "\c024";
}
.flexslider .flex-direction-nav a.flex-next {
  right: -30px;
  text-align: center;
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "\c034";
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 30px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 30px;
}
.slide-category .zoo-slideshow-text-wrap {
  position: absolute;
  top: inherit;
  bottom: 0%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -45%);
  -webkit-transform: translate(-50%, -45%);
  -o-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  padding: 30px;
  width: 80%;
  background: transparent;
  opacity: 0.7;
  z-index: 1;
}
.slide-category .zoo-slideshow-text-wrap h1 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  margin: 0;
}
.slide-category .zoo-slideshow-text-wrap h3 {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
}
.checkbox,
.radio {
  display: inline-block;
}
.label {
  white-space: inherit;
}
.box-market {
  position: relative;
}
.box-market:before {
  content: '';
  position: absolute;
  background-color: #e8e8e8;
  width: 100vw;
  height: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.color-section {
  background: #ffffff;
  position: relative;
  clear: both;
}
.color-section:before {
  content: '';
  border-bottom: 3px solid;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.color-section > .row {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
}
.color-section .owl-carousel .owl-nav .owl-prev,
.color-section .owl-carousel .owl-nav .owl-next {
  background: rgba(90, 90, 90, 0.8);
  color: #ffffff;
}
.color-section .owl-carousel .owl-nav .owl-prev:hover,
.color-section .owl-carousel .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.vertical-menu-one-page {
  position: fixed;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  width: 40px;
}
.vertical-menu-one-page .clever-vertical-menu {
  background: #ffffff !important;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu {
  margin: 0;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 {
  border: none;
  border-bottom: 1px solid #f1f1f1;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link {
  color: inherit !important;
  text-align: center;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
  position: relative;
  height: 50px;
  padding-top: 0;
  line-height: 50px;
  width: 100%;
  font-size: 18px;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link span {
  display: none;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active > a.menu-link .menu-icon,
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover > a.menu-link .menu-icon {
  color: #ffffff;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section1'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section1'] {
  background: #da3e6a;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section2'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section2'] {
  background: #34495e;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section3'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section3'] {
  background: #1abc9c;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section4'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section4'] {
  background: #e670a7;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section5'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section5'] {
  background: #3498db;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section6'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section6'] {
  background: #fc6a21;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section7'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section7'] {
  background: #69e028;
}
h3.mega-block-title {
  text-align: center;
  font-size: 18px;
}
.smooth-section {
  position: absolute;
  margin: -90px 0 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: -1;
}
.tab-style2 .products-grid {
  margin: 0 !important;
}
.tab-style2 .products-grid .product-item {
  margin: 0 0 0 -1px;
  padding: 0px;
}
.tab-style2 .products-grid .product-item .product-item-info {
  margin: 0;
  padding: 10px;
  height: auto !important;
}
.tab-style2 .products-grid .product-item .product-item-info .zoo-inner-product-item-info {
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
}
.tab-style2 .products-grid .product-item .product-item-info .product-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
.tab-style2 .products-grid .product-item .product-item-info .product-item-details {
  padding: 10px 0 0 0 !important;
}
.tab-style2 .products-grid .product-item .product-item-info a.product-item-link {
  font-weight: normal;
}
.tab-style2 .products-grid .product-item .product-item-info:hover .zoo-inner-product-item-info {
  border-color: #f8d685;
}
.tab-style2 .products-grid .product-item .product-item-info:after {
  background-color: #e6e6e6;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 28px;
  width: 1px;
  height: 65%;
}
.banner {
  color: #ffffff;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
}
.banner-caption-left,
.banner-caption-right {
  width: 50%;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-title {
  font-size: 25px;
  display: block;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-desc {
  font-size: 17px;
  opacity: 0.7;
}
.cat-block {
  position: relative;
}
.cat-block a {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}
.cat-block a img {
  width: 100%;
}
.cat-block a span {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  padding: 15px 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.price-label {
  display: none;
}
.homepage-bar {
  border: 1px solid #eaeaea;
}
.homepage-bar .col-md-4 {
  border-left: 1px solid #eaeaea;
  padding: 25px 20px;
  position: relative;
}
.homepage-bar .col-md-4 .zoo-bar-content {
  position: relative;
  margin: 0 25px;
}
.homepage-bar .col-md-4 .zoo-bar-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
}
.homepage-bar .col-md-4 p {
  font-weight: 400;
  color: #999999;
}
.homepage-bar .col-md-4 span.fa {
  position: absolute;
  left: 0;
  top: 5px;
}
.homepage-bar .col-md-4 .text-area {
  padding-left: 55px;
  text-align: left;
}
.payment-img {
  min-height: 34px;
  background-image: url(../../frontend/CleverSoft/jung/de_DE/images/payments.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  line-height: 40px;
}
.newsletter-cs,
.newsletters-style-3 {
  min-width: initial;
  max-width: initial;
}
.newsletter-cs .content,
.newsletters-style-3 .content {
  display: block;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}
.newsletter-cs .title,
.newsletters-style-3 .title,
.newsletter-cs .label,
.newsletters-style-3 .label {
  display: none;
}
.newsletter-cs .subscribe input,
.newsletters-style-3 .subscribe input {
  width: 100%;
  padding: 10px 30px;
  letter-spacing: 1px;
  height: 100%;
  color: #666666;
  box-shadow: none;
}
.newsletter-cs .subscribe input:focus,
.newsletters-style-3 .subscribe input:focus {
  box-shadow: none;
  outline: none;
}
.newsletter-cs .subscribe .action.primary,
.newsletters-style-3 .subscribe .action.primary {
  box-shadow: none;
  border: none;
}
.newsletter-cs .subscribe .action.primary:focus,
.newsletters-style-3 .subscribe .action.primary:focus {
  box-shadow: none;
  outline: none;
}
.newsletter-cs .subscribe .action.primary:hover,
.newsletters-style-3 .subscribe .action.primary:hover {
  background-color: #fc7b3a;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.newsletter-cs .control,
.newsletters-style-3 .control {
  position: relative;
  height: 50px;
}
.newsletter-cs .control #newsletter-error,
.newsletters-style-3 .control #newsletter-error {
  position: absolute;
  height: 50px;
}
.form .form-group {
  padding-bottom: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.zoo-widget-title-sm {
  padding-top: 20px;
}
.box-connect {
  margin-top: 10px;
}
.box-connect > div {
  float: right;
}
.box-connect a {
  margin-left: 10px;
  color: #ffffff;
  display: inline-block;
}
.icon-style-1 a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin-left: 10px;
  background: #262626;
  border-radius: 50%;
}
.icon-style-1 a span,
.icon-style-1 a i {
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 3px;
}
/* Form Search*/
.block-search .form.minisearch .control {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  display: flex;
  border: none;
}
.block-search .form.minisearch .control ::-webkit-input-placeholder {
  color: #bcbbb9;
}
.block-search .form.minisearch .control :-moz-placeholder {
  color: #bcbbb9;
}
.block-search .form.minisearch .control ::-moz-placeholder {
  color: #bcbbb9;
}
.block-search .form.minisearch .control :-ms-input-placeholder {
  color: #bcbbb9;
}
.block-search .form.minisearch .control .action.search:before {
  line-height: 45px;
}
.block-search .form.minisearch .control input {
  display: inline-block;
  padding: 0;
  border: none;
  height: 40px;
}
.block-search .form.minisearch .control input:focus,
.block-search .form.minisearch .control input:active {
  box-shadow: none;
}
.block-search .form.minisearch .actions .action.search {
  left: 10px;
  right: auto;
}
.block-search .form.minisearch .actions .action.search:before {
  color: #ffffff;
  line-height: 40px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-image-container {
  vertical-align: top;
  width: 100%;
}
.product-new-label,
.product-sale-label {
  width: 50px;
}
.product-new-label,
.product-sale-label,
.stock.unavailable {
  z-index: 3;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}
.product-new-label {
  background: #59b210;
}
.product-sale-label {
  background-color: #EA1D39;
}
.product-new-label + .product-sale-label {
  top: 47px;
}
.stock.unavailable {
  background-color: #141414;
}
.product-new-label + .product-sale-label,
.product-new-label + .stock.unavailable {
  top: 47px;
}
.catalog-product-view .label-product-view .product-new-label,
.catalog-product-view .label-product-view .product-sale-label {
  left: 170px;
}
.product-low-of-stock {
  z-index: 3;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: .9;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.isotope-item {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.product-items .product-item-info {
  overflow: hidden;
  width: 100%;
  display: block;
}
.product-items .product-item-info .zoo-product-image-2 {
  position: relative;
  overflow: hidden;
}
.product-items .product-item-info .zoo-product-image-2 .product-new-label,
.product-items .product-item-info .zoo-product-image-2 .product-sale-label,
.product-items .product-item-info .zoo-product-image-2 .product-low-of-stock {
  z-index: 99;
  position: absolute;
  top: 5px;
  min-width: 40px;
  padding: 0 5px;
  height: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 21px;
  text-align: center;
}
.product-items .product-item-info .zoo-product-image-2 .stock.unavailable span {
  font-size: 11px;
}
.product-items .product-item-info .zoo-product-image-2 .product-new-label {
  background-color: #3f51b5;
  left: 5px;
}
.product-items .product-item-info .zoo-product-image-2 .product-sale-label {
  background-color: #fc6a21;
  right: 5px;
}
.product-items .product-item-info .zoo-product-image-2 .product-low-of-stock {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: .9;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.product-items .product-item-info .zoo-product-image {
  position: relative;
  overflow: hidden;
}
.product-items .product-item-info .zoo-product-image a {
  display: block;
}
.product-items .product-item-info .zoo-product-image a img {
  width: 100%;
  margin: 0 auto;
}
.product-items .product-item-info .zoo-product-image a img.product-image-photo {
  position: relative;
}
.product-items .product-item-info .zoo-product-image .product-image-wrapper {
  height: inherit;
}
.product-items .product-item-info .add-to-link > div {
  cursor: pointer;
}
.product-items .product-item-info .price-box .price {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.product-items .product-item-info .price-box .old-price {
  margin: 0;
  padding: 0 10px;
}
.product-items .product-item-info .price-box .old-price .price {
  line-height: 24px;
  text-decoration: line-through;
  color: #999999;
}
.product-items .product-item-info .product-item-details {
  position: relative;
  padding: 15px 0;
  background: #ffffff;
  z-index: 4;
  text-align: center;
}
.product-items .product-item-info .product-item-details .product-item-name {
  margin: 0 0 10px 0;
}
.product-items .product-item-info .product-item-details .product-item-name a {
  color: #999999;
}
.product-items .product-item-info .product-item-details .price-final_price {
  display: inline-block;
}
.product-items .product-item-info .product-item-details .price-final_price .price-from,
.product-items .product-item-info .product-item-details .price-final_price .price-to {
  display: inline-block;
  padding: 0 3px;
}
.product-items .product-item-info .product-item-details .product-reviews-summary {
  margin: 0 0 5px;
  padding: 0;
}
.product-items .product-item-info .product-item-details .d-flex.justify-content-between {
  position: relative;
}
.product-items .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute-options {
  margin-top: 0;
  padding: 5px 0;
}
.product-items .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute-label,
.product-items .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute-selected-option {
  display: none;
}
.product-items .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute-selected-option {
  padding: 0;
}
.product-items .product-item-actions {
  text-align: left;
  width: 100%;
  margin: 0;
}
.product-items .product-item-actions .actions-primary {
  display: inline-block;
  padding-right: 10px;
}
.product-items .product-item-actions .mt-actions-secondary {
  display: inline-block;
}
.product-items .product-item-actions .mt-actions-secondary a {
  background: #fafafa;
  font-size: 10px;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000000;
  border: none;
}
.product-items .product-item-actions .mt-actions-secondary a:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background: #fc6a21;
  color: #ffffff;
}
.swatch-option-tooltip {
  max-width: 0px !important;
  max-height: 0px !important;
  overflow: hidden;
  min-height: 0px !important;
  min-width: 0px !important;
  border: none !important;
  background: transparent !important;
  display: none !important;
}
.shop_product_metas {
  position: relative;
}
.shop_product_metas .add-to-links {
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  padding: 0;
}
.logo-brand .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-transparent .products-grid .product-item-info .product-item-details {
  background: transparent;
}
.bg-transparent .products-grid .product-item-info:hover,
.bg-transparent .products-grid .product-item-info.active {
  background: transparent;
}
.bg-transparent .products-grid .product-item-info:hover .product-item-details,
.bg-transparent .products-grid .product-item-info.active .product-item-details {
  background: transparent;
}
.bg-transparent .products-grid .product-item-info:hover .hover-area,
.bg-transparent .products-grid .product-item-info.active .hover-area {
  opacity: 1;
}
.enable_border_boxshadow.products-grid.grid .product-item-info,
.enable_border_boxshadow.widget-product-grid .product-item-info {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.enable_border_boxshadow.products-grid.grid .product-item-info .product-item-details,
.enable_border_boxshadow.widget-product-grid .product-item-info .product-item-details {
  padding: 15px;
}
.enable_border_boxshadow.products-grid.grid .product-item-info:hover,
.enable_border_boxshadow.widget-product-grid .product-item-info:hover {
  box-shadow: none;
}
.add-to-links {
  padding: 15px 0;
  font-size: 16px;
}
.add-to-links > div {
  display: inline;
  padding: 0 5px;
}
.add-to-links > div span.add-to-label {
  font-size: 12px;
}
.towishlist:hover .fa.fa-heart-o:before,
.zoo-wishlist:hover .fa.fa-heart-o:before {
  content: "\f004";
}
div[class^="swatch-opt-"] {
  margin: 0;
}
.product-img-additional {
  max-width: 100%;
  z-index: 2;
}
.product-img-additional img {
  display: block;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
  padding: 0;
  margin: 0;
}
body .rating-summary .rating-result:before,
body .rating-summary .rating-result > span:before {
  height: 14px;
  line-height: 14px;
  letter-spacing: -8px;
}
.newsletterbox button#cboxClose,
.newsletterbox .cart.table-wrapper .actions-toolbar > .action#cboxClose,
.newsletterbox .action-gift#cboxClose {
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  text-indent: inherit;
  overflow: hidden;
  color: #ffffff;
  top: 23px;
  height: 45px;
  width: 45px;
  background: #000000;
  right: 0;
  font-size: 0px;
  line-height: 60px;
}
#cboxContent.newsletterbox {
  background: transparent;
}
#cboxWrapper {
  overflow: visible;
}
#zoo_newsletter .zoo-popup-newsletter-inner {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  padding: 20px 50px;
}
#zoo_newsletter .zoo-popup-newsletter-inner h2 {
  position: relative;
  font-size: 30px;
  padding: 15px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
#zoo_newsletter .zoo-popup-newsletter-inner input[name=email] {
  background: transparent;
  height: 40px;
  border: 1px solid;
  color: #959595;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#zoo_newsletter .zoo-popup-newsletter-inner input[name=email]:focus {
  box-shadow: none;
}
#zoo_newsletter .zoo-popup-newsletter-inner button,
#zoo_newsletter .zoo-popup-newsletter-inner .cart.table-wrapper .actions-toolbar > .action,
#zoo_newsletter .zoo-popup-newsletter-inner .action-gift {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 12px 35px;
  margin: 20px 0 10px 0;
  border-radius: 0;
}
#zoo_newsletter .zoo-popup-newsletter-inner .row-none {
  margin-bottom: 10px;
}
#zoo_newsletter .zoo-popup-newsletter-inner .row-none .popup_message .intro {
  line-height: 25px;
  margin-bottom: 20px;
  color: #959595;
}
#zoo_newsletter .zoo-popup-newsletter-inner .subcriper_label {
  font-size: 12px;
  font-weight: normal;
  color: #898989;
}
#zoo_newsletter .zoo-popup-newsletter-inner .subcriper_label input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  float: left;
}
#zoo_newsletter .zoo-popup-newsletter-inner .subcriper_label input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}
#zoo_newsletter .zoo-popup-newsletter-inner form {
  position: relative;
}
#zoo_newsletter .zoo-popup-newsletter-inner form label {
  left: 0;
  right: 0;
  color: #959595;
  font-weight: normal;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box input.input-text {
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  -webkit-appearance: caret;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  color: #c9c9c9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box input.input-text:focus {
  color: #000000;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box #zoo-newsletter-error {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .actions button,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .cart.table-wrapper .actions-toolbar > .action,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .action-gift {
  padding: 0 30px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-transform: uppercase;
  box-shadow: none;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .actions button span,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .cart.table-wrapper .actions-toolbar > .action span,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .action-gift span {
  color: #ffffff;
}
#zoo_newsletter div.mage-error[generated] {
  margin-top: 13px;
  display: inline-block;
  white-space: nowrap;
}
/* countdown product */
.product_countdown.zoo-product-collection01 .owl-item {
  padding: 0 10px;
}
.product_countdown .widget-product-grid .owl-stage-outer {
  padding: 0 0 70px 0 !important;
}
.product_countdown .widget-product-grid .owl-item li {
  border-left: 0;
}
.product_countdown .widget-product-grid .owl-item li .product-item-info {
  padding: 0;
}
.product_countdown .widget-product-grid .owl-item li .product-item-info .product-item-details {
  padding: 20px;
}
.product_countdown .owl-carousel .owl-dots {
  bottom: 30px;
}
.product_countdown .owl-carousel .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 10px;
}
.product_countdown .owl-carousel .owl-nav .owl-prev,
.product_countdown .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border: 1px solid #e8e8e8;
  line-height: 30px;
}
.product_countdown .owl-carousel .owl-nav .owl-prev a:before,
.product_countdown .owl-carousel .owl-nav .owl-next a:before {
  font-size: 16px;
}
.clever-countdown .product-date {
  position: relative;
  margin: 15px 0;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.clever-countdown-product-detail {
  max-width: 400px;
  margin: 0 auto;
}
.clever-countdown-product-detail .product-date {
  padding: 0 50px;
}
.clever-countdown-product-detail h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  color: #fb6565;
}
.clever-countdown-product-detail .clever-countdown-progress-bar {
  margin-bottom: 20px;
}
.clever-countdown-available-amount {
  float: left;
  color: #959595;
  margin-top: 10px;
  line-height: 18px;
}
.clever-countdown-available-amount > span {
  color: #000000;
}
.clever-countdown-label {
  line-height: 18px;
  font-size: 16px;
  color: #959595;
  margin-bottom: 5px;
  text-align: left;
}
.clever-countdown-ordered-amount {
  float: right;
  color: #959595;
  margin-top: 10px;
  line-height: 18px;
}
.product-date > div {
  text-align: center;
  color: #111111;
  display: block;
  position: relative;
  width: 20%;
}
.product-date .space {
  font-size: 22px;
}
.product-date > div.second:after {
  display: none;
}
.product-date > div span.no {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  padding: 5px;
  background: #ebebeb;
  border-radius: 4px;
  display: inline-block;
}
.product-date > div span.text {
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin-top: 7px;
  display: inline-block;
  text-transform: capitalize;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 0;
}
.columns .column.main {
  padding-bottom: 0;
  min-height: inherit;
}
.swatch-attribute-options .swatch-option {
  overflow: inherit;
  margin: 0 6px;
  padding: 0;
  height: 35px;
  width: 35px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 1px #a0a0a0;
  position: relative;
}
.swatch-attribute-options .swatch-option:before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border: 2px solid transparent;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swatch-attribute-options .swatch-option.selected,
.swatch-attribute-options .swatch-option:hover {
  outline: none !important;
  box-shadow: none;
}
.swatch-attribute-options .swatch-option.selected:before,
.swatch-attribute-options .swatch-option:hover:before {
  border-color: #f56f5e;
}
#product-options-wrapper {
  margin-bottom: 20px;
}
#product-options-wrapper .swatch-attribute {
  margin-bottom: 20px;
}
#product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-weight: 700;
  color: #000000;
}
#product-options-wrapper .swatch-attribute .swatch-option.color {
  margin: 0 20px 0 0;
  width: 20px;
  height: 20px;
  outline: none;
}
#product-options-wrapper .swatch-attribute .swatch-attribute-selected-option {
  color: #999999;
  padding-left: 17px;
  text-transform: capitalize;
  font-weight: normal;
}
#product-options-wrapper .swatch-attribute.size .swatch-attribute-options,
#product-options-wrapper .swatch-attribute.sizes .swatch-attribute-options {
  padding: 0;
}
#product-options-wrapper .swatch-attribute.size .swatch-option,
#product-options-wrapper .swatch-attribute.sizes .swatch-option {
  margin-left: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  outline: none;
  color: #000000;
  line-height: 26px;
}
#product-options-wrapper .swatch-attribute.size .swatch-option:hover,
#product-options-wrapper .swatch-attribute.sizes .swatch-option:hover,
#product-options-wrapper .swatch-attribute.size .swatch-option.selected,
#product-options-wrapper .swatch-attribute.sizes .swatch-option.selected {
  border: 2px solid #000000;
}
#product-options-wrapper .swatch-attribute select {
  position: relative;
  height: 40px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../frontend/CleverSoft/jung/de_DE/images/caret.png) no-repeat center right 10px;
  cursor: pointer;
}
#product-options-wrapper .options-list .field {
  padding: 3px 0;
}
.bundle-options-container {
  margin-bottom: 0;
}
.bundle-options-container .product-add-form {
  position: relative;
  padding-top: 60px;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-addto-links {
  display: block;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-addto-links .action {
  color: #000000;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 20px;
  border: 1px solid;
  margin-left: 10px;
  text-align: center;
}
.bundle-options-container .product-add-form:before {
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
}
.bundle-options-container .product-add-form #product-options-wrapper .fieldset .field.qty .control {
  box-shadow: none;
  display: block;
  background: #fafafa;
}
.bundle-options-container .product-add-form #product-options-wrapper .fieldset .field.qty .control button,
.bundle-options-container .product-add-form #product-options-wrapper .fieldset .field.qty .control input,
.bundle-options-container .product-add-form #product-options-wrapper .fieldset .field.qty .control .cart.table-wrapper .actions-toolbar > .action,
.bundle-options-container .product-add-form #product-options-wrapper .fieldset .field.qty .control .action-gift {
  background: #fafafa;
  color: #000000;
  font-size: 15px;
}
.bundle-options-container .stock.available {
  display: none;
}
.bundle-options-container #bundleSummary {
  background: #fdfdfd;
  border: 1px dashed #d1d1d1;
  text-align: center;
}
.bundle-options-container #bundleSummary h2 {
  margin-bottom: 20px;
}
.bundle-options-container #bundleSummary span.product-image-container {
  margin-bottom: 20px;
}
.bundle-options-container #bundleSummary .price-box.price-configured_price {
  clear: both;
  margin-top: 20px;
}
.bundle-options-container #bundleSummary.block-bundle-summary .bundle.items > li {
  margin: 20px 0;
}
.bundle-options-container #bundleSummary.block-bundle-summary .bundle.items > li .label {
  font-weight: 700;
}
.bundle-options-container #bundleSummary.block-bundle-summary .bundle.items > li div[data-container="options"] {
  color: #a0a0a0;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: #ff4d89;
  border-bottom: 1px solid #ff4d89;
}
.owl-carousel,
.owlslider {
  padding: 0;
  margin: 0;
}
.owl-carousel .owl-buttons,
.owlslider .owl-buttons,
.owl-carousel .owl-nav,
.owlslider .owl-nav {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
}
.owl-carousel .owl-buttons .owl-prev,
.owlslider .owl-buttons .owl-prev,
.owl-carousel .owl-nav .owl-prev,
.owlslider .owl-nav .owl-prev,
.owl-carousel .owl-buttons .owl-next,
.owlslider .owl-buttons .owl-next,
.owl-carousel .owl-nav .owl-next,
.owlslider .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  font-size: 36px;
  color: #000000;
  opacity: 0;
  width: 50px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-buttons .owl-prev.disabled,
.owlslider .owl-buttons .owl-prev.disabled,
.owl-carousel .owl-nav .owl-prev.disabled,
.owlslider .owl-nav .owl-prev.disabled,
.owl-carousel .owl-buttons .owl-next.disabled,
.owlslider .owl-buttons .owl-next.disabled,
.owl-carousel .owl-nav .owl-next.disabled,
.owlslider .owl-nav .owl-next.disabled {
  cursor: not-allowed;
}
.owl-carousel .owl-buttons .owl-next,
.owlslider .owl-buttons .owl-next,
.owl-carousel .owl-nav .owl-next,
.owlslider .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-buttons .owl-prev,
.owlslider .owl-buttons .owl-prev,
.owl-carousel .owl-nav .owl-prev,
.owlslider .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-controls,
.owlslider .owl-controls {
  margin: 0;
}
.owl-carousel .owl-pagination,
.owlslider .owl-pagination,
.owl-carousel .owl-dots,
.owlslider .owl-dots {
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 100%;
}
.owl-carousel .owl-pagination .owl-page,
.owlslider .owl-pagination .owl-page,
.owl-carousel .owl-dots .owl-page,
.owlslider .owl-dots .owl-page,
.owl-carousel .owl-pagination .owl-dot,
.owlslider .owl-pagination .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owlslider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #cccccc;
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: auto;
}
.owl-carousel .owl-pagination .owl-page.active,
.owlslider .owl-pagination .owl-page.active,
.owl-carousel .owl-dots .owl-page.active,
.owlslider .owl-dots .owl-page.active,
.owl-carousel .owl-pagination .owl-dot.active,
.owlslider .owl-pagination .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active,
.owlslider .owl-dots .owl-dot.active,
.owl-carousel .owl-pagination .owl-page:hover,
.owlslider .owl-pagination .owl-page:hover,
.owl-carousel .owl-dots .owl-page:hover,
.owlslider .owl-dots .owl-page:hover,
.owl-carousel .owl-pagination .owl-dot:hover,
.owlslider .owl-pagination .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:hover,
.owlslider .owl-dots .owl-dot:hover {
  background: #999999;
}
.owl-carousel .owl-pagination .owl-page span,
.owlslider .owl-pagination .owl-page span,
.owl-carousel .owl-dots .owl-page span,
.owlslider .owl-dots .owl-page span,
.owl-carousel .owl-pagination .owl-dot span,
.owlslider .owl-pagination .owl-dot span,
.owl-carousel .owl-dots .owl-dot span,
.owlslider .owl-dots .owl-dot span {
  display: none;
}
.owl-carousel:hover .owl-buttons .owl-next,
.owlslider:hover .owl-buttons .owl-next,
.owl-carousel:hover .owl-nav .owl-next,
.owlslider:hover .owl-nav .owl-next {
  right: -50px;
  opacity: 1;
}
.owl-carousel:hover .owl-buttons .owl-prev,
.owlslider:hover .owl-buttons .owl-prev,
.owl-carousel:hover .owl-nav .owl-prev,
.owlslider:hover .owl-nav .owl-prev {
  opacity: 1;
  left: -50px;
}
.owlslider .owl-nav {
  top: 25%;
}
#brands-carousel .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.slideshow-home01 .zoo-slideshow-text-content .btn-novetty {
  padding: 10px 40px;
}
.slideshow-home01 .zoo-slideshow-text-content .zoo-button-slide a {
  font-weight: 500;
  padding: 0;
  background: transparent;
}
.slideshow-home01 .zoo-slideshow-text-content .zoo-button-slide a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.slideshow-home01 .zoo-slideshow-text-content .zoo-button-slide a:hover:after {
  width: 0;
}
.slideshow-home01 .flex-control-nav li {
  margin: 0 4px;
}
.slideshow-home01 .flex-control-nav li a {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ffffff;
}
.slideshow-home01 .flex-control-nav li a.flex-active,
.slideshow-home01 .flex-control-nav li a:hover {
  background: #ffffff;
}
.slide-home12 .zoo-slideshow-text-content .zoo-button-slide a,
.slide-home13 .zoo-slideshow-text-content .zoo-button-slide a,
.slide-home14 .zoo-slideshow-text-content .zoo-button-slide a {
  border: 1px solid #ffffff;
}
.slide-home12 .zoo-slideshow-text-content .zoo-button-slide a:hover,
.slide-home13 .zoo-slideshow-text-content .zoo-button-slide a:hover,
.slide-home14 .zoo-slideshow-text-content .zoo-button-slide a:hover {
  border-color: transparent;
}
.slide-home12 .zoo-slideshow-text-content h2,
.slide-home13 .zoo-slideshow-text-content h2,
.slide-home14 .zoo-slideshow-text-content h2 {
  font-weight: normal;
}
.slide-home11 .zoo-slideshow-text-content .zoo-button-slide a,
.slide-home16 .zoo-slideshow-text-content .zoo-button-slide a {
  border-radius: 40px;
}
.slide-type2 .flexslider .flex-direction-nav a {
  background: rgba(90, 90, 90, 0.8);
  color: #ffffff;
  width: 36px;
}
.slide-type2 .flexslider .flex-direction-nav a:hover,
.slide-type2 .flexslider .flex-direction-nav a.flex-active {
  background: rgba(0, 0, 0, 0.8);
}
.slide-type2 .flexslider .flex-direction-nav a:before,
.slide-type2 .flexslider .flex-direction-nav a:after {
  color: #ffffff;
}
.slide-type2 .flexslider .flex-direction-nav a.flex-prev {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
}
.slide-type2 .flexslider .flex-direction-nav a.flex-next {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
}
.slide-type2 .flex-control-nav li {
  margin: 0 4px;
}
.slide-type2 .flex-control-nav li a {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ffffff;
}
.slide-type2 .flex-control-nav li a.flex-active,
.slide-type2 .flex-control-nav li a:hover {
  background: #ffffff;
}
.button-bg-transparent .zoo-button-slide a {
  background: transparent;
}
.logo-brand .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.btn-novetty,
button.action.primary.checkout,
.opc-wrapper .form-discount button,
.cart.table-wrapper .actions-toolbar > .action.action.primary.checkout,
.opc-wrapper .form-discount .cart.table-wrapper .actions-toolbar > .action,
.action-gift.action.primary.checkout,
.opc-wrapper .form-discount .action-gift {
  font-size: 14px;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  padding: 10px 50px;
  display: inline-block;
  margin: 20px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid transparent;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/************** TITLE STYLE **************/
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3:after,
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 1px solid #eaeaea;
  left: 0;
  top: 50%;
  z-index: 1;
}
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 span,
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.zoo-title-border-0 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-border-0 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  display: none;
}
.zoo-title-border-0 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  background: transparent;
}
.zoo-title-color-white .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  color: #ffffff;
}
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  text-align: center;
}
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  padding: 0 30px;
}
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  padding-right: 30px;
}
.zoo-title-style3 .zoo-main-heading .zoo-heading-wrapper-title {
  text-align: center;
}
.zoo-title-style3 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 30px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}
.zoo-title-style3 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  position: absolute;
  content: '';
  border-bottom: 2px solid #f8bf00;
  width: 100px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title,
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title {
  text-align: center;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3,
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  margin-top: 50px;
  display: inline-block;
}
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title {
  text-align: left;
}
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  margin-top: 20px;
}
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3:before {
  display: none;
}
.zoo-title-style6 .zoo-main-heading {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.zoo-title-style6 .zoo-main-heading:before {
  position: absolute;
  content: '';
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.zoo-title-style6 .zoo-main-heading:after {
  position: absolute;
  content: '';
  border-bottom: 2px solid;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
}
.zoo-title-style6 .zoo-main-heading .zoo-heading-wrapper-title {
  white-space: nowrap;
}
.zoo-title-style6 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  padding-bottom: 10px;
  margin: 0;
  position: relative;
  margin-right: 60px;
  font-size: 24px;
}
.zoo-title-style6 .zoo-main-heading .countdown-deal {
  display: flex;
  width: 100%;
}
.zoo-title-style6 .zoo-main-heading .countdown-deal .countdown-deal__content {
  width: 100%;
}
.zoo-title-style6 .zoo-main-heading .countdown-deal .countdown-deal__content .countdown-deal__times {
  margin-right: auto;
  border-radius: 6px;
}
/****************** sidebar ***********************/
.ui-slider-handle {
  height: 12px;
  width: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  overflow: hidden;
  background: #000000;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
}
.ui-widget.ui-widget-content.ui-slider-horizontal {
  height: 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #e5e5e5;
  margin-top: 10px;
  margin-right: 15px;
}
.ui-widget.ui-widget-content.ui-slider-horizontal span {
  margin-top: -30px;
}
.ui-widget.ui-widget-content.ui-slider-horizontal .ui-slider-handle {
  background: #ffffff;
  border: 3px solid;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  width: 14px;
  height: 14px;
  top: -3px;
  box-shadow: none;
}
.img-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#infscr-loading {
  padding-top: 50px;
}
#infscr-loading > div {
  padding-top: 15px;
}
#mt_layer_filter_display {
  overflow: hidden;
  color: #666666;
}
.items-price {
  margin-top: 20px;
  color: #999999;
}
/****************** image effect ***********************/
.grid .figure img {
  width: 100% !important;
}
.grid .figure.effect-bubba {
  background-color: rgba(54, 54, 54, 0.2);
  margin-bottom: 15px;
}
.grid .figure.effect-bubba h2 {
  font-size: 24px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 5%;
  padding-left: 5%;
  text-align: left;
}
/* Common style */
.grid .figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.grid .figure img {
  position: relative;
  display: block;
  width: 100%;
}
.grid .figure .figcaption {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.figure.effect-sadie .figcaption::before,
.figure.effect-sadie p,
.figure.effect-sadie h2 {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.figure.effect-bubba .figcaption::before,
.figure.effect-bubba .figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.figure.effect-bubba .figcaption::before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.figure.effect-bubba .figcaption::after {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.figure.effect-bubba:hover .figcaption::before,
.figure.effect-bubba:hover .figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.figure.effect-bubba:hover img {
  opacity: .4;
}
.figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.figure.effect-bubba:hover h2,
.figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body {
  height: auto !important;
}
body .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  color: #304ffe;
  border-color: #304ffe;
}
body .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #304ffe;
}
body .radio input[type=radio]:checked ~ .circle {
  border-color: #304ffe;
}
body .radio input[type=radio]:checked ~ .check {
  background-color: #304ffe;
}
.checkbox-filter label {
  cursor: pointer;
  padding-left: 0;
  color: #000000;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.checkbox-filter.disabled {
  opacity: 0.5;
}
.form-group.is-focused .checkbox-filter label {
  color: #999999;
}
.form-group.is-focused .checkbox-filter label:hover,
.form-group.is-focused .checkbox-filter label:focus {
  color: #999999;
}
.socialproof-modal {
  position: fixed;
  left: 20px;
  z-index: 9999;
  background: #ffffff;
  width: 340px;
  border-radius: 10px;
  padding: 0;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  bottom: 20px;
}
.socialproof-modal .title-box {
  height: 30px;
  background: #f2f2f8;
  display: inline-block;
  width: 100%;
  border-radius: 10px 10px 0 0;
  line-height: 30px;
  font-size: 14px;
  padding: 0 0 0 10px;
}
.socialproof-modal .socialproof-close {
  top: 8px;
  right: 11px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
}
.socialproof-modal img {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin-left: 5px;
}
.socialproof-modal p {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}
.socialproof-modal p a {
  font-weight: 700;
}
.socialproof-modal .timeline {
  display: block;
}
.block-authentication .block-title {
  font-size: 30px !important;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
  margin: 0 0 20px;
  outline: none;
  text-align: center;
}
.block-authentication .actions-toolbar {
  margin-left: 0 !important;
}
.block-authentication .actions-toolbar > .primary .action {
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  box-shadow: none;
  letter-spacing: 1px;
  font-size: 1.1em;
  text-transform: uppercase;
  border: none;
  font-weight: normal;
}
.block-authentication .actions-toolbar .secondary {
  float: inherit;
  margin: 0;
  text-align: center;
  width: 100%;
}
fieldset[disabled] .form-group.is-focused .checkbox-filter label {
  color: #999999;
}
.checkbox-filter input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox-filter .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 2px;
  display: inline-block;
  padding-right: 5px;
}
.checkbox-filter .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #898989;
  overflow: hidden;
  z-index: 1;
}
.checkbox-filter .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: -7px;
  margin-left: 4px;
  width: 0;
  height: 0;
  -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}
.checkbox-filter input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox-filter input[type=checkbox]:checked + .checkbox-material .check:before,
.checkbox-filter input[type=checkbox].checked + .checkbox-material .check:before {
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-filter input[type=checkbox],
.checkbox-filter input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox-filter input[type=checkbox][disabled]:not(.checked) ~ .checkbox-material .check:before,
.checkbox-filter input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox-filter input[type=checkbox][disabled]:not(.checked) ~ .checkbox-material .check,
.checkbox-filter input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox-filter input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.zoo-home01-block-image {
  position: relative;
  overflow: hidden;
}
.zoo-home01-block-image .label-block {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.zoo-home01-block-image .label-block.right {
  left: inherit;
  right: 0;
  text-align: right;
}
.zoo-home01-block-image .label-block h6 {
  margin: 0;
  background: #ffffff;
  opacity: 0.8;
  padding: 10px 35px;
  font-weight: 300;
  display: inline-block;
}
.zoo-home01-block-image .label-block h4 {
  font-size: 16px;
  margin: 0;
  padding: 10px 35px;
  font-weight: 300;
  color: #ffffff;
}
.zoo-home01-block-image .label-block h4.label-block-color1 {
  background: #f77330;
}
.zoo-home01-block-image .label-block h4.label-block-color2 {
  background: #eabf1d;
}
.zoo-home01-block-image .label-block h4.label-block-color3 {
  background: #3f9ddc;
}
.zoo-home01-block-image .label-block h4.label-block-color4 {
  background: #2cbb68;
}
.zoo-home01-block-image .label-block-trend {
  position: absolute;
  top: 60px;
  left: 0;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: 1px;
}
.zoo-home01-block-image .label-block-trend p {
  font-style: italic;
  margin: 0;
}
.zoo-home01-block-image .label-block-trend h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}
.zoo-home01-block-image img {
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.zoo-home01-block-image:hover img {
  opacity: 0.85;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  width: 100%;
}
/***************** back to top ****************/
#scroll-to-top {
  position: fixed;
  z-index: 4;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 20px;
  bottom: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 0;
}
#search_mini_form .form-group.label-floating label.control-label,
#search_mini_form .form-group.label-placeholder label.control-label {
  margin: 0;
  line-height: 45px;
  padding: 0 20px;
}
#newsletter-validate-detail .form-group label.control-label,
.nav-open .form-group label.control-label {
  color: #999999;
}
.color-listing-filter .zoo-filter-options-content a:before {
  display: none;
}
.product-reviews-summary {
  margin: 0;
  float: none !important;
}
.product-reviews-summary .rating-result {
  margin: 0 15px 0 0;
}
.product-reviews-summary .reviews-actions {
  padding-top: 3px;
}
.product-reviews-summary .reviews-actions a {
  color: #999999;
}
.product-reviews-summary .reviews-actions a .view {
  margin-left: 20px;
  position: relative;
  padding-right: 10px;
  border-right: none;
}
.product-reviews-summary .reviews-actions a:hover {
  color: #fc6a21;
}
.product-reviews-summary.empty {
  display: none;
}
.product-items .product-reviews-summary {
  display: block;
}
.product-items .product-reviews-summary .rating-summary {
  display: block;
  text-align: center;
  left: 0;
}
.product-items .product-reviews-summary .reviews-actions {
  display: none;
}
.product-items .price-box {
  margin: 0;
}
.size-listing-filter .zoo-filter-options-content a:before,
.size-listing-filter .zoo-filter-options-content a:hover:before {
  display: none;
}
.swatch-attribute.size .swatch-option {
  width: 30px;
  height: 30px;
  background: none;
  border: 2px solid #ebebeb;
  line-height: 30px;
  padding: 0;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.swatch-attribute.size .swatch-option .selected:before {
  display: none;
}
.swatch-attribute.size .swatch-option:hover:before {
  display: none;
}
.zoo-breadcrumbs .breadcrumbs {
  padding: 0;
  margin: 0;
}
.zoo-breadcrumbs .items .item {
  margin: 0;
  color: #959595;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  z-index: 1;
}
.zoo-breadcrumbs .items .item a {
  color: #000000;
  font-size: 14px;
}
.zoo-breadcrumbs .items .item a:hover {
  text-decoration: none;
}
.zoo-breadcrumbs .items .item a i {
  margin: 0 8px;
}
.zoo-breadcrumbs .items .item:not(:last-child):after {
  content: '';
  margin: -3px 12px 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #959595;
}
.bg-megamenu {
  position: absolute;
  right: -30px;
  bottom: 0;
}
.block .mtmenu-block-bottom .bg-megamenu-bottom {
  margin-top: -30px;
}
.menu-static-blocks p {
  margin: 0;
}
/*************** CONTACT *********************/
.contact-index-index .page-title {
  text-align: center;
  margin-bottom: 5px;
}
.contact-index-index .page-sub-title {
  text-align: center;
  font-size: 18px;
}
.contact-index-index .contact-info {
  padding: 50px 0;
}
.contact-index-index .contact-info .cs-font {
  font-size: 50px;
  color: #000000;
  margin-bottom: 30px;
  display: inline-block;
}
.contact-index-index .contact-info .content h5 {
  font-size: 24px;
  margin-bottom: 15px;
}
.contact-index-index .contact-info > div {
  border-right: 1px solid #ebebeb;
}
.contact-index-index .contact-info > div:last-child {
  border-right: 0;
}
.contact {
  color: #7d7d7d;
}
.contact h3 {
  font-size: 33px;
  text-align: center;
  margin-bottom: 50px;
}
.contact_content .container .row {
  justify-content: center;
}
.contact .form-actions {
  margin-top: 20px;
  text-align: center;
}
.contact .form-control {
  border: 0 solid;
  box-shadow: none;
  height: auto;
}
.contact .block-imfomation {
  margin-bottom: 20px;
}
.contact .block-imfomation .pull-left {
  height: 48px;
  width: 40px;
  text-align: left;
  line-height: 48px;
  font-size: 18px;
}
.contact .block-imfomation .block-imfomation-body {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #cccccc;
  margin-left: 20px;
  padding-left: 15px;
  font-size: 16px;
}
.contact .block-imfomation .block-imfomation-body span {
  color: #cccccc;
}
.contact .block-imfomation .block-imfomation-body p {
  margin: 5px 0 0;
  font-weight: 500;
}
.contact input {
  width: 100%;
  border-radius: 25px;
  height: 40px;
  padding: 10px 15px;
  outline: 0;
  margin-bottom: 0;
  border: 1px solid #ccc;
}
.contact input:focus {
  box-shadow: none;
}
.contact textarea {
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  border-radius: 25px;
  outline: 0;
  border: 1px solid #ccc;
}
.contact textarea:focus {
  box-shadow: none;
}
.contact p {
  margin-bottom: 15px;
}
.contact #contact-map {
  margin-bottom: 30px;
  box-shadow: -1px 0px 8px 1px #cccccc;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.no-padding {
  padding: 0;
}
.padding-0 {
  padding: 0;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-left-3 {
  padding-left: 3px;
}
.padding-right-3 {
  padding-right: 3px;
}
.padding-left-8 {
  padding-left: 8px;
}
.padding-right-8 {
  padding-right: 8px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-47 {
  padding-top: 47px;
}
.margin-top-20 {
  margin-top: 20px;
}
.border-right-0 {
  border-right: none !important;
}
/*************** ABOUT US *********************/
.feature-img-aboutus img {
  width: 100%;
}
.content-aboutus {
  color: #999999;
}
.content-aboutus .item-aboutus {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
}
.content-aboutus .item-aboutus:last-child {
  border-bottom: none;
}
.left-item-aboutus h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 50px;
}
.right-item-aboutus {
  margin-top: 50px;
}
.right-item-aboutus h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 60px 0 35px 0;
}
.right-item-aboutus ul {
  list-style: none;
}
.meet-team .right-item-aboutus ul {
  padding-top: 60px;
  list-style: none;
  padding-left: 0;
}
.meet-team .right-item-aboutus ul li {
  text-align: center;
}
.meet-team .right-item-aboutus ul li img {
  margin: 0 auto;
}
.meet-team .right-item-aboutus ul li h3 {
  font-weight: 500;
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 30px 0 5px 0;
}
.meet-team .right-item-aboutus ul li span {
  font-size: 12px;
  text-transform: uppercase;
}
.sidebar .product-reviews-summary {
  margin: 10px 0;
}
.product-prev-next > div {
  position: relative;
}
.product-prev-next > div.prev-product {
  margin-right: 10px;
}
.product-prev-next > div > a {
  color: #888;
  font-size: 10px;
  -moz-transition: color 400ms, background-color 400ms, border-color 400ms;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-prev-next > div > a:hover i {
  color: #f9bf3b;
}
.product-prev-next > div .preview-product {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 280px;
  display: inline-block;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.product-prev-next > div img {
  float: left;
  width: 30%;
}
.product-prev-next > div .preview-details {
  float: left;
  width: 70%;
  font-size: 12px;
  padding: 0 10px;
}
.product-prev-next > div .preview-details h3 {
  margin: 10px 0;
  font-size: 12px;
}
.product-prev-next > div:hover .preview-product {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.label,
.label.label-default {
  background: none !important;
}
#cboxLoadedContent .page-wrapper {
  background-color: #ffffff;
}
.item-actions .action.edit {
  padding-right: 7px;
}
.item-actions .action.remove {
  padding-left: 7px;
}
.cart.table-wrapper {
  padding: 0;
}
.cart.table-wrapper #shopping-cart-table > tbody + tbody {
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.cart.table-wrapper #shopping-cart-table > .item {
  border-bottom: 1px solid #ebebeb;
  border-top: 0;
}
.cart.table-wrapper #shopping-cart-table > .item .product-image-wrapper .product-image-photo {
  max-width: 100px;
  margin: 0;
}
.cart.table-wrapper #shopping-cart-table thead tr th.col {
  border-bottom: 2px solid #ebebeb;
  padding-top: 10px;
}
.cart.table-wrapper #shopping-cart-table thead tr th.col.price span {
  color: #393939;
}
.cart.table-wrapper #shopping-cart-table tr td {
  vertical-align: middle;
  border: none;
}
.cart.table-wrapper #shopping-cart-table tr td .price {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.cart.table-wrapper #shopping-cart-table tr td.item {
  padding-left: 0;
}
.cart.table-wrapper #shopping-cart-table .product-item-details {
  vertical-align: middle;
  padding-bottom: 0;
}
.cart.table-wrapper #shopping-cart-table .product-item-details .product-item-name a {
  font-size: 14px;
  color: #666666;
}
.cart.table-wrapper #shopping-cart-table .product-item-details .item-options dt {
  color: #999999;
}
.cart.table-wrapper #shopping-cart-table .product-item-details .item-options dd {
  color: #000000;
}
.cart.table-wrapper #shopping-cart-table .col.qty .box-tocart {
  margin: 0;
}
.cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty {
  float: none;
}
.cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control {
  margin: 0 auto;
  display: flex;
  width: 85px !important;
}
.cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control input {
  margin: 0;
  font-size: 15px;
  padding: 0;
}
.cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control .items-count {
  min-width: auto;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar {
  min-width: 60px;
  padding: 0;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar .action {
  margin: 0;
  border: none;
  background: none;
  padding: 0;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar .action.edit {
  margin-right: 20px;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar .action.action-towishlist {
  display: none;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar .action i {
  color: #000000;
  font-style: normal;
  font-size: 14px;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar .action:hover i {
  color: #ff5a92;
}
.table-wrapper {
  padding: 0;
}
.table-wrapper #my-orders-table thead tr th.col {
  border-bottom: 2px solid #ebebeb;
  padding-top: 10px;
}
.table-wrapper #my-orders-table tr td {
  border-bottom: 1px solid #ebebeb;
}
.cart-container .form-cart .cart.actions.main {
  text-align: center;
}
.cart-container .form-group label.control-label {
  top: 0 !important;
  font-size: 14px !important;
  padding: 0;
}
.cart-container .form-group.label-floating.is-focused label.control-label,
.cart-container .form-group.label-floating:not(.is-empty) label.control-label {
  top: -15px !important;
  font-size: 12px !important;
}
h2.title-cart {
  text-align: center;
  margin: 40px 0 40px 0;
}
h2.title-cart i {
  font-size: 30px;
  color: #c7c7c7;
  font-weight: 500;
}
h2.title-cart span,
h2.title-cart a {
  font-family: Poppins;
  font-size: 30px;
  padding: 0 40px;
  color: #c7c7c7;
  font-weight: 700;
}
h2.title-cart span.active,
h2.title-cart a.active {
  color: #000000;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  top: 5px;
  font-family: 'cleversoft';
}
.cart-container .cart-discount {
  width: 100%;
  padding: 45px;
  clear: both;
  border: 2px dotted #e7e7e7;
  margin: 85px 0;
  float: left;
}
.cart-container .cart-discount .block {
  width: 100%;
}
.cart-container .cart-discount .block.discount .content {
  display: block !important;
}
.cart-container .cart-discount .block > .title h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}
.cart-container .cart-discount .block #coupon_code {
  padding: 0 25px;
}
.cart-container .cart-discount .block .actions-toolbar button,
.cart-container .cart-discount .block .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.cart-container .cart-discount .block .actions-toolbar .action-gift {
  height: 38px;
  margin: 0 0 0 20px;
}
.cart-container .cart-summary {
  width: 26%;
}
.cart-container .cart-summary .block .field.note {
  display: block;
}
.cart-container .cart-summary .summary.title {
  font-size: 14px;
  font-weight: bold;
}
.cart-container .cart-summary .block .radio-primary {
  float: left;
  margin: 0;
}
.cart-container .cart-summary .block .radio-primary > label {
  padding-left: 35px;
}
.cart-container .cart-summary .block .fieldset .methods input {
  float: left;
}
.cart-container .cart-summary .block .fieldset .field:not(.choice) > .label {
  color: #666666;
  font-weight: normal;
}
.cart-container .cart-summary .block .fieldset .field:not(.choice) > .control {
  width: 100%;
}
.cart-container .cart-summary .block > .title {
  padding: 15px;
  border-color: #e1e1e1;
}
.cart-container .cart-summary .block > .title #block-shipping-heading {
  font-size: 14px;
  font-weight: 500;
}
.cart-container .cart-summary .block > .title:after {
  top: 2px;
  content: '\e622';
  right: 10px;
}
.cart-container .cart-summary .block.active > .title:after {
  content: '\e621';
}
.cart-container .cart-summary .cart-totals {
  border: none;
  padding-top: 0;
}
.cart-container .cart-summary .cart-totals .mark {
  background: none;
  color: #666666;
}
.cart-container .cart-summary .cart-totals .grand strong {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.cart-container .cart-summary .cart-totals tbody tr {
  border-top: 1px solid #ebebeb;
}
.cart-container .cart-summary .cart-totals tbody tr th,
.cart-container .cart-summary .cart-totals tbody tr td {
  padding: 10px 15px;
}
.cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  color: #ffffff;
  border: none;
}
.cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  border: none;
}
.cart-container .cart-summary .checkout-methods-items .primary.checkout {
  letter-spacing: 1px;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  border-radius: 0;
}
.cart-container .cart-summary .price {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-color: #e1e1e1;
}
tbody .mark span {
  padding-left: 0;
}
.opc-block-summary {
  border: 1px solid #ebebeb;
  padding: 0;
}
.opc-block-summary .items-in-cart > .title {
  padding: 10px 0px 10px 0;
}
.opc-block-summary .items-in-cart > .title:after {
  display: none;
}
body._has-modal-custom .modal-custom-overlay {
  display: none;
}
#checkout .checkout-payment-method .payment-method-title {
  border-top: 1px solid #d7d7d7;
}
#checkout .checkout-payment-method .payment-method-title input {
  float: left;
  margin: 3px 5px 0 0;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code {
  margin: 50px 0;
  border: 1px solid #ebebeb;
  background: #f5f5f5;
  overflow: hidden;
  padding: 15px;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content {
  padding-left: 0;
  display: block !important;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount {
  max-width: 100%;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner {
  width: 100%;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar .primary {
  float: inherit;
  width: 100%;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar button,
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar .action-gift {
  height: 46px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  color: #ffffff;
  border-radius: 0;
}
#checkout .checkout-payment-method .payment-option-title {
  border: none;
  text-align: center;
  padding-left: 0;
}
#checkout .checkout-payment-method .payment-option-title .action-toggle:after {
  display: none;
}
#checkout .checkout-payment-method .payment-option-title .action-toggle span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  color: #000000;
}
#checkout .product-image-wrapper img {
  position: static;
}
#checkout .authentication-wrapper {
  clear: both;
  float: none;
  max-width: 100%;
  text-align: center;
  margin: 10px auto 30px auto;
  width: auto;
  z-index: 1;
}
#checkout .authentication-wrapper .authentication-dropdown {
  position: relative;
  visibility: visible !important;
  width: 550px;
  max-width: 550px;
  text-align: left;
  transition: all 400ms;
  left: 0;
  margin-top: 10px;
  right: 0;
  margin: 10px auto;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
}
#checkout .authentication-wrapper .authentication-dropdown._show {
  max-height: 100%;
  transition: max-height 0.5s ease-in;
}
#checkout .authentication-wrapper > span {
  font-weight: 700;
  color: #000000;
}
#checkout .authentication-wrapper > button,
#checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action,
#checkout .authentication-wrapper > .action-gift {
  margin-left: 5px;
  border-bottom: 1px solid #cccccc;
}
#checkout .authentication-wrapper > button span,
#checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action span,
#checkout .authentication-wrapper > .action-gift span {
  font-weight: bold;
}
#checkout .authentication-wrapper > button:hover,
#checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action:hover,
#checkout .authentication-wrapper > .action-gift:hover {
  color: transparent;
}
.cart-container .form-cart .action.update {
  padding: 11px 20px;
  background: #a1a1a1;
  border-radius: 0;
  border: none;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cart-container .form-cart .action.update:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.cart-container .form-cart .action.update:before {
  display: none;
}
#coupon_code,
#discount-code {
  height: 38px;
}
#shipping-new-address-form .street .label {
  border: none;
}
.checkout-payment-method .payment-method-content {
  padding: 0;
}
.checkout-payment-method .payment-method-content #billing-new-address-form .label {
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
.checkout-payment-method .payment-method-content #billing-new-address-form .control {
  width: 100%;
}
.checkout-payment-method .payment-method-content #billing-new-address-form .control input.form-control,
.checkout-payment-method .payment-method-content #billing-new-address-form .control select.select {
  border: 1px solid #c2c2c2;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.checkout-index-index .opc-progress-bar-item > span {
  font-size: 18px;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  font-size: 18px;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  font-size: 28px;
}
.checkout-index-index .table-checkout-shipping-method {
  width: 100%;
}
.checkout-index-index .table-checkout-shipping-method .price {
  color: #000000;
}
.checkout-index-index .table-checkout-shipping-method tr.row {
  margin: 0;
}
.checkout-index-index .table-checkout-shipping-method thead th {
  display: none;
}
.checkout-index-index .table-checkout-shipping-method td[class*="col-"],
.checkout-index-index .table-checkout-shipping-method th[class*="col-"] {
  font-weight: 500;
}
.checkout-index-index .table-checkout-shipping-method .radio.radio-primary {
  margin: 0;
}
.checkout-index-index .actions-toolbar {
  margin: 20px 0;
}
.checkout-index-index .opc-sidebar {
  margin-top: 0;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information .shipping-information-title {
  border-color: #ebebeb;
  font-size: 16px;
  font-weight: 500;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f040";
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals {
  border-color: #ebebeb;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th span:first-child,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th strong {
  font-weight: bold;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals td {
  padding: 15px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .price {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.checkout-index-index .opc-sidebar .opc-block-summary > .title {
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  border-color: #ebebeb;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item {
  border-color: #ebebeb;
  padding: 15px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .price {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-name {
  font-size: 14px;
  display: inline-block;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .details-qty {
  font-weight: 400;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .product-item-inner {
  margin: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product.options {
  display: none;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title {
  padding: 20px 0;
  border-color: #ebebeb;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title strong {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title > * {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-index-index .opc-progress-bar {
  padding-bottom: 20px;
  text-align: center;
  float: left;
  width: 100%;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .modal-content {
  box-shadow: none;
  background-color: transparent;
  border: none;
}
.checkout-index-index .opc-wrapper {
  background-color: #ffffff;
  width: 65%;
}
.checkout-index-index .opc-wrapper .opc > li .checkout-shipping-method {
  margin-top: 60px;
}
.checkout-index-index .opc-wrapper .step-title {
  border: none;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
}
.checkout-index-index .opc-wrapper .form-login {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0;
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .form-login .actions-toolbar {
  margin-left: 0;
}
.checkout-index-index .opc-wrapper .form-login .actions-toolbar .secondary {
  float: left;
  margin-left: 20px;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label {
  padding-left: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field input.form-control,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field select.select {
  box-shadow: none;
  border: 1px solid #c2c2c2;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.checkout-index-index .minicart-items .product-item:first-child {
  padding: 20px 0;
}
#customer-email-fieldset label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: normal;
}
#customer-email-fieldset input {
  border: 1px solid #c2c2c2;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
#customer-email-fieldset .field-tooltip {
  top: 30px;
}
.left_checkout_cart {
  margin-bottom: 60px;
  background-color: #ffffff;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  margin-bottom: 60px;
}
.form.create.account input[type="checkbox"] {
  float: left;
}
.action-for-medium-up {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 20px;
}
.action-for-medium-up .layered-nav-toggle {
  color: #000000;
}
.action-for-medium-up .layered-nav-toggle .togglelines {
  left: 0;
}
.action-for-medium-up a.layered-nav-toggle {
  cursor: pointer;
}
.action-for-medium-up a.layered-nav-toggle span {
  padding-left: 5px;
  color: #000000;
}
.hide-sidebar .shop-main {
  width: 100%;
}
.action-for-medium-up {
  display: none;
}
.padding-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-left-30 {
  padding-left: 30px;
}
.tabs-collection {
  margin: 0 auto;
  display: table;
}
.tabs-collection .widget-tabs.nav.nav-tabs {
  background: none;
  border: none;
  display: flex;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li {
  margin: 40px 20px;
  position: relative;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li a {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #cccccc !important;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li a .ripple-container {
  display: none;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  content: '';
  height: 3px;
  background: #000000;
  bottom: 0;
  left: 0;
  position: absolute;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3;
  width: 0;
  margin: 0 auto;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #000000 !important;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li.active:before,
.tabs-collection .widget-tabs.nav.nav-tabs > li:hover:before {
  width: 100%;
}
#discount-coupon-form label[for=coupon_code] {
  display: none;
}
#discount-coupon-form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.catalog-category-view.page-layout-1column .columns .column.main,
.clevershopby-index-index.page-layout-1column .columns .column.main {
  margin-left: 0;
  width: auto;
  padding-top: 0;
  left: 0;
}
.catalog-category-view.page-layout-1column .columns .sidebar-filter,
.clevershopby-index-index.page-layout-1column .columns .sidebar-filter {
  position: fixed;
  width: 320px;
  float: left;
  top: 0;
  left: -320px;
  background: #ffffff;
  z-index: 99;
  padding: 0;
  height: 100%;
  overflow: auto;
}
.catalog-category-view.page-layout-1column .columns .sidebar-filter .clever-icon-close,
.clevershopby-index-index.page-layout-1column .columns .sidebar-filter .clever-icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.catalog-category-view.page-layout-1column .columns .sidebar-filter .filter-content,
.clevershopby-index-index.page-layout-1column .columns .sidebar-filter .filter-content {
  padding: 30px;
}
.catalog-category-view.page-layout-1column .columns .sidebar-filter.open,
.clevershopby-index-index.page-layout-1column .columns .sidebar-filter.open {
  display: block;
}
.catalog-category-view.page-layout-1column.show-sidebar .transparent-bg,
.clevershopby-index-index.page-layout-1column.show-sidebar .transparent-bg {
  content: '';
  background: rgba(0, 0, 0, 0.73);
  visibility: visible;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
  left: 0;
  z-index: -1;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body .fancybox-close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 45px;
  height: 45px;
  background-image: none;
  background: #000000;
  color: #ffffff !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
}
body .fancybox-close:before {
  content: '\c067';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#checkout .title-cart {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.clever-menu.clever-horizontal-menu ul.clever-mega-menu > li ul.clever-mega-menu-sub .clever-mega-menu li.level0 > a.menu-link {
  color: initial;
  font-weight: 500;
}
.checkout-shipping-method .actions-toolbar .action.primary span span {
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.zoo-image-block {
  position: relative;
}
.zoo-image-block img {
  width: 100%;
}
.zoo-image-block.grid__item {
  padding: 0 15px;
}
.zoo-carousel-style2 .product-items .product-item-info .hover-area {
  display: block;
  opacity: 1;
  visibility: visible;
}
.zoo-carousel-style2 .product-items .product-item-info .hover-area .actions-primary .action.tocart {
  letter-spacing: 0.5px;
  border-radius: 40px;
  width: auto;
  font-weight: 700;
  padding: 0 25px;
}
.zoo-carousel-style2 .product-items .price-box {
  margin: 0;
  display: inline-block;
}
.zoo-carousel-style2 .product_hover_item {
  visibility: visible;
  opacity: 1;
}
.zoo-column-inner {
  padding: 20px;
  background: #f0f0f0;
}
.zoo-footer-copyright-links {
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 40px;
  text-align: right;
}
.zoo-footer-copyright-links li {
  display: inline-block;
  padding-right: 35px;
  margin: 0;
}
.zoo-footer-copyright-links li:last-child {
  padding-right: 0;
}
.zoo-footer-copyright-links li a {
  color: #999999;
}
#shopping-cart-table .action.edit {
  display: none;
}
#shopping-cart-table thead tr th.col {
  padding-left: 0px;
  padding-right: 30px;
}
#shopping-cart-table .item-actions .action.remove {
  position: absolute;
  margin-top: -80px;
  right: 0;
}
.left_checkout_cart .form-cart .action.update {
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 1px;
  border: 2px solid;
  color: #333333;
  border-color: #333333;
  background: #ffffff;
}
.left_checkout_cart .form-cart .action.update:hover {
  color: #ffffff;
  border-color: #000000;
  background: #000000;
}
#co-shipping-form div[name="shippingAddress.region_id"] .control,
#co-shipping-form div[name="shippingAddress.country_id"] .control {
  position: relative;
}
#co-shipping-form div[name="shippingAddress.region_id"] .control:before,
#co-shipping-form div[name="shippingAddress.country_id"] .control:before {
  font-family: 'cleversoft';
  position: absolute;
  content: '\c059';
  right: 10px;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#co-shipping-form div[name="shippingAddress.region_id"] .control select,
#co-shipping-form div[name="shippingAddress.country_id"] .control select {
  -webkit-appearance: none;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount {
  border: 0px solid #ebebeb;
  padding: 0;
  margin: 0 0 10px;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .block > .title {
  border: none;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .block > .title h2 {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .block.discount .content {
  display: none !important;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .block.discount.active .content {
  display: block !important;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .summary.title {
  display: block;
  clear: both;
  padding: 15px;
  margin: 0;
  border-top: none;
  border-bottom: none;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .actions-toolbar .action.primary {
  box-shadow: none;
  height: 46px;
  line-height: 46px;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  outline: none;
  font-family: inherit;
  border: 2px solid;
  letter-spacing: 0;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333333;
  border-color: #333333;
  background: #ffffff;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .actions-toolbar .action.primary:hover {
  color: #ffffff;
  border-color: #000000;
  background: #000000;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .block .field.note {
  margin-bottom: 20px;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .actions-toolbar {
  display: block;
  width: 100%;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .actions-toolbar > .primary {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.checkout-cart-index .zoo-main-content-area .cart-summary .block .fieldset {
  margin: 5px 0 10px 0px;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .block #coupon_code {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary {
  background: #ffffff;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-discount,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-summary-wrap {
  clear: both;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  background: #f5f5f5;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-discount > *,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-summary-wrap > * {
  background: #f5f5f5;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-discount #block-summary,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-summary-wrap #block-summary,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-discount #discount-coupon-form,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-summary-wrap #discount-coupon-form {
  padding: 0 15px;
}
.checkout-cart-index .zoo-main-content-area .field {
  padding-bottom: 1px;
  display: block;
}
.checkout-cart-index .zoo-main-content-area .field:last-child .control:before {
  display: none !important;
}
.checkout-cart-index .zoo-main-content-area .field .control {
  position: relative;
}
.checkout-cart-index .zoo-main-content-area .field .control:before {
  font-family: 'cleversoft';
  content: '\c059';
  font-size: 10px;
  width: 20px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  right: 5px;
  background: #ffffff;
  position: absolute;
  top: 3px;
  color: #000000;
  display: block !important;
  z-index: 1;
}
.checkout-cart-index .zoo-main-content-area .field .control input {
  display: block;
  width: 100%;
  height: 45px;
}
.checkout-cart-index .zoo-main-content-area .cart-container .checkout-methods-items {
  padding-bottom: 15px;
}
#shipping-zip-form select.select {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.left_checkout_cart {
  padding-bottom: 30px;
}
#shipping-method-buttons-container .button {
  text-transform: uppercase;
  padding: 0px 25px;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 1px;
  height: 40px;
  line-height: 40px;
  transition: all 400ms;
}
.checkout-success .actions-toolbar .primary a {
  height: auto;
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0;
}
#registration .action.primary {
  height: 50px;
  text-transform: uppercase;
}
.action.primary {
  font-size: 14px;
}
.checkout-cart-index h1.page-title {
  text-align: center;
}
.cart-empty {
  text-align: center;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit;
  padding: 5px 17px;
  margin: 0;
  border-radius: 0;
}
#cleversoft-shopby-product-list .message.info {
  text-align: center;
  background: transparent;
  font-size: 16px;
  color: #252525;
  padding: 70px 0 50px;
}
#cleversoft-shopby-product-list .message.info > *:first-child:before {
  display: none;
}
.have-alternative-image {
  position: relative;
  overflow: hidden;
}
.add-to-cart-button {
  position: absolute;
  bottom: -60px;
  width: 100%;
  transition: all 0.3s;
}
.add-to-cart-button button,
.add-to-cart-button .cart.table-wrapper .actions-toolbar > .action,
.add-to-cart-button .action-gift {
  display: block;
  width: 100%;
  border: none;
}
.product_list_style,
.product_grid_style {
  display: none;
}
.products-list .product_list_style {
  display: block;
}
.products-list .shop_product_metas {
  display: none;
}
.products-grid .product_grid_style {
  display: block;
}
.products-list .product-items .product-reviews-summary .rating-summary {
  text-align: left;
}
.gallery-carousel .owl-dots {
  display: none;
}
.show-attr {
  display: none;
}
.brand-search-wrap {
  margin-bottom: 20px;
}
.cms-page-view .zoo-breadcrumbs {
  padding-top: 20px;
}
.zoo-title-style4 .zoo-main-heading {
  text-align: center;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-sub-title {
  position: relative;
  top: -30px;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-sub-title h3 {
  font-size: 16px;
  margin: 0;
  color: #9d9d9d;
  font-weight: normal;
}
@media (min-width: 480px) and (max-width: 767px) {
  .product-detail-countdown > div {
    margin: 0 30px 0 0;
  }
  .product-detail-countdown > div.day:before,
  .product-detail-countdown > div.hours:before,
  .product-detail-countdown > div.min:before {
    right: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .product-detail-countdown > div {
    margin: 0 30px 0 0;
  }
  .product-detail-countdown > div.day:before,
  .product-detail-countdown > div.hours:before,
  .product-detail-countdown > div.min:before {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 11px 5.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .column .block-addbysku .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 22px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous),
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 22px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .form-cart .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 11px;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 5.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 22px;
    font-size: 1.6rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #f4f4f4;
    border-bottom: none;
    height: 22px;
    padding: 5.5px 22px 5.5px 22px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 34px;
    padding: 22px 22px 22px 22px;
    border: 1px solid #f4f4f4;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    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;
    padding: 5.5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\c013';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 22px;
    margin: 0 0 11px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 11px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 22px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 11px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .minicart-wrapper .block-minicart {
    width: 500px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 22px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 27.5px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 44px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 22px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 22px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 33px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 11px 11px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 22px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 22px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 27.5px;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #f4f4f4;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -22px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 22px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #f4f4f4;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #f4f4f4;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 16.5px;
  }
  .box-tocart .action.tocart {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 24px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 11px 11px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 180px;
    overflow: hidden;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 180px);
    right: 0;
    top: 0;
    min-height: 180px;
    padding-left: 30px;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .header.content {
    padding: 33px 22px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 33.33%;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 11px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin: 0;
    padding-right: 11px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto !important;
    text-align: left !important;
    margin-bottom: 10px;
    display: table;
    float: none !important;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .control {
    float: none !important;
    width: auto !important;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .product-extra-information {
    flex-wrap: nowrap;
  }
  .product-extra-information__item.ask-product-label {
    margin-left: auto;
    width: 50%;
    text-align: right;
  }
  .product-shop__gutter {
    padding: 0 0 0 30px;
  }
  .cart-container .left_checkout_cart {
    width: 58.33333333%;
    padding-right: 15px;
  }
  .cart-container .cart-summary {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-detail-countdown > div {
    margin: 0 60px 0px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .product-detail-countdown > div {
    margin: 0 60px 0px 0;
  }
  .product-detail-countdown > div.day:before,
  .product-detail-countdown > div.hours:before,
  .product-detail-countdown > div.min:before {
    right: -30px;
  }
  .nav-title-cart__active .socialproof-modal {
    bottom: 87px;
  }
  .nav-title-cart__active.clever-cookielaw__active .clever-cookielaw.v-box.v-bottom {
    bottom: 87px;
  }
  .nav-title-cart__active.clever-cookielaw__active .socialproof-modal {
    bottom: 187px;
  }
  .clever-cookielaw__active .socialproof-modal {
    bottom: 90px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .minicart-wrapper .minicart-detail .mt-cart-panel-summary {
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .product-detail-countdown > div {
    margin: 0 30px 0 0;
  }
  .product-detail-countdown > div.day:before,
  .product-detail-countdown > div.hours:before,
  .product-detail-countdown > div.min:before {
    right: -15px;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .cart-page .cart-items {
    display: block;
    overflow: auto;
  }
  .product-addto-links.d-flex {
    display: block !important;
  }
  .product-detail-countdown > div {
    margin: 0 60px 0 0;
  }
  .product-detail-countdown > div.day:before,
  .product-detail-countdown > div.min:before {
    right: -30px;
  }
  .product-detail-countdown > div.hours:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 11px 44px 11px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 11px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 27.5px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 11px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .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 {
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 11px 0;
  }
  .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 22px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    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;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    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 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5.5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 44px;
    padding: 5.5px 22px 5.5px 22px;
    font-weight: 600;
    line-height: 44px;
    font-size: 2rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5.5px;
    padding: 22px 22px 22px 22px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .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%;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    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 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 11px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -11px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 22px;
  }
  .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: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.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: 27.5px;
  }
  .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: 44px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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,
  [class*="block-compare"] {
    display: none;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: -11px;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 11px 22px 22px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
    min-width: 80px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 22px;
  }
  .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;
  }
  .product-info-main .product-info-price,
  .product-info-main-sticky .product-info-price {
    width: 100% !important;
    margin: 0;
  }
  .product-info-main .product-info-price .price-box .price-final_price > span.price-label,
  .product-info-main-sticky .product-info-price .price-box .price-final_price > span.price-label {
    display: none !important;
  }
  .product-extra-information__inner {
    max-width: calc(100% - 50px);
    max-height: calc(100vh - 50px);
    width: 100%;
  }
  #zoo_newsletter .zoo-popup-newsletter-inner {
    overflow-y: auto;
  }
}
@-webkit-keyframes progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}
@keyframes progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}
@media (min-width: 1200px) {
  .layout-1200 .container {
    width: 1200px;
    max-width: 1200px;
  }
  .layout-1200 .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    max-width: 1200px;
  }
  .layout-1200.boxed-layout .page-wrapper,
  .layout-1200.boxed-layout .is-sticky #zoo-sticky-header {
    max-width: 1230px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .layout-1440 .container {
    width: 1440px;
    max-width: 1440px;
  }
  .layout-1440 .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    max-width: 1410px;
  }
  .layout-1440.boxed-layout .page-wrapper,
  .layout-1440.boxed-layout .is-sticky #zoo-sticky-header,
  .layout-1440.boxed-layout .page-wrapper,
  .layout-1440.boxed-layout .is-sticky #sticky-headers {
    max-width: 1470px;
    margin: 0 auto;
  }
}
@media (min-width: 1500px) {
  .layout-1200 .container {
    width: 1440px;
    max-width: 1440px;
  }
  .layout-1200 .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    max-width: 1440px;
  }
  .layout-1200.boxed-layout .page-wrapper,
  .layout-1200.boxed-layout .is-sticky #zoo-sticky-header {
    max-width: 1470px;
    margin: 0 auto;
  }
}
@media (min-width: 1680px) {
  .layout-1680 .container {
    width: 1680px;
    max-width: 1680px;
  }
  .layout-1680 .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    max-width: 1680px;
  }
  .layout-1680.boxed-layout .page-wrapper,
  .layout-1680.boxed-layout .is-sticky #zoo-sticky-header,
  .layout-1680.boxed-layout .page-wrapper,
  .layout-1680.boxed-layout .is-sticky #sticky-headers {
    max-width: 1710px;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .layout-1920 .container {
    width: 1920px;
    max-width: 1920px;
  }
  .layout-1920 .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    max-width: 1920px;
  }
  .layout-1920.boxed-layout .page-wrapper,
  .layout-1920.boxed-layout .is-sticky #zoo-sticky-header,
  .layout-1920.boxed-layout .page-wrapper,
  .layout-1920.boxed-layout .is-sticky #sticky-headers {
    max-width: 1950px;
    margin: 0 auto;
  }
}
.layout-fullwidth .container {
  width: 100%;
}
.page-wrapper .page-footer {
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.page-wrapper .page-footer .footer-middle .f_contact {
  padding-left: 80px;
}
.page-wrapper .page-footer .footer-middle img.footer-image {
  margin: 30px 0;
}
.page-wrapper .page-footer .footer-middle p {
  line-height: 30px;
}
.page-wrapper .page-footer .footer-middle h4.zoo-widget-title-sm {
  padding: 0;
  margin: 15px 0 45px;
  font-weight: 700;
  font-size: 18px;
}
.page-wrapper .page-footer .footer-middle h4.zoo-widget-title-sm + p {
  margin-top: 20px;
}
.page-wrapper .page-footer .footer-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-wrapper .page-footer .footer-middle ul li {
  margin: 0;
}
.page-wrapper .page-footer .footer-middle ul li a {
  text-decoration: none;
  line-height: 30px;
}
.page-wrapper .page-footer .logo-text {
  margin: 15px 0 30px;
}
.page-wrapper .page-footer .logo-text a {
  font-size: 36px;
}
.page-wrapper .page-footer a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: inherit;
  font-weight: 400;
}
.page-wrapper .page-footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.page-wrapper .page-footer ul.zoo-footer-social-links li {
  display: inline-block;
  padding-left: 20px;
  margin: 0;
}
.page-wrapper .page-footer ul.zoo-footer-social-links li a {
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style2 li a {
  border: 1px solid;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style3 li a {
  border: 1px solid;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style4 li a {
  border: 1px solid;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style5 li a {
  border: 1px solid;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.page-wrapper .page-footer ul.zoo-footer-links {
  padding-top: 5px;
}
.page-wrapper .page-footer ul.zoo-footer-links li {
  display: inline-block;
  padding-right: 35px;
  margin: 0;
}
.page-wrapper .page-footer ul.zoo-footer-payment {
  line-height: 1;
}
.page-wrapper .page-footer ul.zoo-footer-payment li {
  padding: 0 0 0 10px;
}
.page-wrapper .page-footer ul.zoo-footer-payment li svg {
  opacity: .6;
  transition: opacity .3s;
  border-radius: 5px;
  background-color: #ffffff;
  padding-bottom: 0;
  padding: 5px;
  margin: 0;
}
.page-wrapper .page-footer ul.zoo-footer-payment li:hover svg {
  opacity: 1;
}
.page-wrapper .page-footer ul.zoo-footer-link li {
  padding: 6px 0;
  margin-bottom: 0;
}
.page-wrapper .page-footer .footer-contact {
  margin-bottom: 15px;
}
.page-wrapper .page-footer .footer-contact p:before {
  content: '';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  padding-right: 20px;
  line-height: 60px;
  float: left;
  height: 60px;
  display: inline-block;
}
.page-wrapper .page-footer .footer-contact p.clever-address:before {
  content: "\c102";
}
.page-wrapper .page-footer .footer-contact p.clever-email:before {
  content: "\c048";
}
.page-wrapper .page-footer .footer-contact p.clever-phone:before {
  content: "\c032";
}
.page-wrapper .page-footer .zoo-footer-bottom-home15 {
  padding-top: 80px;
  margin-bottom: 0px;
}
.page-wrapper .page-footer .zoo-footer-bottom-home15 ul.zoo-footer-social-links.style-4 {
  text-align: center;
}
.page-wrapper .page-footer .zoo-footer-bottom-home15 ul.zoo-footer-social-links.style-4 li a {
  color: #111111;
}
.page-wrapper .page-footer ul.footer-6-link li {
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
}
.page-wrapper .page-footer .zoo-footer-bottom-home18 .newsletters-style-3 #newsletter-validate-detail .btn-novetty {
  background: #9f0145;
  letter-spacing: 1px;
}
/*************** BLOG*********************/
.blog-widget-recent .post-list .post-info:before {
  display: none;
}
.blog-index-index .page-title-wrapper {
  display: none;
}
.toolbar-blog-posts.toolbar {
  text-align: center;
  padding: 20px 0;
}
.toolbar-blog-posts.toolbar .pages .items .item strong.page,
.toolbar-blog-posts.toolbar .pages .items .item a {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
}
.toolbar-blog-posts.toolbar .pages .items .item .action.next:before {
  line-height: 40px;
}
.toolbar-blog-posts.toolbar .pages .items .item:hover strong.page,
.toolbar-blog-posts.toolbar .pages .items .item.current strong.page,
.toolbar-blog-posts.toolbar .pages .items .item:hover a,
.toolbar-blog-posts.toolbar .pages .items .item.current a {
  background-color: #252525;
}
.post-list-wrapper,
.post-view,
.blog-index-index #shop-sidebar-right {
  padding-top: 30px;
}
.post-view .post-header {
  margin-bottom: 30px;
}
.post-holder .post-header .dash {
  padding: 0 5px;
}
.post-list .post-title-holder {
  margin-top: 30px;
}
.post-text {
  padding: 10px 20px 20px;
  background: #fff;
  position: relative;
  text-align: left;
}
.blog-widget-style2 .post-header {
  overflow: hidden;
  box-shadow: none;
}
.blog-widget-style2 .post-header .post-info {
  display: none;
}
.blog-widget-style2 .post-header .post-ftimg-hld img {
  transition: all 500ms;
}
.blog-widget-style2 .post-header:hover .post-ftimg-hld img {
  transform: scale(1.1, 1.1);
}
.blog-widget-style2 .post-text {
  text-align: center;
}
.blog-widget-style2 .post-text .post-title {
  padding: 15px 0;
}
.blog-widget-style2 .post-text .post-title a {
  color: #000000;
  font-weight: 600;
}
.blog-widget-style2 .post-text .post-content .post-description {
  display: none;
}
.blog-widget-style2 .post-text .post-footer a {
  text-transform: uppercase;
  color: #959595;
  border-bottom: 1px solid #c1c1c1;
  line-height: 15px;
  display: inline-block;
  margin: 20px 0;
}
.blog-widget-style2 .post-text .post-footer a:hover {
  color: #252525;
}
.post-view,
.post-list {
  color: #999999;
  line-height: 22px;
}
.post-view .post-ftimg-hld img,
.post-list .post-ftimg-hld img {
  width: 100%;
}
.post-view .post-info,
.post-list .post-info {
  margin: 15px 0 10px;
  position: relative;
  font-size: 12px;
}
.post-view .post-info:before,
.post-list .post-info:before {
  content: "";
  width: 30px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #999999;
}
.post-view .post-info .post-posed-date,
.post-list .post-info .post-posed-date {
  text-transform: capitalize;
}
.post-view .post-info .label,
.post-list .post-info .label,
.post-view .post-info .value a,
.post-list .post-info .value a,
.post-view .post-info a,
.post-list .post-info a {
  color: #999999;
}
.post-view .page-title,
.post-list .page-title {
  font-size: 30px;
  margin: 15px 0 20px;
}
.post-view p,
.post-list p {
  margin: 0 0 20px;
}
.post-view h4,
.post-list h4,
.post-view .h4,
.post-list .h4,
.post-view h5,
.post-list h5,
.post-view .h5,
.post-list .h5,
.post-view h6,
.post-list h6,
.post-view .h6,
.post-list .h6 {
  margin-bottom: 20px;
}
.post-view .post-title-holder,
.post-list .post-title-holder {
  margin: 13px 0;
}
.post-read-more {
  color: #252525;
}
.post-view .post-ftimg {
  position: relative;
  margin-bottom: 40px;
}
.post-view .post-ftimg-info .post-info div {
  display: inline-block;
}
.post-view .post-ftimg-info .post-info .dash {
  padding: 0 5px;
}
.block-categories ul,
.block-categories ol {
  list-style: none;
  padding: 0;
}
.block-categories ul li,
.block-categories ol li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.block-categories ul li a,
.block-categories ol li a {
  color: #666;
}
.block-categories ul li a:hover,
.block-categories ol li a:hover {
  color: #fc6a21;
}
.block-categories h3.block-title {
  margin-bottom: 40px;
}
.block-recent-posts,
.block-categories,
.block-archive {
  margin-bottom: 60px !important;
}
.block-recent-posts .block-title,
.block-categories .block-title,
.block-archive .block-title {
  margin: 0 0 40px;
  text-transform: uppercase;
}
.block-recent-posts .block-content div.item {
  padding: 0 0 15px 0 !important;
  overflow: hidden;
}
.block-recent-posts .block-content div.item .item-img {
  width: 28%;
  margin-right: 20px;
  padding-top: 5px;
}
.block-recent-posts .block-content div.item .item-info {
  width: 64%;
  width: -webkit-calc(100% - 28% -20px);
  width: -moz-calc(100% - 28% - 20px);
  width: calc(100% - 28% - 20px);
}
.block-recent-posts .block-content div.item .post-item-link {
  font-weight: 500;
  line-height: 20px;
}
.block-recent-posts .block-content div.item h5 {
  margin: 0 0 5px 0;
}
.blog_widget {
  text-align: center;
}
.blog_widget .block-content {
  text-align: left;
}
.blog_widget .block-content .post-info:before {
  display: none;
}
.related .block-title {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 50px;
}
.related .item-publishdate {
  margin: 10px 0;
}
.related #block-relatedposts-heading {
  display: inline-block;
}
.item-publishdate {
  color: #acacac;
  font-size: 12px;
}
blockquote {
  padding: 0 30px;
  margin: 30px 0;
  font-size: 18px;
  border-left: 2px solid #c2b975;
  font-style: normal;
}
@media (min-width: 1200px), print {
  .blog-index-index .col-md-9.shop-main {
    width: 66.66666667%;
  }
}
.modal-inner-wrap .modal-header {
  border-bottom: none;
}
.modal-inner-wrap .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-inner-wrap .modal-footer {
  border-top: none;
}
.modal-inner-wrap .modal-popup .action-close {
  padding: 20px;
}
.modals-overlay {
  display: none;
}
.modal-popup:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.73);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-popup .modal-header .action-close {
  border-radius: 0;
  padding: 0;
  text-indent: inherit;
  overflow: hidden;
  color: #ffffff;
  top: 0;
  height: 35px;
  width: 35px;
  background: transparent;
  right: 0;
  font-size: 0px;
  line-height: 60px;
  z-index: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform .3s ease;
  max-width: unset;
}
.modal-popup .modal-header .action-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal-popup .modal-header .action-close:before {
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\c067';
  font-size: 20px;
  color: #000000;
}
.modal-popup .modal-inner-wrap {
  max-width: 900px;
  box-shadow: none;
  margin: 120px auto;
  overflow-y: hidden;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding: 0;
  background: #ffffff;
  border: none;
  border-radius: 0;
}
.modal-popup.zoo-log-popup .modal-inner-wrap {
  max-width: 500px;
}
.modal-popup.zoo-log-popup .modal-inner-wrap .modal-content {
  padding: 20px 0;
}
.zoo-newsletter-popup .modal-header,
.zoo-quickview-popup .modal-header {
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.zoo-newsletter-popup .modal-footer,
.zoo-quickview-popup .modal-footer {
  display: none;
}
.zoo-newsletter-popup .modal-inner-wrap,
.zoo-quickview-popup .modal-inner-wrap {
  background: transparent;
  box-shadow: none;
}
.zoo-newsletter-popup .modal-inner-wrap .modal-content,
.zoo-quickview-popup .modal-inner-wrap .modal-content {
  padding: 0;
  background: transparent;
  border: none;
}
.zoo-quickview-popup .column.main {
  width: 100% !important;
}
.zoo-quickview-popup #zoo-main-content {
  padding: 0;
  margin: 0;
}
.zoo-quickview-popup .zoo-main-content-area {
  background: #ffffff;
  padding-bottom: 0;
  overflow: hidden;
}
.zoo-quickview-popup .zoo-main-content-area .page-title-wrapper {
  display: block !important;
}
.zoo-quickview-popup .container {
  padding: 0;
  width: auto !important;
}
.zoo-quickview-popup .fotorama__stage {
  width: auto !important;
  height: auto !important;
}
.zoo-quickview-popup .fotorama__stage .fotorama__active.fotorama__stage__frame {
  position: relative;
}
.zoo-quickview-popup .fotorama__stage .fotorama__active.fotorama__stage__frame .fotorama__img {
  position: relative;
  top: 0;
  left: 0;
  transform: inherit;
}
.zoo-quickview-popup .fotorama__stage__shaft {
  transform: translate3d(0px, 0px, 0px) !important;
}
.zoo-quickview-popup .fotorama__arr,
.zoo-quickview-popup .fotorama__thumb__arr {
  background-color: transparent;
}
.zoo-quickview-popup .fotorama__arr:hover,
.zoo-quickview-popup .fotorama__thumb__arr:hover {
  background-color: transparent;
}
.zoo-quickview-popup .stock.unavailable {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  background: rgba(250, 107, 107, 0.35);
  text-align: center;
  z-index: 9;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.zoo-quickview-popup .product-info-main {
  padding-top: 30px;
}
.zoo-quickview-popup .modal-inner-wrap {
  max-width: 900px;
  background: #ffffff;
  box-shadow: none;
  margin: 120px auto;
}
.page-wrapper .page-header .header-minimal-search {
  transition: all 400ms;
}
.page-wrapper .page-header .header-minimal-search a.icon {
  display: flex;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome {
  position: relative;
  cursor: pointer;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-name a {
  padding: 0;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-name .action.switch {
  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;
  color: #ffffff;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-name .action.switch span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-name .action.switch:after {
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\c059';
  font-family: 'cleversoft';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu {
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 52px;
  z-index: 99;
  text-align: left;
  transition: all .5s ease .2s;
  -webkit-transition: all .5s ease .2s;
  -ms-transition: all .5s ease .2s;
  -o-transition: all .5s ease .2s;
  visibility: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.15);
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links {
  width: auto;
  min-width: 180px;
  background: #ffffff;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links li {
  padding: 0;
  width: 100%;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links li a {
  color: #3e2723;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links li a span {
  color: #3e2723;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links li:hover {
  background: #d9d9d9;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links li.authorization-link {
  display: none;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  right: 18px;
  top: -11px;
  content: "";
  position: absolute;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome.active .customer-menu {
  display: block;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome.active .customer-name .action.switch:after {
  content: '\c009';
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome:hover .customer-menu {
  opacity: 1;
  top: 22px;
  visibility: visible;
}
.page-wrapper .page-header .my-wishlist {
  position: absolute;
  z-index: 3;
  right: 40px;
  font-size: 30px;
  top: 5px;
}
.page-wrapper .page-header .my-wishlist a i {
  font-size: 30px;
}
@media (min-width: 992px), print {
  .page-header .header-content {
    display: flex;
    flex-wrap: wrap;
  }
  .page-header .header-content .zoo-header-content-block {
    flex-grow: 1;
  }
  .page-header .header-content .full-sc-search .clever-icon-close {
    display: none;
  }
  .page-header .full-sc-search .block-search {
    max-width: 720px !important;
    float: inherit;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .zoo-footer-bottom-content .f_contact {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .home-collection-item .home-collection-title h3 a,
  .home-collection-item .button-view h3 a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .sm-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .action-for-medium-up {
    display: inline-block !important;
  }
  #shop-sidebar-left {
    order: 2;
  }
  .shop-main {
    order: 1;
  }
  .page-layout-1column .columns .sidebar-filter#sidebar-without {
    opacity: 1;
    visibility: inherit;
    z-index: 999;
    padding: 0;
    border: none;
  }
  .search_autocomplete .c-smartsearch__wrapper {
    top: 80px !important;
  }
  .shop_header .page-title-wrapper h1 {
    font-size: 40px;
  }
  .user_area .authorization-link {
    font-size: 0;
  }
  .product-view-bg {
    padding-top: 0;
  }
  .blockquote {
    font-size: 16px;
    padding: 20px;
  }
  .header-wishlist i,
  .header-compare i,
  .minicart-wrapper i {
    font-size: 22px;
  }
  .color-section {
    overflow: hidden;
  }
  .product-item-info .zoo-product-image a {
    min-height: auto !important;
  }
  .home-collection-item .home-collection-title h3 a,
  .home-collection-item .button-view h3 a {
    font-weight: 500;
  }
  .product.media,
  .product-info-main,
  .product-view-bg .product-shop {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zoo-promotion-top,
  .zoo-promotion-bottom {
    padding-bottom: 0;
    padding-top: 0;
  }
  .zoo-breadcrumbs {
    display: none;
  }
  .page-header {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .page-header .header-content {
    position: relative;
    padding: 15px;
    margin: 0;
    z-index: 5;
    width: 100%;
    max-width: 100%;
  }
  .page-header .header-content .nav-toggle {
    z-index: 1;
    top: 0;
  }
  .page-header .header-content .nav-toggle:before {
    color: #ffffff;
  }
  .page-header .header-content .logo {
    text-decoration: none;
    cursor: pointer;
    display: block;
  }
  .page-header .header-content .minicart-wrapper .head-minicart,
  .page-header .header-content .minicart-wrapper .subtotal-minicart {
    display: none;
  }
  .page-header .header-content .minicart-wrapper .action.showcart .counter.qty:before {
    font-size: 22px;
  }
  .page-header .header-content .minicart-wrapper .action.showcart .counter.qty .counter-number {
    width: 16px;
    height: 16px;
  }
  .page-header .header-content .minicart-wrapper .minicart-detail {
    right: 0;
  }
  .page-header .header-content .minicart-wrapper .minicart-detail #minicart-content-wrapper {
    overflow: auto;
  }
  .page-header .header-content .minicart-wrapper .minicart-detail.empty .block-content,
  .page-header .header-content .minicart-wrapper .minicart-detail.empty .block-title {
    width: 100%;
  }
  .page-header .header-content .minicart-wrapper .minicart-detail .mt-cart-panel-summary {
    width: 100%;
  }
  .page-header .header-content.is-sticky {
    z-index: 49;
  }
  .page-header .block-search.active {
    max-width: 100%;
  }
  .page-header .block-search .form.minisearch .control .form-group {
    width: 100%;
  }
  .page-header .block-search .block-content .btn-group .search-dropdown {
    display: none;
  }
  .page-header .block-search .block-content .form.minisearch {
    margin: 0 15px;
  }
  .page-header .block-search .block-content .action.search {
    display: block;
    position: absolute;
    border: none;
    height: 100%;
    outline: 0;
    box-shadow: none;
    padding: 0 !important;
  }
  .page-header .block-search .block-content .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 22px;
    content: '\c014';
    font-family: 'cleversoft';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    display: none;
  }
  .page-header .block-search .block-content .action.search.active {
    left: auto;
    right: 0;
  }
  .page-header .block-search .block-content .action.search.active:before {
    content: '\c067';
    font-family: 'cleversoft';
  }
  .page-header .panel.wrapper .zoo-top-contact {
    display: block;
    float: inherit;
    text-align: center;
    text-transform: uppercase;
  }
  .nav-sections-item-title {
    border: none !important;
  }
  .clever-menu .clever-mega-menu-item.level-top > .menu-link {
    line-height: inherit;
    font-size: 13px;
  }
  .clever-menu.clever-horizontal-menu {
    height: auto;
  }
  .clever-menu.clever-horizontal-menu ul {
    margin: 0;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top {
    border: none;
    background: transparent;
    padding: 0 !important;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top .menu-link {
    border-bottom: 1px solid #ebebeb;
    background: transparent;
    padding: 15px 0;
    font-weight: normal !important;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top .slicknav_arrow {
    width: 20px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    color: #000000;
    text-align: right;
    top: 5px;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top.parent > a:before {
    display: none;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top.category-menu.no-dropdown {
    border-right: none;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top .clever-mega-menu-sub {
    margin: 0;
    background: #ffffff;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top .clever-mega-menu-sub .mega-block-banner {
    text-align: center;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top .clever-mega-menu-sub .mega-block-banner img {
    display: inline-block;
  }
  /* menu canvas */
  .nav-sections {
    width: 80%;
    padding: 15px;
    -webkit-transition: left 300ms linear 0s;
    -moz-transition: left 300ms linear 0s;
    -ms-transition: left 300ms linear 0s;
    -o-transition: left 300ms linear 0s;
    transition: left 300ms linear 0s;
    z-index: 99;
  }
  .navigation .parent .level-top:after {
    content: '\c025';
    font-family: 'cleversoft' !important;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  .navigation .submenu > li.ui-menu-item.all-category {
    display: none;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\c035';
  }
  .nav-sections-item-title.active a {
    color: #000000;
    font-weight: 600;
  }
  .navigation a,
  .navigation .submenu:not(:first-child) ul > li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
  }
  .navigation a:hover,
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #ff4081;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #000000;
    text-decoration: none;
    display: block;
    font-weight: normal;
    padding: 15px 0;
    font-size: 14px;
    border-top: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 12px;
    right: -25px;
    top: 1px;
    display: none !important;
  }
  .page-wrapper .navigation ul li.parent > a:before,
  .nav-sections .switcher .label {
    display: none;
  }
  .nav-open .page-wrapper .nav-sections .block-search .form.minisearch .control input {
    padding: 10px 20px;
    margin: 0;
  }
  .nav-open .page-wrapper .nav-sections .block-search .action.search {
    right: 0;
    left: auto;
  }
  .nav-open .page-wrapper .nav-sections .block-search .action.search:before {
    color: #000000;
  }
  .nav-open .page-wrapper .nav-sections .navigation .ui-menu {
    border: none;
    background: transparent;
  }
  .nav-open .page-wrapper .nav-sections .ui-menu .ui-state-focus,
  .nav-open .page-wrapper .nav-sections .ui-menu .ui-state-active {
    margin: 0;
    background: transparent;
    border: none;
  }
  .nav-open .page-wrapper {
    left: inherit;
  }
  .nav-open .page-wrapper .page-header.zoo-header-6 .header-content .d-flex {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-wrapper .block-search {
    max-width: 383px;
  }
  .page-wrapper .block-search .action.search {
    padding: 0 10px;
  }
  .page-wrapper .block-search .action.search span {
    display: none;
  }
  .page-wrapper .block-search .block-content .btn-group .search-dropdown {
    visibility: hidden;
  }
  .clever-menu .clever-mega-menu-sub .col-sm-6 {
    width: 100%;
  }
  .header .logo {
    padding: 12px 0px;
    margin: 0 125px 0 0;
  }
  .zoo-navigation-vertical .category-hold > li.level0 > a:before {
    margin-right: 0;
  }
  .megamenu-vertical > li.level0 > a span {
    padding: 0 10px;
  }
  .zoo-sidebar-main .block-content .filter-clear a {
    float: initial;
    display: block;
  }
  .block-recent-posts .block-content .item .item-img,
  .block-recent-posts .block-content .item .item-info {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }
}
@media (min-width: 640px) {
  .filter-title {
    display: none;
  }
}
@media (min-width: 768px), print {
  .d-sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .rtl .clever-vertical-menu .clever-mega-menu-sub {
    left: auto;
    right: 100%;
  }
  td.d-md-block {
    display: table-cell !important;
  }
  .pdp-feature {
    position: relative;
  }
  .layout_extended_descriptions .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .layout_extended_descriptions .title-text {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .twoColumnImageText .right .image {
    left: 50%;
  }
  .twoColumnImageText .right .text {
    right: 50%;
  }
  body.page-product-downloadable .product-options-bottom {
    float: inherit;
    width: 100%;
  }
  body.page-product-downloadable .product-options-bottom .price-box {
    display: none;
  }
  .product-item .box-tocart .action.tocart {
    width: 100%;
  }
  .account .zoo-main-content-area .block:not(.widget) .block-content .box {
    width: 48%;
  }
  .account .zoo-main-content-area .block:not(.widget) .block-content .box:nth-child(1) {
    float: left;
  }
  .account .zoo-main-content-area .block:not(.widget) .block-content .box:nth-child(2) {
    float: right;
  }
  .product-items .product-item {
    margin-bottom: 20px;
    display: inline-block;
  }
  body .product.media {
    margin-bottom: 60px;
  }
  .clever-vertical-menu.clever-menu .clever-mega-menu-item.level0 {
    border-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
  }
  .clever-vertical-menu.clever-menu .clever-mega-menu-item.level0 > a.menu-link {
    color: #d7d7d7;
    padding: 0;
  }
  .clever-vertical-menu.clever-menu .clever-mega-menu-item.level0 > a.menu-link:before {
    display: none !important;
  }
  .product-gird-right .products-grid .product-item {
    width: 100%;
  }
  .padding-sm-left-0 {
    padding-left: 0;
  }
  .padding-sm-left-3 {
    padding-left: 3px;
  }
  .padding-sm-right-3 {
    padding-right: 3px;
  }
  .catalog-category-view.page-layout-1column .toolbar-top .action-for-medium-up,
  .clevershopby-index-index.page-layout-1column .toolbar-top .action-for-medium-up,
  .catalogsearch-result-index.page-layout-1column .toolbar-top .action-for-medium-up {
    display: inline-block !important;
  }
  .navigation .level0 > .level-top,
  .navigation .level0 > .level-top,
  .navigation .level0 > .level-top,
  .navigation .level0 > .level-top {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 3px;
    transition: 200ms;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top,
  .navigation .level0:hover > .level-top,
  .navigation .level0.has-active > .level-top {
    border-width: 0 0 3px;
    border-color: #ff4081;
  }
  .product.media .fotorama__stage {
    padding-left: 15px;
  }
  .page-wrapper .minicart-items-wrapper {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .page-wrapper .nav-sections {
    margin-bottom: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .left_checkout_cart {
    width: 71.5%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
    position: relative;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    padding-top: 0 !important;
  }
  body .block-authentication .actions-toolbar > .primary {
    display: block;
    float: inherit;
  }
  body .block-authentication .actions-toolbar > .primary button,
  body .block-authentication .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
  body .block-authentication .actions-toolbar > .primary .action-gift {
    width: 100%;
    padding: 10px;
  }
  .color-section > .row .block-content div[class^="owl-"] {
    height: 100%;
  }
}
@media (min-width: 992px), print {
  .d-md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .minicart-wrapper-detail:hover > .ui-widget.ui-widget-content {
    display: block !important;
    top: 0;
  }
  span[data-action="toggle-nav"] {
    display: none;
  }
  .type-images-carousel .gallery-placeholder .fotorama__wrap,
  .type-sticky-images .gallery-placeholder .fotorama__wrap,
  .type-sticky-right-content .gallery-placeholder .fotorama__wrap,
  .type-sticky-accordion .gallery-placeholder .fotorama__wrap,
  .type-gird-thumb .gallery-placeholder .fotorama__wrap {
    display: none;
  }
  .header-content.is-sticky {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tab-style2 .zoo-heading-wrapper-title h3 {
    display: none;
  }
  .clever-horizontal-menu ul.clever-mega-menu .clever-mega-menu-item .clever-mega-menu-container > .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    margin: 0;
  }
  .clever-horizontal-menu ul.clever-mega-menu .clever-mega-menu-item.border-right .clever-mega-menu-container > .row > .col-sm-12 {
    border-right: 1px solid #e1e1e1;
    margin-right: 20px;
  }
  .clever-horizontal-menu ul.clever-mega-menu .clever-mega-menu-item.border-right .clever-mega-menu-container > .row > .col-sm-12:last-child {
    border-right: 0;
    margin-right: 0;
  }
  .zoo-quickview-popup #clever-quickview .product-quickview-view {
    min-height: 400px;
  }
  .header .logo {
    padding: 12px 0px;
    margin: 0 225px 0 0;
  }
  .newsletter-cs .content,
  .newsletters-style-3 .content {
    max-width: 700px;
  }
  .zoo-header-7 .clever-menu .category-menu li.item {
    padding: 5px 5px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-area1 {
    margin: 0 auto;
  }
  .owl-carousel .product_hover {
    max-width: 300px;
    float: left;
  }
  .owl-carousel .owl-item .product_hover {
    max-width: 100%;
    float: inherit;
  }
}
@media (min-width: 1440px) {
  .col-md-6.col-llg-offset-1 {
    margin-left: 8.33333333%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (max-width: 1199px) {
  .zoo-product-collection01 .owl-pagination,
  .zoo-product-collection01 .owl-dots {
    display: block;
  }
  .main-static-image1,
  .main-static-image2,
  .main-static-image3 {
    position: relative;
    margin-bottom: 80px;
  }
  .main-static-image1:before,
  .main-static-image2:before,
  .main-static-image3:before {
    display: none;
  }
  #mtnav {
    display: table;
    width: 100%;
  }
  #mtnav li.level0 {
    display: table-cell;
    padding: 0;
    margin: 0;
    float: none;
  }
}
@media (max-width: 991px) {
  .zoo-footer-bottom-content .f_contact {
    margin-top: 30px;
    padding-left: 15px;
  }
  .zoo-image-block.grid__item {
    margin-bottom: 30px;
  }
  .cart-container .cart-summary {
    width: 100%;
  }
  .left_checkout_cart {
    width: 100%;
  }
  .page-layout-1column .cart-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-layout-1column .cart-container .cart-summary {
    top: 0 !important;
  }
  .page-layout-1column .cart-container .left_checkout_cart {
    order: -1;
  }
  .owl-carousel:hover .owl-buttons .owl-next,
  .owlslider:hover .owl-buttons .owl-next,
  .owl-carousel:hover .owl-nav .owl-next,
  .owlslider:hover .owl-nav .owl-next {
    right: 0px;
  }
  .owl-carousel:hover .owl-buttons .owl-prev,
  .owlslider:hover .owl-buttons .owl-prev,
  .owl-carousel:hover .owl-nav .owl-prev,
  .owlslider:hover .owl-nav .owl-prev {
    left: 0px;
  }
  .topcat-menu .block-title .fa.fa-bars {
    display: none;
  }
  .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown {
    padding-right: 0;
  }
  .minicart-wrapper .minicart-detail-default {
    border: none;
    padding: 0;
    min-width: inherit;
    position: fixed !important;
    right: -20px;
    top: 0;
    background-color: #ffffff;
    transition: all .5s ease .2s;
    -webkit-transition: all .5s ease .2s;
    -ms-transition: all .5s ease .2s;
    -o-transition: all .5s ease .2s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    z-index: 99;
    line-height: initial;
    height: 100%;
    margin: 0;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .minicart-wrapper .minicart-detail-default #minicart-content-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .minicart-wrapper .minicart-detail-default #btn-minicart-close {
    display: block;
  }
  .minicart-wrapper .minicart-detail-default .block-title {
    background-color: #282828;
    padding: 20px;
    overflow: hidden;
    position: fixed;
    width: 95%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    z-index: 10;
  }
  .minicart-wrapper .minicart-detail-default .block-title .text {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
  }
  .minicart-wrapper .minicart-detail-default .block-title .close-minicart {
    line-height: 29px;
    color: #ffffff;
  }
  .minicart-wrapper .minicart-detail-default .mt-cart-panel-summary {
    bottom: 0;
    position: fixed;
    width: 95%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 20px;
    background: #ffffff;
    z-index: 9;
  }
  .minicart-wrapper .minicart-detail-default .minicart-items-wrapper {
    border: none;
    margin: 0;
    padding-left: 15px;
    padding-bottom: 230px;
    padding-right: 15px;
  }
  .minicart-wrapper .minicart-detail-default.empty .block-content {
    transition: all 300ms;
    -moz-transition: all 300ms;
    overflow: hidden;
    padding-top: 90px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .minicart-wrapper .minicart-detail-default.empty .block-content .bg-cart-empty {
    text-align: center;
    margin: 40px auto 0 auto;
    background: url('../../frontend/CleverSoft/images/cart-none-product.jpg') no-repeat;
    background-size: contain;
    width: 166px;
    height: 255px;
  }
  .minicart-wrapper .minicart-detail-default.empty .block-content .subtitle.empty {
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
  }
  .minicart-wrapper .minicart-detail-default.empty .block-content .subtitle.empty span {
    line-height: 22px;
    display: block;
    color: #999999;
  }
  .minicart-wrapper .minicart-items {
    height: auto !important;
  }
  .minicart-wrapper .minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #e5e5e5;
  }
  .minicart-wrapper .minicart-items .action.delete {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform .3s ease;
    display: inline-block;
  }
  .minicart-wrapper .minicart-items .action.delete:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .minicart-wrapper .minicart-items .product-item-details .details-qty {
    margin-top: 0;
    float: left;
  }
  .minicart-wrapper .minicart-items .product-item-details .price {
    font-weight: 500;
    color: #000000;
  }
  .minicart-wrapper .minicart-items .product-item-details .price-container {
    text-align: right;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .control {
    border: 1px solid #eaeaea;
    display: inline-block;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .control input {
    box-shadow: none;
    border: none;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .control input:focus,
  .minicart-wrapper .minicart-items .product-item-pricing .control input:active {
    box-shadow: none;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .control button,
  .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action,
  .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift {
    text-align: center;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .control button:hover,
  .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action:hover,
  .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift:hover {
    color: #ff5a92;
    background: transparent;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .label {
    padding: 0;
    width: 35px;
  }
  .minicart-wrapper .minicart-items .item-qty {
    width: 30px;
    color: #000000;
    height: 30px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .minicart-wrapper .minicart-items .items-count {
    height: 30px;
    width: 15px;
    line-height: 30px;
  }
  .minicart-wrapper .product-item-details .product-item-name a {
    outline: none;
    color: #000000;
    text-decoration: none;
  }
  .minicart-wrapper .product-item-details .product-item-name a:hover {
    color: #fc6a21;
  }
  .minicart-wrapper .product-item-details .price-excluding-tax {
    margin: 0;
  }
  .minicart-wrapper .items-total {
    display: none;
  }
  .minicart-wrapper .actions #top-cart-btn-checkout {
    background: #3f51b5;
    margin: 0;
    color: #ffffff;
  }
  .minicart-wrapper .actions #top-cart-btn-checkout:hover {
    color: #ffffff;
    background: #fc6a21;
  }
  .minicart-wrapper #minicart-widgets {
    margin: 0;
  }
  .zoo-notification .zoo-notification-text {
    font-size: 14px;
    padding-right: 40px;
  }
  .zoo-notification .notification-dismiss {
    right: 15px;
  }
  body.filter-active .zoo-layer-navigation.layered-vertical {
    left: 0;
    overflow: scroll;
  }
  body.filter-active .zoo-layer-navigation.layered-vertical ::-webkit-scrollbar {
    display: none;
  }
  body.filter-active.hide-sidebar {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  body.filter-active .transparent-bg {
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: block;
    cursor: pointer;
  }
  body.filter-active #page-header,
  body.filter-active #toolbar-top {
    position: inherit !important;
    top: inherit !important;
  }
  body.filter-active #shop-sidebar-left {
    position: static;
  }
  body.filter-active.page-products .columns {
    position: static;
  }
  .catalog-category-view .sidebar.sidebar-left,
  .clevershopby-index-index .sidebar.sidebar-left,
  .catalogsearch-result-index .sidebar.sidebar-left,
  .catalog-category-view .sidebar.sidebar-right,
  .clevershopby-index-index .sidebar.sidebar-right,
  .catalogsearch-result-index .sidebar.sidebar-right {
    border: none;
    padding: 0;
  }
  .catalog-category-view .shop-main,
  .clevershopby-index-index .shop-main,
  .catalogsearch-result-index .shop-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-category-view .zoo-layer-navigation.layered-vertical,
  .clevershopby-index-index .zoo-layer-navigation.layered-vertical,
  .catalogsearch-result-index .zoo-layer-navigation.layered-vertical {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -320px;
    width: 320px;
    padding: 15px;
    height: 100%;
    background: #ffffff;
    visibility: visible;
    -webkit-transition: left 300ms linear 0s;
    -moz-transition: left 300ms linear 0s;
    -ms-transition: left 300ms linear 0s;
    -o-transition: left 300ms linear 0s;
    transition: left 300ms linear 0s;
    overflow: scroll;
  }
  .catalog-category-view .zoo-layer-navigation.layered-vertical .block-content .block-subtitle,
  .clevershopby-index-index .zoo-layer-navigation.layered-vertical .block-content .block-subtitle,
  .catalogsearch-result-index .zoo-layer-navigation.layered-vertical .block-content .block-subtitle {
    font-size: 14px;
    font-weight: 600;
  }
  .catalog-category-view .zoo-layer-navigation.layered-vertical .block-content .filter-clear,
  .clevershopby-index-index .zoo-layer-navigation.layered-vertical .block-content .filter-clear,
  .catalogsearch-result-index .zoo-layer-navigation.layered-vertical .block-content .filter-clear {
    padding: 13px 15px 13px 15px;
  }
  .catalog-category-view .zoo-layer-navigation.layered-vertical .filter,
  .clevershopby-index-index .zoo-layer-navigation.layered-vertical .filter,
  .catalogsearch-result-index .zoo-layer-navigation.layered-vertical .filter {
    height: 100%;
  }
  .catalog-category-view .zoo-layer-navigation.layered-vertical .filter .filter-title,
  .clevershopby-index-index .zoo-layer-navigation.layered-vertical .filter .filter-title,
  .catalogsearch-result-index .zoo-layer-navigation.layered-vertical .filter .filter-title {
    border-bottom: 1px solid #ebebeb;
    height: 48px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    position: static;
    background-color: #ffffff;
    display: block;
    margin: 0;
    display: none;
  }
  .catalog-category-view .zoo-layer-navigation.layered-vertical .filter .filter-title strong,
  .clevershopby-index-index .zoo-layer-navigation.layered-vertical .filter .filter-title strong,
  .catalogsearch-result-index .zoo-layer-navigation.layered-vertical .filter .filter-title strong {
    padding: 0;
    position: absolute;
    height: 48px;
    top: 0;
    right: 0;
    line-height: 48px;
    box-shadow: none;
    background: none;
    border: 0;
    color: #7d7d7d;
    display: inline-block;
    font-size: 0;
  }
  .catalog-category-view .zoo-layer-navigation.layered-vertical .filter .filter-title strong:after,
  .clevershopby-index-index .zoo-layer-navigation.layered-vertical .filter .filter-title strong:after,
  .catalogsearch-result-index .zoo-layer-navigation.layered-vertical .filter .filter-title strong:after {
    width: 48px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: inherit;
    content: '\c067';
    font-family: 'cleversoft' !important;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
  }
  .catalog-category-view .zoo-layer-navigation.layered-vertical .filter .filter-title strong:after:hover,
  .clevershopby-index-index .zoo-layer-navigation.layered-vertical .filter .filter-title strong:after:hover,
  .catalogsearch-result-index .zoo-layer-navigation.layered-vertical .filter .filter-title strong:after:hover {
    cursor: pointer;
  }
  .catalog-category-view .zoo-layer-navigation.layered-vertical .filter .filter-title strong:hover,
  .clevershopby-index-index .zoo-layer-navigation.layered-vertical .filter .filter-title strong:hover,
  .catalogsearch-result-index .zoo-layer-navigation.layered-vertical .filter .filter-title strong:hover {
    cursor: pointer;
    color: #ff4081;
  }
  .catalog-product-view .product-reviews-summary {
    display: block;
  }
  .catalog-product-view .product-reviews-summary .rating-summary,
  .catalog-product-view .product-reviews-summary .reviews-actions {
    display: block;
  }
  .product.media {
    padding: 0;
    padding-bottom: 25px;
  }
  .product.media .gallery-placeholder {
    margin: 0 -15px;
  }
  .page-wrapper .copyright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-index-index .contact-info > div {
    border-right: none;
    padding: 25px;
    border-bottom: 1px solid #ebebeb;
  }
  .contact-index-index .contact-info > div:last-child {
    border-left: 0;
    border-bottom: 0;
  }
  .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 {
    display: none;
  }
  .add-to-link,
  .toolbar-sorter {
    display: none !important;
  }
  #toolbar-top .toolbar-products {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #minicart-content-wrapper .minicart-items .product {
    padding-bottom: 10px;
  }
  #minicart-content-wrapper .minicart-items .product .toggle::after {
    font-family: 'cleversoft';
    content: '\e622';
    font-size: 10px;
    padding-left: 15px;
  }
  #minicart-content-wrapper .minicart-items .product.active > .toggle::after {
    content: '\e621';
  }
  #checkout .authentication-wrapper .authentication-dropdown {
    width: auto;
  }
  .toolbar-bottom .toolbar-products .pages {
    display: block;
  }
  .account .zoo-main-content-area .block:not(.widget) .block-content .box {
    margin-bottom: 30px;
  }
  .banner-image-girl {
    height: 500px;
  }
  .shop_header .page-title-wrapper h1 {
    font-size: 32px;
  }
  .label-product-view .product-new-label,
  .label-product-view .product-sale-label {
    left: 25px;
  }
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus),
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .fotorama__stage {
    padding-left: 0;
  }
  .toolbar-amount,
  .nav-title-cart .box-price .price-box,
  #scroll-to-top {
    display: none !important;
  }
  .minicart-wrapper .block-minicart {
    width: 80%;
  }
  .catalog-product-tab .product.data.items > .item.content {
    margin-top: 0;
  }
  .modal-popup.modal-slide._show {
    left: 0;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap[class] {
    width: 95%;
    margin: 50px auto;
    background-color: transparent;
  }
  .modal-popup.modal-slide {
    overflow: hidden;
  }
  .block-home-newsletter .row > div {
    border-right: 0;
  }
  .home-collection-item {
    padding: 15px;
  }
  .home-collection-item img {
    width: 100%;
  }
  .image-banner {
    border-top: none;
  }
  .user_area .authorization-link a:before {
    top: 0;
  }
  .register-container-flex,
  .login-container-flex {
    display: inline !important;
  }
  .register-container-flex .button-login-social,
  .login-container-flex .button-login-social,
  .register-container-flex .button-register-social,
  .login-container-flex .button-register-social {
    padding-bottom: 15px;
  }
  .register-container-flex .button-login-social:before,
  .login-container-flex .button-login-social:before,
  .register-container-flex .button-register-social:before,
  .login-container-flex .button-register-social:before {
    top: inherit;
    left: 0;
    right: 0;
  }
  .register-container-flex .button-login-social:after,
  .login-container-flex .button-login-social:after,
  .register-container-flex .button-register-social:after,
  .login-container-flex .button-register-social:after {
    right: 0;
    top: inherit;
    bottom: 15px;
    width: 100%;
    margin: auto;
    height: 0.1em;
    box-shadow: none;
    left: 0;
  }
  .register-container-flex .button-login-social.button-login-left-form .pslogin-block,
  .login-container-flex .button-login-social.button-login-left-form .pslogin-block,
  .register-container-flex .button-register-social.button-login-left-form .pslogin-block,
  .login-container-flex .button-register-social.button-login-left-form .pslogin-block,
  .register-container-flex .button-login-social.button-register-left-form .pslogin-block,
  .login-container-flex .button-login-social.button-register-left-form .pslogin-block,
  .register-container-flex .button-register-social.button-register-left-form .pslogin-block,
  .login-container-flex .button-register-social.button-register-left-form .pslogin-block {
    float: none !important;
  }
  .zoo-quickview {
    display: none;
  }
  .box-product-grid .products-grid .product-item {
    width: 50%;
  }
  #v-cookielaw.v-box {
    width: 95%;
    left: 50% !important;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  #v-cookielaw.v-box .v-message {
    display: none;
  }
  #v-cookielaw.v-box h3:hover {
    cursor: pointer;
  }
  #v-cookielaw.v-box.zoo-accordion-show h3 {
    margin: 0;
    cursor: pointer;
  }
  .product-info-main span[itemprop="description"] {
    display: none;
  }
  .catalog-product-tab .product.data.items {
    text-align: left;
  }
  .catalog-product-tab .product.data.items > .item.title {
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    display: block;
  }
  .page-header.zoo-header-4 .header-content .block-search .form.minisearch .control .search-dropdown,
  .page-header.zoo-header-5 .header-content .block-search .form.minisearch .control .search-dropdown {
    display: block;
  }
  body .blog-widget-recent .post-holder {
    width: 100%;
    margin: 0;
  }
  body .blog-widget-recent .post-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hidden-xs-sub-menu .slicknav_arrow {
    display: none;
  }
  .zoo-quickview-popup .product-media {
    padding: 0;
  }
  .clever-menu .col-xs-6 {
    width: 50%;
    padding: 0;
    margin-bottom: 20px;
  }
  .btn-novetty,
  button,
  .newsletters button,
  .cart.table-wrapper .actions-toolbar > .action,
  .newsletters .cart.table-wrapper .actions-toolbar > .action,
  .action-gift,
  .newsletters .action-gift {
    padding: 10px 25px;
    letter-spacing: 1px;
  }
  .padding-xs-0 {
    padding: 0;
  }
  .zoo-slideshow-text-content h2 {
    font-size: 36px !important;
    letter-spacing: 0px;
  }
  .zoo-slideshow-text-content h3 {
    margin-bottom: 30px;
  }
  .product-gird-right .products-grid .product-item {
    width: 50%;
  }
  .product-info-main .page-title-wrapper.product h1 {
    font-size: 22px;
  }
  .share-links {
    border: none;
  }
  .product-area2 .product.data.items > .item.title,
  .product-area3 .product.data.items > .item.title {
    border-top: 1px solid #f4f4f4;
    margin: 0;
    text-align: left;
    position: relative;
  }
  .product-area2 .product.data.items > .item.title:before,
  .product-area3 .product.data.items > .item.title:before {
    display: none;
  }
  .product-area2 .product.data.items > .item.title:after,
  .product-area3 .product.data.items > .item.title:after {
    content: '\e622';
    position: absolute;
    right: 0;
    top: 25px;
    font-family: 'cleversoft' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .product-area2 .product.data.items > .item.title.active:after,
  .product-area3 .product.data.items > .item.title.active:after {
    content: "\c009";
  }
  .columns {
    display: block;
  }
  .columns .column.main .product-items {
    margin-left: 0px;
  }
  .main-slide-content {
    height: 400px;
  }
  .cms-index-index .page-wrapper .main_top {
    padding-top: 0px;
  }
  .modal-inner-wrap .modal-header {
    padding: 0;
  }
  .modal-inner-wrap .modal-header .action-close {
    z-index: 991;
  }
  .form-cart-container .cart.table-wrapper #shopping-cart-table tr td.item {
    padding: 40px 0 40px 120px;
  }
  .form-cart-container .cart.table-wrapper #shopping-cart-table tr td.item .product-item-photo {
    max-width: 100px;
  }
  .form-cart-container .cart.table-wrapper .col.qty {
    width: auto;
    float: inherit;
    display: table-cell;
  }
  .form-cart-container .cart.table-wrapper .col.qty:before {
    display: none;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background: transparent !important;
    color: #3b3b3b !important;
    padding: 0;
    border: none;
  }
  .row-col-gap > div {
    width: 100%;
  }
  .custom-block-on-sidebar {
    margin-bottom: 30px;
  }
  .share-links {
    margin-left: 0;
    padding: 10px 0;
  }
  .login-container-flex:before,
  .login-container-flex:after {
    display: none !important;
  }
  .login-container-flex:before,
  .login-container-flex:after {
    display: none !important;
  }
  .zoo-footer-bottom-content {
    margin-bottom: 0px;
  }
  .sticky-wrapper .page-title-wrapper.product {
    left: 0;
  }
  .sticky-wrapper .box-tocart {
    right: 0;
  }
  .sticky-wrapper .box-tocart .fieldset .field.qty {
    float: left;
  }
  .sticky-wrapper.is-sticky .toolbar-top .toolbar.toolbar-products {
    padding: 15px;
    margin: 0;
  }
  .sticky-wrapper.is-sticky .page-title-wrapper.product,
  .sticky-wrapper.is-sticky .box-tocart {
    width: 100%;
    padding: 0 15px;
  }
  .sticky-wrapper.is-sticky .page-title-wrapper.product h1 {
    font-size: 18px;
  }
  .sticky-wrapper.is-sticky .box-tocart .fieldset .actions .action.tocart {
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    min-width: 140px;
  }
  .block_parallax .block-image .ctas_stack a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  #zoo-main-content {
    position: relative;
    padding-top: 0;
  }
  .page-products .columns > .row {
    width: 100%;
    margin: 0;
  }
  .catalogsearch-result-index.page-layout-1column .columns,
  .catalog-category-view.page-layout-1column .columns,
  .clevershopby-index-index.page-layout-1column .columns {
    overflow: inherit;
  }
  body.filter-active .page-wrapper {
    height: auto;
    margin-top: 0;
    visibility: initial;
  }
  .catalogsearch-result-index .page-products .columns,
  .catalog-category-view .page-products .columns,
  .clevershopby-index-index .page-products .columns {
    padding-top: 20px;
  }
  .catalogsearch-result-index.page-layout-1column .columns .column.main,
  .catalog-category-view.page-layout-1column .columns .column.main,
  .clevershopby-index-index.page-layout-1column .columns .column.main {
    margin-left: 0 !important;
    width: 100%;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: block !important;
  }
  h2.title-cart a,
  h2.title-cart span {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    font-size: 24px;
  }
  h2.title-cart i {
    display: none;
  }
  .checkout-payment-method .field-select-billing,
  .checkout-payment-method .billing-address-form {
    max-width: 100%;
  }
  .page-wrapper .navigation ul .level0 > a {
    font-weight: 500;
    font-size: 12px;
    padding: 8px 0;
    line-height: 20px;
    text-transform: capitalize;
  }
  .product.media .share-links {
    margin: 0;
    padding: 0;
  }
  .product.media .share-links a {
    font-size: 20px;
    margin: 0 15px;
  }
  .product.media .share-product-text {
    margin-bottom: 10px;
  }
  .product.media .product-low-of-stock {
    margin-left: 0;
  }
  .product-area2 .product.data.items > .item.content {
    margin-top: 0;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 639px) {
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    width: 100% !important;
  }
  .nav-title-cart .box-price {
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    white-space: nowrap;
    overflow: hidden;
  }
  .pages .pages-items {
    padding: 0;
  }
  body #zoo-login-form,
  body #zoo-register-form {
    padding: 10px;
  }
  body .button-login-social.button-login-left-form,
  body .button-register-social.button-login-left-form,
  body .button-login-social.button-register-left-form,
  body .button-register-social.button-register-left-form {
    padding-right: 15px;
  }
  .customer-account-forgotpassword h1.page-title,
  .customer-account-login h1.page-title,
  .customer-account-create h1.page-title,
  #zoo-login-form h1.page-title,
  #zoo-register-form h1.page-title {
    font-size: 18px;
  }
  legend {
    font-size: 16px;
  }
  body .pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
    position: relative;
  }
  body .pslogin-block .pslogin-buttons ul li .pslogin-button-text {
    width: auto;
  }
  .products-list.list .product-item .zoo-product-image {
    width: 100%;
    max-width: inherit;
    display: block;
  }
  .products-list.list .product-item .product-item-details {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .products-list.list .product-item .category-price-list {
    float: none;
    width: 100%;
  }
  .product-item-actions {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
  }
  #toolbar-amount {
    padding-left: 60px;
  }
}
@media (max-width: 576px) {
  .shop_header .page-title-wrapper h1 {
    font-size: 28px;
  }
  .zoo-newsletter-popup #zoo_newsletter {
    height: 400px;
  }
  .nav-title-cart .box-price {
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
    white-space: nowrap;
    overflow: hidden;
  }
  .nav-title-cart .box-price {
    display: none;
  }
  .nav-title-cart .box-tocart {
    float: inherit;
    display: block;
  }
  .nav-title-cart .box-tocart .fieldset {
    display: block;
  }
  .nav-title-cart .box-tocart .fieldset .actions {
    display: block;
  }
  .nav-title-cart .box-tocart .fieldset .actions .action.tocart {
    padding: 0 10px;
    min-width: inherit;
    text-transform: none;
    letter-spacing: 1px;
    width: 100%;
  }
  .toolbar-amount {
    display: none;
  }
  .product-add-form .product-options-bottom {
    display: block;
  }
  .product-add-form .product-options-bottom .box-tocart {
    width: 100%;
  }
  .page-wrapper .page-footer .footer-bottom {
    padding: 30px 0 0;
  }
  .block_parallax .pallarax_content .large-title {
    font-size: 28px;
  }
  #shipping-method-buttons-container .btn-novetty {
    width: 100%;
  }
  .tab-style2 .products-grid .product-item .product-item-info .product-item-name {
    white-space: normal;
  }
  .newsletters .subscribe .newsletter {
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
  }
  .newsletters .subscribe .actions {
    float: inherit;
    margin: 0 auto;
    clear: both;
  }
}
@media (max-width: 480px) {
  .product-info-main .product-add-form .box-tocart .fieldset {
    margin-bottom: 20px;
  }
  .product-info-main .product-social-links {
    text-align: left;
  }
  .fieldset .field.qty {
    display: block;
  }
  .fieldset .field.qty .control {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fieldset .actions {
    display: block;
  }
  .fieldset .actions .action.tocart {
    width: 100%;
    min-width: auto;
  }
  .zoo-title-size2 .zoo-main-heading .zoo-heading-wrapper-title h3 {
    font-size: 28px;
  }
  .clever-menu .col-xs-6 {
    width: 100%;
  }
  .btn-novetty,
  button,
  .newsletters button,
  .cart.table-wrapper .actions-toolbar > .action,
  .newsletters .cart.table-wrapper .actions-toolbar > .action,
  .action-gift,
  .newsletters .action-gift {
    padding: 10px 20px;
  }
  body.filter-active {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
  }
  body.filter-active .transparent-bg {
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: block;
  }
  .sticky-wrapper .page-title-wrapper.product {
    left: 0;
  }
  .sticky-wrapper .box-tocart {
    right: 0;
  }
  .sticky-wrapper .box-tocart .fieldset .field.qty {
    float: left;
  }
  .sticky-wrapper.is-sticky .page-title-wrapper.product,
  .sticky-wrapper.is-sticky .box-tocart {
    width: 100%;
    padding: 0 15px;
  }
  .sticky-wrapper.is-sticky .page-title-wrapper.product h1 {
    font-size: 18px;
  }
  .sticky-wrapper.is-sticky .box-tocart .fieldset .actions .action.tocart {
    min-width: 120px;
  }
  .tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs li {
    display: none;
  }
  .tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs li:first-child {
    display: inline-block;
  }
  .product-social-links .product-addto-links .action {
    margin-right: 2%;
  }
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
.slideshow-home01 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h3 {
  font-size: 20px;
}
.page-header__home1.page-header .topbar-menu ul.clever-mega-menu > li.level-top > a.menu-link:after {
  border-color: #5d5d5d;
}
body.cms-index-index .item-images-block {
  position: relative;
  margin-top: 30px;
}
body.cms-index-index .item-images-block.margin-top-8 {
  margin-top: 8px;
}
body.cms-index-index .item-images-block__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  background: #ffffff;
  border-radius: 6px;
  padding: 15px 30px!important;
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease-in;
  opacity: 0.9;
  line-height: 1;
  border: none !important;
}
body.cms-index-index .item-images-block__content:hover {
  color: #ffffff;
}
.page-header__home2 .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link:hover {
  background: #0172ff;
}
.page-header__home2 .clever-horizontal-menu .clever-mega-menu li.level0.active > a.menu-link {
  background: #0172ff;
}
.cms-cleversoft-homepage-12 .footer-top {
  border-top: 1px solid #ebebeb;
}
.text-image-content {
  position: absolute;
  z-index: 9;
  top: 10%;
  width: 100%;
}
.text-image-content h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.5px;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.text-image-content .rte-setting p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 36px;
  text-transform: capitalize;
  color: #81d8d0;
}
.collection-wrapper {
  background: #fafafa;
  overflow: hidden;
}
.collection-wrapper h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin-top: 0;
}
.collection-wrapper a.view-all {
  text-decoration: none;
  color: #81d8d0;
}
.collection-wrapper a.view-all:hover {
  text-decoration: underline;
}
.block-home-newsletter {
  text-align: center;
}
.block-home-newsletter .row > div {
  padding: 40px;
}
.block-home-newsletter .row > div:last-child {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.block-home-newsletter .service-home h2,
.block-home-newsletter h2.title_newsletter {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #222222;
}
.block-home-newsletter .service-home a {
  font-size: 18px;
  line-height: 36px;
  color: #81d8d0;
}
.block-home-newsletter .newsletters {
  padding: 0;
}
.block-home-newsletter .newsletters button,
.block-home-newsletter .newsletters .cart.table-wrapper .actions-toolbar > .action,
.block-home-newsletter .newsletters .action-gift {
  text-transform: uppercase;
  padding: 0 24px;
  margin: 0;
  height: 100%;
  margin-left: 0;
  letter-spacing: 0;
  font-weight: normal;
}
.block-home-newsletter .newsletters .subscribe .newsletter {
  width: -webkit-calc(100% - 122px);
  width: -moz-calc(100% - 122px);
  width: calc(100% - 122px);
}
@media (max-width: 552px) {
  .zoo-home11-block .block-2 .images {
    height: 530px !important;
  }
}
.cms-cleversoft-homepage-11 .page-wrapper .footer-bottom {
  border-top: 1px solid #d7d7d7;
}
body.cms-cleversoft-homepage-5 .page-wrapper {
  background: #ffffff;
}
body.cms-cleversoft-homepage-6 .newsletters-style-2 h3 {
  color: #ffffff;
}
body.cms-cleversoft-homepage-6 .newsletters-style-2 .cs-font:before {
  color: #ffffff;
  background: #b40303;
}
body.cms-cleversoft-homepage-6 .page-wrapper .page-footer .footer-middle h4.zoo-widget-title-sm {
  color: #ffffff;
}
body.cms-cleversoft-homepage-6 .footer-middle .container {
  position: relative;
}
body.cms-cleversoft-homepage-6 .footer-middle .container:before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #252525;
}
body.cms-cleversoft-homepage-6 .item-images-block {
  position: relative;
  margin-top: 30px;
}
body.cms-cleversoft-homepage-6 .item-images-block__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  background: #ffffff;
  border-radius: 6px;
  padding: 15px 30px;
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease-in;
  opacity: 0.9;
  display: inline-table;
}
body.cms-cleversoft-homepage-6 .item-images-block__content:hover {
  color: #ffffff;
}
body.cms-cleversoft-homepage-6 .image-banner {
  border-top: 1px solid #ccc;
  padding-top: 35px;
}
body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content {
  text-align: center;
}
body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content .large-title {
  padding-top: 100px;
  font-weight: 600;
  color: #ffffff;
}
body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content .small-title {
  font-size: 18px;
  margin-bottom: 160px;
  font-weight: 300;
  color: #ffffff;
}
body.cms-cleversoft-homepage-6 .page-wrapper .newsletters-style-2 .clever-icon-mail-1:before {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  top: 5px;
  font-family: 'cleversoft' !important;
  font-size: 24px;
  color: #ffffff;
  left: 45%;
  content: "\c117";
}
/* Responsive Home 6 */
@media (min-width: 1200px) {
  body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content .large-title {
    line-height: 95px;
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content {
    width: 100%;
    float: none;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content .large-title {
    text-align: center;
    padding: 0;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content .small-title {
    text-align: center;
    padding-right: 0;
    margin-bottom: 50px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 640px) {
  body.cms-cleversoft-homepage-6 .page-wrapper .main_content_pallarax .block_parallax .pallarax_content .large-title {
    font-size: 30px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .main_content_pallarax .block_parallax .pallarax_content .small-title {
    font-size: 15px;
  }
}
.figure.effect-sadie .figcaption {
  padding-bottom: 100%;
  position: relative;
}
.figure.effect-sadie .figcaption .content {
  position: absolute;
  bottom: 5%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 90%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.figure.effect-sadie .figcaption .content h2 {
  font-size: 30px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.figure.effect-sadie .figcaption .content a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}
.figure.effect-sadie .figcaption .content a:hover i {
  padding-left: 10px;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.products-home08 {
  padding: 0 35px;
}
.products-home08 .zoo-heading-wrapper-title {
  text-align: center;
}
.products-home08 .zoo-heading-wrapper-title .sub-title {
  font-size: 16px;
}
.zoo-home08-block .block-custom-content {
  text-align: center;
  display: inline-block;
}
.zoo-home08-block .block-custom-content h3 {
  font-size: 36px;
}
.zoo-home08-block .block-custom-content h4 {
  color: #9d9d9d;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2.zoo-footer-bottom-home08 {
  margin-top: 50px;
  margin-bottom: 0;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2.zoo-footer-bottom-home08 h2 {
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 20px;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2.zoo-footer-bottom-home08 p {
  font-size: 16px;
  color: #7d7d7d;
}
@media (max-width: 767px) {
  .zoo-home08-block .block-custom-content {
    padding-bottom: 100px;
    display: block;
  }
}
.page-header__home10.page-header .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
  padding: 12px 10px;
}
.page-header__home10 .block.block-search {
  width: 370px;
  min-width: auto;
}
.page-header__home10 .block.block-content .form.minisearch {
  border-radius: 2px;
  height: 30px;
  line-height: 28px;
  border-width: 1px;
}
.page-header__home10 .block.block-content .form.minisearch .action.search {
  min-height: 28px;
  width: 40px;
  background: 0 0;
}
.page-header__home10 .sticky-wrapper.is-sticky .header_main-bottom {
  display: none;
}
.instagrams {
  position: relative;
}
.instagrams h3 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: normal;
}
.instagrams h3 img {
  margin: -5px -5px 0;
}
.instagrams a.btn-instagram {
  font-size: 11px;
  letter-spacing: 0.5px;
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0 17px;
  color: #252525;
  z-index: 2;
}
.instagrams a.btn-instagram:hover {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
}
.zoo-footer-layout-home10 .col-foot-left {
  padding-top: 80px;
}
.zoo-footer-layout-home10 .col-foot-left p {
  margin: 40px 0;
}
.zoo-footer-layout-home10 .col-foot-right {
  border-left: 1px solid #ebebeb;
  padding-top: 80px;
}
.zoo-footer-layout-home10 .newsleter-footer .newsletters {
  padding: 20px 0 40px 40px;
  border-bottom: 1px solid #ebebeb;
}
.zoo-footer-layout-home10 .newsleter-footer .newsletters button,
.zoo-footer-layout-home10 .newsleter-footer .newsletters .cart.table-wrapper .actions-toolbar > .action,
.zoo-footer-layout-home10 .newsleter-footer .newsletters .action-gift {
  margin-left: 0;
  border-radius: 0;
}
.zoo-footer-layout-home10 .newsleter-footer .newsletters .newsletter-cs .content {
  margin-left: 0;
}
.zoo-footer-layout-home10 .zoo-widget-title-sm {
  padding: 20px 0;
}
.zoo-footer-layout-home10 .footer-top-col-group {
  padding: 10px 0 10px 45px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .zoo-footer-layout-home10 .col-foot-right {
    border-left: 0;
    padding-top: 0;
  }
  .zoo-footer-layout-home10 .footer-top-col-group {
    padding-left: 0;
  }
  .zoo-footer-layout-home10 .newsleter-footer .newsletters {
    padding-left: 0;
  }
}
.cms-cleversoft-homepage-10 .btn-novetty {
  border-radius: 0;
}
@-webkit-keyframes rotate360 {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotate360 {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.cms-cleversoft-homepage-20.cms-index-index .header_main-top .user_area a,
.cms-cleversoft-homepage-21.cms-index-index .header_main-top .user_area a,
.cms-cleversoft-homepage-20.cms-index-index .header_main-top .minicart-wrapper a,
.cms-cleversoft-homepage-21.cms-index-index .header_main-top .minicart-wrapper a,
.cms-cleversoft-homepage-20.cms-index-index .header_main-top .block-search a,
.cms-cleversoft-homepage-21.cms-index-index .header_main-top .block-search a,
.cms-cleversoft-homepage-20.cms-index-index .header_main-top .header-wishlist a,
.cms-cleversoft-homepage-21.cms-index-index .header_main-top .header-wishlist a,
.cms-cleversoft-homepage-20.cms-index-index .header_main-top .header-compare a,
.cms-cleversoft-homepage-21.cms-index-index .header_main-top .header-compare a,
.cms-cleversoft-homepage-20.cms-index-index .header_main-top .header-minimal-search a,
.cms-cleversoft-homepage-21.cms-index-index .header_main-top .header-minimal-search a {
  color: #ffffff;
}
.cms-cleversoft-homepage-20.cms-index-index .header_main-top .icon-menu__canvas .line,
.cms-cleversoft-homepage-21.cms-index-index .header_main-top .icon-menu__canvas .line {
  background: #ffffff;
}
.cms-cleversoft-homepage-20.cms-index-index .header_main-top .icon-menu__canvas .line:before,
.cms-cleversoft-homepage-21.cms-index-index .header_main-top .icon-menu__canvas .line:before,
.cms-cleversoft-homepage-20.cms-index-index .header_main-top .icon-menu__canvas .line:after,
.cms-cleversoft-homepage-21.cms-index-index .header_main-top .icon-menu__canvas .line:after {
  background: #ffffff;
}
.cms-cleversoft-homepage-20.cms-index-index .sticky-wrapper.is-sticky .header_main-top .user_area a,
.cms-cleversoft-homepage-21.cms-index-index .sticky-wrapper.is-sticky .header_main-top .user_area a,
.cms-cleversoft-homepage-20.cms-index-index .sticky-wrapper.is-sticky .header_main-top .minicart-wrapper a,
.cms-cleversoft-homepage-21.cms-index-index .sticky-wrapper.is-sticky .header_main-top .minicart-wrapper a,
.cms-cleversoft-homepage-20.cms-index-index .sticky-wrapper.is-sticky .header_main-top .block-search a,
.cms-cleversoft-homepage-21.cms-index-index .sticky-wrapper.is-sticky .header_main-top .block-search a,
.cms-cleversoft-homepage-20.cms-index-index .sticky-wrapper.is-sticky .header_main-top .header-wishlist a,
.cms-cleversoft-homepage-21.cms-index-index .sticky-wrapper.is-sticky .header_main-top .header-wishlist a,
.cms-cleversoft-homepage-20.cms-index-index .sticky-wrapper.is-sticky .header_main-top .header-compare a,
.cms-cleversoft-homepage-21.cms-index-index .sticky-wrapper.is-sticky .header_main-top .header-compare a,
.cms-cleversoft-homepage-20.cms-index-index .sticky-wrapper.is-sticky .header_main-top .header-minimal-search a,
.cms-cleversoft-homepage-21.cms-index-index .sticky-wrapper.is-sticky .header_main-top .header-minimal-search a {
  color: #000000;
}
.cms-cleversoft-homepage-20.cms-index-index .sticky-wrapper.is-sticky .header_main-top .icon-menu__canvas .line,
.cms-cleversoft-homepage-21.cms-index-index .sticky-wrapper.is-sticky .header_main-top .icon-menu__canvas .line {
  background: #000000;
}
.cms-cleversoft-homepage-20.cms-index-index .sticky-wrapper.is-sticky .header_main-top .icon-menu__canvas .line:before,
.cms-cleversoft-homepage-21.cms-index-index .sticky-wrapper.is-sticky .header_main-top .icon-menu__canvas .line:before,
.cms-cleversoft-homepage-20.cms-index-index .sticky-wrapper.is-sticky .header_main-top .icon-menu__canvas .line:after,
.cms-cleversoft-homepage-21.cms-index-index .sticky-wrapper.is-sticky .header_main-top .icon-menu__canvas .line:after {
  background: #000000;
}
.cms-cleversoft-homepage-20 #pl-34 .so-panel {
  margin-bottom: 0;
}
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
  will-change: transform, opacity;
}
.page-loader-style1 {
  transform: translate3d(0, 0, 0);
}
.page-loader-style3 {
  background-color: transparent;
}
.page-loader-inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50em;
}
.page-loader-inner-style1 {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-box-shadow: 0 -1px 0 #000000;
  box-shadow: 0 -1px 0 #000000;
  background-color: transparent !important;
  -webkit-animation: rotate360 1s linear infinite;
  animation: rotate360 1s linear infinite;
}
.page-loader-inner-style2 {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-color: #f42958;
  -webkit-animation: dotScaleOut 1.15s ease-in-out both infinite;
  animation: dotScaleOut 1.15s ease-in-out both infinite;
}
.page-loader-inner-style3 {
  background-color: transparent !important;
}
.page-loader-inner-style3,
.page-loader-inner-style3 .curtain {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page-loader-inner-style3 .curtain {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-loader-inner-style3 .curtain-back {
  background-color: #0e0f0f;
}
.page-loader-inner-style3 .curtain-front {
  background-color: #17191a;
}
.page-loader-inner-style4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.page-loader-inner-style4 .page-loader-spinner {
  -webkit-animation: rotation 1.4s linear infinite;
  animation: rotation 1.4s linear infinite;
}
.page-loader-inner-style4 .page-loader-spinner .circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.4s ease-in-out infinite;
  animation: turn 1.4s ease-in-out infinite;
}
body.page-loaded .page-loader,
.ajax-loading .page-loader {
  will-change: auto;
}
body.page-loaded .page-loader-style3,
.ajax-loading .page-loader-style3 {
  pointer-events: none;
}
body.page-loaded .page-loader-style3 .curtain,
.ajax-loading .page-loader-style3 .curtain {
  animation: slideToLeft 0.8s 1 cubic-bezier(0.55, 0.01, 0.15, 0.99) both alternate;
}
body.page-loaded .page-loader-style3 .curtain-back,
.ajax-loading .page-loader-style3 .curtain-back {
  animation-delay: 0.38s;
  animation-timing-function: cubic-bezier(0.25, 0.68, 0.38, 0.99);
}
.home-parallax .zoo-footer-bottom-content {
  padding-top: 100px;
  margin-bottom: 0;
}
.home-parallax .page-wrapper .page-footer ul {
  padding-bottom: 0;
}
.home-parallax .page-wrapper .copyright {
  padding-bottom: 80px;
}
/****************************************
* loader
*****************************************/
.cms-index-index #fp-nav {
  margin: 0;
  position: fixed;
  height: auto;
  right: 20px;
  top: 50%;
  z-index: 30;
  background: #9c9a9c;
  border-radius: 20px;
  padding: 15px 0;
}
.cms-index-index #fp-nav li a {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #ffffff;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cms-index-index #fp-nav li a span {
  background: transparent;
}
.cms-index-index #fp-nav li a:last-child {
  margin-bottom: 0;
}
.cms-index-index #fp-nav li a.active,
.cms-index-index #fp-nav li a:hover {
  background: #ffffff;
}
.cms-index-index #fp-nav li a.active span,
.cms-index-index #fp-nav li a:hover span {
  border: 1px solid #ffffff;
}
.height-auto-bottom {
  height: unset !important;
}
.item .main-slide-lookbook {
  min-height: 100vh;
}
.item .main-slide-lookbook .container {
  position: relative;
}
.item .main-slide-lookbook .caption-slide {
  position: absolute;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
.item .main-slide-lookbook .caption-slide.align-center {
  text-align: center;
  right: 50%;
  margin: 0 auto;
}
.item .main-slide-lookbook .caption-slide.align-left {
  -moz-transform: translate(-45%, -50%);
  -webkit-transform: translate(-45%, -50%);
  -o-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
}
.item .main-slide-lookbook .caption-slide.align-right {
  -moz-transform: translate(15%, -50%);
  -webkit-transform: translate(15%, -50%);
  -o-transform: translate(15%, -50%);
  transform: translate(15%, -50%);
}
.item .main-slide-lookbook .caption-slide h2 {
  font-size: 80px;
  font-weight: 600;
}
.item .main-slide-lookbook .caption-slide p {
  font-size: 18px;
}
.item .main-slide-lookbook .caption-slide a {
  padding: 10px 30px;
  border: 2px solid;
  text-transform: uppercase;
  display: inline-block;
}
.item .main-slide-lookbook .caption-slide a:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.item.slider1 {
  background: url(../../frontend/CleverSoft/jung/de_DE/images/home20/1.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.item.slider2 {
  background: url(../../frontend/CleverSoft/jung/de_DE/images/home20/2.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.item.slider2 h2,
.item.slider2 p,
.item.slider2 a {
  color: #ffffff;
}
.item.slider3 {
  background: url(../../frontend/CleverSoft/jung/de_DE/images/home20/3.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lookbook-section {
  overflow: hidden;
}
.lookbook-section .block {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .item .main-slide-lookbook .caption-slide.align-left {
    -moz-transform: translate(-40%, -50%);
    -webkit-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }
  .item .main-slide-lookbook .caption-slide.align-right {
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .item .main-slide-lookbook .caption-slide h2 {
    font-size: 40px;
  }
}
@media (max-width: 535px) {
  .item .main-slide-lookbook .caption-slide.align-left,
  .item .main-slide-lookbook .caption-slide.align-right {
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .grid_columns-5 .clever-content-grid .row-grid {
    display: flex;
    padding: 0 15px;
    width: 100%;
  }
  .grid_columns-5 .clever-content-grid .row-grid .grid-stack-item {
    position: relative;
    left: unset;
    width: 20%;
    padding: 0 15px;
  }
  .grid_columns-5 .clever-content-grid .row-grid .grid-stack-item-content {
    position: relative;
  }
  .cms-cleversoft-homepage-20 .logo {
    display: none;
  }
  .cms-cleversoft-homepage-20 .logo-is-sticky {
    display: block;
  }
  .cms-cleversoft-homepage-20 .page-header {
    position: absolute;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header {
    position: absolute;
    border: none;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header .is-sticky .clever-menu ul.clever-mega-menu > li.level-top > a,
  .cms-cleversoft-homepage-20 .page-wrapper .page-header .is-sticky .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: initial;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header .is-sticky .zoo-header-content-block:last-child {
    color: initial;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header .is-sticky .zoo-header-content-block:last-child a {
    color: initial;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header .is-sticky .logo {
    display: block;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header .is-sticky .logo-is-sticky {
    display: none;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header {
    background: transparent;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover {
    background: #ffffff;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .clever-menu ul.clever-mega-menu > li.level-top > a,
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: initial;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .zoo-header-content-block:last-child {
    color: initial;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .zoo-header-content-block:last-child a {
    color: initial;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .logo {
    display: block;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .logo-is-sticky {
    display: none;
  }
  .cms-cleversoft-homepage-20 .page-header .header-content {
    background-color: transparent;
  }
  .cms-cleversoft-homepage-20 .page-header .header-content .zoo-header-content-block:last-child {
    color: #ffffff;
  }
  .cms-cleversoft-homepage-20 .page-header .header-content .zoo-header-content-block:last-child a {
    color: #ffffff;
  }
  .cms-cleversoft-homepage-20 .clever-menu ul.clever-mega-menu > li.level-top > a,
  .cms-cleversoft-homepage-20 .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: #ffffff;
  }
}
.cms-cleversoft-homepage-21 .zoo-slideshow-text-content h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
}
.cms-cleversoft-homepage-21 .zoo-slideshow-text-content h3 {
  font-size: 24px;
}
.cms-cleversoft-homepage-21 .zoo-slideshow-text-content .zoo-button-slide a {
  padding: 15px 40px;
}
@media (min-width: 992px) {
  .cms-cleversoft-homepage-21.cms-index-index .logo {
    display: none;
  }
  .cms-cleversoft-homepage-21.cms-index-index .logo-is-sticky {
    display: block;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-header {
    position: absolute;
  }
  .cms-cleversoft-homepage-21.cms-index-index .is-sticky .logo {
    display: block;
  }
  .cms-cleversoft-homepage-21.cms-index-index .is-sticky .logo-is-sticky {
    display: none;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header {
    background: transparent;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover {
    background: #ffffff;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover .zoo-header-content-block:last-child {
    color: initial;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover .zoo-header-content-block:last-child a {
    color: initial;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover .logo {
    display: block;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover .logo-is-sticky {
    display: none;
  }
}
.home19-vertical-menu-title {
  margin-bottom: -50px;
}
.zoo-home08-block .bg-fill {
  background-position: 0% 50%;
  background-size: inherit !important;
}
.img-pull-right .img.has-hover {
  float: right;
}
.color-section .clever-tabs__horizontal .clever-tabs__title {
  margin: 0;
  text-transform: uppercase;
  padding-top: 10px;
}
.zoo-home11-block1 .bg-fill {
  background-position: 50% 0%;
  background-size: inherit !important;
}
.zoo-home11-block2 .bg-fill {
  background-position: 50% 0%;
  background-size: inherit !important;
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
.page-header__home13 .topbar-container .header-compare i,
.page-header__home13 .topbar-container .header-wishlist i,
.page-header__home13 .topbar-container .user_area i {
  font-size: 13px;
}
.page-header__home13 .topbar-container .switcher-language .switcher-trigger img,
.page-header__home13 .topbar-container .switcher-language .switcher-dropdown img {
  height: 10px;
}
body.cms-cleversoft-homepage-3 {
  font-size: 16px;
}
body.cms-cleversoft-homepage-3 .slide-home03 .zoo-slideshow-text-content h2 {
  font-weight: 500;
  text-transform: uppercase;
}
body.cms-cleversoft-homepage-3 .slide-home03 .zoo-slideshow-text-content a {
  background: linear-gradient(to bottom right, #ef0bbe, #ff6a00) !important;
  -moz-transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  transition: 400ms all;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 14px;
  padding: 15px 40px;
}
body.cms-cleversoft-homepage-3 .slide-home03 .zoo-slideshow-text-content a:hover {
  background: linear-gradient(to top left, #ef0bbe, #ff6a00) !important;
}
body.cms-cleversoft-homepage-3 .zoo-customer-service a {
  color: #f23374 !important;
}
body.cms-cleversoft-homepage-3 h5.product-item-name {
  font-size: 16px;
}
body.cms-cleversoft-homepage-3 .fieldset .actions .action.tocart,
body.cms-cleversoft-homepage-3 #v-cookielaw.v-box .v-actions .btn,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner button,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner .cart.table-wrapper .actions-toolbar > .action,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner .action-gift {
  background: linear-gradient(to bottom right, #ef0bbe, #ff6a00);
}
body.cms-cleversoft-homepage-3 .fieldset .actions .action.tocart:hover,
body.cms-cleversoft-homepage-3 #v-cookielaw.v-box .v-actions .btn:hover,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner button:hover,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner .cart.table-wrapper .actions-toolbar > .action:hover,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner .action-gift:hover {
  background: linear-gradient(to top left, #ef0bbe, #ff6a00);
}
body.cms-cleversoft-homepage-3 .footer-middle .container {
  position: relative;
}
body.cms-cleversoft-homepage-3 .footer-middle .container:before {
  content: '';
  position: absolute;
  bottom: -50px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
body.cms-cleversoft-homepage-3 .newsletters-builder {
  text-align: center;
  border-radius: 0;
  margin: 0 auto;
}
body.cms-cleversoft-homepage-3 .newsletters-builder .actions .subscribe {
  padding: 10px 35px;
  border-radius: 0;
  background: linear-gradient(to bottom right, #ef0bbe, #ff6a00);
}
body.cms-cleversoft-homepage-3 .newsletters-builder .actions .subscribe:hover {
  background: linear-gradient(to top left, #ef0bbe, #ff6a00);
}
body.cms-cleversoft-homepage-3 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
body.cms-cleversoft-homepage-3 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  display: none;
}
body.cms-cleversoft-homepage-3 .newsletters-builder .subscribe .newsletter {
  padding-right: 20px;
  height: 50px;
}
body.cms-cleversoft-homepage-3 .page-wrapper .newsletters-builder .subscribe input {
  border: none;
  border-bottom: 2px solid #ebebeb;
  padding: 0;
}
@media (min-width: 768px), print {
  .slide-home03 .zoo-slideshow-text-content h2 {
    font-size: 72px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .slide-home03 .zoo-slideshow-text-content h3 {
    margin-bottom: 40px;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  body.cms-cleversoft-homepage-3 .btn-novetty,
  body.cms-cleversoft-homepage-3 .btn {
    padding: 15px 20px;
  }
}
/* Home 03 */
.main-static-images {
  background: #ffffff;
  padding-top: 70px;
}
.main-static-images .img-responsive {
  -webkit-transform: all 500ms;
  -o-transform: all 500ms;
  transition: all 500ms;
}
.main-static-images .img-responsive:hover {
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.home03-images-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
}
.home03-images-section p {
  font-size: 18px;
  color: #7d7d7d;
}
.home03-images-section a {
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  color: #000000;
}
.home03-images-section a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid;
  height: 1px;
  width: 100%;
  -moz-transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  transition: 400ms all;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home03-images-section a:hover:before {
  -moz-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
.home03-images-section__image {
  padding-left: 12px;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .page-header.page-header__home3 .header-minimal-search {
    margin: 0;
  }
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
.page-header__home4 .block.block-search {
  max-width: 270px !important;
  min-width: unset;
}
.cms-cleversoft-homepage-4 .page-header .header-panel .zoo-top-contact {
  text-transform: uppercase;
}
.cms-cleversoft-homepage-4 .zoo-customer-service a {
  color: #ff4081 !important;
}
.cms-cleversoft-homepage-4 .zoo-slideshow-text-content .zoo-button-slide a {
  padding: 5px 31px;
  border: 2px solid #111111;
}
.cms-cleversoft-homepage-4 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.cms-cleversoft-homepage-4 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  border: none;
  top: 0;
  height: 31px;
  width: 97px;
}
.cms-cleversoft-homepage-4 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:before {
  background: url("../../frontend/CleverSoft/jung/de_DE/images/title-product-before.png") no-repeat;
  left: -105px;
}
.cms-cleversoft-homepage-4 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  background: url("../../frontend/CleverSoft/jung/de_DE/images/title-product-after.png") no-repeat;
  right: -105px;
}
.cms-cleversoft-homepage-4 .home04-image-block {
  margin-bottom: 60px;
}
.cms-cleversoft-homepage-4 .home04-image-block h2 {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 30px;
}
.cms-cleversoft-homepage-4 .zoo-footer-bottom-content {
  padding-top: 50px;
  margin-bottom: 70px;
}
.cms-cleversoft-homepage-4 .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe,
.cms-cleversoft-homepage-4 .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe,
.cms-cleversoft-homepage-4 .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe {
  background: #252525;
}
.banner-home04 .banner-inner.fill:before,
.banner-home04 .banner-inner.fill:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-home04 .banner-inner.fill:before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.banner-home04 .banner-inner.fill:after {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.banner-home04 .banner-inner.fill:hover:before,
.banner-home04 .banner-inner.fill:hover:after {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner-home04 .banner-inner.fill:hover .banner-home04__title h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-home04__title h2 {
  padding-top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  position: absolute;
  left: 50px;
  top: 30px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 1px;
}
.zoo-footer-bottom-content.style-2 h4.zoo-widget-title-sm {
  color: #ffffff;
}
.footer-top-home04 {
  padding: 80px 0;
  text-align: center;
}
.footer-top-home04 .sub-title {
  font-size: 36px;
  color: #26807a;
  font-weight: 400;
}
.footer-top-home04 a {
  text-transform: uppercase;
  color: #252525;
  border: 2px solid #252525;
  background: #ffffff;
  padding: 13px 36px;
  display: inline-block;
  margin: 25px 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.footer-top-home04 a:hover {
  background: #252525;
  color: #ffffff;
}
@media (min-width: 768px), print {
  .slide-home04 .zoo-slideshow-text-content h2 {
    font-size: 60px;
  }
  .slide-home04 .zoo-slideshow-text-content h3 {
    margin-bottom: 20px;
    font-weight: normal;
  }
}
@media (max-width: 991px) {
  .footer-top-home04 .sub-title {
    font-size: 28px;
  }
}
@media (min-width: 1440px) and (max-width: 1800px) {
  .page-header.page-header__home4 .user_area {
    margin: 0 0 0 50px;
  }
  .page-header.page-header__home4 .header-compare {
    margin: 0 -20px 0 0;
  }
  .page-header.page-header__home4 .header-wishlist {
    margin: 0 0 0 15px;
  }
  .page-header.page-header__home4 .minicart-wrapper,
  .page-header.page-header__home4 .minicart-wrapper_dropdown {
    margin: 0 0 0 25px;
  }
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.padding-50 {
  padding: 0 50px;
}
body.cms-cleversoft-homepage-7 .grid .figure.effect-bubba {
  margin-bottom: 6px;
}
body.cms-cleversoft-homepage-7 .zoo-slideshow-text-content h2 {
  font-size: 60px;
  text-transform: none;
  letter-spacing: 0px;
}
body.cms-cleversoft-homepage-7 .zoo-footer-bottom-content h4.widget-title-sm {
  font-size: 30px;
}
body.cms-cleversoft-homepage-7 > .clever-mega-menu {
  text-align: center;
}
body.cms-cleversoft-homepage-7 .home07-block-help-shopping {
  background: #59b210;
  padding: 35px;
}
body.cms-cleversoft-homepage-7 .home07-block-help-shopping * {
  color: #ffffff;
}
body.cms-cleversoft-homepage-7 .home07-block-help-shopping h2 {
  font-size: 40px;
  font-weight: 300;
}
body.cms-cleversoft-homepage-7 .owl-carousel .owl-item img {
  width: auto;
}
body.cms-cleversoft-homepage-7 .owl-carousel .owl-dots .owl-dot {
  background: transparent;
  border: 2px solid #ffffff;
}
body.cms-cleversoft-homepage-7 .owl-carousel .owl-dots .owl-dot.active,
body.cms-cleversoft-homepage-7 .owl-carousel .owl-dots .owl-dot:hover {
  background: #ffffff !important;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .owl-carousel .owl-item img {
  width: 100%;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -45%);
  -moz-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  width: 100%;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h5 {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: normal;
  font-weight: 300;
  letter-spacing: 0.2px;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .btn-groups {
  margin-top: 80px;
  display: inline-block;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .zoo-button-slide.button {
  border-radius: 50px;
  padding: 13px 0;
  text-transform: uppercase;
  border: 2px solid #ffffff !important;
  background: transparent;
  min-width: 180px;
  font-size: 16px;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .zoo-button-slide.button:hover {
  background-color: #ffffff;
  color: #222222 !important;
}
body.cms-cleversoft-homepage-7 .main-slide-07 #zoo-sticky-header .mt-navigation {
  width: 100% !important;
  padding: 0 50px;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .owl-carousel .owl-dots {
  bottom: 60px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .search-dropdown .search-option-list li {
  color: #000000;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .search-dropdown .search-select {
  color: #000000;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .search-dropdown .search-select i {
  float: right;
  padding: 16px 25px;
  vertical-align: middle;
  display: block;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control label.control-label {
  line-height: 70px !important;
  color: #000000;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .form-group {
  width: -webkit-calc(100% - 178px);
  width: -moz-calc(100% - 178px);
  width: calc(100% - 178px);
  padding-right: 30px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .form-group.is-focused label.control-label {
  top: -15px;
}
body.cms-cleversoft-homepage-7 .home-block-category {
  background: #f4f4f4;
  font-size: 30px;
}
body.cms-cleversoft-homepage-7 .home-block-category .category-item-left {
  padding-right: 2px;
}
body.cms-cleversoft-homepage-7 .home-block-category .category-item-right {
  padding-left: 3px;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category {
  position: relative;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category:first-child {
  margin-bottom: 5px;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category .image img {
  max-width: 100%;
  width: 100%;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category .item-category-text {
  position: absolute;
  z-index: 6;
  padding: 0 15px;
  top: 50%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category .item-category-text .category--sub-title {
  font-size: 18px;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category .item-category-text h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category .item-category-text h2 a {
  color: #ffffff;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category:hover .item-category-text {
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category:hover:before {
  opacity: 1;
}
body.cms-cleversoft-homepage-7 .newsletters-style-2 .cs-font:before {
  color: #ffffff;
  background: #59b210;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .form-group.is-focused .form-control {
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
}
body.cms-cleversoft-homepage-7 .testimonial07 {
  background: url('../../frontend/CleverSoft/jung/de_DE/images/testimonial-bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 155px 0;
  position: relative;
  overflow-x: hidden;
}
body.cms-cleversoft-homepage-7 .testimonial07:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
}
body.cms-cleversoft-homepage-7 .testimonial07 .testimonial_item {
  text-align: center;
}
body.cms-cleversoft-homepage-7 .testimonial07 .testimonial_item h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 50px;
  font-weight: 500;
}
body.cms-cleversoft-homepage-7 .testimonial07 .testimonial_item .des-testimonial p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 300;
}
body.cms-cleversoft-homepage-7 .testimonial07 .testimonial_item .author {
  font-size: 18px;
  color: #ffffff;
  padding: 15px;
  letter-spacing: 1.5px;
}
body.cms-cleversoft-homepage-7 .testimonial07 .owl-carousel .owl-dots {
  bottom: -80px;
}
body.cms-cleversoft-homepage-7 .home07-block-help-shopping {
  text-align: center;
  padding: 53px 0;
}
body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax h2 {
  font-size: 72px;
  color: #ffffff;
  font-weight: 300;
}
body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax p {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 30px;
}
body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax a {
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
  margin-top: 20px;
}
body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax a:hover {
  color: #59b210;
  border-color: #59b210;
}
body.cms-cleversoft-homepage-7 .zoo-widget-style5 {
  margin-bottom: 60px;
}
body.cms-cleversoft-homepage-7 .parallax-07 {
  margin-bottom: 60px;
}
body.cms-cleversoft-homepage-7 .parallax-07 img.jarallax-img {
  width: 100%;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .my-wishlist {
  display: none;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .sticky-wrapper #zoo-sticky-header .mt-navigation.container {
  width: 100% !important;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .minicart-wrapper .action #top-cart-btn-checkout:hover {
  background: #ff4081 !important;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header #mtnav li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .my-wishlist {
  color: #ffffff;
  right: 70px;
  top: 8px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .block-search {
  width: 550px;
  padding-left: 30px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .my-wishlist a i {
  top: 10px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .is-sticky #mtnav .mini-cart-sticky {
  position: absolute;
  right: 0;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .is-sticky .mt-navigation {
  width: 100% !important;
  padding: 0 40px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .is-sticky .my-wishlist {
  right: 40px;
  top: 18px;
}
body.cms-cleversoft-homepage-7 .block-search .form.minisearch .control .search-dropdown .search-option-list {
  top: 69px;
}
body.cms-cleversoft-homepage-7 .effect-an .had-content h2,
body.cms-cleversoft-homepage-7 .effect-an .had-content h5 {
  opacity: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
body.cms-cleversoft-homepage-7 .effect-an .had-content h2 {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
body.cms-cleversoft-homepage-7 .effect-an .had-content h5 {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
body.cms-cleversoft-homepage-7 .effect-an .had-content:hover h2,
body.cms-cleversoft-homepage-7 .effect-an .had-content:hover h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.blog_widget .title {
  font-size: 36px;
  margin-bottom: 40px;
  display: inline-block;
  color: #111111;
  font-weight: 600;
}
.blog_widget .post-info {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 30px;
  color: #252525;
}
.blog_widget .post-info .post-posed-date {
  padding: 0 15px;
}
@media (min-width: 992px) {
  body.cms-cleversoft-homepage-7 .padding-left-15 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  body.cms-cleversoft-homepage-7 .zoo-inner-product-item-info {
    min-height: auto !important;
  }
  body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search {
    padding-left: 0;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide {
    top: 55%;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h2 {
    font-size: 45px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .btn-groups {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  body.cms-cleversoft-homepage-7 .products-grid.grid .product-item-info {
    height: auto !important;
  }
  body.cms-cleversoft-homepage-7 .slide-transparent {
    margin-top: 0;
  }
  body.cms-cleversoft-homepage-7 .slide-transparent .owl-carousel {
    z-index: 0;
  }
  body.cms-cleversoft-homepage-7 .search-mini-block .block-search input {
    left: 0;
  }
  body.cms-cleversoft-homepage-7 .search-mini-block .block-search .control {
    margin: 0;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide {
    top: 40%;
  }
  body.cms-cleversoft-homepage-7 .home-block-category .category-item-right,
  body.cms-cleversoft-homepage-7 .home-block-category .category-item-left {
    padding: 0 5px;
  }
}
@media (max-width: 600px) {
  body.cms-cleversoft-homepage-7 .home07-block-help-shopping h2 {
    font-size: 25px;
  }
  body.cms-cleversoft-homepage-7 .home-block-category .item-category h2 {
    font-size: 18px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h2 {
    font-size: 25px;
    letter-spacing: 1.5px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .zoo-button-slide.button {
    padding: 8px 0;
  }
}
@media (max-width: 450px) {
  body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax h2 {
    font-size: 40px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide {
    top: 35%;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h2 {
    font-size: 20px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h5 {
    font-size: 14px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .zoo-button-slide.button {
    padding: 0;
    min-width: 130px;
  }
}
.cms-cleversoft-homepage-7 .btn-novetty {
  border-radius: 0;
}
.category_grid_box {
  overflow: hidden;
  position: relative;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin-bottom: 8px;
}
.category_grid_box:hover .category_item_bkg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.category_grid_box:hover .category_item {
  color: #ffffff;
}
.category_grid_box:hover:before {
  opacity: 0.4;
}
.category_grid_box:before {
  content: '';
  background: #252525;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  z-index: 1;
}
.category_grid_box .category_item {
  display: table !important;
  width: 100%;
  color: #252525;
  position: relative;
  border-spacing: 0;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.category_grid_box .category_name {
  width: 100%;
  display: table-cell;
  line-height: 1.333em;
  font-weight: 700;
  padding: 33px 30px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
  z-index: 2;
}
.category_item_bkg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: -webkit-calc(100% + 50px);
  width: -moz-calc(100% + 50px);
  width: calc(100% + 50px);
  max-width: none;
  min-height: 100.6%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.category_grid_box_1 .category_item {
  height: 300px;
}
.category_grid_box_2 .category_item {
  height: 400px;
}
.carousel-home-9 {
  padding: 15px 0;
  background: #ffffff;
  position: relative;
}
.carousel-home-9 .owl-nav {
  display: none;
}
.carousel-home-9:hover .owl-nav {
  display: block;
}
.service-block-home09 {
  background: #ffffff;
  margin-top: 30px;
}
.color-section1 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section1 .slide-category .zoo-slideshow-text-wrap,
.color-section1 .clever-categories-navigation .clever-categories-title {
  background-color: #da3e6a;
}
.color-section1:before {
  border-color: #da3e6a;
}
.color-section1 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section1 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #da3e6a !important;
}
.color-section1 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #da3e6a;
}
.color-section1 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section1 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section1 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section1 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section1 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section1 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #da3e6a;
}
.color-section2 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section2 .slide-category .zoo-slideshow-text-wrap,
.color-section2 .clever-categories-navigation .clever-categories-title {
  background-color: #34495e;
}
.color-section2:before {
  border-color: #34495e;
}
.color-section2 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section2 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #34495e !important;
}
.color-section2 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #34495e;
}
.color-section2 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section2 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section2 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section2 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section2 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section2 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #34495e;
}
.color-section3 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section3 .slide-category .zoo-slideshow-text-wrap,
.color-section3 .clever-categories-navigation .clever-categories-title {
  background-color: #1abc9c;
}
.color-section3:before {
  border-color: #1abc9c;
}
.color-section3 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section3 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #1abc9c !important;
}
.color-section3 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #1abc9c;
}
.color-section3 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section3 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section3 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section3 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section3 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section3 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #1abc9c;
}
.color-section4 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section4 .slide-category .zoo-slideshow-text-wrap,
.color-section4 .clever-categories-navigation .clever-categories-title {
  background-color: #e670a7;
}
.color-section4:before {
  border-color: #e670a7;
}
.color-section4 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section4 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #e670a7 !important;
}
.color-section4 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #e670a7;
}
.color-section4 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section4 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section4 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section4 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section4 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section4 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #e670a7;
}
.color-section5 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section5 .slide-category .zoo-slideshow-text-wrap,
.color-section5 .clever-categories-navigation .clever-categories-title {
  background-color: #3498db;
}
.color-section5:before {
  border-color: #3498db;
}
.color-section5 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section5 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #3498db !important;
}
.color-section5 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #3498db;
}
.color-section5 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section5 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section5 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section5 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section5 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section5 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #3498db;
}
.color-section6 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section6 .slide-category .zoo-slideshow-text-wrap,
.color-section6 .clever-categories-navigation .clever-categories-title {
  background-color: #fc6a21;
}
.color-section6:before {
  border-color: #fc6a21;
}
.color-section6 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section6 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #fc6a21 !important;
}
.color-section6 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #fc6a21;
}
.color-section6 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section6 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section6 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section6 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section6 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section6 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #fc6a21;
}
.color-section7 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section7 .slide-category .zoo-slideshow-text-wrap,
.color-section7 .clever-categories-navigation .clever-categories-title {
  background-color: #69e028;
}
.color-section7:before {
  border-color: #69e028;
}
.color-section7 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section7 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #69e028 !important;
}
.color-section7 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #69e028;
}
.color-section7 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section7 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section7 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section7 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section7 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section7 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #69e028;
}
.zoo-navigation-vertical .clever-menu {
  padding: 10px 0;
  background: transparent;
  border: 2px solid;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0 {
  padding: 0 20px;
  margin-right: -2px;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0:last-child > a.menu-link {
  border-bottom: none;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0 > a.menu-link {
  color: #252525;
  text-transform: none;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
  min-width: auto;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0 > a.menu-link span {
  padding-left: 30px;
}
.slide-home09 .zoo-slideshow-text-content h2 {
  font-size: 40px;
  text-transform: none;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tab-style2.products {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .color-section3 .itemgrid.zoo-itemgrid-adaptive .product-item,
  .color-section3 .itemgrid.zoo-itemgrid-adaptive .product-item:nth-child(3n+1),
  .color-section6 .itemgrid.zoo-itemgrid-adaptive .product-item,
  .color-section6 .itemgrid.zoo-itemgrid-adaptive .product-item:nth-child(3n+1) {
    clear: none !important;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .color-section > .row {
    display: block;
  }
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
.slide-home14 .flexslider .flex-direction-nav a {
  background: transparent;
}
.slide-home14 .flexslider .flex-direction-nav a:before,
.slide-home14 .flexslider .flex-direction-nav a:after {
  color: #ffffff;
}
.slide-home14 .flexslider .flex-direction-nav a:hover {
  background: transparent;
}
.slide-home14 .flexslider .flex-direction-nav a:hover:before,
.slide-home14 .flexslider .flex-direction-nav a:hover:after {
  color: #000000;
}
.page-header__home14 .block-content .form.minisearch .action.search {
  background: 0 0;
  border-width: 1px;
}
.cms-cleversoft-homepage-14 .page-header .full-sc-search .block-search {
  max-width: 270px;
}
.cms-cleversoft-homepage-14 .block.block-search {
  max-width: 270px !important;
  min-width: unset;
}
.home-14 .user_area {
  border-color: #4a4a4a;
}
.home-14 .page-wrapper .block-search input {
  color: #ffffff;
}
.home-14 .page-wrapper .block-search .form.minisearch .control {
  background: transparent;
  padding-left: 50px;
}
.home-14 .page-wrapper .block-search .form.minisearch .action.search:before {
  color: #ffffff;
}
.home-14 .page-wrapper .page-footer {
  border-top: 0;
}
.home-14 .page-wrapper .page-footer .footer {
  position: relative;
}
.home-14 .page-wrapper .page-footer .footer:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #252525;
  left: 0;
  right: 0;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
}
.home-14 .block-search .form.minisearch {
  border: 1px solid #E5E5E5;
  background: transparent;
}
.zoo-image-home-14 {
  overflow: hidden;
}
.zoo-image-home-14 .zoo-image-block {
  background: #ffffff;
  padding: 30px 30px 50px 30px;
  transition: all 400ms;
}
.zoo-image-home-14 .zoo-image-block .zoo-image-wrapper {
  margin-bottom: 30px;
}
.zoo-image-home-14 .zoo-image-block .zoo-image-wrapper h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.zoo-image-home-14 .zoo-image-block .zoo-image-wrapper p {
  font-size: 18px;
}
.zoo-image-home-14 .zoo-image-block:hover {
  box-shadow: -1px 0 12px 1px #999999;
  z-index: 1;
}
.zoo-image-home-14 .zoo-image-block:nth-child(2n+1) {
  background: #e6e6e6;
}
.page-wrapper .page-footer .zoo-footer-home14 ul.zoo-footer-social-links.style-4 li a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .home-14 .page-wrapper .page-header.zoo-header-5 .header-content .block-search {
    background: transparent;
  }
}
.products-grid-style-2 {
  text-align: center;
}
.products-grid-style-2 .price-box .price {
  color: #ffffff;
}
.products-grid-style-2 .product-items .product-item-info .zoo-product-image .zoo-quickview {
  position: absolute;
  background: #8adede;
  width: 100%;
  bottom: 0;
  color: #ffffff;
  opacity: 0.9;
}
.products-grid-style-2 .product-items .product-item-info .zoo-product-image .zoo-quickview span.cs-font {
  display: none;
}
.products-grid-style-2 .product-items .product-item-info .product-item-details {
  padding: 15px;
}
.products-grid-style-2 .product-items .product-item-info:hover .price-box .price {
  color: #000000;
}
.products-grid-style-2 .product-items .product-item-info:hover .product_shop_loop .actions-primary {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.products-grid-style-2 .product-items .product-item-info:hover .product_shop_loop .actions-primary .action.tocart {
  color: #ffffff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #ee1b2e;
}
.slide-home15 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h2,
.slide-home15 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h3 {
  color: #000000;
  font-weight: normal;
  margin-bottom: 50px;
}
.cms-cleversoft-homepage-15 .newsletters-builder {
  border-radius: 0;
}
.cms-cleversoft-homepage-15 .newsletters-builder .subscribe input {
  border: 1px solid #e1e1e1;
}
.cms-cleversoft-homepage-15 .newsletters-builder .subscribe .newsletter {
  width: 100%;
  height: 50px;
}
.cms-cleversoft-homepage-15 .newsletters-builder .subscribe .actions .subscribe {
  background: #990000;
  margin-left: 5px;
}
@media (min-width: 992px), print {
  .slide-home15 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h2 {
    line-height: 80px;
  }
  .slide-home15 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h3 {
    line-height: 35px;
  }
  .cms-cleversoft-homepage-15 .newsletters-builder {
    margin-left: auto;
  }
}
.cms-cleversoft-homepage-15 .btn-novetty {
  border-radius: 0;
}
.testimonial16 .clever-slider {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.testimonial16 .clever-slider:before {
  content: "";
  background: url(../../frontend/CleverSoft/jung/de_DE/images/clients-says-1.png);
  background-position: center top;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial16 .clever-slider:after {
  content: "";
  background: url(../../frontend/CleverSoft/jung/de_DE/images/clients-says-2.png);
  background-position: center bottom;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial16 .clever-slider .zoo-main-heading .zoo-heading-wrapper-title h3 {
  color: #ffffff;
}
.testimonial16 .clever-slider .rte-setting {
  margin-bottom: 20px;
}
.testimonial16 .clever-slider .rte-setting p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin-top: 0;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 28px;
}
.testimonial16 .clever-slider cite {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.testimonial16 .clever-slider.flexslider .flex-control-nav {
  bottom: 100px;
}
.testimonial16 .clever-slider.flexslider .slides {
  background: transparent;
}
.cms-cleversoft-homepage-16 .product-item-info .zoo-inner-product-item-info {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  overflow: hidden;
}
.cms-cleversoft-homepage-16 .featured-products .title {
  margin-bottom: 0;
}
.cms-cleversoft-homepage-16 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0;
  text-transform: capitalize;
  position: relative;
  text-align: center;
}
.home-product-deal {
  padding: 60px;
}
.home-product-deal .product-sale {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 2%;
  z-index: 1;
  color: #ffffff;
  background: #fcd04b;
  height: 45px;
  width: 74px;
  text-align: center;
  line-height: 20px;
}
.home-product-deal .product-sale:before {
  content: "";
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  position: absolute;
  bottom: -25px;
  z-index: 1;
  left: 0;
  border-top: 25px solid #fcd04b;
}
.home-product-deal .product-sale span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  padding-top: 8px;
}
.home-product-deal .product-title h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 40px;
}
.home-product-deal .product-title h2 a {
  color: #161616;
}
.home-product-deal .product-shop-content .prices {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 22px;
  clear: both;
}
.home-product-deal .product-shop-content .prices .compare-price {
  font-size: 18px;
  font-weight: normal;
  color: #999999;
  padding-right: 25px;
  text-decoration: line-through;
}
.home-product-deal .product-shop-content .prices .price.on-sale {
  color: #aed42a;
  font-size: 30px;
  font-weight: 600;
  padding-top: 15px;
}
.home-product-deal .short-description {
  font-size: 14px;
  color: #888888;
  line-height: 18px;
}
.home-product-deal p.home-description {
  margin: 35px 0 30px;
}
.home-product-deal ul {
  padding: 0;
  margin-bottom: 20px;
}
.home-product-deal ul li {
  color: #cccccc;
  line-height: 22px;
  list-style: none;
}
.home-product-deal ul li:before {
  content: "\f111";
  font-family: fontAwesome;
  font-size: 10px;
  padding-right: 15px;
  color: #aed42a;
}
.home-product-deal .btn-novetty {
  border-radius: 5px;
  padding: 10px 25px;
  background: #aed42a;
}
.home-product-deal .btn-novetty:hover {
  background: #333333;
}
.slide-home16 .zoo-slideshow-text-content h2 {
  text-transform: initial;
  font-size: 72px;
}
.slide-home16 .zoo-slideshow-text-content h3 {
  margin: 40px 0;
}
.home-orgarnic .page-footer {
  background-image: url(../../frontend/CleverSoft/jung/de_DE/images/bg-footer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 258px 0px 0px 0px;
}
.home-orgarnic .zoo-notification-text {
  background-color: #ece7e3;
  color: #3f2e1e;
}
@media (min-width: 992px), print {
  .home-orgarnic {
    position: relative;
  }
  .home-orgarnic .header-cart-container:before {
    content: "";
    background: #ebebeb;
    width: 1px;
    height: 100px;
    position: absolute;
    left: 0;
    z-index: 9;
    top: -100%;
  }
}
.cms-cleversoft-homepage-16 .page-wrapper ul.zoo-footer-.payment li a {
  color: #252525;
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
body.cms-cleversoft-homepage-17 #zoo-sticky-header {
  border-bottom: none;
}
body.cms-cleversoft-homepage-17 .flexslider .flex-direction-nav a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  border: 0;
  text-align: center;
  border-radius: 50%;
  background-color: #ff4d9d;
  opacity: 1;
}
body.cms-cleversoft-homepage-17 .flexslider .flex-direction-nav a:before {
  font-size: 18px !important;
  width: 100%;
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .flexslider .flex-direction-nav a.flex-prev {
  left: 15px;
  opacity: 1;
}
body.cms-cleversoft-homepage-17 .flexslider .flex-direction-nav a.flex-next {
  right: 15px;
  opacity: 1;
}
body.cms-cleversoft-homepage-17 .home17-banner3 {
  position: relative;
}
body.cms-cleversoft-homepage-17 .home17-banner3 .text {
  font-size: 60px;
  line-height: 1;
  text-transform: inherit;
  letter-spacing: 3px;
  z-index: 9;
}
body.cms-cleversoft-homepage-17 .zoo-main-heading .zoo-heading-wrapper-title h3,
body.cms-cleversoft-homepage-17 h3.title {
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home {
  background: #6cd3fe;
  padding: 15px;
  border-radius: 5px;
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home .newsletter-border {
  border: 1px dashed #ffffff;
  padding: 15px;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home h3 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home h3:before {
  content: "\c117";
  font-size: 18px;
  color: #ffffff;
  font-family: 'cleversoft';
  position: absolute;
  z-index: 0;
  width: 40px;
  top: 12px;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  background: #ff4d9d;
  line-height: 40px;
  border-radius: 50%;
  font-weight: 100;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .btn-novetty.action.subscribe {
  letter-spacing: 0;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  font-weight: 500;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .newsletter input {
  text-align: center;
  background: transparent;
  border-color: #ffffff;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .newsletter ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .newsletter :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active a,
body.cms-cleversoft-homepage-17 .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover a {
  background: #ff4d9d;
}
body.cms-cleversoft-homepage-17 .zoo-product-collection01 .owl-carousel .owl-nav .owl-prev,
body.cms-cleversoft-homepage-17 .zoo-product-collection01 .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: #ff4d9d;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  opacity: 1;
  right: 10px;
  border-radius: 50%;
}
body.cms-cleversoft-homepage-17 .zoo-product-collection01 .owl-carousel .owl-nav .owl-prev[class*=owl-] a:before,
body.cms-cleversoft-homepage-17 .zoo-product-collection01 .owl-carousel .owl-nav .owl-next[class*=owl-] a:before {
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .zoo-product-collection01 .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
body.cms-cleversoft-homepage-17 .wrap-images-block h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0;
  text-transform: capitalize;
  font-weight: normal;
}
body.cms-cleversoft-homepage-17 .wrap-images-block h2 {
  padding: 0;
  margin: 0;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: normal;
}
body.cms-cleversoft-homepage-17 .wrap-images-block .btn2 {
  background: #ffffff;
  height: 30px;
  min-width: 100px;
  text-align: center;
  position: relative;
  line-height: 30px;
  display: inline-block;
  border: 0;
  font-size: 18px;
  text-transform: lowercase;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0;
}
body.cms-cleversoft-homepage-17 .wrap-images-block .btn2:before {
  content: '';
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 10px solid #ffffff;
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: 9;
}
body.cms-cleversoft-homepage-17 .wrap-images-block .btn2:after {
  content: '';
  border-bottom: 10px solid transparent;
  border-top: 0 solid transparent;
  border-right: 100px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 9;
}
body.cms-cleversoft-homepage-17 .brand-home17 {
  background: #ffffff;
  padding: 20px 0 30px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
body.cms-cleversoft-homepage-17 .bx-wrapper .bx-viewport {
  box-shadow: none;
}
body.cms-cleversoft-homepage-17 .bx-wrapper .bx-controls {
  display: none;
}
body.cms-cleversoft-homepage-17 .bx-wrapper .product-new-label {
  display: none;
}
body.cms-cleversoft-homepage-17 .products-grid.grid .product-item-info a.product-item-link,
body.cms-cleversoft-homepage-17 .widget-product-grid .product-item-info a.product-item-link {
  font-weight: normal;
}
body.cms-cleversoft-homepage-17 .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info {
  border-top: none;
}
body.cms-cleversoft-homepage-17 .zoo-copyright-links a {
  color: inherit;
}
body.cms-cleversoft-homepage-17 .page-wrapper .copyright {
  overflow: hidden;
}
body.cms-cleversoft-homepage-17 .page-wrapper .page-footer .zoo-footer-bottom-content {
  margin: 50px 0 30px;
  padding: 0;
}
body.cms-cleversoft-homepage-17 .page-wrapper .page-footer .zoo-footer-bottom-content h4.zoo-widget-title-sm {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: normal;
}
body.cms-cleversoft-homepage-17 #clever-quickview .footer-copyright {
  display: none;
}
body.cms-cleversoft-homepage-17.catalog-category-view .sidebar.sidebar-left,
body.cms-cleversoft-homepage-17.clevershopby-index-index .sidebar.sidebar-left,
body.cms-cleversoft-homepage-17.catalog-category-view .sidebar.sidebar-right,
body.cms-cleversoft-homepage-17.clevershopby-index-index .sidebar.sidebar-right {
  border-right: none;
  padding-right: 0;
}
body.cms-cleversoft-homepage-17.catalog-category-view .sidebar.sidebar-left .zoo-sidebar-main,
body.cms-cleversoft-homepage-17.clevershopby-index-index .sidebar.sidebar-left .zoo-sidebar-main,
body.cms-cleversoft-homepage-17.catalog-category-view .sidebar.sidebar-right .zoo-sidebar-main,
body.cms-cleversoft-homepage-17.clevershopby-index-index .sidebar.sidebar-right .zoo-sidebar-main {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
}
body.cms-cleversoft-homepage-17.catalog-category-view .zoo-main-content-area,
body.cms-cleversoft-homepage-17.clevershopby-index-index .zoo-main-content-area {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
}
body.cms-cleversoft-homepage-17.rtl .clever-horizontal-menu ul.clever-mega-menu > li.level-top.parent > a {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
body.cms-cleversoft-homepage-17.rtl .clever-menu.clever-horizontal-menu ul.clever-mega-menu > li.level-top.parent > a:before {
  left: 0 !important;
  right: 15px !important;
}
body.cms-cleversoft-homepage-17 .zoo-quickview-popup .zoo-main-content-area {
  padding-bottom: 0;
  overflow: hidden;
}
.page-header__home18 .logo-container {
  position: absolute;
  top: -70px;
  height: 127px;
  text-align: left;
  max-height: 127px;
  width: 25%;
}
.page-header__home18 .logo-container .logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page-header__home18 .block-search .block-content .form.minisearch {
  border: none;
}
.page-header__home18 .block-search .block-content .form.minisearch .inner {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.page-header__home18 .block-search .block-content .form.minisearch .action.search {
  display: none;
}
.page-header__home18 .header_main-top {
  position: relative;
}
.page-header__home18 .header_main-top .row:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #ebebeb;
  bottom: -10px;
  right: 15px;
  width: calc(100% - 40%);
}
.page-header__home18 .clever-horizontal-menu .clever-mega-menu {
  text-align: right;
}
.slide-home18 .zoo-slideshow-text-content {
  padding-top: 100px;
  text-transform: uppercase;
}
.slide-home18 .zoo-slideshow-text-content .zoo-button-slide a {
  border-radius: 50px;
  font-weight: 500;
  padding: 12px 40px;
}
.video-wrap .fluid-width {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 1px #ccc;
}
.video-wrap p.video-text {
  margin-bottom: 70px;
}
.video-content {
  height: 520px;
  overflow: hidden;
  position: relative;
}
.video-content .video-overlay {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.video-content .video-overlay img {
  min-height: 100%;
  width: 100%;
}
.video-content #video_player_id {
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-content .video-text-wrap {
  z-index: 5;
  width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-content .video-text-wrap .fa {
  font-size: 80px;
  color: #ffffff;
  cursor: pointer;
}
.video-content.video-running .video-text-wrap {
  opacity: 0;
  visibility: hidden;
}
.video-content.video-running:hover .video-text-wrap {
  opacity: 1;
  visibility: visible;
}
.zoo-home18-imageblock .zoo-heading-wrapper-sub-title {
  margin-bottom: 80px;
}
.zoo-home18-imageblock h4 {
  text-transform: uppercase;
  margin: 25px 0;
}
.zoo-home18-bgblock {
  background: #fffcf3;
}
.subtitle-font-playfair .zoo-heading-wrapper-sub-title h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 60px;
}
.title-font-greatvibes .zoo-heading-wrapper-title h3 {
  margin-bottom: 0;
  font-size: 30px;
  color: #9f0145;
  font-weight: 500;
  padding-top: 70px;
}
.title-font-greatvibes .zoo-heading-wrapper-title h3:before,
.title-font-greatvibes .zoo-heading-wrapper-title h3:after {
  display: none;
}
.cms-cleversoft-homepage-18 .btn-novetty {
  border-radius: 0;
}
.cms-cleversoft-homepage-18 .clever-content-grid .img__inner {
  text-align: center;
}
.cms-cleversoft-homepage-18 .clever-content-grid .img__inner .image {
  width: auto;
}
.cms-cleversoft-homepage-18 #pl-32 .so-panel {
  margin-bottom: 0;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 h4.zoo-widget-title-sm {
  font-weight: 500;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 .newsletter-cs .content {
  margin: 20px 0;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 .form#newsletter-validate-detail .field .form-control {
  border-radius: 50px;
  padding: 10px 20px;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 .form#newsletter-validate-detail .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 .form#newsletter-validate-detail .actions .btn-novetty {
  border-radius: 0;
  background: transparent;
  font-size: 0;
  margin: 0;
  height: 43px;
  padding: 0;
  box-shadow: none !important;
  width: 50px;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 .form#newsletter-validate-detail .actions .btn-novetty:after {
  content: '\c270';
  font-size: 24px;
  color: #252525;
  font-family: 'cleversoft';
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.zoo-footer-bottom-content.zoo-footer-bottom-home18 .form#newsletter-validate-detail .field .form-control {
  background: transparent;
}
.zoo-footer-bottom-content.zoo-footer-bottom-home18 .form#newsletter-validate-detail .actions .btn-novetty:after {
  color: #ffffff;
}
.slide-home19 .zoo-button-slide a {
  border-radius: 50px;
  padding: 12px 40px;
}
.home19-block-item .home-collection-wrapper p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 4px;
  color: #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 2px;
}
.home19-block-item .home-collection-wrapper h2 {
  font-weight: 800;
  color: #000000;
  margin-bottom: 14px;
}
.home19-block-item .home-collection-wrapper .button-link a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  line-height: 32px;
  border-bottom: 2px solid #000000;
}
.home19-block-item .image {
  position: relative;
  overflow: hidden;
}
.home19-block-item .image img {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
  display: block;
}
.home19-block-item .image img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
}
.home-collection-content h1 {
  font-size: 35px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  color: #ffffff;
  margin: 0;
  padding: 10px 0;
}
.home-collection-content h2 {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 0 70px;
  color: #ffffff;
}
.home19-vertical-menu .block-title h4 {
  margin: 0;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 0 20px 40px;
}
.feature-box-item .feature-box-hover {
  text-align: center;
  padding: 35px 0;
}
.feature-box .feature-box-info {
  text-align: left;
  margin-left: 10px;
}
.feature-box-icon.primary {
  border-radius: 50%;
  padding: 0;
}
.feature-box-icon.primary i {
  background: #f8bf00;
}
.feature-box-icon.primary:hover i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #ffffff;
}
.feature-box .feature-box-icon .fa {
  font-size: 30px;
  border: 1px solid #d4d4d4;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  float: left;
  color: #000000;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.title-font-playfair .zoo-heading-wrapper-title h3:before,
.title-font-playfair .zoo-heading-wrapper-title h3:after {
  display: none;
}
.zoo-main-content-area .clever-vertical-menu.home19-vertical-menu {
  background: #f8bf00;
}
.zoo-main-content-area .clever-vertical-menu.home19-vertical-menu .clever-mega-menu-item.level0 > a.menu-link {
  color: #222222;
  padding: 9px 0;
  font-weight: 500;
  border-bottom: 1px solid #edb702;
  background: #f8bf00;
}
.zoo-main-content-area .clever-vertical-menu.home19-vertical-menu .clever-mega-menu-item.level0 > a.menu-link:hover {
  background: #212121;
  color: #ffffff;
}
.page-header__home22 .main-menu {
  margin: 0 -100px 0 0;
}
.home22-menu-section.clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
  padding: 0 15px;
  margin: 0;
}
.cms-cleversoft-homepage-22 .color-section:before {
  display: none;
}
.cms-cleversoft-homepage-22 .tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  display: none;
}
@media (max-width: 991px) {
  .zoo-title-style6 .zoo-main-heading {
    display: block;
  }
  .zoo-title-style6 .zoo-main-heading:before,
  .zoo-title-style6 .zoo-main-heading:after {
    display: none;
  }
  .home22-menu-section {
    text-align: center !important;
  }
  .home22-menu-section.clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    padding: 10px 0;
  }
  .page-wrapper .page-header.zoo-header-10 #zoo-sticky-header {
    display: none;
    height: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zoo-customer-service,
  #zoo-sticky-header .zoo-header-user {
    display: none;
  }
}
@media (min-width: 768px) {
  .home22-market .clever-menu ul.clever-mega-menu > li.level-top > a,
  .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: #252525;
  }
}
.block-megamenu {
  position: relative;
}
.block-megamenu .block-title {
  height: 57px;
  line-height: 57px;
  cursor: pointer;
}
.block-megamenu .block-title.active .clever-icon-down {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-megamenu .clever-menu.clever-vertical-menu {
  z-index: 9;
  background: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
}
.slide-home22 .zoo-slideshow-text-content .btn-novetty {
  padding: 10px 40px;
}
.slide-home22 .zoo-slideshow-text-content .zoo-button-slide a {
  font-weight: 500;
  padding: 5px 40px;
  text-transform: none;
  border-radius: 4px;
}
.slide-home22 .zoo-slideshow-text-content h2 {
  font-size: 40px;
  text-transform: none;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-header__home22 .zoo-customer-service {
    margin-left: 50px;
  }
}
/**
 * CleverSoft/core
 * Custom CSS fallback
 * app/design/frontend/CleverSoft/core/web/css/_custom.less
 */
/*******************************************************************************
   *              bootstrap-rtl (version 3.3.4)
   *      Author: Morteza Ansarinia (http://github.com/morteza)
   *  Created on: August 13,2015
   *     Project: bootstrap-rtl
   *   Copyright: Unlicensed Public Domain
   *******************************************************************************/
body.rtl {
  /* Form Search*/
  /* Product Detail */
  /* End Product Detail */
  /* Mini cart */
  /* End Mini cart */
  /* Cart page */
  /* End cart page */
  /* Breadcrumbs */
  /* End Breadcrumbs */
  /* Checkout */
  /* End Checkout */
  /* Category */
  /* End Category */
  /* Blog */
  /* End Blog */
  /* Fogot password */
  /* End Fogot password */
  /* Create acc */
  /* End create account */
  /* google material */
}
body.rtl .page-wrapper .page-header .block.block-search,
body.rtl .page-wrapper .page-header .zoo-customer-service {
  direction: rtl;
}
body.rtl .page-wrapper .page-header .header-top-link,
body.rtl .page-wrapper .page-header .zoo-customer-service {
  float: left;
}
body.rtl .page-wrapper .page-main {
  direction: rtl;
}
body.rtl .page-wrapper .page-main .ml-auto {
  margin-left: unset !important;
  margin-right: auto !important;
}
body.rtl .page-wrapper .page-main .mr-auto {
  margin-left: auto;
  margin-right: 0 !important;
}
body.rtl .page-wrapper .page-main .flip.text-left {
  text-align: right;
}
body.rtl .page-wrapper .page-main .flip.text-right {
  text-align: left;
}
body.rtl .page-wrapper .page-main .list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
body.rtl .page-wrapper .page-main .list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main dd {
  margin-right: 0;
  margin-left: initial;
}
body.rtl .page-wrapper .page-main .offset-1 {
  margin-right: 8.333333%;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main .offset-2 {
  margin-right: 16.666667%;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main .offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main .offset-4 {
  margin-right: 33.333333%;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main .offset-5 {
  margin-right: 41.666667%;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main .offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main .offset-7 {
  margin-right: 58.333333%;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main .offset-8 {
  margin-right: 66.666667%;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main .offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main .offset-10 {
  margin-right: 83.333333%;
  margin-left: 0;
}
body.rtl .page-wrapper .page-main .offset-11 {
  margin-right: 91.666667%;
  margin-left: 0;
}
@media (min-width: 768px) {
  body.rtl .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  body.rtl .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
body.rtl .col-1,
body.rtl .col-2,
body.rtl .col-3,
body.rtl .col-4,
body.rtl .col-5,
body.rtl .col-6,
body.rtl .col-7,
body.rtl .col-8,
body.rtl .col-9,
body.rtl .col-10,
body.rtl .col-11,
body.rtl .col-12,
body.rtl .col,
body.rtl .col-auto,
body.rtl .col-sm-1,
body.rtl .col-sm-2,
body.rtl .col-sm-3,
body.rtl .col-sm-4,
body.rtl .col-sm-5,
body.rtl .col-sm-6,
body.rtl .col-sm-7,
body.rtl .col-sm-8,
body.rtl .col-sm-9,
body.rtl .col-sm-10,
body.rtl .col-sm-11,
body.rtl .col-sm-12,
body.rtl .col-sm,
body.rtl .col-sm-auto,
body.rtl .col-md-1,
body.rtl .col-md-2,
body.rtl .col-md-3,
body.rtl .col-md-4,
body.rtl .col-md-5,
body.rtl .col-md-6,
body.rtl .col-md-7,
body.rtl .col-md-8,
body.rtl .col-md-9,
body.rtl .col-md-10,
body.rtl .col-md-11,
body.rtl .col-md-12,
body.rtl .col-md,
body.rtl .col-md-auto,
body.rtl .col-lg-1,
body.rtl .col-lg-2,
body.rtl .col-lg-3,
body.rtl .col-lg-4,
body.rtl .col-lg-5,
body.rtl .col-lg-6,
body.rtl .col-lg-7,
body.rtl .col-lg-8,
body.rtl .col-lg-9,
body.rtl .col-lg-10,
body.rtl .col-lg-11,
body.rtl .col-lg-12,
body.rtl .col-lg,
body.rtl .col-lg-auto,
body.rtl .col-xl-1,
body.rtl .col-xl-2,
body.rtl .col-xl-3,
body.rtl .col-xl-4,
body.rtl .col-xl-5,
body.rtl .col-xl-6,
body.rtl .col-xl-7,
body.rtl .col-xl-8,
body.rtl .col-xl-9,
body.rtl .col-xl-10,
body.rtl .col-xl-11,
body.rtl .col-xl-12,
body.rtl .col-xl,
body.rtl .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.rtl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body.rtl .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
body.rtl .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
body.rtl .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
body.rtl .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
body.rtl .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
body.rtl .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
body.rtl .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
body.rtl .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
body.rtl .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
body.rtl .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
body.rtl .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
body.rtl .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
body.rtl .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body.rtl .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
body.rtl .order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
body.rtl .order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
body.rtl .order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
body.rtl .order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body.rtl .order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
body.rtl .order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
body.rtl .order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
body.rtl .order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
body.rtl .order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
body.rtl .order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
body.rtl .order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
body.rtl .order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
body.rtl .order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
body.rtl .order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
@media (min-width: 576px) {
  body.rtl .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body.rtl .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body.rtl .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  body.rtl .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  body.rtl .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.rtl .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body.rtl .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  body.rtl .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.rtl .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  body.rtl .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  body.rtl .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.rtl .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  body.rtl .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  body.rtl .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.rtl .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body.rtl .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body.rtl .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.rtl .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.rtl .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.rtl .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.rtl .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.rtl .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body.rtl .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body.rtl .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body.rtl .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body.rtl .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body.rtl .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.rtl .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body.rtl .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  body.rtl .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body.rtl .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body.rtl .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  body.rtl .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  body.rtl .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.rtl .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body.rtl .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  body.rtl .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.rtl .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  body.rtl .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  body.rtl .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.rtl .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  body.rtl .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  body.rtl .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.rtl .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body.rtl .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body.rtl .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.rtl .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.rtl .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.rtl .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.rtl .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.rtl .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body.rtl .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body.rtl .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body.rtl .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body.rtl .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body.rtl .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.rtl .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body.rtl .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body.rtl .offset-md-0 {
    margin-right: 0;
  }
  body.rtl .offset-md-1 {
    margin-right: 8.333333%;
    margin-left: 0;
  }
  body.rtl .offset-md-2 {
    margin-right: 16.666667%;
    margin-left: 0;
  }
  body.rtl .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body.rtl .offset-md-4 {
    margin-right: 33.333333%;
    margin-left: 0;
  }
  body.rtl .offset-md-5 {
    margin-right: 41.666667%;
    margin-left: 0;
  }
  body.rtl .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body.rtl .offset-md-7 {
    margin-left: 0;
    margin-right: 58.333333%;
  }
  body.rtl .offset-md-8 {
    margin-right: 66.666667%;
    margin-left: 0;
  }
  body.rtl .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body.rtl .offset-md-10 {
    margin-right: 83.333333%;
    margin-left: 0;
  }
  body.rtl .offset-md-11 {
    margin-right: 91.666667%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  body.rtl .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body.rtl .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body.rtl .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  body.rtl .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  body.rtl .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.rtl .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body.rtl .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  body.rtl .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.rtl .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  body.rtl .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  body.rtl .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.rtl .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  body.rtl .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  body.rtl .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.rtl .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body.rtl .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body.rtl .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.rtl .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.rtl .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.rtl .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.rtl .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.rtl .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body.rtl .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body.rtl .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body.rtl .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body.rtl .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body.rtl .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.rtl .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body.rtl .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body.rtl .offset-lg-0 {
    margin-right: 0;
  }
  body.rtl .offset-lg-1 {
    margin-right: 8.333333%;
    margin-left: 0;
  }
  body.rtl .offset-lg-2 {
    margin-right: 16.666667%;
    margin-left: 0;
  }
  body.rtl .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body.rtl .offset-lg-4 {
    margin-right: 33.333333%;
    margin-left: 0;
  }
  body.rtl .offset-lg-5 {
    margin-right: 41.666667%;
    margin-left: 0;
  }
  body.rtl .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body.rtl .offset-lg-7 {
    margin-right: 58.333333%;
    margin-left: 0;
  }
  body.rtl .offset-lg-8 {
    margin-right: 66.666667%;
    margin-left: 0;
  }
  body.rtl .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body.rtl .offset-lg-10 {
    margin-right: 83.333333%;
    margin-left: 0;
  }
  body.rtl .offset-lg-11 {
    margin-right: 91.666667%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  body.rtl .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body.rtl .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body.rtl .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  body.rtl .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  body.rtl .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.rtl .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body.rtl .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  body.rtl .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.rtl .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  body.rtl .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  body.rtl .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.rtl .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  body.rtl .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  body.rtl .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.rtl .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body.rtl .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body.rtl .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.rtl .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.rtl .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.rtl .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.rtl .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.rtl .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body.rtl .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body.rtl .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body.rtl .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body.rtl .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body.rtl .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.rtl .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body.rtl .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body.rtl .offset-xl-0 {
    margin-right: 0;
  }
  body.rtl .offset-xl-1 {
    margin-right: 8.333333%;
    margin-left: 0;
  }
  body.rtl .offset-xl-2 {
    margin-right: 16.666667%;
    margin-left: 0;
  }
  body.rtl .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body.rtl .offset-xl-4 {
    margin-right: 33.333333%;
    margin-left: 0;
  }
  body.rtl .offset-xl-5 {
    margin-right: 41.666667%;
    margin-left: 0;
  }
  body.rtl .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body.rtl .offset-xl-7 {
    margin-right: 58.333333%;
    margin-left: 0;
  }
  body.rtl .offset-xl-8 {
    margin-right: 66.666667%;
    margin-left: 0;
  }
  body.rtl .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body.rtl .offset-xl-10 {
    margin-right: 83.333333%;
    margin-left: 0;
  }
  body.rtl .offset-xl-11 {
    margin-right: 91.666667%;
    margin-left: 0;
  }
}
body.rtl .d-none {
  display: none !important;
}
body.rtl .d-inline {
  display: inline !important;
}
body.rtl .d-inline-block {
  display: inline-block !important;
}
body.rtl .d-block {
  display: block !important;
}
body.rtl .d-table {
  display: table !important;
}
body.rtl .d-table-row {
  display: table-row !important;
}
body.rtl .d-table-cell {
  display: table-cell !important;
}
body.rtl .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.rtl .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  body.rtl .d-sm-none {
    display: none !important;
  }
  body.rtl .d-sm-inline {
    display: inline !important;
  }
  body.rtl .d-sm-inline-block {
    display: inline-block !important;
  }
  body.rtl .d-sm-block {
    display: block !important;
  }
  body.rtl .d-sm-table {
    display: table !important;
  }
  body.rtl .d-sm-table-row {
    display: table-row !important;
  }
  body.rtl .d-sm-table-cell {
    display: table-cell !important;
  }
  body.rtl .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.rtl .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  body.rtl .d-md-none {
    display: none !important;
  }
  body.rtl .d-md-inline {
    display: inline !important;
  }
  body.rtl .d-md-inline-block {
    display: inline-block !important;
  }
  body.rtl .d-md-block {
    display: block !important;
  }
  body.rtl .d-md-table {
    display: table !important;
  }
  body.rtl .d-md-table-row {
    display: table-row !important;
  }
  body.rtl .d-md-table-cell {
    display: table-cell !important;
  }
  body.rtl .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.rtl .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  body.rtl .d-lg-none {
    display: none !important;
  }
  body.rtl .d-lg-inline {
    display: inline !important;
  }
  body.rtl .d-lg-inline-block {
    display: inline-block !important;
  }
  body.rtl .d-lg-block {
    display: block !important;
  }
  body.rtl .d-lg-table {
    display: table !important;
  }
  body.rtl .d-lg-table-row {
    display: table-row !important;
  }
  body.rtl .d-lg-table-cell {
    display: table-cell !important;
  }
  body.rtl .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.rtl .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  body.rtl .d-xl-none {
    display: none !important;
  }
  body.rtl .d-xl-inline {
    display: inline !important;
  }
  body.rtl .d-xl-inline-block {
    display: inline-block !important;
  }
  body.rtl .d-xl-block {
    display: block !important;
  }
  body.rtl .d-xl-table {
    display: table !important;
  }
  body.rtl .d-xl-table-row {
    display: table-row !important;
  }
  body.rtl .d-xl-table-cell {
    display: table-cell !important;
  }
  body.rtl .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.rtl .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
body.rtl caption {
  text-align: right;
}
body.rtl th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  body.rtl .table-responsive > .table-bordered {
    border: 0;
  }
  body.rtl .table-responsive > .table-bordered > thead > tr > th:first-child,
  body.rtl .table-responsive > .table-bordered > tbody > tr > th:first-child,
  body.rtl .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  body.rtl .table-responsive > .table-bordered > thead > tr > td:first-child,
  body.rtl .table-responsive > .table-bordered > tbody > tr > td:first-child,
  body.rtl .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  body.rtl .table-responsive > .table-bordered > thead > tr > th:last-child,
  body.rtl .table-responsive > .table-bordered > tbody > tr > th:last-child,
  body.rtl .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  body.rtl .table-responsive > .table-bordered > thead > tr > td:last-child,
  body.rtl .table-responsive > .table-bordered > tbody > tr > td:last-child,
  body.rtl .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
body.rtl .radio label,
body.rtl .checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
body.rtl .radio input[type="radio"],
body.rtl .radio-inline input[type="radio"],
body.rtl .checkbox input[type="checkbox"],
body.rtl .checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}
body.rtl .radio-inline,
body.rtl .checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl .radio-inline + .radio-inline,
body.rtl .checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
body.rtl .has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
body.rtl .form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  body.rtl .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  body.rtl .form-inline .radio input[type="radio"],
  body.rtl .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  body.rtl .form-horizontal .control-label {
    text-align: left;
  }
}
body.rtl .form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
body.rtl .caret {
  margin-right: 2px;
  margin-left: 0;
}
body.rtl .dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
body.rtl .dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
body.rtl .dropdown-menu-right {
  left: auto;
  right: 0;
}
body.rtl .dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  body.rtl .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  body.rtl .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
body.rtl .btn-group > .btn,
body.rtl .btn-group-vertical > .btn {
  float: right;
}
body.rtl .btn-group .btn + .btn,
body.rtl .btn-group .btn + .btn-group,
body.rtl .btn-group .btn-group + .btn,
body.rtl .btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
body.rtl .btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
body.rtl .btn-toolbar .btn-group,
body.rtl .btn-toolbar .input-group {
  float: right;
}
body.rtl .btn-toolbar > .btn,
body.rtl .btn-toolbar > .btn-group,
body.rtl .btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
body.rtl .btn-group > .btn:first-child {
  margin-right: 0;
}
body.rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.rtl .btn-group > .btn:last-child:not(:first-child),
body.rtl .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.rtl .btn-group > .btn-group {
  float: right;
}
body.rtl .btn-group.btn-group-justified > .btn,
body.rtl .btn-group.btn-group-justified > .btn-group {
  float: none;
}
body.rtl .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
body.rtl .btn-group > .btn-group:first-child > .btn:last-child,
body.rtl .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.rtl .btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.rtl .btn .caret {
  margin-right: 0;
}
body.rtl .btn-group-vertical > .btn + .btn,
body.rtl .btn-group-vertical > .btn + .btn-group,
body.rtl .btn-group-vertical > .btn-group + .btn,
body.rtl .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
body.rtl .input-group .form-control {
  float: right;
}
body.rtl .input-group .form-control:first-child,
body.rtl .input-group-addon:first-child,
body.rtl .input-group-btn:first-child > .btn,
body.rtl .input-group-btn:first-child > .btn-group > .btn,
body.rtl .input-group-btn:first-child > .dropdown-toggle,
body.rtl .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
body.rtl .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.rtl .input-group-addon:first-child {
  border-left: 0px;
  border-right: 1px solid;
}
body.rtl .input-group .form-control:last-child,
body.rtl .input-group-addon:last-child,
body.rtl .input-group-btn:last-child > .btn,
body.rtl .input-group-btn:last-child > .btn-group > .btn,
body.rtl .input-group-btn:last-child > .dropdown-toggle,
body.rtl .input-group-btn:first-child > .btn:not(:first-child),
body.rtl .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.rtl .input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0px;
}
body.rtl .input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
body.rtl .input-group-btn:first-child > .btn,
body.rtl .input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
body.rtl .input-group-btn:last-child > .btn,
body.rtl .input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
body.rtl .nav {
  padding-right: 0;
  padding-left: initial;
}
body.rtl .nav-tabs > li {
  float: right;
}
body.rtl .nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
body.rtl .nav-pills > li {
  float: right;
}
body.rtl .nav-pills > li > a {
  border-radius: 4px;
}
body.rtl .nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
body.rtl .nav-stacked > li {
  float: none;
}
body.rtl .nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
body.rtl .nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
body.rtl .nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  body.rtl .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  body.rtl .navbar-header {
    float: right;
  }
}
body.rtl .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
body.rtl .navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  body.rtl .navbar > .container .navbar-brand,
  body.rtl .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
body.rtl .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  body.rtl .navbar-nav .open .dropdown-menu > li > a,
  body.rtl .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  body.rtl .navbar-nav {
    float: right;
  }
  body.rtl .navbar-nav > li {
    float: right;
  }
}
@media (min-width: 768px) {
  body.rtl .navbar-left.flip {
    float: right !important;
  }
  body.rtl .navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  body.rtl .navbar-right.flip {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  body.rtl .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  body.rtl .navbar-text {
    float: right;
  }
  body.rtl .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
body.rtl .pagination {
  padding-right: 0;
}
body.rtl .pagination > li > a,
body.rtl .pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
body.rtl .pagination > li:first-child > a,
body.rtl .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.rtl .pagination > li:last-child > a,
body.rtl .pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.rtl .pager {
  padding-right: 0;
  padding-left: initial;
}
body.rtl .pager .next > a,
body.rtl .pager .next > span {
  float: left;
}
body.rtl .pager .previous > a,
body.rtl .pager .previous > span {
  float: right;
}
body.rtl .nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
body.rtl .list-group-item > .badge {
  float: left;
}
body.rtl .list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
body.rtl .alert-dismissable,
body.rtl .alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
body.rtl .alert-dismissable .close,
body.rtl .alert-dismissible .close {
  right: auto;
  left: -21px;
}
body.rtl .progress-bar {
  float: right;
}
body.rtl .media > .pull-left {
  margin-right: 10px;
}
body.rtl .media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .media > .pull-right {
  margin-left: 10px;
}
body.rtl .media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .media-right,
body.rtl .media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
body.rtl .media-left,
body.rtl .media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
body.rtl .media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
body.rtl .list-group {
  padding-right: 0;
  padding-left: initial;
}
body.rtl .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
body.rtl .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
body.rtl .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
body.rtl .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
body.rtl .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
body.rtl .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
body.rtl .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
body.rtl .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
body.rtl .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
body.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
body.rtl .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
body.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
body.rtl .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
body.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
body.rtl .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
body.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
body.rtl .panel > .table-bordered > thead > tr > th:first-child,
body.rtl .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
body.rtl .panel > .table-bordered > tbody > tr > th:first-child,
body.rtl .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
body.rtl .panel > .table-bordered > tfoot > tr > th:first-child,
body.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
body.rtl .panel > .table-bordered > thead > tr > td:first-child,
body.rtl .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
body.rtl .panel > .table-bordered > tbody > tr > td:first-child,
body.rtl .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
body.rtl .panel > .table-bordered > tfoot > tr > td:first-child,
body.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
body.rtl .panel > .table-bordered > thead > tr > th:last-child,
body.rtl .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
body.rtl .panel > .table-bordered > tbody > tr > th:last-child,
body.rtl .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
body.rtl .panel > .table-bordered > tfoot > tr > th:last-child,
body.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
body.rtl .panel > .table-bordered > thead > tr > td:last-child,
body.rtl .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
body.rtl .panel > .table-bordered > tbody > tr > td:last-child,
body.rtl .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
body.rtl .panel > .table-bordered > tfoot > tr > td:last-child,
body.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
body.rtl .embed-responsive .embed-responsive-item,
body.rtl .embed-responsive iframe,
body.rtl .embed-responsive embed,
body.rtl .embed-responsive object {
  right: 0;
  left: auto;
}
body.rtl .close {
  float: left;
}
body.rtl .modal-footer {
  text-align: left;
}
body.rtl .modal-footer.flip {
  text-align: right;
}
body.rtl .modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
body.rtl .modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
body.rtl .modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
body.rtl .popover {
  left: auto;
  text-align: right;
}
body.rtl .popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
body.rtl .popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
body.rtl .popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
body.rtl .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
body.rtl .carousel-control {
  right: 0;
  bottom: 0;
}
body.rtl .carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
body.rtl .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
body.rtl .carousel-control .icon-prev,
body.rtl .carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
body.rtl .carousel-control .icon-next,
body.rtl .carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
body.rtl .carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.rtl .carousel-control .glyphicon-chevron-left,
  body.rtl .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  body.rtl .carousel-control .glyphicon-chevron-right,
  body.rtl .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  body.rtl .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
body.rtl .pull-right.flip {
  float: left !important;
}
body.rtl .pull-left.flip {
  float: right !important;
}
body.rtl .no-padding {
  padding: 0;
}
body.rtl .padding-0 {
  padding: 0;
}
body.rtl .padding-right-0 {
  padding-left: 0px;
}
body.rtl .padding-left-0 {
  padding-right: 0px;
}
body.rtl .padding-left-3 {
  padding-right: 3px;
}
body.rtl .padding-right-3 {
  padding-left: 3px;
}
body.rtl .padding-left-8 {
  padding-right: 8px;
}
body.rtl .padding-right-8 {
  padding-left: 8px;
}
body.rtl .padding-left-5 {
  padding-right: 5px;
}
body.rtl .padding-right-5 {
  padding-left: 5px;
}
body.rtl .padding-left-60 {
  padding-right: 60px;
}
body.rtl .page-wrapper .page-header .topbar-container {
  text-align: left;
}
body.rtl .page-wrapper .page-header .main-menu {
  float: right;
  direction: rtl;
}
body.rtl .page-wrapper .page-header .main-menu_other {
  direction: rtl;
}
body.rtl .page-wrapper .page-header .main-menu .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0:last-child a.menu-link {
  margin-right: 0;
  padding-right: 0;
}
body.rtl .page-wrapper .page-header .header-panel .top-contact {
  float: right;
}
body.rtl .page-wrapper .page-header .header-panel .zoo-top-contact li .fa {
  margin-left: 15px;
  margin-right: 0;
}
body.rtl .page-wrapper .page-header .header-panel .zoo-top-contact li:last-child {
  border-right: none;
}
body.rtl .page-wrapper .page-header .header-panel .zoo-top-contact li:first-child {
  padding-right: 0;
  padding-left: 20px;
}
body.rtl .page-wrapper .page-header .switcher {
  padding-left: 0;
}
body.rtl .page-wrapper .page-header .switcher .switcher-dropdown li {
  text-align: right;
}
body.rtl .page-wrapper .page-header.zoo-header-2 .authorization-link,
body.rtl .page-wrapper .page-header.zoo-header-2 .header-wishlist {
  padding-left: 0px;
  padding-right: 20px;
}
body.rtl .page-wrapper .page-header.zoo-header-2 .block-search {
  padding-left: 0px;
  padding-right: 15px;
}
body.rtl .page-wrapper .page-header.zoo-header-2 .block-search .block-content .field.search {
  left: 100%;
  right: inherit;
}
body.rtl .zoo-home11-block .block-item-left .block-1 {
  border-right: 30px solid #ffffff;
  border-left: 0;
}
body.rtl .zoo-home11-block .block-item-right .block-1 {
  border-left: 30px solid #ffffff;
  border-right: 0;
}
body.rtl .zoo-service-category .zoo-bar-content:first-child {
  border-right: 1px solid #eaeaea !important;
}
body.rtl .zoo-service-category .zoo-bar-content:last-child {
  border-right: none;
}
body.rtl .page-wrapper .page-footer .zoo-footer-bottom-content.home08 .form#newsletter-validate-detail .actions {
  float: right;
  margin-left: inherit;
  text-align: right;
  margin-right: 10px;
}
body.rtl .page-wrapper .page-footer .zoo-footer-bottom-content.home08 .footer-bottom-accordion .newsletters-style-3.text-center .newsletter-cs .content #newsletter-validate-detail .field {
  float: right;
}
body.rtl .page-wrapper .page-footer .zoo-footer-bottom-content.home08 .zoo-footer-social-links li {
  padding-left: 10px;
  padding-right: 0;
}
body.rtl .figure.effect-sadie p,
body.rtl .figure.effect-sadie h2 {
  left: inherit;
  right: 0;
}
body.rtl .page-wrapper .home08 .block .owl-carousel .owl-stage .owl-item .block-content .figure.effect-sadie .figcaption p,
body.rtl .page-wrapper .home08 .block .owl-carousel .owl-stage .owl-item .block-content .figure.effect-sadie .figcaption h2 {
  right: 55px;
  left: inherit;
  text-align: right;
}
body.rtl .page-wrapper .page-header.type8 .header-content .block-search {
  display: none;
}
body.rtl .grid .figure .figcaption {
  left: inherit;
  right: 0;
}
body.rtl .user_area .authorization-link a:before {
  right: 0;
}
body.rtl .c-smartsearch .col-2-8 {
  float: right;
  margin-right: 0;
}
body.rtl .text-right {
  text-align: left !important;
}
body.rtl .flexslider {
  direction: ltr;
}
body.rtl .clever-menu ul {
  text-align: right;
}
body.rtl .clever-menu .clever-mega-menu-item.level-top > .slicknav_arrow {
  left: 0;
  right: inherit;
}
body.rtl .text-center .clever-menu ul {
  text-align: center;
}
body.rtl .block-search .form.minisearch .control .search-dropdown {
  border-left: none;
  border-right: 1px solid #ebebeb;
}
body.rtl .minicart-wrapper .minicart-detail {
  left: -20px;
  right: auto !important;
}
body.rtl .minicart-wrapper .minicart-detail:before {
  left: 10px;
  right: inherit;
}
body.rtl .minicart-wrapper .minicart-detail .block-title {
  right: 0;
}
body.rtl .minicart-wrapper .minicart-detail .block-title .text {
  float: right;
}
body.rtl .minicart-wrapper .minicart-detail .block-title .close-minicart {
  padding-left: 20px;
}
body.rtl .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info > a {
  width: 25% !important;
}
body.rtl .logo {
  float: right;
}
body.rtl .padding-0 {
  padding: 0;
}
body.rtl .page-wrapper .page-footer ul.zoo-footer-social-links.style-1,
body.rtl .page-wrapper .page-footer ul.zoo-footer-social-links.style-3 {
  text-align: left;
}
body.rtl .page-wrapper .page-footer ul.zoo-footer-links li {
  padding-left: 35px;
  padding-right: 0;
}
body.rtl .clever-menu .col-lg-offset-6 {
  margin-right: 0;
  margin-left: 0;
}
body.rtl .clever-menu *,
body.rtl .clever-menu :after,
body.rtl .clever-menu :before {
  text-align: right;
}
body.rtl .is-sticky #zoo-sticky-header .clever-menu .clever-mega-menu li {
  text-align: right;
}
body.rtl .clever-horizontal-menu ul.clever-mega-menu > li.level-top.parent > a {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
body.rtl .clever-horizontal-menu ul.clever-mega-menu > li.level-top.parent > a:before {
  left: 0;
  right: auto;
}
body.rtl .clever-horizontal-menu ul.clever-mega-menu > li.level-top:first-child a {
  padding-left: 0;
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .clever-horizontal-menu ul.clever-mega-menu > li.clever-mega-menu-item.level0.clever-menu-justify .clever-mega-menu-sub.container {
  direction: initial;
}
body.rtl .block-search .form.minisearch .control .search-dropdown {
  float: right;
}
body.rtl .block-search .form.minisearch .control .search-dropdown .search-select i {
  padding-left: 15px;
  padding-right: 0;
}
body.rtl .block-search .form.minisearch .action.search {
  left: 0;
  right: inherit !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.rtl .block-search .form.minisearch .inner {
  right: inherit;
  left: 0;
  margin-right: 0;
  margin-left: 60px;
}
body.rtl .block-search .form.minisearch #top_tree {
  right: inherit;
  left: 0;
  text-align: right;
}
body.rtl #mtnav li.custom-block,
body.rtl #mtnav li {
  float: right;
}
body.rtl #mtnav > li:first-child a {
  margin-left: inherit;
  margin-right: 0;
}
body.rtl #mtnav li div.shown-sub,
body.rtl #mtnav li ul.shown-sub {
  right: 0;
  left: inherit;
  padding-left: 10px;
  padding-right: 0;
}
body.rtl .page-wrapper .navigation ul li.parent > a:before {
  left: -2px;
  right: inherit;
}
body.rtl .navigation .level0 {
  margin: 0 0 0 10px;
}
body.rtl .topcat-menu .block-title .fa.fa-bars {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .zoo-navigation-vertical .category-hold > li.level0 > a:before {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .zoo-navigation-vertical li.parent div.shown-sub {
  right: 90%;
  left: inherit;
}
body.rtl .zoo-navigation-vertical li.parent:hover div.shown-sub {
  right: 100%;
  left: inherit;
}
body.rtl .bg-megamenu {
  left: -30px;
  right: inherit;
}
body.rtl .owl-carousel {
  direction: ltr;
}
body.rtl .zoo-footer-layout-home10 .col-foot-right {
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
body.rtl .homepage-bar {
  border: 1px solid #eaeaea;
}
body.rtl .homepage-bar .col-md-4 {
  border-right: 1px solid #eaeaea;
  border-left: none;
}
body.rtl .homepage-bar .col-md-4 span.fa {
  right: 0;
  left: inherit;
}
body.rtl .homepage-bar .col-md-4 .text-area {
  padding-right: 55px;
  padding-left: 0;
  text-align: right;
}
body.rtl .product-items .product-item-info .price-box .old-price {
  float: right;
  padding: 0 0 0 15px;
}
body.rtl .product-item-info .product_loop .product_loop_switcher {
  float: right;
}
body.rtl .product-item-info .product_loop div[class^=swatch-opt-] {
  text-align: left;
}
body.rtl .shop_product_metas .add-to-links {
  right: inherit;
  left: 0;
}
body.rtl .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info > a {
  float: right;
}
body.rtl .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-item-details {
  float: left;
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}
body.rtl .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown {
  padding-right: 15px;
}
body.rtl .clever-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item.parent .menu-link {
  margin-right: 0;
}
body.rtl .clever-menu.clever-horizontal-menu ul.clever-mega-menu > li.level-top:before.parent > a {
  left: 3px !important;
  right: auto !important;
}
body.rtl .page-header.header_layout_2 .block-search .block-content .action.search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.rtl.home-06 .page-header .header-content .block-search {
  display: none;
}
body.rtl .zoo-widget-style1 .zoo-block-widget .padding-sm-right-3 {
  padding-left: 3px;
  padding-right: 15px;
}
body.rtl .zoo-widget-style1 .zoo-block-widget .padding-sm-left-3 {
  padding-right: 3px;
  padding-left: 15px;
}
body.rtl .zoo-widget-style5 .owl-carousel .owl-nav {
  left: 0;
  transform: translate(-93%, -50%);
  -ms-transform: translate(-93%, -50%);
  -webkit-transform: translate(-93%, -50%);
}
body.rtl .post-info {
  left: auto;
  right: 20px;
}
body.rtl .product-info-main .product-options-bottom .price-box {
  float: right;
}
body.rtl .product-info-main .product-info-price .price-box {
  float: right;
}
body.rtl .nav-title-cart .box-tocart {
  float: left;
  margin-right: auto !important;
  margin-left: 0 !important;
}
body.rtl .review-ratings {
  float: right;
}
body.rtl .swatch-option-tooltip .title {
  text-transform: capitalize;
}
body.rtl .swatch-option-tooltip .corner:before {
  top: 3px;
  right: 15px;
}
body.rtl .swatch-option-tooltip .corner:after {
  top: 2px;
  right: 0;
}
body.rtl .catalog-product-tab .product.data.items > .item.title .data.switch .counter {
  float: left;
}
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control button.reduced,
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action.reduced,
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift.reduced {
  border-left: 1px solid #eaeaea;
  border-right: none;
}
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control button.increase,
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action.increase,
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift.increase {
  border-right: 1px solid #eaeaea;
  border-left: none;
}
body.rtl .minicart-wrapper .minicart-items .product .product-item-photo,
body.rtl .minicart-wrapper .minicart-items .product .product-image-container {
  float: right;
  margin-top: 10px;
}
body.rtl .minicart-wrapper .minicart-items .product-item-details {
  padding-left: 0;
  padding-right: 80px;
}
body.rtl .minicart-wrapper .minicart-items .product-item-details .details-qty {
  float: right;
}
body.rtl .minicart-wrapper .minicart-items .product-item-details .price-container {
  text-align: left;
}
body.rtl .minicart-wrapper .subtotal {
  text-align: right;
}
body.rtl .minicart-wrapper .subtotal .amount.price-container {
  float: left;
}
body.rtl .cart-container .cart-summary .block .title:after {
  left: -5px;
  right: auto;
}
body.rtl .cart-totals .grand .amount,
body.rtl .cart-totals .amount,
body.rtl .opc-block-summary .table-totals .grand .amount,
body.rtl .opc-block-summary .table-totals .amount {
  text-align: left;
}
body.rtl .cart-container .cart-summary .cart-totals .mark {
  text-align: right;
}
body.rtl .cart.table-wrapper .item-actions td {
  text-align: left;
}
body.rtl .zoo-breadcrumbs {
  padding-right: 0;
  padding-left: 20px;
}
body.rtl .fieldset > .field:not(.choice) > .control {
  float: right;
}
body.rtl .field .control._with-tooltip input {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .minicart-items .product .product-item-photo,
body.rtl .minicart-items .product .product-image-container {
  float: right;
}
body.rtl .minicart-items .product-item-details {
  padding-left: 0;
}
body.rtl .left_checkout_cart {
  float: right;
  padding: 0 0 0 4%;
}
body.rtl .block-authentication .block[class] .field .control,
body.rtl .block-authentication .block[class] .field .label {
  float: right;
  width: 100%;
  padding: 6px 0px 0 0;
}
body.rtl .block-authentication .block-title {
  text-align: right;
}
body.rtl .block-authentication .actions-toolbar .secondary {
  float: right;
  margin-right: 0;
}
body.rtl .modal-custom .action-close,
body.rtl .modal-popup .action-close,
body.rtl .modal-slide .action-close {
  right: auto;
  left: 0;
}
body.rtl .checkout-shipping-address .field-tooltip {
  left: 0;
  right: auto;
}
body.rtl.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block {
  text-align: right;
  padding-left: 50px;
}
body.rtl.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .product-item-inner .subtotal {
  text-align: left;
}
body.rtl .action-for-medium-up span {
  padding-left: 10px;
}
body.rtl.catalog-category-view .sidebar.sidebar-right,
body.rtl.clevershopby-index-index .sidebar.sidebar-right {
  padding-left: 15px;
  border-right: 1px solid #e5e5e5;
  border-left: none;
}
body.rtl.catalog-category-view .sidebar.sidebar-left,
body.rtl.clevershopby-index-index .sidebar.sidebar-left {
  padding-right: 15px;
  border-left: 1px solid #e5e5e5;
  border-right: none;
}
body.rtl.catalog-product-view #product-review-table .review-field-rating {
  float: right;
  min-height: 25px;
}
body.rtl.catalog-product-view #product-review-table .review-field-rating span {
  margin-right: 0;
  margin-left: 10px;
  float: right;
  margin-top: 5px;
}
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > thead > tr > th,
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > tbody > tr > th,
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 0 10px 30px;
  text-align: right;
}
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > thead > tr > td,
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > tbody > tr > td,
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > tfoot > tr > td {
  text-align: right;
}
body.rtl #zoo-layer-navigation .block-content .block-subtitle {
  background: transparent;
  color: #000000;
  font-size: 18px;
  padding: 0;
}
body.rtl .filter.block .zoo-filter-options-title {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl .filter.block .zoo-filter-options-title:after {
  right: 0;
  left: auto;
}
body.rtl .block-recent-posts .block-content div.item .item-img {
  margin-right: 0 !important;
}
body.rtl .login-container button[type="submit"],
body.rtl #zoo-login-form button[type="submit"],
body.rtl .password.forget button[type="submit"],
body.rtl .form-create-account button[type="submit"],
body.rtl .login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl #zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .password.forget .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .form-create-account .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .login-container .action-gift[type="submit"],
body.rtl #zoo-login-form .action-gift[type="submit"],
body.rtl .password.forget .action-gift[type="submit"],
body.rtl .form-create-account .action-gift[type="submit"] {
  float: left;
}
body.rtl .button-login-social.button-login-left-form,
body.rtl .button-register-social.button-login-left-form,
body.rtl .button-login-social.button-register-left-form,
body.rtl .button-register-social.button-register-left-form {
  padding: 15px;
}
body.rtl .button-login-social.button-login-left-form:before,
body.rtl .button-register-social.button-login-left-form:before,
body.rtl .button-login-social.button-register-left-form:before,
body.rtl .button-register-social.button-register-left-form:before {
  left: 0;
  right: auto;
}
body.rtl .button-login-social.button-login-left-form:after,
body.rtl .button-register-social.button-login-left-form:after,
body.rtl .button-login-social.button-register-left-form:after,
body.rtl .button-register-social.button-register-left-form:after {
  left: 10px;
  right: auto;
}
body.rtl .login-container button[type="submit"],
body.rtl #zoo-login-form button[type="submit"],
body.rtl .password.forget button[type="submit"],
body.rtl .form-create-account button[type="submit"],
body.rtl .login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl #zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .password.forget .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .form-create-account .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .login-container .action-gift[type="submit"],
body.rtl #zoo-login-form .action-gift[type="submit"],
body.rtl .password.forget .action-gift[type="submit"],
body.rtl .form-create-account .action-gift[type="submit"] {
  float: left;
}
body.rtl .c-smartsearch .c-smartsearch__price {
  float: right;
  width: 30%;
}
body.rtl .zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  padding-right: 0;
  padding-left: 30px;
}
body.rtl .newsletters {
  padding: 30px 0;
}
body.rtl .page-wrapper .page-footer .footer-top li {
  padding-right: 0;
  padding-left: 35px;
}
body.rtl .page-wrapper .page-footer .zoo-footer-links-bottom ul.zoo-footer-social-links {
  text-align: left;
}
body.rtl .page-wrapper .page-footer .zoo-footer-links-bottom ul.zoo-footer-social-links li {
  padding-left: 0;
  padding-right: 10px;
}
body.rtl .page-wrapper .page-footer .zoo-footer-links-bottom ul.zoo-footer-links li {
  padding-right: 0;
  padding-left: 35px;
}
body.rtl .payment-img {
  background-position: left 50%;
}
body.rtl .page-wrapper .navigation ul li.parent > a:before {
  left: -2px;
  right: inherit;
}
body.rtl .page-wrapper .breadcrumbs .items {
  text-align: right;
}
body.rtl .page-wrapper .main-footer-img {
  left: -150px;
  right: inherit;
}
body.rtl #scroll-to-top {
  left: 20px;
  right: inherit;
}
body.rtl .form-group.label-floating.is-focused label.control-label,
body.rtl .form-group.label-floating:not(.is-empty) label.control-label,
body.rtl .form-group.label-static label.control-label {
  right: 0;
  left: inherit;
}
body.rtl .pull-right {
  float: left !important;
}
body.rtl .pull-left {
  float: right !important;
}
body.rtl .zoo-service-category .zoo-bar-content [class^=clever-icon-] {
  padding-right: 0;
  padding-left: 30px;
}
body.rtl .action-for-medium-up {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .filter.block .filter-content .item.checkbox-filter {
  text-align: right;
}
body.rtl .filter-options .zoo-filter-options-content .items .cleversoft_shopby_filter_slider_min {
  float: right;
  text-align: right;
}
body.rtl .filter-options .zoo-filter-options-content .items .cleversoft_shopby_filter_slider_max {
  float: left;
  text-align: left;
}
body.rtl.catalog-category-view .page-layout-1column .columns .sidebar-filter,
body.rtl.clevershopby-index-index .page-layout-1column .columns .sidebar-filter {
  right: -320px;
  left: inherit;
}
body.rtl.catalog-category-view .page-layout-1column .columns .sidebar-filter .clever-icon-close,
body.rtl.clevershopby-index-index .page-layout-1column .columns .sidebar-filter .clever-icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
body.rtl.catalog-category-view.show-sidebar .sidebar-filter,
body.rtl.clevershopby-index-index.show-sidebar .sidebar-filter {
  left: inherit !important;
  right: 0 !important;
}
body.rtl.catalog-category-view.show-sidebar .sidebar-filter .transparent-bg,
body.rtl.clevershopby-index-index.show-sidebar .sidebar-filter .transparent-bg {
  width: 1000%;
  right: 0;
}
body.rtl #zoo-main-content .product-view .product-img-column {
  float: right;
}
body.rtl #zoo-main-content .product-view .product-img-column .gallery-placeholder .fotorama-item .fotorama__stage {
  right: 80px;
  left: 0 !important;
  padding: 0;
}
body.rtl #zoo-main-content .product-view .product-img-column .gallery-placeholder .fotorama-item .fotorama__nav-wrap {
  right: 0;
  left: auto;
}
body.rtl #zoo-main-content .product-view .product-img-column .gallery-placeholder .magnifier-preview {
  left: auto;
  right: 100% !important;
}
body.rtl #zoo-main-content .product-view .product-primary-column {
  float: left;
}
body.rtl .catalog-product-view.type-center-vertical-thumb .product.media .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  right: inherit;
  left: 0;
}
body.rtl .filter.block .zoo-filter-options-content .swatch-attribute-options {
  text-align: right;
}
body.rtl .checkbox-filter .checkbox-material {
  padding-right: 0;
  padding-left: 5px;
}
body.rtl #zoo-layer-navigation .block-content .filter-clear a {
  float: left;
}
body.rtl .pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto .pslogin-button-text {
  padding-right: 45px;
}
body.rtl .products-list.list .product-item {
  text-align: right;
}
body.rtl .products-list.list .product-item .product-item-details {
  margin-left: 0;
  margin-right: 20px;
}
body.rtl .products-list.list .product-item .category-price-list {
  float: right;
}
body.rtl .toolbar-bottom .toolbar-amount {
  float: right !important;
}
body.rtl .toolbar-bottom .pages {
  left: 0;
  right: inherit;
}
body.rtl .page-products .sorter {
  right: inherit;
  left: 10px;
  float: left;
}
body.rtl .modes {
  float: right !important;
  margin-right: 0;
}
body.rtl .modes .modes-mode {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .toolbar-products .toolbar-sorter .sbHolder#sorter,
body.rtl .toolbar-products .toolbar-sorter .sorter-options#sorter {
  padding-right: 0;
}
body.rtl .toolbar-amount {
  margin-right: auto;
  margin-left: 25px;
}
body.rtl .share-links a {
  margin-right: 0;
  margin-left: 25px;
}
body.rtl.catalog-product-view .product-info-main .stock.available,
body.rtl.catalog-product-view .product-info-main .stock.unavailable {
  float: none;
}
body.rtl.catalog-product-view .product-info-main .product-addto-links .action {
  margin-right: 10px;
  margin-left: 0;
}
body.rtl.catalog-product-view .product-info-main .product-social-links span.fa,
body.rtl.catalog-product-view .product-info-main .product-social-links span.clever-icon-compare-1 {
  margin-right: inherit;
  margin-left: 10px;
}
body.rtl.catalog-product-view .product-info-main .page-title-wrapper.product {
  float: right;
}
body.rtl .product-prev-next {
  right: inherit;
  left: 50px;
}
body.rtl .product-prev-next > div .preview-product {
  right: inherit;
  left: 0;
  transform: translate(40px, -50%);
}
body.rtl .toolbar-top .select-style:before {
  left: 0;
}
body.rtl .fa-caret-left:before {
  content: "\f0da";
}
body.rtl .fa-caret-right:before {
  content: "\f0d9";
}
body.rtl .fa-long-arrow-right:before {
  content: "\f177";
}
body.rtl .fa-long-arrow-left:before {
  content: "\f178";
}
body.rtl .box-tocart .fieldset .field.qty {
  float: right;
}
body.rtl .box-tocart .fieldset .field.qty .control {
  margin-left: 25px;
  margin-right: inherit;
}
body.rtl #product-options-wrapper .swatch-attribute .swatch-option.color {
  margin: 0 5px 0 5px;
  border: 1px solid #d7d7d7;
}
body.rtl #product-options-wrapper .swatch-attribute.size .swatch-option {
  margin: 0 5px 0 5px;
}
body.rtl .product-media .magnifier-preview {
  left: inherit !important;
  top: 0 !important;
  right: 100% !important;
}
body.rtl .product-area2 .product.data.items > .item.title {
  margin-right: inherit;
  margin-left: 50px;
}
body.rtl .product.data.items > .item .content ul {
  padding: 15px;
}
body.rtl .newsletterbox button#cboxClose,
body.rtl #zoo_newsletter,
body.rtl .newsletterbox .cart.table-wrapper .actions-toolbar > .action#cboxClose,
body.rtl .newsletterbox .action-gift#cboxClose {
  direction: rtl;
}
body.rtl .newsletterbox button#cboxClose .checkbox-filter .checkbox-material .check:before,
body.rtl #zoo_newsletter .checkbox-filter .checkbox-material .check:before,
body.rtl .newsletterbox .cart.table-wrapper .actions-toolbar > .action#cboxClose .checkbox-filter .checkbox-material .check:before,
body.rtl .newsletterbox .action-gift#cboxClose .checkbox-filter .checkbox-material .check:before {
  margin-top: -8px;
  margin-right: 5px;
}
body.rtl .modal-inner-wrap .modal-header {
  right: auto;
  left: 0;
}
body.rtl .zoo-newsletter-popup .modal-header {
  right: auto;
  left: 0;
}
body.rtl .zoo-newsletter-popup .modal-header .action-close {
  left: 0;
  right: auto;
}
body.rtl.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label {
  text-align: right;
}
body.rtl .product-info-main .product-options-bottom .price-box,
body.rtl .product-info-main .product-info-price .price-box {
  float: right;
}
body.rtl .product-social-links .product-addto-links .action {
  margin-left: 4%;
  margin-right: 0;
  display: inline-block;
}
body.rtl .switcher-language .header.links:after,
body.rtl .switcher-language .switcher-trigger,
body.rtl .switcher-language .switcher-dropdown {
  text-align: right;
}
@media (min-width: 992px) {
  body.rtl .product-add-form p.required {
    position: relative;
  }
  body.rtl .page-header.zoo-header-5 .full-sc-search .block-search {
    float: right;
  }
  body.rtl .page-header.zoo-header-4 .header-content .block-search,
  body.rtl .page-header.zoo-header-5 .header-content .block-search {
    float: right;
  }
  body.rtl .col-md-6.col-llg-offset-1 {
    margin-left: 0;
    margin-right: 8.33333333%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 768px), print {
  body.rtl .product.data.items > .item.content {
    float: left !important;
    margin-right: -100%;
    margin-left: 0 !important;
    text-align: right;
  }
  body.rtl .product.data.items > .item.content ul {
    padding: 15px;
  }
  body.rtl .page-header.zoo-header-4 .header-content .zoo-header-content-block:first-child,
  body.rtl .page-header.zoo-header-5 .header-content .zoo-header-content-block:first-child {
    float: right;
  }
  body.rtl .page-header.zoo-header-5 .clever-menu ul {
    text-align: center !important;
  }
  body.rtl .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
    right: 0;
    left: inherit;
  }
  body.rtl .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link span {
    padding-right: 40px;
    padding-left: inherit;
  }
}
@media (max-width: 991px), print {
  body.rtl .nav-sections {
    -webkit-transition: right 300ms linear 0s;
    -moz-transition: right 300ms linear 0s;
    -ms-transition: right 300ms linear 0s;
    -o-transition: right 300ms linear 0s;
    transition: right 300ms linear 0s;
    left: inherit;
    right: -80%;
  }
  body.rtl.nav-open .page-wrapper .nav-sections {
    right: 0;
    left: inherit;
  }
  body.rtl .zoo-notification .notification-dismiss {
    left: 15px;
    right: inherit;
  }
  body.rtl .page-wrapper .page-header {
    direction: rtl;
  }
  body.rtl .page-wrapper .page-header .header-panel .zoo-top-contact {
    float: none;
  }
  body.rtl .page-wrapper .page-header .header-minimal-search {
    right: 60px;
    left: inherit;
  }
  body.rtl .zoo-menu-label {
    right: 20px;
    left: auto;
  }
  body.rtl .block-search .form.minisearch .control input {
    text-align: right;
    direction: rtl;
  }
  body.rtl .clever-horizontal-menu .clever-mega-menu-item.level-top .dropdown-toggle {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px), print {
  body.rtl .zoo-widget-style1 {
    margin-bottom: 0;
  }
  body.rtl #product-options-wrapper .swatch-attribute .swatch-attribute-selected-option {
    padding-left: 0;
  }
  body.rtl #zoo-main-content .product-view .product-primary-column {
    width: 100%;
    text-align: center;
  }
  body.rtl .catalog-product-tab .product.data.items > .item.content {
    text-align: right;
  }
  body.rtl.catalog-category-view #zoo-layer-navigation .filter.active .filter-title strong,
  body.rtl.clevershopby-index-index #zoo-layer-navigation .filter.active .filter-title strong {
    right: auto;
    left: 0;
  }
  body.rtl #zoo-layer-navigation .block-content .block-subtitle {
    padding: 0 15px;
  }
  body.rtl .cart.table-wrapper #shopping-cart-table tr td {
    text-align: center;
  }
  body.rtl .cart.table-wrapper #shopping-cart-table tr td.item {
    padding: 40px 120px 40px 0;
    text-align: right;
  }
  body.rtl .cart.table-wrapper #shopping-cart-table tr td.item .product-item-photo {
    left: auto;
    right: 0;
  }
  body.rtl .cart.table-wrapper #shopping-cart-table tr td.item .product-item-details {
    padding-right: 0;
  }
  body.rtl #discount-coupon-form .fieldset .field {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  body.rtl #discount-coupon-form .actions-toolbar {
    display: inline;
  }
  body.rtl .left_checkout_cart {
    padding: 0;
    margin: 0;
  }
  body.rtl .fieldset .field:not(.choice) .control {
    float: none;
    width: 100%;
  }
  body.rtl.catalog-product-view #product-review-table .review-field-rating span {
    min-width: 55px;
  }
  body.rtl.catalog-product-view .product-info-main .page-title-wrapper.product {
    float: none;
  }
  body.rtl.catalog-product-view .product-info-main .product-info-price {
    float: left;
  }
  body.rtl.catalog-product-view .product-info-main .product-info-price .price-box {
    float: none;
  }
  body.rtl.catalog-product-view .product-info-main .product-addto-links {
    text-align: center;
  }
  body.rtl.catalog-product-view .catalog-product-tab .product.data.items > .item.content #product-review-container .review-content,
  body.rtl.catalog-product-view .catalog-product-tab .product.data.items > .item.content #product-review-container .review-details {
    margin-right: 150px;
  }
  body.rtl .opc-estimated-wrapper .estimated-block {
    float: right;
  }
  body.rtl .user_area {
    margin: 0 10px 0 0;
  }
  body.rtl .user_area .authorization-link a:before {
    right: auto;
  }
  body.rtl .minicart-wrapper {
    margin-right: 18px !important;
  }
  body.rtl .field-tooltip._active .field-tooltip-content {
    left: -10px;
    right: auto;
  }
  body.rtl .field-tooltip._active .field-tooltip-content:before,
  body.rtl .field-tooltip._active .field-tooltip-content:after {
    left: 10px;
    right: auto;
  }
  body.rtl .page-header.header_layout_2.type1 .header-content .logo,
  body.rtl .page-header.header_layout_2.type5 .header-content .logo {
    text-align: left;
  }
  body.rtl .page-header.zoo-header-4.header_layout_2.type1 .header-content .logo,
  body.rtl .page-header.zoo-header-4.header_layout_2.type5 .header-content .logo {
    text-align: right;
    position: absolute;
  }
}
@media (max-width: 480px), print {
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap {
    margin: 50px auto;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content {
    padding: 0;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .page-title {
    font-size: 25px;
    margin: 0;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form #zoo-login-form-popup .pslogin-block {
    margin: 0;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form #zoo-login-form-popup .pslogin-block .pslogin-buttons {
    padding: 0;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .form-login-popup .block-new-customer .block-content .action {
    font-size: 12px;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .form-login-popup .block-new-customer .block-content .form .login button,
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .form-login-popup .block-new-customer .block-content .form .login .cart.table-wrapper .actions-toolbar > .action,
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .form-login-popup .block-new-customer .block-content .form .login .action-gift {
    margin: 0 0 10px 0;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .form-login-popup .block-new-customer .block-content .form .login .control input {
    margin-bottom: 5px;
  }
  body.rtl .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-item-details {
    width: 75%;
  }
  body.rtl .c-smartsearch .c-smartsearch__title {
    text-align: right;
  }
  body.rtl .c-smartsearch .c-smartsearch__price {
    width: 70%;
    text-align: right;
  }
  body.rtl .register-container-flex,
  body.rtl .login-container-flex {
    display: inline;
  }
  body.rtl .register-container-flex .button-login-social.button-login-left-form,
  body.rtl .login-container-flex .button-login-social.button-login-left-form,
  body.rtl .register-container-flex .button-register-social.button-login-left-form,
  body.rtl .login-container-flex .button-register-social.button-login-left-form,
  body.rtl .register-container-flex .button-login-social.button-register-left-form,
  body.rtl .login-container-flex .button-login-social.button-register-left-form,
  body.rtl .register-container-flex .button-register-social.button-register-left-form,
  body.rtl .login-container-flex .button-register-social.button-register-left-form {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 0;
  }
  body.rtl .register-container-flex .button-login-social.button-login-left-form:before,
  body.rtl .login-container-flex .button-login-social.button-login-left-form:before,
  body.rtl .register-container-flex .button-register-social.button-login-left-form:before,
  body.rtl .login-container-flex .button-register-social.button-login-left-form:before,
  body.rtl .register-container-flex .button-login-social.button-register-left-form:before,
  body.rtl .login-container-flex .button-login-social.button-register-left-form:before,
  body.rtl .register-container-flex .button-register-social.button-register-left-form:before,
  body.rtl .login-container-flex .button-register-social.button-register-left-form:before,
  body.rtl .register-container-flex .button-login-social.button-login-left-form:after,
  body.rtl .login-container-flex .button-login-social.button-login-left-form:after,
  body.rtl .register-container-flex .button-register-social.button-login-left-form:after,
  body.rtl .login-container-flex .button-register-social.button-login-left-form:after,
  body.rtl .register-container-flex .button-login-social.button-register-left-form:after,
  body.rtl .login-container-flex .button-login-social.button-register-left-form:after,
  body.rtl .register-container-flex .button-register-social.button-register-left-form:after,
  body.rtl .login-container-flex .button-register-social.button-register-left-form:after {
    display: none !important;
  }
  body.rtl .register-container-flex .form,
  body.rtl .login-container-flex .form {
    float: left;
    width: 100%;
    padding: 0;
  }
  body.rtl .newsletters .subscribe .newsletter {
    width: 100%;
    margin-bottom: 10px;
  }
  body.rtl .newsletters .subscribe .actions {
    max-width: 100%;
    width: 100%;
  }
  body.rtl .newsletters .subscribe .actions .action {
    width: 100%;
  }
  body.rtl .page-header.header_layout_2 .user_area {
    display: none;
  }
}
body.rtl .home19-vertical-menu .block-title h4 {
  padding: 20px 40px 20px 0;
}
body.rtl.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger:after,
body.rtl.nav-open .page-wrapper .nav-sections .header.links:after {
  right: inherit;
  left: 0;
}
body.rtl .product_grid_style_1 div[class^="swatch-opt-"],
body.rtl .product_grid_style_7 div[class^="swatch-opt-"],
body.rtl .product_grid_style_8 div[class^="swatch-opt-"] {
  left: 0;
  right: inherit;
}
body.rtl .product_countdown .countdown-deal {
  right: inherit;
  left: 0;
}
body.rtl .countdown-deal__times {
  margin-right: 0;
  margin-left: 30px;
}
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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 2rem;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 27.5px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 11px;
  font-size: 2.4rem;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 11px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -14.4rem;
  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.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -11px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 11px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
/** hide alt currency - if multicurrency is enabled this will be unhidden dynamically **/
tr.totals.charge {
  display: none;
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
input,
button,
select,
optgroup,
textarea,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  overflow: visible;
}
button,
select,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"],
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(1.375rem);
  padding-bottom: calc(1.375rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.8125rem);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(4.875rem);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show,
.collapse.in {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(4.25rem);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(3.8125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(4.875rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(4.25rem);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(4.25rem);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(4.25rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(-0.75rem);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close,
.cart.table-wrapper .actions-toolbar > .action.close,
.action-gift.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(99%);
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(96.5%);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc(-1.5rem);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc(-1.5rem);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-primary:focus,
.action-gift.bg-primary:hover,
.action-gift.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-secondary:focus,
.action-gift.bg-secondary:hover,
.action-gift.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-success:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-success:focus,
.action-gift.bg-success:hover,
.action-gift.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-info:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-info:focus,
.action-gift.bg-info:hover,
.action-gift.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-warning:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-warning:focus,
.action-gift.bg-warning:hover,
.action-gift.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-danger:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-danger:focus,
.action-gift.bg-danger:hover,
.action-gift.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-light:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-light:focus,
.action-gift.bg-light:hover,
.action-gift.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-dark:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-dark:focus,
.action-gift.bg-dark:hover,
.action-gift.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.owl-carousel .owl-nav .action-gift.owl-prev,
.owl-carousel .owl-nav .action-gift.owl-next,
.owl-carousel .action-gift.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/CleverSoft/jung/de_DE/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../frontend/CleverSoft/jung/de_DE/css/fonts/flexslider-icon.eot');
  src: url('../../frontend/CleverSoft/jung/de_DE/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../frontend/CleverSoft/jung/de_DE/css/fonts/flexslider-icon.woff') format('woff'), url('../../frontend/CleverSoft/jung/de_DE/css/fonts/flexslider-icon.ttf') format('truetype'), url('../../frontend/CleverSoft/jung/de_DE/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: transparent;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flexslider {
  margin: 0;
  border: none;
  text-align: center;
}
.flexslider .flex-direction-nav a {
  font-size: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flexslider .flex-direction-nav a.flex-prev:before,
.flexslider .flex-direction-nav a.flex-next:before {
  font-size: 34px;
  color: #ffffff;
  text-shadow: none;
  font-family: 'cleversoft';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexslider .flex-direction-nav a:hover:before {
  color: #252525;
}
.flexslider .flex-direction-nav a.flex-prev {
  left: -60px;
  opacity: 0;
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "\c024";
}
.flexslider .flex-direction-nav a.flex-next {
  right: -60px;
  opacity: 0;
  text-align: center;
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "\c034";
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 30px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 30px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-next-visible {
  right: 5px;
  /* adjust offset to match the hover style */
  opacity: .8;
  /* adjust opacity to match the hover style */
}
.flex-prev-visible {
  left: 5px;
  /* adjust offset to match the hover style */
  opacity: .8;
  /* adjust opacity to match the hover style */
}
.flexslider .flex-direction-nav a {
  font-size: 0;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "\c024";
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "\c034";
}
.flexslider .flex-direction-nav .flex-prev {
  left: 2%;
}
.flexslider .flex-direction-nav .flex-next {
  right: 2%;
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
  opacity: 0.7;
}
.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flexslider .flex-direction-nav a.flex-prev:hover:before,
.flexslider .flex-direction-nav a.flex-next:hover:before {
  color: #446084;
}
/*position outsite*/
.flexslider .flex-direction-nav .flex-outside .flex-next,
.flexslider:hover .flex-direction-nav .flex-outside .flex-next {
  right: auto;
  left: 100%;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.flexslider:hover .flex-direction-nav .flex-outside .flex-prev,
.flexslider .flex-direction-nav .flex-outside .flex-prev {
  left: auto;
  right: 100%;
  -ms-transform: translateX(50%) !important;
  transform: translateX(50%) !important;
}
.flexslider .flex-control-nav.flex-outside {
  bottom: -20px;
}
/*cricle
*/
.flexslider .flex-direction-nav .circle {
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.flexslider .flex-direction-nav .circle:hover {
  background-color: #0172ff;
  border-color: #0172ff;
}
.flexslider .flex-direction-nav .circle:hover:before {
  color: #fff !important;
}
/*reveal*/
.flexslider .flex-direction-nav .reveal {
  width: 30px;
  top: -2px;
  bottom: 0;
  height: 100%;
  background-color: #ffffff;
  margin: 0 !important;
}
.flexslider .flex-direction-nav .reveal.flex-prev {
  right: auto !important;
  left: 0 !important;
}
.flexslider .flex-direction-nav .reveal.flex-next {
  left: auto !important;
  right: 0 !important;
}
.flexslider .flex-direction-nav a.flex-prev:before,
.flexslider .flex-direction-nav a.flex-next:before {
  position: absolute;
  padding: 5px;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 100%;
  padding: 0;
  max-height: 100%;
  height: auto;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-color: currentColor;
  fill: currentColor;
  transition: all 0.3s;
}
.flexslider .flex-direction-nav a.flex-prev.circle:before,
.flexslider .flex-direction-nav a.flex-next.circle:before {
  font-size: 25px;
}
/*bullet*/
.flexslider {
  text-align: center;
}
.flexslider .flex-control-nav {
  background: transparent;
  bottom: 20px;
  z-index: 2;
  display: inline-block;
  transform: translate(-50%, -50%);
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  position: absolute;
  text-align: center;
}
.flexslider .flex-control-nav li {
  display: inline-block;
}
.flexslider .flex-control-paging li a {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .3s;
  background-color: #ffffff;
  text-indent: -9999px;
}
.flexslider .flex-control-paging li a.flex-active,
.flexslider .flex-control-paging li a:hover {
  background-color: #fff !important;
  opacity: 1;
}
.flexslider .flex-control-paging li a:hover {
  opacity: 0.8;
  background-color: #fff !important;
}
.flexslider .flex-control-paging li.flex-active {
  opacity: 1;
}
/*bullet circle*/
.flexslider .flex-control-paging li.circle a {
  background-color: transparent;
}
/*bullet dasher*/
.flexslider .flex-control-paging li.dashes {
  margin: 0;
}
.flexslider .flex-control-paging li.dashes a {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
/*bullet dasher spaced*/
.flexslider .flex-control-paging li.dashes_spaced a {
  height: 4px;
  width: 40px;
  border-radius: 0;
}
/*bullet square*/
.flexslider .flex-control-paging li.square a {
  border-radius: 0;
  background-color: transparent;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.fontawesome-enabled {
  display: block !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/fontawesome/FontAwesome.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/fontawesome/FontAwesome.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/fontawesome/FontAwesome.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/fontawesome/FontAwesome.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
	----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
	----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
	----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-slider-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-slider-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-slider-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-slider-icons {
  position: relative;
}
.ui-slider-icons .ui-slider-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-slider-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action.ui-button::-moz-focus-inner,
.action-gift.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.59999999999999%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.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;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.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: -8px;
}
.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,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action,
.ui-datepicker .ui-datepicker-buttonpane .action-gift {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane .action-gift.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.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,
.ui-datepicker-rtl .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action,
.ui-datepicker-rtl .ui-datepicker-buttonpane .action-gift {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-buttonpane .action-gift.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button,
.ui-dialog .ui-dialog-buttonpane .cart.table-wrapper .actions-toolbar > .action,
.ui-dialog .ui-dialog-buttonpane .action-gift {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectslider-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectslider-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectslider-menu .ui-menu .ui-selectslider-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectslider-open {
  display: block;
}
.ui-selectslider-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectslider-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectslider-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
	----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget .cart.table-wrapper .actions-toolbar > .action,
.ui-widget .action-gift {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
	----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
	----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
	----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
	----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
@font-face {
  font-family: 'cleversoft';
  src: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/cleverfont/cleversoft.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/cleverfont/cleversoft.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cleversoft';
  src: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/cleverfont/cleversoft.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/cleverfont/cleversoft.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.cs-font {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cleversoft';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clever-icon-law-1:before {
  content: "\c327";
}
.clever-icon-law:before {
  content: "\c326";
}
.clever-icon-image-box:before {
  content: "\c325";
}
.clever-icon-fire:before {
  content: "\c324";
}
.clever-icon-icon-box:before {
  content: "\c323";
}
.clever-icon-editor:before {
  content: "\c322";
}
.clever-icon-column:before {
  content: "\c321";
}
.clever-icon-grid-6:before {
  content: "\c320";
}
.clever-icon-button:before {
  content: "\c319";
}
.clever-icon-quote-3:before {
  content: "\c318";
}
.clever-icon-layer:before {
  content: "\c317";
}
.clever-icon-carousel:before {
  content: "\c316";
}
.clever-icon-banner:before {
  content: "\c315";
}
.clever-icon-heading:before {
  content: "\c314";
}
.clever-icon-click:before {
  content: "\c313";
}
.clever-icon-cookie:before {
  content: "\c312";
}
.clever-icon-tab:before {
  content: "\c311";
}
.clever-icon-slider:before {
  content: "\c310";
}
.clever-icon-recent-blog .path1:before {
  content: "\c300";
  color: #000000;
}
.clever-icon-recent-blog .path2:before {
  content: "\c301";
  margin-left: -1.25em;
  color: #000000;
}
.clever-icon-recent-blog .path3:before {
  content: "\c302";
  margin-left: -1.25em;
  color: #000000;
}
.clever-icon-recent-blog .path4:before {
  content: "\c303";
  margin-left: -1.25em;
  color: #000000;
}
.clever-icon-recent-blog .path5:before {
  content: "\c304";
  margin-left: -1.25em;
  color: #000000;
}
.clever-icon-recent-blog .path6:before {
  content: "\c305";
  margin-left: -1.25em;
  color: #ffffff;
}
.clever-icon-recent-blog .path7:before {
  content: "\c306";
  margin-left: -1.25em;
  color: #000000;
}
.clever-icon-blog:before {
  content: "\c299";
}
.clever-icon-wallet-1:before {
  content: "\c298";
}
.clever-icon-handshake:before {
  content: "\c297";
}
.clever-icon-undo-1:before {
  content: "\c296";
}
.clever-icon-plane-3:before {
  content: "\c295";
}
.clever-icon-plane-2:before {
  content: "\c294";
}
.clever-icon-clock-4:before {
  content: "\c293";
}
.clever-icon-play-4:before {
  content: "\c292";
}
.clever-icon-play-3:before {
  content: "\c291";
}
.clever-icon-face-1:before {
  content: "\c290";
}
.clever-icon-comment-1:before {
  content: "\c289";
}
.clever-icon-comment-2:before {
  content: "\c288";
}
.clever-icon-comment-3:before {
  content: "\c287";
}
.clever-icon-comment-4:before {
  content: "\c286";
}
.clever-icon-360-2:before {
  content: "\c284";
}
.clever-icon-360-1:before {
  content: "\c283";
}
.clever-icon-heart-6:before {
  content: "\c282";
}
.clever-icon-heart-5:before {
  content: "\c281";
}
.clever-icon-filter-3:before {
  content: "\c285";
}
.clever-icon-refresh-5:before {
  content: "\c280";
}
.clever-icon-heart-4:before {
  content: "\c279";
}
.clever-icon-heart-3:before {
  content: "\c278";
}
.clever-icon-ruler:before {
  content: "\c277";
}
.clever-icon-help:before {
  content: "\c276";
}
.clever-icon-hand-up:before {
  content: "\c275";
}
.clever-icon-hand-down:before {
  content: "\c274";
}
.clever-icon-arrow-up:before {
  content: "\c273";
}
.clever-icon-arrow-down:before {
  content: "\c272";
}
.clever-icon-arrow-left-4:before {
  content: "\c271";
}
.clever-icon-arrow-right-4:before {
  content: "\c270";
}
.clever-icon-refresh-4:before {
  content: "\c269";
}
.clever-icon-refresh-3:before {
  content: "\c268";
}
.clever-icon-quote-2:before {
  content: "\c267";
}
.clever-icon-pause:before {
  content: "\c266";
}
.clever-icon-check:before {
  content: "\c265";
}
.clever-icon-caret-down:before {
  content: "\c264";
}
.clever-icon-caret-left:before {
  content: "\c263";
}
.clever-icon-caret-right:before {
  content: "\c262";
}
.clever-icon-caret-up:before {
  content: "\c261";
}
.clever-icon-caret-square-dow:before {
  content: "\c260";
}
.clever-icon-caret-square-left:before {
  content: "\c259";
}
.clever-icon-caret-square-right:before {
  content: "\c258";
}
.clever-icon-caret-square-up:before {
  content: "\c257";
}
.clever-icon-check-circle-o:before {
  content: "\c256";
}
.clever-icon-check-circle:before {
  content: "\c255";
}
.clever-icon-check-square-o:before {
  content: "\c254";
}
.clever-icon-check-square:before {
  content: "\c253";
}
.clever-icon-circle-o:before {
  content: "\c252";
}
.clever-icon-circle:before {
  content: "\c251";
}
.clever-icon-dribbble:before {
  content: "\c250";
}
.clever-icon-flickr:before {
  content: "\c249";
}
.clever-icon-foursquare:before {
  content: "\c248";
}
.clever-icon-github:before {
  content: "\c247";
}
.clever-icon-linkedin:before {
  content: "\c246";
}
.clever-icon-rss:before {
  content: "\c245";
}
.clever-icon-square-o:before {
  content: "\c244";
}
.clever-icon-square:before {
  content: "\c243";
}
.clever-icon-star-o:before {
  content: "\c242";
}
.clever-icon-star:before {
  content: "\c241";
}
.clever-icon-tumblr:before {
  content: "\c240";
}
.clever-icon-xing:before {
  content: "\c239";
}
.clever-icon-twitter:before {
  content: "\c238";
}
.clever-icon-cart-16:before {
  content: "\c237";
}
.clever-icon-heart-2:before {
  content: "\c236";
}
.clever-icon-eye-5:before {
  content: "\c235";
}
.clever-icon-facebook:before {
  content: "\c234";
}
.clever-icon-googleplus:before {
  content: "\c233";
}
.clever-icon-instagram:before {
  content: "\c232";
}
.clever-icon-pinterest:before {
  content: "\c231";
}
.clever-icon-skype:before {
  content: "\c230";
}
.clever-icon-vimeo:before {
  content: "\c229";
}
.clever-icon-youtube-1:before {
  content: "\c228";
}
.clever-icon-award-1:before {
  content: "\c227";
}
.clever-icon-clock-3:before {
  content: "\c226";
}
.clever-icon-three-dots:before {
  content: "\c225";
}
.clever-icon-share-2:before {
  content: "\c224";
}
.clever-icon-building:before {
  content: "\c223";
}
.clever-icon-faucet:before {
  content: "\c222";
}
.clever-icon-flower:before {
  content: "\c221";
}
.clever-icon-house-1:before {
  content: "\c220";
}
.clever-icon-house:before {
  content: "\c219";
}
.clever-icon-pines:before {
  content: "\c218";
}
.clever-icon-plant:before {
  content: "\c217";
}
.clever-icon-sprout-1:before {
  content: "\c216";
}
.clever-icon-sprout:before {
  content: "\c215";
}
.clever-icon-trees:before {
  content: "\c214";
}
.clever-icon-close-1:before {
  content: "\c213";
}
.clever-icon-list-2:before {
  content: "\c212";
}
.clever-icon-grid-5:before {
  content: "\c211";
}
.clever-icon-menu-6:before {
  content: "\c210";
}
.clever-icon-three-dots-o:before {
  content: "\c209";
}
.clever-icon-list-1:before {
  content: "\c208";
}
.clever-icon-menu-5:before {
  content: "\c207";
}
.clever-icon-menu-4:before {
  content: "\c206";
}
.clever-icon-heart-1:before {
  content: "\c205";
}
.clever-icon-user-6:before {
  content: "\c204";
}
.clever-icon-attachment:before {
  content: "\c203";
}
.clever-icon-cart-18:before {
  content: "\c202";
}
.clever-icon-ball:before {
  content: "\c201";
}
.clever-icon-battery:before {
  content: "\c200";
}
.clever-icon-briefcase:before {
  content: "\c199";
}
.clever-icon-car:before {
  content: "\c198";
}
.clever-icon-cpu-2:before {
  content: "\c197";
}
.clever-icon-cpu-1:before {
  content: "\c196";
}
.clever-icon-dress-woman:before {
  content: "\c195";
}
.clever-icon-drill-tool:before {
  content: "\c194";
}
.clever-icon-feeding-bottle:before {
  content: "\c193";
}
.clever-icon-fruit:before {
  content: "\c192";
}
.clever-icon-furniture-2:before {
  content: "\c191";
}
.clever-icon-furniture-1:before {
  content: "\c190";
}
.clever-icon-shoes-woman-2:before {
  content: "\c189";
}
.clever-icon-shoes-woman-1:before {
  content: "\c188";
}
.clever-icon-horse:before {
  content: "\c187";
}
.clever-icon-laptop:before {
  content: "\c186";
}
.clever-icon-lipstick:before {
  content: "\c185";
}
.clever-icon-iron:before {
  content: "\c184";
}
.clever-icon-perfume:before {
  content: "\c183";
}
.clever-icon-baby-toy-2:before {
  content: "\c182";
}
.clever-icon-baby-toy-1:before {
  content: "\c181";
}
.clever-icon-paint-roller:before {
  content: "\c180";
}
.clever-icon-shirt:before {
  content: "\c179";
}
.clever-icon-shoe-man-2:before {
  content: "\c178";
}
.clever-icon-small-diamond:before {
  content: "\c177";
}
.clever-icon-tivi:before {
  content: "\c176";
}
.clever-icon-smartphone:before {
  content: "\c175";
}
.clever-icon-lights:before {
  content: "\c174";
}
.clever-icon-microwave:before {
  content: "\c173";
}
.clever-icon-wardrobe:before {
  content: "\c172";
}
.clever-icon-washing-machine:before {
  content: "\c171";
}
.clever-icon-watch-2:before {
  content: "\c170";
}
.clever-icon-watch-1:before {
  content: "\c169";
}
.clever-icon-slider-3:before {
  content: "\c168";
}
.clever-icon-slider-2:before {
  content: "\c167";
}
.clever-icon-slider-1:before {
  content: "\c166";
}
.clever-icon-cart-15:before {
  content: "\c165";
}
.clever-icon-cart-14:before {
  content: "\c164";
}
.clever-icon-cart-13:before {
  content: "\c163";
}
.clever-icon-cart-12:before {
  content: "\c162";
}
.clever-icon-cart-11:before {
  content: "\c161";
}
.clever-icon-cart-10:before {
  content: "\c160";
}
.clever-icon-cart-9:before {
  content: "\c159";
}
.clever-icon-cart-8:before {
  content: "\c158";
}
.clever-icon-pause-1:before {
  content: "\c157";
}
.clever-icon-arrow-left:before {
  content: "\c156";
}
.clever-icon-arrow-left-1:before {
  content: "\c155";
}
.clever-icon-arrow-left-2:before {
  content: "\c154";
}
.clever-icon-arrow-left-3:before {
  content: "\c153";
}
.clever-icon-arrow-right:before {
  content: "\c152";
}
.clever-icon-arrow-right-1:before {
  content: "\c151";
}
.clever-icon-arrow-right-2:before {
  content: "\c150";
}
.clever-icon-arrow-right-3:before {
  content: "\c149";
}
.clever-icon-plane-1:before {
  content: "\c148";
}
.clever-icon-cart-17:before {
  content: "\c147";
}
.clever-icon-filter-2:before {
  content: "\c146";
}
.clever-icon-filter-1:before {
  content: "\c145";
}
.clever-icon-grid-1:before {
  content: "\c144";
}
.clever-icon-contract:before {
  content: "\c143";
}
.clever-icon-expand:before {
  content: "\c142";
}
.clever-icon-cart-7:before {
  content: "\c141";
}
.clever-icon-quote-1:before {
  content: "\c140";
}
.clever-icon-arrow-right-5:before {
  content: "\c139";
}
.clever-icon-arrow-left-5:before {
  content: "\c138";
}
.clever-icon-refresh-2:before {
  content: "\c137";
}
.clever-icon-truck:before {
  content: "\c136";
}
.clever-icon-wallet:before {
  content: "\c135";
}
.clever-icon-electric-1:before {
  content: "\c134";
}
.clever-icon-electric-2:before {
  content: "\c133";
}
.clever-icon-lock:before {
  content: "\c132";
}
.clever-icon-share-1:before {
  content: "\c131";
}
.clever-icon-check-box:before {
  content: "\c130";
}
.clever-icon-clock-2:before {
  content: "\c129";
}
.clever-icon-analytics-laptop:before {
  content: "\c128";
}
.clever-icon-code-design:before {
  content: "\c127";
}
.clever-icon-competitive-chart:before {
  content: "\c126";
}
.clever-icon-computer-monitor-and-cellphone:before {
  content: "\c125";
}
.clever-icon-consulting-message:before {
  content: "\c124";
}
.clever-icon-creative-process:before {
  content: "\c123";
}
.clever-icon-customer-reviews:before {
  content: "\c122";
}
.clever-icon-data-visualization:before {
  content: "\c121";
}
.clever-icon-document:before {
  content: "\c120";
}
.clever-icon-download-2:before {
  content: "\c119";
}
.clever-icon-download-1:before {
  content: "\c118";
}
.clever-icon-mail-6:before {
  content: "\c117";
}
.clever-icon-file-sharing:before {
  content: "\c116";
}
.clever-icon-finger-touch-screen:before {
  content: "\c115";
}
.clever-icon-horizontal-tablet-with-pencil:before {
  content: "\c114";
}
.clever-icon-illustration-tool:before {
  content: "\c113";
}
.clever-icon-keyboard-and-hands:before {
  content: "\c112";
}
.clever-icon-landscape-image:before {
  content: "\c111";
}
.clever-icon-layout-squares:before {
  content: "\c110";
}
.clever-icon-mobile-app-developing:before {
  content: "\c109";
}
.clever-icon-online-purchase:before {
  content: "\c108";
}
.clever-icon-online-shopping:before {
  content: "\c107";
}
.clever-icon-online-video:before {
  content: "\c106";
}
.clever-icon-clock-1:before {
  content: "\c105";
}
.clever-icon-padlock-key:before {
  content: "\c104";
}
.clever-icon-pc-monitor:before {
  content: "\c103";
}
.clever-icon-place-localizer:before {
  content: "\c102";
}
.clever-icon-search-results:before {
  content: "\c101";
}
.clever-icon-search-tool:before {
  content: "\c100";
}
.clever-icon-settings-tools:before {
  content: "\c099";
}
.clever-icon-sharing-symbol:before {
  content: "\c098";
}
.clever-icon-site-map:before {
  content: "\c097";
}
.clever-icon-smartphone-2:before {
  content: "\c096";
}
.clever-icon-tablet-2:before {
  content: "\c095";
}
.clever-icon-thin-expand-arrows:before {
  content: "\c094";
}
.clever-icon-upload-2:before {
  content: "\c093";
}
.clever-icon-upload-1:before {
  content: "\c092";
}
.clever-icon-volume-off:before {
  content: "\c091";
}
.clever-icon-volume-on:before {
  content: "\c090";
}
.clever-icon-news-list:before {
  content: "\c089";
}
.clever-icon-desktop:before {
  content: "\c088";
}
.clever-icon-news-grid:before {
  content: "\c087";
}
.clever-icon-setting:before {
  content: "\c086";
}
.clever-icon-web-home:before {
  content: "\c085";
}
.clever-icon-web-link:before {
  content: "\c084";
}
.clever-icon-web-links:before {
  content: "\c083";
}
.clever-icon-website-protection:before {
  content: "\c082";
}
.clever-icon-team:before {
  content: "\c081";
}
.clever-icon-zoom-in:before {
  content: "\c080";
}
.clever-icon-zoom-out:before {
  content: "\c079";
}
.clever-icon-arrow-1:before {
  content: "\c078";
}
.clever-icon-arrow-bold:before {
  content: "\c077";
}
.clever-icon-arrow-light:before {
  content: "\c076";
}
.clever-icon-arrow-regular:before {
  content: "\c075";
}
.clever-icon-cart-1:before {
  content: "\c074";
}
.clever-icon-cart-2:before {
  content: "\c073";
}
.clever-icon-cart-3:before {
  content: "\c072";
}
.clever-icon-cart-4:before {
  content: "\c071";
}
.clever-icon-cart-5:before {
  content: "\c070";
}
.clever-icon-cart-6:before {
  content: "\c069";
}
.clever-icon-chart:before {
  content: "\c068";
}
.clever-icon-close:before {
  content: "\c067";
}
.clever-icon-compare-1:before {
  content: "\c066";
}
.clever-icon-compare-2:before {
  content: "\c065";
}
.clever-icon-compare-3:before {
  content: "\c064";
}
.clever-icon-compare-4:before {
  content: "\c063";
}
.clever-icon-compare-5:before {
  content: "\c062";
}
.clever-icon-compare-6:before {
  content: "\c061";
}
.clever-icon-compare-7:before {
  content: "\c060";
}
.clever-icon-down:before {
  content: "\c059";
}
.clever-icon-grid:before {
  content: "\c058";
}
.clever-icon-hand:before {
  content: "\c057";
}
.clever-icon-layout-1:before {
  content: "\c056";
}
.clever-icon-layout:before {
  content: "\c055";
}
.clever-icon-light:before {
  content: "\c054";
}
.clever-icon-play-1:before {
  content: "\c053";
}
.clever-icon-list:before {
  content: "\c052";
}
.clever-icon-mail-1:before {
  content: "\c051";
}
.clever-icon-mail-2:before {
  content: "\c050";
}
.clever-icon-mail-3:before {
  content: "\c049";
}
.clever-icon-mail-4:before {
  content: "\c048";
}
.clever-icon-mail-5:before {
  content: "\c047";
}
.clever-icon-map-1:before {
  content: "\c046";
}
.clever-icon-map-2:before {
  content: "\c045";
}
.clever-icon-map-3:before {
  content: "\c044";
}
.clever-icon-map-4:before {
  content: "\c043";
}
.clever-icon-map-5:before {
  content: "\c042";
}
.clever-icon-menu-1:before {
  content: "\c041";
}
.clever-icon-menu-2:before {
  content: "\c040";
}
.clever-icon-grid-3:before {
  content: "\c039";
}
.clever-icon-grid-4:before {
  content: "\c038";
}
.clever-icon-menu-3:before {
  content: "\c037";
}
.clever-icon-grid-2:before {
  content: "\c036";
}
.clever-icon-minus:before {
  content: "\c035";
}
.clever-icon-next:before {
  content: "\c034";
}
.clever-icon-phone-1:before {
  content: "\c033";
}
.clever-icon-phone-2:before {
  content: "\c032";
}
.clever-icon-phone-3:before {
  content: "\c031";
}
.clever-icon-phone-4:before {
  content: "\c030";
}
.clever-icon-phone-5:before {
  content: "\c029";
}
.clever-icon-phone-6:before {
  content: "\c028";
}
.clever-icon-picture:before {
  content: "\c027";
}
.clever-icon-pin:before {
  content: "\c026";
}
.clever-icon-plus:before {
  content: "\c025";
}
.clever-icon-prev:before {
  content: "\c024";
}
.clever-icon-eye-4:before {
  content: "\c023";
}
.clever-icon-eye-3:before {
  content: "\c022";
}
.clever-icon-eye-2:before {
  content: "\c021";
}
.clever-icon-eye-1:before {
  content: "\c020";
}
.clever-icon-refresh-1:before {
  content: "\c019";
}
.clever-icon-youtube-2:before {
  content: "\c018";
}
.clever-icon-search-1:before {
  content: "\c017";
}
.clever-icon-search-2:before {
  content: "\c016";
}
.clever-icon-search-3:before {
  content: "\c015";
}
.clever-icon-search-4:before {
  content: "\c014";
}
.clever-icon-search-5:before {
  content: "\c013";
}
.clever-icon-support:before {
  content: "\c012";
}
.clever-icon-tablet-1:before {
  content: "\c011";
}
.clever-icon-play-2:before {
  content: "\c010";
}
.clever-icon-up:before {
  content: "\c009";
}
.clever-icon-user-1:before {
  content: "\c008";
}
.clever-icon-user-2:before {
  content: "\c007";
}
.clever-icon-user-3:before {
  content: "\c006";
}
.clever-icon-user-4:before {
  content: "\c005";
}
.clever-icon-user-5:before {
  content: "\c004";
}
.clever-icon-user:before {
  content: "\c003";
}
.clever-icon-vector1:before {
  content: "\c002";
}
.clever-icon-wishlist1:before {
  content: "\c001";
}
.modal-popup .action-close,
.modal-slide .action-close {
  color: #333333;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  transform: none;
}
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  font-size: 1.8rem;
}
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  font-size: 2rem;
}
.modal-popup .action-close:focus,
.modal-slide .action-close:focus {
  background-color: transparent;
}
.modal-popup.prompt .prompt-message {
  padding-bottom: 2rem;
}
.modal-popup.prompt .prompt-message input {
  width: 100%;
}
.modal-popup.confirm .modal-inner-wrap .message,
.modal-popup.prompt .modal-inner-wrap .message {
  background: #ffffff;
}
.modal-popup.modal-system-messages .modal-inner-wrap {
  background: #fffbbb;
}
.modal-popup._image-box .modal-inner-wrap {
  margin: 5rem auto;
  max-width: 78rem;
  position: static;
}
.modal-popup._image-box .thumbnail-preview {
  padding-bottom: 33px;
  text-align: center;
}
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
  border: 1px solid #cccccc;
  margin: 0 auto 22px;
  max-width: 98rem;
  padding: 22px;
}
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
  max-height: 54rem;
}
.modal-popup .modal-title {
  font-size: 2.4rem;
  margin-right: 6.4rem;
}
.modal-popup .action-close {
  padding: 3rem 3rem;
}
.modal-popup .action-close:active {
  padding-right: 3.06666667rem;
  padding-top: 3.06666667rem;
}
.modal-popup .modal-footer {
  padding-top: 2.6rem;
  text-align: right;
}
.modal-slide .modal-content-new-attribute {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding-bottom: 0;
}
.modal-slide .modal-content-new-attribute iframe {
  margin-bottom: -27.5px;
}
.modal-slide .modal-title {
  font-size: 2.1rem;
  margin-right: 5.7rem;
}
.modal-slide .action-close {
  padding: 2.1rem 2.6rem;
}
.modal-slide .action-close:active {
  padding-right: 2.7rem;
  padding-top: 2.2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -14.4rem;
  margin-top: 2.1rem;
}
.modal-slide .magento-message {
  padding: 0 22px 22px;
  position: relative;
}
.modal-slide .main-col .insert-title-inner,
.modal-slide .magento-message .insert-title-inner {
  border-bottom: 1px solid #adadad;
  margin: 0 0 22px;
  padding-bottom: 5.5px;
}
.modal-slide .main-col .insert-actions,
.modal-slide .magento-message .insert-actions {
  float: right;
}
.modal-slide .main-col .title,
.modal-slide .magento-message .title {
  font-size: 20px;
  padding-top: 5.5px;
}
.modal-slide .main-col,
.modal-slide .side-col {
  float: left;
  padding-bottom: 0;
}
.modal-slide .main-col:after,
.modal-slide .side-col:after {
  display: none;
}
.modal-slide .side-col {
  width: 20%;
}
.modal-slide .main-col {
  padding-right: 0;
  width: 80%;
}
.modal-slide .content-footer .form-buttons {
  float: right;
}
.modal-title {
  font-weight: 400;
  margin-bottom: 0;
  min-height: 1em;
}
.modal-title span {
  font-size: 16px;
  font-style: italic;
  margin-left: 11px;
}
.cs-panel {
  -webkit-transition-duration: 0.6s !important;
  transition-duration: 0.6s !important;
}
.cs-panel.cs-panels-highlighted {
  opacity: 1 !important;
}
.cs-panel.cs-panels-faded {
  opacity: 0.275 !important;
}
.modal-slide.magento {
  left: 30px;
}
.modal-slide.magento .modal-header {
  border: none;
}
.modal-slide.magento .modal-content {
  border: none;
  box-shadow: unset;
}
.modal-slide.magento._show .modal-content {
  overflow: hidden;
}
.modal-slide.magento._show .side-col {
  width: 20%;
  float: left;
}
.modal-slide.magento._show .side-col .tree-panel .jstree-default.jstree-focused {
  background: #ffffff;
}
.modal-slide.magento._show .side-col .tree-panel .jstree-default li.jstree-last {
  background: transparent;
}
.modal-slide.magento._show .side-col .tree-panel .jstree-open > ins.jstree-icon {
  background-position: -18px 0;
}
.modal-slide.magento._show .side-col .tree-panel .jstree-default a .jstree-icon {
  background-position: -55px -18px;
}
.modal-slide.magento._show .main-col {
  width: 80%;
  float: left;
}
.modal-slide.magento._show .main-col .insert-title .insert-title-inner {
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
  padding: 0 0 30px;
}
.modal-slide.magento._show .main-col .insert-title .insert-title-inner .insert-actions {
  float: right;
}
.modal-slide.magento._show .main-col .insert-title .insert-title-inner .insert-actions button,
.modal-slide.magento._show .main-col .insert-title .insert-title-inner .insert-actions .cart.table-wrapper .actions-toolbar > .action,
.modal-slide.magento._show .main-col .insert-title .insert-title-inner .insert-actions .action-gift {
  background: #e3e3e3;
  border-color: #adadad;
  color: #514943;
  font-weight: 600;
  box-shadow: unset;
}
.modal-slide.magento._show .main-col .insert-title .insert-title-inner .insert-actions button.primary,
.modal-slide.magento._show .main-col .insert-title .insert-title-inner .insert-actions .cart.table-wrapper .actions-toolbar > .action.primary,
.modal-slide.magento._show .main-col .insert-title .insert-title-inner .insert-actions .action-gift.primary {
  background-color: #eb5202;
  border-color: #eb5202;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
#error-message .message-warning {
  background: #fffbbb;
  border: none;
  border-radius: 0;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 1px;
  padding: 1.8rem 4rem 1.8rem 5.5rem;
  position: relative;
  text-shadow: none;
}
#error-message .message-warning:before {
  color: #eb5202;
  content: '\f534';
  background: none;
  border: 0;
  font-family: 'dashicons';
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 1.9rem;
  line-height: inherit;
  position: absolute;
  speak: none;
  text-shadow: none;
  top: 1.3rem;
  width: auto;
}
.modal-slide.magento._show .main-col .contents-uploader {
  margin: 0 0 2rem;
}
.modal-slide.magento._show .main-col .breadcrumbs {
  list-style: none;
  display: inline-flex;
  padding: 0;
}
.modal-slide.magento._show .main-col .insert-title .breadcrumbs li {
  padding-right: 5px;
}
.modal-slide.magento._show .main-col #contents .filecnt {
  border: 1px solid #adadad;
  cursor: pointer;
  display: inline-block;
  margin: 0 .5rem 15px 0;
  overflow: hidden;
  padding: 3px;
  width: 100px;
}
.modal-slide.magento._show .main-col #contents .filecnt.selected {
  border-color: #008bdb;
}
.contents-uploader {
  margin: 0 0 22px;
}
.contents-uploader .fileinput-button {
  cursor: pointer;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.contents-uploader .fileinput-button span {
  display: none;
}
.contents-uploader .fileinput-button input {
  -moz-transform: none;
  border: none;
  opacity: 1;
  position: static;
}
.file-row {
  border: 1px solid #adadad;
  margin: 5.5px 0;
  padding: 2px;
}
.filecnt {
  border: 1px solid #adadad;
  cursor: pointer;
  display: inline-block;
  margin: 0 5.5px 15px 0;
  overflow: hidden;
  padding: 3px;
  width: 100px;
}
.filecnt.selected {
  border-color: #005A9C;
}
.filecnt p {
  text-align: center;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
.jstree-default li,
.jstree-default ins {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/d.png');
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default li {
  background-position: -90px 0;
  background-repeat: repeat-y;
}
.jstree-default li.jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > ins {
  background-position: -72px 0;
}
.jstree-default .jstree-closed > ins {
  background-position: -54px 0;
}
.jstree-default .jstree-leaf > ins {
  background-position: -36px 0;
}
.jstree-default .jstree-hovered {
  background: #f1f8fc;
}
.jstree-default .jstree-clicked {
  background: #cdecf6;
}
.jstree-default a .jstree-icon {
  background-position: -56px -19px;
}
.jstree-default a.jstree-loading .jstree-icon {
  background: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/throbber.gif') center center no-repeat !important;
}
.jstree-default.jstree-focused {
  background: #fff;
}
.jstree-default .jstree-no-dots li,
.jstree-default .jstree-no-dots .jstree-leaf > ins {
  background: transparent;
}
.jstree-default .jstree-no-dots .jstree-open > ins {
  background-position: -18px 0;
}
.jstree-default .jstree-no-dots .jstree-closed > ins {
  background-position: 0 0;
}
.jstree-default .jstree-no-icons a .jstree-icon {
  display: none;
}
.jstree-default .jstree-search {
  font-style: italic;
}
.jstree-default .jstree-no-icons .jstree-checkbox {
  display: inline-block;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default .jstree-checked > a > .jstree-checkbox {
  background-position: -38px -19px;
}
.jstree-default .jstree-unchecked > a > .jstree-checkbox {
  background-position: -2px -19px;
}
.jstree-default .jstree-undetermined > a > .jstree-checkbox {
  background-position: -20px -19px;
}
.jstree-default .jstree-checked > a > .jstree-checkbox:hover {
  background-position: -38px -37px;
}
.jstree-default .jstree-unchecked > a > .jstree-checkbox:hover {
  background-position: -2px -37px;
}
.jstree-default .jstree-undetermined > a > .jstree-checkbox:hover {
  background-position: -20px -37px;
}
#vakata-dragged.jstree-default ins {
  background: transparent !important;
}
#vakata-dragged.jstree-default .jstree-ok {
  background: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/d.png') -2px -53px no-repeat !important;
}
#vakata-dragged.jstree-default .jstree-invalid {
  background: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/d.png') -18px -53px no-repeat !important;
}
#jstree-marker.jstree-default {
  background: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/d.png') -41px -57px no-repeat !important;
  text-indent: -100px;
}
.jstree-default a.jstree-search {
  color: aqua;
}
.jstree-default .jstree-locked a {
  color: silver;
  cursor: default;
}
#vakata-contextmenu.jstree-default-context,
#vakata-contextmenu.jstree-default-context li ul {
  background: #f0f0f0;
  border: 1px solid #979797;
  -moz-box-shadow: 1px 1px 2px #999;
  -webkit-box-shadow: 1px 1px 2px #999;
  box-shadow: 1px 1px 2px #999;
}
#vakata-contextmenu.jstree-default-context a {
  color: black;
}
#vakata-contextmenu.jstree-default-context a:hover,
#vakata-contextmenu.jstree-default-context .vakata-hover > a {
  padding: 0 5px;
  background: #e8eff7;
  border: 1px solid #aecff7;
  color: black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover {
  color: silver;
  background: transparent;
  border: 0;
  padding: 1px 4px;
}
#vakata-contextmenu.jstree-default-context li.vakata-separator {
  background: white;
  border-top: 1px solid #e0e0e0;
  margin: 0;
}
#vakata-contextmenu.jstree-default-context li ul {
  margin-left: -4px;
}
/* IE6 BEGIN */
.jstree-default li,
.jstree-default ins,
#vakata-dragged.jstree-default .jstree-invalid,
#vakata-dragged.jstree-default .jstree-ok,
#jstree-marker.jstree-default {
  _background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/d.gif');
}
.jstree-default .jstree-open ins {
  _background-position: -72px 0;
}
.jstree-default .jstree-closed ins {
  _background-position: -54px 0;
}
.jstree-default .jstree-leaf ins {
  _background-position: -36px 0;
}
.jstree-default a ins.jstree-icon {
  _background-position: -56px -19px;
}
#vakata-contextmenu.jstree-default-context ins {
  _display: none;
}
#vakata-contextmenu.jstree-default-context li {
  _zoom: 1;
}
.jstree-default .jstree-undetermined a .jstree-checkbox {
  _background-position: -20px -19px;
}
.jstree-default .jstree-checked a .jstree-checkbox {
  _background-position: -38px -19px;
}
.jstree-default .jstree-unchecked a .jstree-checkbox {
  _background-position: -2px -19px;
}
/* IE6 END */
/*! This file is auto-generated */
@font-face {
  font-family: dashicons;
  src: url(../../frontend/CleverSoft/jung/de_DE/fonts/dashicons.eot);
}
@font-face {
  font-family: dashicons;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGYMAA4AAAAAowAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAcckwii0dERUYAAAFgAAAAHwAAACABMwAET1MvMgAAAYAAAABAAAAAYJYFacxjbWFwAAABwAAAAUEAAAKi6kAXkmdhc3AAAAMEAAAACAAAAAj//wADZ2x5ZgAAAwwAAFnuAACMgOFsk4doZWFkAABc/AAAAC4AAAA2DP0UgmhoZWEAAF0sAAAAGgAAACQPogeuaG10eAAAXUgAAAEHAAACFodAcgtsb2NhAABeUAAAAg4AAAIO/oLadm1heHAAAGBgAAAAHwAAACABWQC1bmFtZQAAYIAAAAGbAAADVi8qdoNwb3N0AABiHAAAA+cAAApGwPo//ndlYmYAAGYEAAAABgAAAAayr1bhAAAAAQAAAADMPaLPAAAAANMHHI4AAAAA0wdjLXjaY2BkYGDgA2IJBhBgYmBkYGRkBZIsYB4DAASNADkAeNpjYGY/xTiBgZWBhVWEZQMDA8M0CM20h8GIKQLIB0phB6He4X4MDqp/vrqzXwDxgaQGkGJEUqLAwAgANrQKyHja3ZC9SwNBEMXnkqgcuzcGxOIgxYGkuO78JMHmNMQkoCKmkIhI/GhiFRshXRoLO1vBv0U7tdFGFAzWaqXO7o426nkkYGFv44N5w4Ph92AAIAm9yYAVO1jHcbK6OWW1470GIfRBJvtBNg2RSyPkU0BTlKcCFalMNdqgBrVoX1nKVq7yVV6Falbb2tW+zuuKqZgVUzN10zAtc2COOMU2u+zzKOe4wKUoAojpQGkaJo+yMX2MchTG9BJVqU5btEttBSqp0spTQZdu6bT2dKBDUzZLXfqmaZq2OWTgfk6zxwGPc8jFKOoMDKbwCz/xHd/wFV/wGZ/wER/wHm/xBq/wAhdxAUs4g9M4iRPOntN0dpxtZ13W5aqsyapclvNyToaiI+7EtbgU5+JMnIqT3sf+TlY//FRYidgSvw/g3+sbNnmNdAAAAAAAAAH//wACeNqsvQl8FFW2OFy3qquqO1un01u27nSntyydtTeydQKEPWwBIYogS7MvRpFNAm4RUUFQFEURN0RcRqMi45Jh3EbbbUQm6uhDxXFkGHVGncdzIElf/+fc6k46yMyb9/2+dKrurVtVt27d5eznFCdy8EdO892cwEmchkvjtBxXpbPrBL1db9YReyrR6cnp3sfoE9HH6C1k+mPRx/juWDO5mfuZ9vxMaOxD7mfipTz3M0e4pL8qjuO5CBeTX5R6oc4Ax2lIKExMZisxW4VgSENkyVBATAY5g5cl2Fn5MAkFQ2E+FKyG8uqQeDDWsDtn/e21ZQ9NK62f3bqyNvZIrOFpi2WZxZI3arFphMM/pVIeu+Syy/yFvvQWf75lGpyaZhE286/tzk93uK1byrPz7ekkLfYI/9rT7Ox0S15wbGaVw3/ZZUvGypWT/YXNulUj81idHCFeLio1yWouC/rEXm0y6gxSKSE6R6E7oPMHyWmhs3Xt2tYoTYtCKqvXtsaaW9fSNHJ6bSvf3boWXlvg/gl1fCJ9BH2Zweoxyxri0ZCATyTQrbhJTXuWxTbENizjfyQ7o7GDfFvfFMFG21Wb9yzjb2DltD16d+zR2OP8BVRLTtM0qDfK7ZZXyLVcNufm6qFeU6aWZBAPaSRBv8ddqCXEHYS8TcOOJZlIBrMpKBOTpCWSzePObCRhYmal1dLfN2/e0/qnZURqaWlsbHymcSJ90lLTetdVZGH/t7ypoKCwrSD2LSblZJ8VT9C9Vym30PlNTY3PSN1YcldrjZWIE1uggqamFvrksj+17tncNxMquKjAxltj37D0TXIfO7F5M1m0GW6x0HmNzzQ1cpwK5kcE3mkFp+fyuGKcI0Tnd5cSj112FErQ+yafvTrIVZsMUqHbL9p1LA36qs06O3TowKFoqCt+5Hrafv0jxXV1xcKp4rpY09Hbbjt6m3CYnIbktiXmPNoDfarkhU6+u7guGq0rjjXDDfyzWHxU1XdyCd4jkrNUXkofZAccPzAnBBhRDodPtBvtOh/fJpzqOyTY+rOj5LRo6P0uEhUNOP7fcCelP0unODW8kxNnvYcEcdaLISJnEIddlgo9bn8jvGlQo5yRiVhAu18izbkXuz1Z/W/MEq5fV/3tPNrR4e3wer0dDYJEmnPwXC7tlvKVS/Ue96x32vs3Tq8eAReVbvJ2kM65p+l+OJUFp3LpS7D+otwbUkzq54ycHdouqTwEeyxE3FmhoNOs4U0SLjQ2f2A1Sp0L6N+vjH01/tjt4/ltfv+COUS1ln5Bcom1eFjvXut0i9VqmW61CD8v8PtjV4y//dg43nolyVowZ5iXfkFPkoI1P8cKLJb4hZxAvMQrq6X9sP5LuTHK6DrsgyNLfDi0pcSIA9lAHDiaddgxsPQSRwE8siSuZEMekNV1xb3f4ViLhuK6/uwIZiOWEstAhpw+T9lOVRfm+6bgoFvqWut2Gy0W427I8G7M0QeTy2KfYo6BR24n96A8Wm6DEeUIDKNbwqVnlqE7VdCVxBMyBXF1qQyH+Y5fT3p11IRmvf/XP9JTQfph8O0AMf8Ihc0TRumlBw/Hrj/s14+aMOqVyYd/pH8Nvh0kZXDBP1hh86sw3wzcC1I3zLdsrhyeXViuqiDusOCrhnmSIQouSC0kQ+UodFZA34SJT2W6eGrQm6MTBEkqbVwUXry1PIOodNmlgc0k84o/bNIGHt7/p4UP0t2RyBUfXKnyuRvGjWvQ60PLF0woW/vYbDlnzPApNfSPh7ccW3lW1Hqs2TX5+Wfbf3+tAr8jshra4uEq4M0dkgzvLMlGe8DtkT0ht8eh8wVDnpA5GArYjSZzyCybzD6uOuh3F0oGWf1pbujuY3e3LaY9i9vu7rk7lP3pJ+YaKLlgBfGykhrzJ/3VZ7q6znQJtuUz4Axc8ml2CM60LSbFC2dDSTAvXjJ7IR3ehdeydkXlQnkqwFcYEc6UBRhE5RFEwe5RpnZWdTDA2iA1vjxq1Nx2+tbWl+iHu2lPRMgbU7V6LuErVk2atGqSXP4ypfTnue2BJvpcAd0WFcjNpHH13FGxE5OGheAKfBYpklfAHNbhaibVKrNcDnNTkn0a4gtmOfWFTk/ICvMzGHJoiCNDEE7dTXTzHw+/uOzeHwtP0Qfpg0ezXyVlv7qH/jBQSuaQOUezNh7+Xtq/uf211rmv30Hbyc6DJGtfb2e8gOyk7Zs/u382h3AyCu+rrKMcWMnFv1xJnE1lllQ2pyeoYu9tqiYApQLwY2tlK1sr62GthEgr8W/cSN+lT9J3N27kH167f+3a/TB3vb1biVewIVjDi/uzYS+M23fLLftgO4EXrY0djEQi0J50LgrregXMCy1AbjOMQQHMkFKYIyGujmuElT7hPGvdrrProUm++JaA6iFopwvODTmG86qkY3kFvIOTvcPx4rpeJwO3xKv8960sscDqjmKH8W2ILPtjSSXdQ68gOxFkxMGH6hMo8EbZH02zsKsiEcDn3kQeTsSz8N6ICyLSfkYfWIdSCPY4heAJwcKAVQJLAaiFU3FqgfZARtjf2xtJ/CPt0H8iQTsItta1/U8mnUY8wsGYH4VnydDLBYhH9A490BFONrpBv+Aymd2OQpXsdjoK5WBIOBUzlUcrbxdOCaf6h7fWAQSL8GXt2f7ibvrK7Nn0le6iQHa7cIqU9B1WranDvoiwV4v97os7npNf2Lv3Bfm5OxR8J4+U1wIlqEPqBQg0RHp2oN0QlcnSnu0WC23tO6QqPWSdFvsLn3NL7NQYuW070Fd0an+NePyQhfTfxmffEvtLDwc0JfzBexyFmeLg2mDlLuPaoSiTLydOmyqD8JlZVgIzN0xgDpuyMnmcxm4oDTJ60S1LjkJP0OmDheeWjAagHk1mEyAMoHfCBIEuu8INQFIyFRC9hoRVHjjPa4ibD/iJHm+Xjy584Sf6Pn2Rvv/TCwshT6rIaFL10wt9b5BVZOKPt9zyI32W3kafxRxpoO8vNWTojddMt+tXkfm/v5uYV/hnm025olDdaLPRH41utdqgNRiune5Y6nAaIDu9nTxPREFt0sgpcz7sPU42v/0/QsnXazYtXiyMUh618JwmiDOHPHQia0hfsRBQ874KkkIOvLpqgTxhvGV4UbFanLml/kRrK/93olYJfMhPUiVeIIEQUdOjsXz+BTmntfXqmsf+8F90m3Bb36kF5IZvn6XvxHaUWDkxPmdXwIySuVS2YjlciwQg9pDNK67v3apq6T8BNA3b+LbYQXnFmTPielgTPYMbwMQLyE5ZlDOAriiF2vyecsCJWSFPhsqMkDAUdP2ySJgxtvpX43J+/8BD85/bt7I6M/erx+6cN1946nyl/EfXXtzoztxBhk/9c8WWQ++dvfoP/W1tu89XiNNLHKAjVUB1pXGZ+I56oLXtBAAJ2+AFNcQOyCx2sG8K8aq6+qaoumIHYwcFG0IMeUXflNhB8Ti8YDsCAEzJaaybT6JR3YgDCyXLIEfgYyBgAA7oSLxc1dI69Ubag1xCK9/WuhY3hAQ9EUjF9beMf572EO/aVnIay2k7bGkADAbKYMkwHIfP1QC81UFP53AWzobvhU9zwUNEwae3OwQfSWywTDU8EKvFdWfO1JEXohEA05FoBGihxA6B/GllXOuKz77MS+Hiugg+dnADmvZUf7bQSdtpO6N9lPePIAwiriCQYvCqNncmo8JFXQa+snLgD/IvqSYV1b1HP3/vvVvHTezvyIp23sqyw6S9UamxNNr3dzgmhe85+NXR/s6rn2B5oa4okMQLaBk3MDzxpgbJkQCu8H5cArv5w7Jv4Fy1VVUA677aypu/lDL848b5z/4D9uI/e7fy3QqCe5CIKUZLeW1rpYLbiifW+h05kqTKHNa0pH3xSF+qvCJ+mx+rOPsyLgehlyE+2qPObZ2yYvackSUMLxbz3d4xF1wwxmRKK148eTiUGBNzJcrwop5Riue03wd4jrMFM902KVM8TtzecNh79l3cEzdQyjvpbaTlm2/ooW+kprC3b0FZc3OZ6l5vONr73TfKCXyGBM/YPcAzOWD9+QDncgA7rbwhgwfYWc77w3xWnAZTnZMmsKwUT4U8cjepfetqv//qt+gbdBF9Q8nLHW1tHW18bnISk1jyW4Zb5BUjVz/64p9efHT1yEQm5mhjFyT9x65lSXsd3gP89U5ymuHPVIWTSvyk/YgjERcCFDIkcozvVfgv5R4z3uUIIPsFDFggZHQYHQFHwAf0hLQfFld/h6oFUDYg7YhoALwe6XUKnVF2HI0ib478iLQf6CgFFsIIBezYDgFTBf51AT+HGfF4tD8bVwpwjQzGnHNvHI4q92Oqw/xAPUInNmZwTQ2pkjH9+P/v6tXF6y4m8TyrF2sT1/d3II2COVYrqwwrjtf5r94zJ6l9sMZ/8ZoEyT9xvbgeZjKn4fEIgOJ6upKu5gjfDeeOq7qUc+JxLEUQyrfFzxkS94kGLAVSbBfZzs51i8eBNWbngByDUrw+dvDfnpMVmleuhf4oYLSlj1GXDHdBfyhcoZIa7UYkiRoITnExKY/959I5YK9ssOq8Z18mXpiUZCfs+jsU4o7vVlKyE3p4Z5Rvw3+pCbpnfSTc1haOsH0v8oNDd72rcaAjKBBLbAgz+RH8SGmq+BekfoiZOEhIFN/ZEntpC+3eQoj4lzn9L5I3Nv2gwIw/cn+UzkhnFKwF/MUgDRTwZzkBpwin7ieFxzo6jtHP6cv082MdPWQpuSf2onRmsKjjGCm8/0Oy9FjfCkFNr+IY7x9lvJuW8Ujn0lY8kJKyhpg1hBEoRR9dddVH9I9AnvwRc8JvceLCkgIchhMtqnDyyZeQInZbvw9PRYdePgRvavC9NEQkAjyLuIheJHqXqCcu4RTtgcVw72U4WdrJXpiEPd+QD+irM6mXemfSV8kH8orYwQm0OrYUa+XvJL+fQNbT0lq6Nxb75hsggSK1XBKOwmexJwEVyOonXr6NRtoRz19GF/Btv6wO24nlbA6KOLtIMSFABWUjBIIWpsFshnFl/Ym88AouQ+EDTZmMssTJGCb6OL9pNJhRMGBCbpCYxNe3HDmyxe5aBjj1Rc2h62dfd92L1+XRI47rswTZ9rSVNFfKK35LTx9RL+v7Sjx+6z2x/+q8eHZn5+xgFVz0epZqI1yCQI88Q56RrJIV1zIbNhi8EAyeqpvM66H30X09ZD7bkfk90Ob7esi8xCHdB5dw/+t84GxhkllObBkk03S+CUFGksyTW7acpD/A/rwToW/5lpMD1yAM2hmXm5lh/ZbBS/iGYkMm57GZjIKOdZyOeMIk3ocmswwLb4ALLY4g/osCHiZep6cC1m2Fx6lqiUvvilGWR7wHvvnmAE5CRk/1xJo/zhrnxUXrHZf18VAaEekoF9fMTRzapgaSTNMhlBmgNcKSD4YZqIsCzCKVAWiI3WaUml4vbWgo7T1d2sAyYlppQ+93qpa+Q+Q0Q33ExqsttmDNxOL+jmGtbhMhREjPsnvqCismFOeL/MuRhtL+q6UmpY6G0teVOhpK+6arWmiU4VHak+JccsnqaTVIk8NLFRSotMXucrsZCY9YJczWq0sbgEHVJNFQZkYdeBjcRJ6cCwEPHkjiybPiFADy2vx/kGd0JRKNsI8yEkBc33fox3+bi9QVD94lNTEqoA5Y7fZ/l0seq8H34FznSjwSbYOh4ZPyCmWLD8VHn+07T7OSX0USleciyuo/MZjnOIUHx3YcBX7fyGUPpVmQhYJ5ABPFjA8Fcrmn/wTKFwDodAPdjfJmYCbITsGGWUwZkdfOzsWagbrBsxynyMEVHjkFnpTN5SOfARMxUMgZHZrEQ0WWoKiE735tx12n6A/PEEmaTtOQ2hBsAEkBENM0oN1Picdv3HOM/vUz+iv+q96tNE04BXRQrBnYD8Cs/+J5Gngk5zBWm0j87fQsEZA8q3uNNBHpGfrDqbt29BZjbVgrQwoRfBr9FZn2GTEf20Pk/g4EnUhGYT/0dyT6UsX68iiMaSrTiwDBTIwKKse9y65BgZVoJ/JR2gO19yCd0neS76YP8t2IiOmD0GdzVC1RZE6jyJ9Gyc7Y2kgvY1Pi74RjhTSUUn8c7wOtCK/h0AkaAQYK7mM1VOOdMCqnaLu0P/FAxAv4MCAEc1Fyh3I6htIBx0S5Y3IKtN/MdC+yCyC+x40/hw7GqBrFEtJLkyfTb0Ih//x5mzq346u/++LhrTcJn79Il7y4pnP7Lddumj8vEIJnvUpepR9NnnjTVqXuN6BudbzuYAh+PqyzUJbwB0hFdGcSI1x9+MV3kTra3tkxf74/FKLfTBY+hwdMnExKaJiGiTcUmDd/07W3bO9c8yK5i9EX0P1A0AIczmQz2CDJOhSe6MpRsm4zqZgwyV0orn/0ukh19XWPIqyNHWQLQVx/00eFsbu9kfx8obzwo5sAxuawBcLWhrJG1QMSSTsuQgW6M9E9wlGg0Ig9sTqd8ZRvEzoTwD2KGeItrgOyv72/o53BO+G4wnZ0YytgurEE5297EmsR54Wi58ghHefnG5nkESn1eDoUBPRuRVGiYEPRACRDRaYKMS/YIgqj3K6kcboDqSLxOOP2rKjGYM/0B0O4A544zDCMQXzv+sPv3dqffet7XddKty2pKq/+7eUHvhG+znjjBuSPr39dl5u/5Db9gvXfHKhU+pbcADTJHwCim1HCAny/WYKdJyj6ccplwKOQxuBszlA5QXEXcOQBfyiDyCb+Vb6F/PnKK2l+7BDNv/JK4X/8RTpbVXNLIDiB2skpcs/SUT/sXfk3+szfVu79YdRS8Q/02Jkz9BgpP3NG7W1O43nVOF+gpSV25z+6Nz5evOa+R/72t0fuW1P8+MZuBY8O0hF6xn02/VLW64FFJ7Lhd+h8RtwGR4Nj/K/JJpitit4Hu2toj0dwCfaFVLkF3gj8eQv6ThZ4vUIb8sYwPQ9MDDUDMdAcwhXLZLnxO+HKTUCB0p5NcHkB3h7j4yw13706O9KAxEFDJJutC2IgROqWjnBebhiu6CxZES0mfjJ0pqQs8PhPcnrcmaGgUyUEMz1umyxlmk021ZGb3UuFHHVhRVjVYK9yOM0mlTCisqra7/dV2b18mS0723A3veva++9fRvJInmPRosX080WLFy8ihVL5zXTDfYJJyrOVqsrsVUg1llWOEAST0e2ostcLjeU2q2Ga/5oHyFv3L5swIZa7mNgXwx/9YvFihHm/4B0HMJSQSDuRg2OcISaqFgQfuCniPcZqwToCfgfm8fokHtSs1OUC2ImIAKg1x4Ck8LRwqve7KMBgFJv3KLXAogaQHElUqrC5uFQAoUsDOlQtwOUChs9LFYihsHA+IKGrTaK9HPqE2BNLN5lzU3UhkOj9DoGFbsehHfQa4s28YP4FdC4Sgv0dSAICNsV/oDOKI0A9zrj88hmlNTX00TgROZRJUw/MY3znzLh8zQ6UIeeKc/Tw/oqC2RyAReyK8+SJTVajiAjFiP0dxIuKqRMo50OcktjwJLw3XGdAcqCnAxVd0ejaVhQvAsWDwkYuQZuzcZQUvIVMoBEfP0igO4VTO4jw0qUwbt2XvkRj9E809tKll75EBOGUUrID+rx5R6IUwBFczTG7gcH3TFXeLtGvspq1A/+xmUi24igy2gf4d694XGoCXJqPvQLNqQ4pOC+AlLrHbRd0AOIQ+DhkX7XRIEulBO564/11633+1RcsWrOaxjZsXen3zVmy+/4/+qqXHwSW+rvIgmc2T2jJ02h3X/HEpMmxGLHb7OOnjP6vB2aVIqQj5F2Y0yp4LsotHMQn20M+4gjZxTc+pKd6wrHZ4Y9I9odh/iEUg8Ak7MT5tZOtgyb2hnrGcThQd+pG6YABNUj8v8pHGDqJIIjvPm9WNCgiLCCdzs0weRw8O5eNHcpp/QBLFnPLmZxKNgMil4GyMdqFgCMQYng9gIJxh4LYzYjnWQfioZYY2aXQsXBeOWdkyvHENcBuuj1Gk29gGOAaM75D26hrisrTsniSjw3e+IRvWIZRk5KZUe+wmHQ5xryybKMx25yWLslpqRULyA686hqXq3FSqChPbzDWeisLCnzZZoOxJM+ak1fdPKWkNDenqijHfI3SAWTnYp8rJauE/nc0EvvVaFWlX59rNufbYZOEtDRzUJ+akpqWrdVm6tKrIrWvRegn5Tm5RfVZolxekD0iLc1i02rVcvp4k91eV5SdLfGa/PzmCMBgJ9kpfQrjZmAUxKDSgOd/qUgYKBOeayi9PWx86qabl710+1id6bVbr54+TXANFu6CwlexkD9w2cSAPeNKkjXqNd/ed2hs66GPJ4y/5rKJQdu5hdy/gKfnaElwtSfke3H5Ga6ege0/qQMm7glVi6JrwfT/Sx3SfiBJOhFPxtNz6zi/XBEhW4AphtnGjJH2K1JFlPjD1oM6Ahxy5F4UzShCckZkJ2RymZyVc3O13Cjgodu4OSgNAYwZcivzmpEmoYCkTFigSoLEJzgEX8in1w2Zu5hxyIGB6S06YIVARWKipJQwMZVU6XTkuh2TZs0YMbywcFtn21hbidt5YVlFZVX/k0tOLDuxuPbrY58sHDbMmj+8Oj9/WHDTlAuaLQWW/AY67cmgWaNVa8iWBU2FNltBeAnNQCuuCLJqUneqWjfV43KNab7kjn2501M06ppg+9L6+hhTkRwgz8QOlntb6x2ONJXG4fJNcjrPHNBnlZYbDIv2Di/z5+ZsM5vLfdnZsReBxbJFkAND+ihu8yKyXjcy2lDWu2RdMdF5RD2zIDK7BHMxCQliSMe3bfqS3rgJENzOTfTGL/vf5Nv6Dm0i677cRNtVXZu+JOs2SfvxzCYcBTzuP8uUt+y2+IUcYLAELZyMw/MGsG1CftoYnwWMFkZZ+tDt/OfsAYHNF+UYdYLSfpSjRsnppP+d5xQD45sWwSmOB6h5A+yYpnDA0YE/YFhhAiNWA8zcNlDao6RIp51G/gVobBOXixgBqQPGY+gMVqE6LAR0bElFty1ddkc0Z/iC+6IPLBiRC6vzeOx3O+7Zu41viD3XsG7j7NqaWVeua4ihgEE1MEYD60sPL5n8Y/hwyLY/mmgStomcFv/K8E0KSpEQT+ntHrteLD1CF8AC7F5OHiylr9wBnDCKgrx3k5ODdhwwRiLgCgdXidI81E4mtDWK9ZsZikJJ9m9EcKSifi+PwL/qIyIBb61+jTFiQmdd8d3BvimhexK0M/ZcJHL05SgqQiKA4HsiEVzejKHrM6IFVOPf/h6OW0EJ45ggIg3Y7DRMFZ1ncju1gPvLktoZF9G5fiHNQ6sggelmfLqhjeSvv2eQSr8nBDRR/wmYAoNtqy3BMyUl2KiS2toSpZF/i12H0wOaFLfBk7pgDniYTYKFGGQiFVbw7gbiDxFEo2j2WEEQBhFmV1ot3rGqoSG2tP7J+kshw99ZP3NGA+X5ay2WjyylJZbYZsxcIImX1s/smVkfW9rQsIplG/jdDQ19UbhwuvUjC1xnnQ4XYr/oGJ3RxHRR/3p9jYzbvzAQq2OgNrGaUFosx/PiOem/Oyc1IZmNsBmpsv7siHAqEkFrHEiB6B7Yn69MVkcivc5IBLX4EWbccpplogO785WhLSzDH6sYZlYAcgYbZDuCbmCA7MAB6QwAr/FFgQtloF44dWRhZJR95RRY6ztuGzH+4QNAqH758MPjwrfT2/i26ausIyMLxEMrVrz38g3hBb5odOH1ew6T1HvuuXcvPfPcXdcui0ZDkfD1v/n98hVIo0eScBhKjRAGWLlCBR+KsMmOAJrWupJQoyOewpxuR/QYiSItHhVO9XcgkGEKG0B1NtojNUWYhU8URT0JsKMsIMa3qJnWY8W/ej7avBEfPt+R/HzfgEEF4BkEd8zuKIo6dWQ+ENxBMS4BRNoR9qx/0YAhujwtzLEGZjnjdBSqJGAKTCpftZM4sN9DCXxaKHuSiErAxkJcFMFKCqX93fTIkQEuYccRMoKO3pttGtFgMOTn+9ram667bf3YMZa86aFM7a48v68iPy8vb65QQjrIyJcGGY+XyMrSYSWe6tL8XKfLqK+5enxt7bwRZWUNRWaTg76TW1FdnZtbWZGTF5cZ8IekP4pmrpmbxF3IzQYaGeYUtNmoELWOOLoPOMwOj0N2hBwBIBfMvjhtoCU+RShWbZbdHoXMgEkHTDqRfR6ceh7JZfQlugCqMYoeh1EhNqTyokJ70ei260bXaeZkhWoWfLx99uK6P9cumT37utnLLn7m6dXhUJ76GrXZGW6aObsFKQ3ntEqHhrjoJxpHWd/JrCUmPlWVxmeQZ9Z5cvKt1pH0kl/xvxFeXlJvKxBkWU6fnjt5ZLutYkp5WW/vI4/0Rs6e7S12TvQ7NOHKMQ6Xe2p6Wmqdd2RkYskwMi7YIBamFafU1T0kaPUVJfoseoYQwh80Z1ejuWecL1X0FPkAXQq5IFfD1TO8jRbfkuxp5BWDb8Gj2HvzPlStuUjILMftvM1axcw7JGoANek1RGQG32WNHz6asPdu2T+8oBztvXvbUHYcZTppZvVzomn8TYq5983fjroLjb0bhbMoLkDCEoXkgk36O7P+Li8Yvj9h/N3y6EeN3j2bEU4p9kOMfoy9OerbmxXD75vGN+1hl05W6oAFsBMeGn9nspPh43Sgl1A7Uw5vHeZGIxQN6vy822mDCW/MTMj8VedIFDVxu+CBgkQ6oMJZrzrRNai04v/JEBN9XEGis5SjCWQq2nqMYUeqb5VCRS1Bdv4XyXkooRR7iP5F+JCVb1cUBuyfZpI3YwdRxHTBx8nFJxMi04QtA4MnOuTEHUBrhYFTD4Z0GaScR7LJO63nkxN01bTvvvj53ah4vNeJgpV8YrHwef0nHOrCArUCE3YyfndAv4+idGVT9PuJTWqKMolYNP58vk3az/T0IuJ0HUwNLIsivSt8TXaxgUN1P1y7kxCG65DWR30hj4o5qwgAPxgKiyGUAfAqmykTjYFUN0PHfvfAtstUHkORxZV5vcVyfabLUmTwqC7b9kDsJZL/9tv0z2/L6gfodw/dcna+YM9yWUqMT86b96SxxOLKsgvzz97yEDFcgle9TfIH5BbSR1wacIdobalP0g8mlFfEpRNdos4l6kXDmvpxtx29bVx9iPHuZAQZS7Nje5kpyeO/4p/kW+1rRi+57bYlo9fYyeWMg6frr+/veOcdlCFsj7kH+RvE7wjrUR5UCjMRuXmmRWASZGiB3e/GIgKpA60MHDrnAGVEAoXlIpzbGQVCJ9o3Bc25yM41/T9GBBuk09DmMyLccWAN6jN3Lnx0/apV6x9dGNc299AeVJyouta2TlsDKwRJMu+0NWtjMzAbwbvhTKwvag80NQXsNC0hA4c5lcq0ZWgj5mZWEg6jA4mxALMLS8hCgELTob4Czf/wDU4D5Rzt3RqNioa+KcJHzNop0ncogq3pz+a7ISvt7zsUjSqKF8CdZCczqIpVw/sgLgO6JI1lFbk1ruMmZoNng1kTFwszOhamG5HPERQLtrpimlZc1+Ahp4v5XYyvqSvuP8HcOGzFdeKzKPovqUUMDh2Dphl4KnYQ9szGgJyWVwBvEOduh1YOrBbBnkQfHcU/RxFPdivWeGytkhYahn4Powwujuu1zGvnnLpc0PYVa1t7v8M7RUPr2r5DaGusWPj2Z8P+MII8RU8UlT6COeRiVgIKXAq5JEfcc8XlZjYryMV4RJNBFoPiY0wwqKHjL+yEXMe1s8hhDQoUIUfHazTk8IWCjR0XOk4ugMyCk45CdgtkmqFIkSG+yb3F5m4B8hUc6nnsRHkWIFczPprESYGQ0SToiEmRvoc82BIiq33FvXnkgBFWhrizbASQ2Ivq2sI5+WLxdvprLCUPFVVm59GXpfsvnqDr/ZJ/wOVBBbvO0Fit4a/xjg+3pWhSdb0jVBfFnlVOyWMtKVRQdHMKb4qwBGE750pezUi1A14LDhYkAP25AF9Wk7IgzL9GH13gbwpHzB9lrDmwJlBGP5LMDMz23aywHJ2KMln1bt6sIA5R3bzs2Cp387A9ha5pa9ZMC16UF/tePM4AdOwqlvyo2KjhHNbAPHiT6c1xQE0ZJEkLoFBVcdoKyBCdPRga+CV0Bwm0I7rR4W3gF0q6NBAMwb2oY0j8Ek+QZjjMSzY4jIXOAldRSclFF5cWF7ns9kJTto6kpVIfSdEIJVW++sbhY0bfeefoMcMb631V9DDzYYqVwL1XFir3OitnXlLpxHsLcnK1cC95j/7Ey/GbmybeeefEJnazuM2/YbTZX+AsNOZk6mWDXpOVmWOyF9qdRTxvLSHeTFW4yldUmmdNt9nSrXmlRb6q2GHmYPWY/8rR2fE7M1P0+pRMvLPAWezAO2kPnxG/NS/TZsvMY7eytabg+zTUMwBgyFDJWYAPCTC+qLZQyXbgDtNmXH/31TeGTWQ+aUZrumivU3iK/v0RekzVBQChlM9wN64YT9JJpZFUA4y6P3ZU1VJ5F67BZUQnL5KOoBMiUEww01OIpHLYXCafjSnMgDQsJw0wNqgFDZlU5vjKCIYkOSgvmrCCzOg6TR97jR6lscoi7ufoupecHmtF1VWPTJkxoa36JnLjlykf33X/is3LS9ctl7LaJ2ltu+gn9B9HOx4W7+VvuVROz327U1Uq+B6YE5n+6DupZZ47P74it7FzdCrTG5Kb4vqQApRSI5CRDVnmagZpGNwJ6OI5wLGHntxIvv2STxF4zYyOjhmxE1Y+zDKvyuqNM/uvkIQP6M8S6Xhyo4dUbHyy4/czFdsFBX9+D3xLHmIEl92fQjgvceiq00guEe1+nnPCgcpsyhIHsJdJ7CH+1e/DuzxA531yjNxEwt9fFztB/Afp13TDR7tJ5vJll8X+2rZpU9emjuhH5C5yIXG8exk9ds239E268f0/kGuI+WF6rH3JEvqP266cOWPjxhkzr4zrzxXc6ky2jNX5gNZnbl5uZlkNVPuAL4Vd3OHy+Vx0ydGC76tHXz1i/S2PfvBBjHf5AQz4XL3tTj+/4se76+r+qHnkrmd+jN3ud4o7XT5mf4c67zvhWQZ8b51Pb2fP0MWfofMJk4jrf1z0ZF3rnZd0PPLmTz9F+U9J/uFRo7ifU3/37DH6Z+w/wC2KjEjDPCEUeSmseG5Aj017xOP9HVGaJqiZExMydP3ZiCo7FIh9hpOIBsb6Dek5wIj5wEsP48ZybTgrrYKvOswzbYAkSlZSHSYe1H9h3pc4EPRBdoFZzzyMCGQQkXgEN85WyVVtkgW0wPbogwA6goJDFp2V44ur2yrN6ZmXjWxup63phRdefmFhesbcy+cKS+BgWI1ydMm4Ta7w4Rvef7Vms25Ty4RNsaeWD28PjBy+VLu8cn9XsTtVqOp6uGq5dunwkYFLR65M17qlrKJZsydUjF22vnLsrFkPhrYuWrQ11DBpUsNArq+FPLn5mfmfPk9bA83NQuWuHnp9QU05Wbn3eSlV9/xeuqu8poBs+Pi2LK3E5sRE7rC8TlrObMvNBD3KNCjWIcxH0eU0WzVm6Zvt9OFbpgfnUV/sH5Zp1vUWi2rcX2gX2ftTTrXHl+/Xh1JrBbHtFvr4La3XLIqtpCUWywZ0Az5xq7DpkpQ8c6lpmH5k+gQB4M5dZJh0u/QEV8LVMo19hgBgOawKIRFuthIe4bGqHEclLOsZvE7AfLNJmGngs535qRa3uWX8rJYpOZ5ZC2YX2DPLLnnqsjU09tNnXT6LMdM7ZubiVVdc+qR17qzWuQJJy51/8fQ5Mi/tk63FlaHAMLMuu3rimJEZpszMSSPHHqex/lNjxjdlz35i9Yjdt+6+4apIa0l6bHFzWtrYGQsLC4bbLNPmTMxUdIRkB6OtUBIxYCGst6OhiJ3sVJgqYOTQmBINHoGw65v8FsqLaBpSkYr8npSyOtIB7tq5CuAsRzI7uCFcFlFoBpji4kCOBJ2NJIPwivPqYLnrPLlzma1uhRWiaUpKXneR0Tt3Wmf/xtXY1RimJqWYbxuaktLPSPaDpJixXB8/SE8J7UxKWFu7L57Sj1xPjRrV9Aq9x9XYGH56fry45JxUkWcqtptZzCcXdc8+ZkKO/pPVSBtZiRElN36UuyJhUkqAACIALKBM2h85+3Jky8mtSy+5ZOnWk1v6pkQX8R1dwqmuDn4R7YkAod93CBY9nCopgcui0f1bu2h3tKNr6/4oOXBRZzTayYkkyE2R7pZ1zP7SBW2oYr7hBcC2N8LMryCyRyaFCh7CfvQUJghFUfboQz5iDgkeBzkSDL618eTJjW8Fg9GOk19vIgse+ebbAw9/880jHU89debpLiJcfTS2rbfvnU0f9m3rFd89+XUHXPpWx9cnO94KBaOxlG8egYsfPvBt5KlNjIZcdaIi9sJx3vilL/ab4xzMrWR9cQoc6wCKJiSdboBgXvQF1aP5G2oyQixxeYA+NntkZjRWDCWick4IeUSzTkvsUUX0BgyFdTftQacbyJDTu3f37ibeaKxZamKysWyaptqMbpq7d5M57JysTmjte3crMmpIe4h39+7q3cig4BkmwNy9m7bvhj/i7d2tyM3ifk8J+1PjOd4YOPg2KxGNdob7SCCJIjWKxwcI+1bFrjXWzDgfkh0cAcmIIKyvZNYCR5+NPRT0/eqT7AX1SGfWL8j+hPHSgAOGM18+XLuMj/TpoI+AEdOJG4YuVOgKRRDTFsV1jOuZS65DUupQ7o2r8lGaiUoJFL9EVU+/hTcpYCCaAAwKDmZ6jybmyc4MRMzQEHRfP/sy3w3DEBEN/dmiIYrc3KCNF9ph1nGTmOxRARIoe7Q5g8TpCXKuDN5klspVCCPhZ1XJvBgsFz1hgVhVGYKWlKsAhK7YkfB227Ej4e3WP5JueWw8uZlw9vKsEr+juSrgrjS0lVc/Ex4774ZJJWlEou18XlXDiLqq1BSde4RwbUGFNVNWiVq1WjaG64aVpXiEKlbXjiH193qO/ECGpYZu2bvHJ5rcJVZRN2pq2zBDuq7CP25UNf3oiRlbpjcW24vMJb6x9eTtygUzLh491TciLzvbd2H9sKbCG4f689gTVMugD3rcbFnJOwrLCUwnDc8X8X9h1iYDEqDSjUc3bDgqvMPczNRQoDiuJ7miF/PTNxz96eiGvikoEWPPXcW9I4uyCHCimuGpLKRfnSjqDDFEFRbKAe/LZiKYw8SpYoxdwJFHiCvkFi+49fcXm24/Q0/QI7fe9Eb1/sL7Vl/60/HfXJ419t7PIa3ppjrPM+PPEjsZTo9bVGTePFJBw3y61DX+DP2C/pZ+/t5s0/gxf96+eP3r9TW6MfvgriOXQ3rpPPouP3oWVG/uP2gpUaUJ5EtaQF/p4WWAsRqYW68AvYT+GvXceOwvJFyyALn67Ci2hUNZtIdVdcAWmwksxOpgSB9kRC47qeXxCkAxRLkI7ax30iPWUtXeF5zqGjuvGi3r6+hz+WUyeQMmhqQ35KV/aKzWxh6omii5ikLqg2JRHv2NJ49uNXtTUsbQMTlFqvvSdaoP6Xhek5vj1H5tKDRqBfF4has/hz/xtLPwqHlUoXWrKqMw11Sd03ftBK9HaHG4d2ndFm3GLXnm2PzGi4Xl7LTRYknlkn3iVcC94CrSkITDu6oFQVisWfUqk6Mg6EIQFZeYoBw84QubBVTgBdzFaLMKa4qDNcXxRgM6wvqqnZzrvI6vqn/n9iqGBT9ze5WziJvT+UMwHOz+LPnoffQ0vYUuo9vp6X3M9/Whd8jlJK3vE/r4muxMU/atF7uMG8jNf3mChK6sXa5RZ6c4VKHRDgf9ILsYjuCKnXM8V3g82abM7Is3CxlpqSZZs/Tvb/+z79U/0e/Hkink74S//qYNK/IfFSxkN9Z9H3vmOw8xZ9d9JM0l7FILwwIklbz4xyvbNRe0ZnlyKzJrpbm7R/RefLEwiqhVKj5cR9IkQSD1YaKmj5fbrLMmb2p+5dT/0Euu4O+Itawkh4n0+kP9i8n9sdFl9mnkb4oNZsJP+oLz+RigPuY/KkMjtMAQr05me4M5Wc18ESijP9A59F8eofMmOyY72THK/oD8KaEfldTVlZCSEgw68q+PAIsoOaUU8IsyZyJMLmXmcoFunczNVLxQZcEu+FCGkOy14NCL5xq/BuC1kLYBuAGcAkYbgWUH3IQ7zDcCveEJk5Ds9vhgYrlVLXeWz8y9iH75/aPjSR56pCq4jTa+HSGvYS6O8QQPfe0K+trVmhGBphtsophKws+3TutuJCpJEnj7tuG+4Zr/acn5IHe8ShANngKSEWuOoperUgcw765XkpEnTVvxyScrRmwbluvMzR1rGl5dPTzD47anprpyh20b/srojR2jBB7x0a3cTrlRbkrYs2iISZKJqOdCQRP6MvEeIkbJpGLi6nfHWncIj1Y6rqWfxKbcyD9GtXxXZ2yybKBPe9e7+507+C7hiSqXim6OTbyRf6F/O/8snMZnPM2tkgvEKGBZC+o+OSY/Q85RSxQNQ/IhZ+P0HmaaK2fxSw+syR8b8c4wGvP59wbz9Hq+nLxxUWcLvY566XUtnReJ0TXT/JWGFFGs9COZMJDvyyPNRF3+Of2BZH5eTs8gHYO2BsfF4wOy/mRLouNo7a9sgLUHrX8UfluhefUKtZuYJpCTUKYpNUV7v0NxIwp1GUZqQeuNrg5VV0dX71ZUWQz6POmgL5iWYWgt+gQSNAFvyoLgYIWYQoU/xn3qvNGkOtGCH53n+g7BPkknAuvXwvkQ16l8hhSSwQPZIPMB4JBDesAGAaAhdHarUECEU2llu+4+2T6x4447OjxuTcHcizevXDWpqv2rh66zF5LTDFYbRv36zjvyaVp+x9arS0pktTpvVKD0BL2c/u3kzXP1epU2PKHzzv/6bzLiafSg6T+typq06MV2lbasrDE/1qxUFde9npb2n7/v0W5qQNNyTt8nvdP53ujfvsP/1lpW/1lyVvxY/Jj5g/ED/mDix3Qfmb+d7qP33ULmsR2ZL46H433bE8fzbqH3kXkKL6jI6gWgjqsAeqJedl48NkBcSNkIrGCAscBxk0X4FSRLNKsZne9hJy0D5tOoeMVIXqi2VZwkHGJcX8909mo0qel7QZ+RkZKuEkWJyKlphQ6fJS9Xq0tJ4QnP8ypAX6npaVq9vlL4iabFTt7UEAjkWwy5lmJP4YiQv7qmsjqYn+nk09UFNn+gVtiSMGBBD05VF61LTc/Myk1NN2bzEikrKwXsnZZlyM7Oy3JpUjOsQpYeiEG1xo0qh2ltNrvfH9okqqUUWZYlSdSkyEKKit8U8gfs9veZTUSUhT4BynmQP8J+C8T7bSG3lMma/g99l7Bh+L/0HxnSh/2W/7QPy5XuoU8O6cdhvnP7kT+SiASAxsvA6QI38vF/1pVEYp3063/fmcvZRWj5o3To4Pov5qbD7PO4ExJyH3OpQY33wI8ZC8R/hBkBJQToiTMYE0npOrOsM4d0nhDUwn8qAF1hMlnt1f6Gxc2jTKZ0gaTI6enGLEtOiaeivLgkJyfblJYha4Q7qi1yvXVV6IJV7QsXXnbRCm97aWNe+fALKp6Z/MjIRfObH/5g6lxxvT4UGFZZ7fQYzXX10y+YrU9x252FMNC5Jr3eaMl3O12efHvsgQuuOavS8DqgqLRpaWlqvTo3RZ96dsvU1QFL7iPX054VK4j3+kf8DawfDgO/mgew1o5wkLOpsowGBBoZBN4z7qHod3vKVQF/lh5mAJInuAFEBrJFmEyqiXBnSV290ZjjUAgSR446b3TAu7udb7OV5oQqouX+nFKbvOJOSvf4O1dHLFb7smIlOlbxMnuqZ/WyG/x7CN8bmTkzUF8eDFTUJ/GM+zk189hiTsNEViOzElGY73ZVCzMN6AYWUokZwWzH1zMbSAU+ieuZjRFeLx5HNpddzQ2BlVC/y6FDUCaTITVGUdzPzPfj/nJkQI/N6oc7kipVQgBF4q7YQ9sP/YZw0kOGVCl0MuuHZqBR4vUPbT/ckVQp4mNyml3+i/YDnkWP6hAZUuXQzvpl++GOpEqTuipJjs98J8zn9dyN65r0KAY4j+cuXxF3rDyv1y59g51UvEHiPo/QX0cH/QUGLELRPu3omcrEhr70zH97YA/XJ8f6Qc+g8cDjXKZEpyDQ6AwM9FOOIX/CJC5HSCM2J5eVmYLHQ95LLJTRQUhmUhlRCXoEOSIjFeDzlwO76MlA3sceBOLgX0XZ4e+gm+n9P+/ezf1M5pJryVwO8j/HqslFpO7PW7b8mf6OHqC/wxy/d9rYtfeEFlz7ON2z4fHH//HE46TCN2J+hYUXrja5qgKBKlfqZz09zavGALwUELxOT8mvbZk80vgvowv5dv9M7//F86uTn0rqWEtcZfkvb4rMNN23ZMPjkSf+8fjjG658nKbW6S9cMLvA2rJp+ghnjlogrR98oHLXTZg6dWxIl7lo/8IJhQYSt1uPz0Ez9HsFi7RnV6LnuZnig9GsLIKeOOCl5w/qf5EvZUphBlNQEgrl4uhYM6py79O0hSPhNs19cNCfliS82J4ULuxHRTu/Mn7tSjhg3hMWI1ZhtKBLRVwW3JOUJk4zKxmU1b4nL5ZnAHedy5Wj3RPnLowHswyRoDn5wK8nqIrBqFQsrCGKS2XiL+crgN4yGkzw5kFVU1uHN/a211u+sZQPer/3biodOCptJA962zaV0jlPezvavHAa9n2PFVZV6XRa74SJNbbwWIm24e0dXi/B+1d74ah0k9fLl8D9m2Lb6By8iTz4NFTk5QNefFpP2epIW25uwYI/Bi9adSGsi31AR1dLf+KmcBdx87nLuWu47dwe1C0bUNthyJDkcjGgvATzHUQpDzBmis1AIgJiPFUGSrkAxxVyJBHuzpSIDkYko5Xg64eAfoABFf1MACNLijmDmFA0wrHZh3m4BvLSp21dZ9sK9bkV7gZHvSZ1on9CeWFh29mutkUrtqqzOhcFdrl0yLVhODXYMKtz7qla1Jml3lq5xNJ/uzuMI0s2K8N7WM/n6yP6fF6v1Ua0RKPXZtKeTK3eYiReo4U+iHuLkfbAfkMEs7gT3sEH+kdcMa2lrMrkkNSVzqkX7WrzY9NGNj7/VUXguq9b82ultfvXVuM91coeDqWGnNavrwtUfPV8/vAsckV9UTGDfIqan+py9Xl5eqMptdcM6FgH3MnXCosSD/EWtwFBfqeOG8nktCgWMAZ9unj0SYsi+2sgkiMRsjKeFnqMcUmgomlMiIQEW/T5K2atxLBPrTj3fVXxBlX5MEBbV0eUr4jH0wFcsfqFGTNoD5rgEJqOS+nTLOYgG1X2WZ8qsoVIRxdiIsVggfkgJWTdKZwRIEAVN5NZLvgHHEVdg1lm2RI3bEG7luQj9C6Nv0chtN4Rf1t2q9nKV4dRMMWxRAjBSYTVAZ0VHXOEzkhRPXY4NE/J0HZUv+BGdg7mjtwPUEBdmFmohvT+I/fut+3p7OjcY3toX0zcfOOdruaFY0ssL9Hf0E76m5dcIzbNdOyR9l+8ougKr6uxviiRiR0lc9BqiD7IbIcG8w0rnw/8hOCElBJCP8TcT4HnV656yp/S5HYPT/E9RSd7win6qhGBMtqz8vnly59fSby14ybmpIQ5NfM1OM58pe3Qi8O5Udw4biI3FfuSARUVCy7jSj5QbPaVLsQF5zrnmISMsgs2MZ4Ky50+f1aWnF1f7p7xzAy+bchh7BUYZzbYxagJG8ijqxu6R8QOKqm4w7Ns7gU5uSmF8y5c4Zk/YcL8c477fkb7qWRbqnievwYjJDErbyVFPvdVwB8ZspEzcPlcEcpVMvjCcqCTYNObENDoAfEiX+KRBIApHqZzlk2q8eT1yu5jR491V5JXaz7f/dOb831rFv36ZRqcPWbam3sXbp29q3fi/Im9u2Ze2HiXWNL/9txtTU3b5grVs5epiHP7kSmLrPRP5TTr0cxLDk+LfRaZ0TVjoXH11IS/fVS6D8aCSQWAC8BYxw4iAQmMLJZZwkDSkqzXof1vmLDwqETW6ZlEK+gJSpoLJ9qa6t6aQc8spf+84IOGJtukC5sn8BrDfcuttW8telZvGNt1umusQf/sovcbnSsfNGj4ceIl5QdfvWjaYjVNJ/+dtmTmRa8eLCsUwnXX/BSe4aHX8cH8U52df9627c+dnafyY78lV9vnNZy9tq6RT4qvko7xFDgWLQRIprAABKqsdwmeeLSd2w9+9c6zgeDZlw1j3usWztCbyZrSP2X37yp/007W0INF/Dp+u6xevGuXz49aRUPzE529TxAnyXZdS57y09pLCugp+lUpuYvO486Js6P9ZZydfxdj598F18FYXUKn1KRqYRQh2pXuZEHzWqKK3d2FzD/dxnnxLKAhzlHo5AP+MM+MtB2K0R8KO+yupDBd/AN8voZ+8NNeembPrD09a764/57ZN+w6enTXlKvGeiTarXpn/0P79z8knPKX/pO+eTdR37OmZ8+s3bsv7Nl9R49/6iTn6/sfggv2YxumkLHy1dJWTsfsHatVWWaMyKrEZvUEnfrCct7jIKYss0OJzmqWVEL/r0jZq9lH0dz+VOGP9y57Mfz4fKK7/NrvD2/MApBS99fagWL6g7R1H/37QTQ9vOP1ua2vtW/ufXn2/Z9tJjtH0p9Gxotg7VQTn7RPeuB8MkkhLpNcSbSFxNr/RaznCv6Mx7L0+9gHl/IldCVfvjz2gbSJ/uCYX9D/+RV8Od9XZBXom7H3L+UDMT9fuSJ2VLHtAy5iBfOJVeLKAXBhVkJ+DWGWIjC33MAFm8zkOrGsu7v3D91CK/+gMc1gHJMTeyP2Zs4YoyHNKDU923/42WeF8c/27+eLdTV2q2ygm8m1QEPYa3TJz9GyeL/nGmviKoTXYysRYx8Dvw28kbIcNSQor2gL996AIFfcEG67Tiump9BlZEuuQePW0AkffUgnQMaQS7bQZSnporYoxLfzl4V4t9CJ9/R3wF54T+vITqHb6DKrMZVXkzWvvUZvVvOpQMzsJlekZDu0RRVUTc5UsPW2UtbIc6CtdqWtMiIqaGsI+gTWQDkPyKqAiBwkZpOsWdvaNxmFraqnp63ZEdsfWyynaVI19rRUfi35Kj/NmWMXLhcWXDjVTh32Jy/q33fRFDv5zP4robl/FnlX1Fq0manoa32lU5uabkaf+QG+zMRs1r2Mbz9XQ6qXZFeYENHt0VtJwgpXdJnMQjkRhWBIBKB13rha4++YV0ZvDhxR6enNZfPu2HiEqphWqf85soYdCwvgCrImcOR8XJ9qUuKuN+NXxQ4yLdRr8Wr/O17LuTxmHsL/X0aHcsIhvBccEIzORFKJzwBL/LyhovAFDA88QL9jNuEPkPYMDU9epR/Mm0dU5w8dJT9ADMk3kfYUke8hjaheJJl8CZPFJnAzrjLTL6MrsigfdoLm8oO47uvYQeaCMzS+RN+UeIjLNMVOQOGd/n29Q4KHq9b0ZzNb4nMjhSggktU70KeWQe2xUi9qn5S4B6iLGvqUeEQLmoY4PxtQP1pH14kNfVOYMzo+j4VNUUIcRJVg94pjE8YeGLB1kfYPeCudL04xhrA3s3g7CmBn5ClNYybRqn2IdyIo/8OQioAF9p/7nYM44UAGZMjquEUN2iJJTdG+Q3gt4o/+DtqDWu14TLjE9WJCcq0CAIKexygfOYhiF2YCHo872M4cTvg2tPxm/ikYM3AglkQ543JR+IdOaEBr6ZjLCwa5CgXRb2jgOOF1LB6PmTqWLK1vaKhfunhTqaVgSoEVdxYr7hYWWa3WAlldH168+MziJfUNsSeKMJh9saoL2ANLQREMvRVT0WDNL4HsEBhQyF3CreQ2cFvOu3qCWQm4YGSNReV2ZgYPRBQQKwp6CjIjaH0Qrc0yiCkUtDJrNCNDpnJWiJ0IOokvaCXsBDp2cSz8KqqDfdViUt4kjCbNCdsp2k0/ZqutGn7Gt9ate4t+S39Pv31r3ZXFwSXkVzf2Hlq+/FDvjb8/OOm2gGH9rGs/y7VcvqlskWcJn5o+7PGsdF2WKSdTJaUCjK+5pnyhJyIIqeklN84hGrpYys3LENJTycI63l2+bnqoWVeoXVnfyleY1uOBQ7uivjXEVv1gO4pZ23ovW/cWMQ42ac8XLzUMWyrmQlPo36FJl6laGmqnd3Vc9URJAfkiQ6vS6nhrPiEqnbk8WCqQ/54N5e9lpWeqUrUrN9KPidpcMrKSJ7Tq2tvep7uObm2d8EjTjG+WKOm1LF7QuX6/SpyTeJBg+zkpytgRUEhNlIUQhNl8AoN6oCuw4hs/uAfOK8Jw5/7z+l8PxGVJpPpznpfws8bIg2g3gGtRVvcdivSfkNWwiNoxiBdGM4+iW6O0fyDMSNpA5F6lLT2R+F88jpCX4fOELA+eoI/HfkYv7ogS9QNfDW9FYwW8UQ005Wz5PfkNLocrZjqOGq6BcUPoexsmODPZl1sIyl4UwYtZJiEmui/Hr7lIKsVENijK+L2EoZvqwLbqXcvXtZi1WmmbxdK/1DrN0v8T8P13WabNrCXf12ZrBClVVblwXFnFclJSWzu9tjb2wRh+0+j+n0bzHWP6f2L5f45J5MfIj26TtFpzy7rlu6q3WaC2JVBbimWaVbjTQmuprnbC8oqycQsrVamSoCnC+qbXDh8du24M+X5MrHM0+X4gz/bXjVHsraB7gK5OYxzIgKYTmWYDJxt9g8IztF7mEoZ7eIGSV3WtObBmbev0K2CYvvo4iiaJzHGlOPoR/RNyw98+fOAbTDEqz7Q166Yi+F039TP6jPMDRTz2gZNM+gzvwOiGzOUF2jWdWKUO6V0YUQ/TTiuOUH5nI1Ex+5BKfZYsIYNaKfMepuV3Co8pcQR5Mv7hh/nbT7RfWjfLq5s8szUvb+7TZTq1u1Sno03Su20dF17YQTssblGVOtwy2migv4/FdPKie+4dNuwV+lhmxsOx7y64YAIXtyVVZCUol8Y50sDiQXDn8sOJ6F8KNWlMqDKS6UpYD4mvFjgTnhMmWyiD2NyqrkEe+Me4yzsGeJw/iv40aj6Lq9+K6CvSu5VvY2IcMk6Jav/WneSbOzP/RN/9E0qqGVLtgT25QPGE92DMffuo+fNH2ZVI/Gv5xxAD/TjouVdnnDy5BQMtqWAtZ8i/lQ9z2Uw7U89xepQ8hwkXhi7mtKRcLZ7nMy/nfuVFb3r70nZLhKSf/HZjppVmn/xapa0uGxVsLikTv6e/e47U5Vzocmf1f9YmrLii6s9z6A0bStfPKN1Qx/8QP5VLfydenXXmitVQi/Yf/fdrdPTWl38rqC3Zrhxrmno5/d1huDLL7brwdyv775ha1bShdMZ673qyfs7f6K9IXS6cacuhr8P4pcXj8aEtko0bH5dMbuZu4+7i7uMOck/DSAoBhakwCtD0MAESlgSR21bJEsbKcgomM35oSALqGuad3mwKogLOnYFazgIiKwUeZMjFYEhfTogeFXvIPwh6gxk1dmjLVocwkQkwHTqfLCLjaMMjl1lS6hHQGsrBrJlkP9bjUpyCQwbElyHApnnEYDLDBfLRhZN2W/LHTF7Ya10wafewMZMWCa8WOm5etJd+OAzTe4g3en2TKrtMk6LVaDXDxquLMtQZNY42OUVUSUDc7oECOWOYQ9CP6aI7cgKqsWXk18eqDCo5o8C+6yGe1NdXFZMJx7KWjSRnX54Gy3tpPnliKQbN42Orb08l6Vn6YZOuK9ZIak2dS6vWT7Y9fvGl5KEn0vIdh+a1rpJlv0CrV1xKSH1dhXiYniT5YydN2p1P6Ek+l5jzx+y9I58U9N+x4q0DrtAt96x4+4AzdAu/pnIjr8nJzm8Ml+SNW0juShXyVdp0pyBp0gS1+qHXyT1KCZGD+WfGBWna2DfpzUQO1aTkXDTz4o2kkh5R8cYsK31oQtNUQBZF6EhIKqfctXoPQhZV2t8CQjbhyd3fkS0C0WaIxPJVy2haUvbkT2GLLb9t/afzD1SQsCFXr6O7SS39gAgEA1VxvyE2WS89waJWBYHjzfK4UQqDk0SWsswmTjj1A1m6eJ5++s6vFxwZP/7Igq93TtcvWEiWEttCMu63vyYtq56ThclNTZMF+blV9NCvf0t/DdjqAZibZnk+cKEjmb2TEo3NgT+7HmYbwBDgPQWHR2JaX9S2J/TuuNQER9wXHFljSTFMFYLKhyPwWLkpTGTziOaCDZMys6U0KTPW9rmgSzfSY8Z0nRC5kne1Oqbm2AvyJvNCp0Gl0eoLJj42oWXdV3xt+Yz86qtrr629srIyWLdhc6fVNsJZkmYdltuYU2vIzk0pFzf/9eO515glno99mpWZmanT8W5eZbdPWrVq1Rwnz+enqSQpRW0KjGyOxvwZw5ZEL1725qZhlZn2R/b+sad9Hf+VlJI/dvocr3NqutqcU3vxtAsdvmT/1KE0BrPGziF2HUYk0CdRGXYl0uHZl4F6Zv9ISeOGrqgY/EsJ7cPoBmYekKbEbcMQLUCxqwZi+KrgeXnKV0hYcDQi6BIKBUZm+zA2mKiTjRjGBj9mhvdHgFamPUhDFxQRL6RK0I92oKCa8AkYGEU5G7+qnpxGcSSnTnru0FgbyvPNjIxhltskya5EZPGZ8PnAQLDAIsgU4QsnbKQUlk1pQUSJ4zhojDBo4yEN2D0p/ZyIPJ5k/eMS0f9Px2w7kKRnJhs6V6KAEQHYRUnWQk705kbDbkkTO5iVmlkQnlozbFjN1HHDhmnIf5cUX1xTc/nUKZdnZvYPU8YgQWfi9no70OLZNJBRM6x16rCayiogWi6l+/U1w+CWy6fwz+RkZsUejdOi8jntz2MxK9znvMG5fG4ZObexyhd14sE6OxjyJBPpszBP2s9tXzRZ0hxrjkeyUMyh/n/h+zKHzAn0LzawyLU24K2LOC9XyWKv1WM0Sk1CXS0yktrByOv/S16ZRMBTM7U2c49n0Xz/o2zyDIdOiAwGVjlvEo8hl7TOshIxRhJrjQXilX0hs8+TECC54qxD8nJjUXWUmmlMcaHZiTN8cMori459KAD+iFcJYaAwDdiOlH+57hgPc561Z+HtLGSUK2kpnn8JoocS829ATyXmt3H+hRg/YtmElRA/pH8G+iX55ZNfMSn2uAr4sszEHZ6QR0PsGoD6snIrgJsoexrG9UFHnoHBQ493FrKRhTjGWSwMaUNZ8ujAMpdVv4AGAegUN5NN4NEQuJiWoqOr852Z3hpPUZGnZnhBE/HOrPF4ipqhYMhgUV7UpaXxY2S5jD4le0qCoaKi3JoQaak/mVvjaS/yeErOGTf02Uln3xIwAffmVmJMKS0VjSGzbHYl7YXqIGDICh6pvIT3VsCf3Fbafmj9oUO0Z3C/u+kSDZ+TmvpmmSzOsTR5vU3e5CZXRyPVkUjynrbPG6GbYrOteq2lbsn3ZQW2sjJbAcCE97n3ZSCKlXj0RPmGm9Pj5vH7baohXwfx3tvefu8+ehG9aB/LkQPkAP2BhahjkbUl7zknMdd7Fkc1cRHz51R4f5wROdgr7HsdPthEu1n2OLDAEzIj348QCDnrKFrlYFDg1e2Lo/h+NA1yZKe4jn4Iy41FQP3k0O9iI+EQUiU2WCJeT/wrojoPzDxi1+uYZ7OMIVnhttjR7fw8uiQaxYibUYSl/ScixB/7YDs/HyNARGPNqhbYJdkvYS/pdUII0Lxod5l1drOg00N9sssuenR2yfMlRoLbRNYBul+HuS8xZNwmeiM0/EbIiWVkXe/WoacA2OKpTezWIf4+ZsB5v5Bm/2fc5vl9fd77T1jQ8znzqE79p2xpehzv1ULrPUOicU3mpgEdOYu7ZPD7IUxGyMSwirTQblTEhQ1E+RqmeM7xQFQ8n9GBX7ATz8mLjoCPbfFvjHiZychOlvR3aDNKMrTadG+6lu/OyCzKzMjQlmgz4t8bgX/cWETzRA6VvHgkNSEujtSXe73l9ZF42mvUQgXGXlM61GnqNUB1mYZeIzwho1eryLZZrLpI0v6cuPoDFNX5omUnRxBOjpTNn4w9Im7AaMIsGRpqv//LgdjCXwzGFhYHfKgGv2LF6ZUhiFOQRAmUphPiSC2Cgi9HYRWtrCp0YNAsNImLKm6A0q7egLh+WqWjsLCQHkJvaxSLxUkN1BnfJI+StwAvy4VMYSmE7Gqw2ooOvh7mkoZi1AwJo0ghQ2FVyUxcxdjzDBZHKimfQqL5nV0ffvJhV2eeM2fWWNuo+uE14aC1vMyYVlXe6p2b7mybO5wIN4/K8Trz8jNzxMzW0KLxhBTVNpammibdd1fN6NkHt2vl1BSX9qYnxjTee6VWSklxZa65e8dN9+bp6pZcub3zqvL6e+4Zb3RUBjwZ2uyNZbkeU5akIRpXzZSSUZvUgqnUM9I9If2LsaUp00IFjVX1wXGu+nHawrKOZ+akOrWZcuqcp5eu3TdNyU+5i56kqH4GeskLhMV+4O//13iQ6K9JErMXtv8ojxG+IdVhXvkykTJ12Qbz93/NI/OBpAFOTYz5H48GeZ6kvwMXAxwotCTHLWRyCzusak7PJPxxQX8C8yYWLn7/zRD/nAGwgnzAwD41XXjebKThmYZIfHdRWzxLe3q/Q6wGeGAnOe2vdDvy0mx5ltpZs+oT2YsvSmSrfMKp0tLxm68aN3Q/7irF0vSqfr8Sa1F25tlqiqxet9lYwnuH5muLCjDvVHPKtxMV3ybU5RRy5QDNLuS4gD1g+n91XQtwU1Uavuc+82qamzQPmtwkTdKkadO0pE1DW1r6hBZahD7Doy+20EJl1wWppeiKghXE1bogsjIq1OKs7EMcH1utKOqOG3V12FVBZ3d2cUd2GB+wKI4IzXHPOTeJBd3p5N705D7am3P/+z++//silQztC7JCmHTaAjJfxUqcTuFMuJZA8jImPB4EuApqIqBoPLV5MxmMXDfKnLv42eibY4sU+bn7pv95bgTbkJkzXHXR6bVBZ8XTbWsb4LTOn4biZDEHLUFFx9vdGSaVxyge3NGQq87Riyp1qX7jlduMFpZ1m0zvHVtbr/KLeqW6KZa5oDP/0LufAzC6+cSO5YItkxC8z7y1tiFkygZbql3+otMGdGR0/DRe1PnhzlKPhfPkGDnW2jG3XlSq1H5x5enGcAbrRlaZZS3DtUPoyCq/fjQZXyQxvpipQRSQdUGPc/LMNSqBETl6bBOJMHBpimiAwvf30/fE4HvoyY3d/P3x4RiKgPJiCT0G8EuB5ytkvR0R/7jFIhGwf5Cp0zH3OfsBGESuwSA8AM5AJ3sMOsGZBN5YjnW+37cIMy3hHlxcnMR3AX0ZHkB7HEB7o73QUdARrtkXffMGed8Yc46Qc6El3l4+4/XbJs4jKGYs5CTn0L80mDxFAgON23sw3hg578gZjOH5jAM5TPWLb95EHTjFXRvEqCd5W2DnM7ScjLFH84UPFwcZMq0MGbi9NznOysOk2m42pU7Afq2QaqsaSzyeksaqWkmhULvVCp1BpS8vrMy1lzZ2BhQGnc67vyDclmkESqUrTRANvFSS73Lll0i8Af1XXsMDpfbkH8osZbSByKoN+5/Yv2FVJKBlWIfBq+AUvkBz5231vZM9jWZG4fXq4qcWbquvTENhphN9Tmv9JSsHV5b4tTQ6HDpo1Y6FFIZdjxOOc6I/humccLWHxJt06jNsP2UUNK6cXEpGCwk8DHql+jpvRHepH8Wgq6kNqeypOZE+TXBJGABh6sBoDQbDNXCiQInzpZjHA+OtIgZcvwMmOSsaSaVFZWgDTpdXoOvLkabFpOCEcHJt8wGbze0hec/mpsWSzeO6YR3z5W69yVQY1xX2iLv1gUL6vyajrzq+hL4gadPUu1WlUlyUrOrdQo5ZTb8QxgnNttJyktF0+EKNxYyzuLFVf/WZgKOVsQQcM2ccAa5Fzlg2Ny1JpSzRqZqbGiXguPp7MFJQGEQTVwwUwF1zu0V4XhFkHPCC2maT4C6bTQ306KxgxGS9WuHHecjy0jaSiFynqfbDm7D24lP26mVg3BGAZ084AgE8J9dRu4QW4RbktZdSDbhDBANOQCVnRwZMCewsLyD7TQO00AI0A0mFCuMTK2kf2haLIUaICWSfN2ZqDFagU2dpLWlGvSXdiEzBlNEfzp7DGbKKO23/hvf417Q35Q0OrOmtsoOpYV11rdO8p+8myZmXbrlqMKaLtEmTqwJ6f74/gxvJsOZ4rMCgdmuNDKvSaTOgFkzZFnT1DazPb2od8MLv4ITUWWIXaasn7DWCqQlzWsBpvrfvZoezplqcucuos8zR2tJyVEDnE9xGmSuToj4WThIesnI0k4aozRSFe/wJTlMuBmeB63uJEh1Dicaja/qOMHwe82ynmoxCs3dBG3MJMjI81XyVgJJJJ1zCySWvjPU+mpPjb9hsmVEx9SpAM+iHVjAapTZNrzcZ9TqtRqVEzw4a0AB5OQ5ngWS2aDXg2bLCgsit2+cVFlitehDKcTnml+bmlJU5UJSpBrWbDh/eNLQsOxzMGoOBgfGBgXF+8uqysVfWd+jaapitFrPVrNAJCrPalK5LVyiVCq0mI12P/BuFwHJ+v9dmVanF9PieTXPX2B1tLXZ7QWHRJk6r5HmBQ3aKSdMwwuFPDjfPqy39iX0xigzxKQaoRD+jmv+YqqYaCastQVEXhewMllIWcNHOjEFOQRpfOxVyRov1aPp43U4OK7CbzEEGb+ZJ9lwwKwtc0eVgXqzdv7R9UYX4+Ftv7Chb8rNXPS7l/HKh75GO2pqN+2uhputg7NSGrhXwFfiNrX/7nsVdR0stKzZtqfr56hqQSxcSMkL+Y63v9P3NBwyhpbcv716hq68sO3LQM/jysLcGnoZ3nj0EQhffHnOnvzY00ROsn79sS4XN3bVrpoiEVdSsHIlE+E3keqWbSKyJ17U7F12rtcYeG54cjuESxizNNTo6S2pNllWTJdZmy65dJ7MmP4dNhC8Bs9+VEFealen/cHM67mbCnE8lGJMF0GORvay15man0ZLFJkYLQCA/0h8K6UrsMz89JYEik67k6nmclKGV2qV5woobehvSvZWRfCucODzhrWR2SuCNgN0X/93MrSTOeFO4kX+csiAPN0jVkC4Is1ykxoRCC4DXhyZ8VsiM4j2A0zQRIuoCMHM9CgLRzZEdMZnRKsvli6Dbw4M+d3mV+F7jp3SSdOU7qc0mStJjX9yy9auLwPfUkfNSWzzqcjybMcernjvz98E3tzdv/PW2rex/eh+Ook3gRx19Q5Xar8HD6+u2Aj5+Ej04tgzzY6LUKl2BkoTXhx768psDD82/IMGW7KI87zMGgQEs3PfCyPbBnYduzumIru698xm0hX6I+/KlrVE2/jcwPrllWNY8XIPiqg2YZzGlGul2eXzZGE9C8FrYVpg50YzzKdOg4eyOHWfh1PTncOh2wLTDByaA8fBh+NnEeLz9+fhvjt8B7hQ23PcVfA6Ow+e+uu/01IHNu44g32k+MB4Z2/xQjH7p0SdOIHv8C2paaBeMlJLKlFUbvE65ZgcwEQgmMy3RI7uLLqwHF+6Qucahlp4bScj3fHr1L4v6fAZ/ZPqd/vs7Wv3b9x5iNo2DqtYwGOpeeGjvdn9rB3fXkc9wdfxT+OecO/YeWtg9BMKtoGp8Idox7mrtuL//nemI3+DrWzgOT1yDXzNgNOD1CBxgyLICUhBKJOhCP9opNd8NP3R/lO3Jvseb7fXu+nFc3gf0WHwUHnNXVLrdbteCCrfr/+JKkjoy6MXNWn+vHINxHuCSTL4++31So5XAveVFstdsP4rpyki9LVzJFoVYB/qGcHADCpCrFtDOPfjIv9Y9Drq7uqFmdCDYaTTy2liC3mJOLF4dX6QMmRZZLOAiOd4lqp+7RVhPFODEbAb3GiKTyGQxGcgC0mER0zTitkPkGu0AXdvAaDeAvwV1Xl89PAq6Rkf5AQAAhBkPrgmt2ZcBIfyuGe4DNzYDdGzagEcfvEYzapYWBcGhzHphebsYiY+iieU4qU9dwlAYzKKPswIYWwcuYVgO1Mi9dDR1L/UnoUDACj7Y5sgzDnmlFHILiCtQggZZuS6IPASv4Gd4baalwqBfFT+9LdiWWVB8/PW8MTD67e6almxHeWHd0wuKQF3Tex/xQ0p7wxyzhufy4d13F794PBLMaM0bo4uv/DVvfV/XaldIUxv5x6KFC1SkL1iO1ZyzdB+c6C/yk1xxQm0VBSVc2G00kIZtjiyzQQI2J3KkCuE2cnthO2xvxKnHfjgEt8jwuZg1Nco8lnqLazQoShvBSxQgs8diHEaR72kEz8PFn8AnwarFoBtOvHv0KNyYGm9MvYslNe7k9ZWkvgH1IuEOnEzoIfHErWdlmhZkK/UEZIZ8EnyRAebToz+cbcfh+0k7zvzqlATfQXac1aNDX2/GQTc24zO3SrAMmXG6jdlJpXjnJxN4JUxwFMZsSfxkQuYYU9GStawhnMppmROZbkKMlLimifdEnhHXY75fkouaXOIc0o+NyyoohDsNUE9QfxRyhVb0ZJGz1UBLphrJWAM56CEPG4KHIqYGS8FioESJPOAjFJ8JolD+yZ7a2p74gtWXr/TSWgb/As7XvtwStkej0CC1lkngC0mytdmgvtbht9QUtRyvo1/t7GzdotFkm9FtanQbjK/xr/XAOIQ98Yqu+vIoUDM9yBOje8GFOntOpjN6OQpFqaxVAhfQo0aSoFj3cktRjcVvr6Nfj34bXc4BwJns7XajwHCqFE8r8T1x/cD5QzQsJ9+tuNaTEKdApio/Esm/sgstueoEahRNycuXq4J8IFjFT0byZyx4E+ZcfgQHvy+h+7quvz8wbx5F/Q+5ZZ0FAAB42mNgZGBgYGTsZNzX+iqe3+YrAzf7BaAIw2X2ZD1kmv0CWJyDgQnEAwA0+QnKAAB42mNgZGBgv/D/BohkYACTjAyogBUAdckEZAAAeNpFUTFuQjEMfQ5Dxcw/AEPHP3XgAOxIHUD6B4g6dOgROABiCBtiQGLp3g4MCBYGfoZK7dgzdP4SYqvtOCFPSZzEfn52qIMOtwGI7YcfeKpxRdT9D5HXQBW8IuoZNmd2a6BAdUZv6I4JiG6MX+FLDPTJM9gJZY24uKZwRaqYX3JFgWvoi9kDPWZ+vfesOMoUT8kumnOMeYbkmdWjNeuVFomZPfuYYG1RI+MKFvWGviqUscJHySa4mb1XhZo57+Ku+1Y9OjqbYqn8mZ5YR2sZu6y41Ju7OWV7wEQn7KRnVotad+Db4rxF6g/x4I5mXs0iP/0i96W2uemXmpb8cpAO4h3+H/MQhcAAAAAAJgAmACYALgCGAKgA1AE+AZABqAHuAi4CkgLIAw4DWgOQA9IEGgSWBMwFCAUwBfAGGgZiBpAGzAcQB0QHpgfYCDYIUAh2CJQIwAjqCQYJFAkiCTAJPglMCaoJwAnsCiwKYgqACpQK0gr0CywLdAvmDEoMjgzCDPoNNA1kDZQNwg3wDhwOXg6eDsoPGA98D94QAhAyEHwQwhDwEQwRSBFiEaASPhKGEqgSyhLsExYTqBPkFFAUehSaFLYVChVSFZYWDBZOFo4W0BcyF8gYQhi2GNoY9hkMGUwZhhngGiYaXhqEGqga5BsyG4gcOhxqHLoc7B00HWodjB2wHj4edh7UHvYfch+0IAggbCCyINQg9iEOIY4hyiIkIpgitiNgI9AkViSIJNAk7CUOJUAljiWqJdol/CaYJ0AnxCgQKCooQChaKHAoiiigKLoo0CkIKSYp4ipIKrIrhiviLIYtAi1MLaQt4C4MLhouXC6gLtIvBi9cL5wwAjBUMIAwrDDoMR4xNjFYMZ4ydjKkMu4zCjOMM9g0HDSSNPw2HjZKNtY3DjdKN4o36jgyOFQ4wjkGOVI5ajmUOeI6PDp0Oqg60DsGO2Y79jwwPGY87D1YPc4+Yj6KPqg+xj7cPvI/Bj9+P4w/okBQQMhBdkHkQiZCZELcQxhDYkOiQ9ZD/kQyRGBEpEUKRUhFYEWURgZGQAAAeNpjYGRgYGRj2MQgyAACTEDMCIQMDA5gPgMAFeABEAB42o1Su04CQRQ9u6ARYywsLIzFRhs14SEqIrSKhWiIqNgu8jIirMvyMLG09lP8Dh+NrY3fYPwA45m7AyFsYyYze+7h3HvuzAXAPJ4RghGOAPji9rGBBUY+Nqn51jiENH41DmPFSGk8hYFxqfE0+Q+NI9gwfjSew5K5rPELFs1h7isSZl7jN8yYDxq/Y9Z89PFniLlPOEQBeVjooQoXHVyjjRbjJHebjAWb8T2/TSJPVEF1n8hDg6gmjEdUxQBXPB1GQ90aNR6XgwziXH1ZMdT5a5df5Vgn32SGym3Ro8odJ+uQjbK+jTsqVZ1bMqvIaceDgN869qnuUKuqtaXaKRV1eqnbuNhkpQRXClmc4wglnBAFs6ITeUGFNaG4mHihcacCimRUNM42qPR0vd4oI4Zdnlne1cYNaypNjax6oTKnFMOO7DS2GO39o/eSvHKFXbjytqr3iqBrmYMlU7bp2NdKZ6QcTqjEuDw2a7/XM/p2GR2Lj2ITciY57W32mCFOy39L3Twl91HzUjX9d8qNKhY55S5ZV7ybf2Gphc8AeNptlGWUHEUYRfduQoK7u7tsV9XX3YNDILi7uwQJGhyCu7u7uwV3d3d3d/dwwt79x/zYd+Zs163Zt+9OV3fXf6+RI7pS1/+8GDDqR1c33fSjP6MxgIGMzhiMyViMzTiMy3iMzwRMyERMzCRMymRMzhRMyVRMzTRMy3RMzwzMyEzMzCzMymzMzhzMyVzMzTzMy3z0UJHIFIKahpYO87MAC7IQC7MIi7IYizOIJViSwSzF0izDsizH8qzAiqzEyqzCqqzG6qzBmqzF2qzDuqzH+mzAhmzExmzCpmzG5mzBlmzF1gxhG7ZlO7ZnKDuwIzuxM7uwK8PYjd3Zgz3Zi73Zh33Zj+HszwEcyEEczCEcymEczhEcyVEczTEcy3EczwmcyEmczCmcymmczhmcyVmczTmcy3mczwVcyEVczCVcymVczhVcyVVczTVcy3Vczw3cyE3czAhu4VZu43bu4E7u4m7u4V7u434e4EEe4mEe4VEe43Ge4Eme4mme4Vme43le4EVe4mVe4VVe43Xe4E3e4m3e4V3e430+4EM+4mM+4VM+43O+4Eu+4mu+4Vu+43t+4Ed+4md+4Vd+43f+4E/+4m/+YWT3qH9/d3e/7v4Dhw0dkmLwoFE5uOrpMSszmdksZpi12Zit2enNSl4lr5JXyavkVHIqOZWcSk6Sk+QkOUlOkpPkJDlJTpKT5WTPZ89n/64sJ8vJns+eL54vfo4ip8gpni/eXzwf/j68J3wuvCd8Pvqe977a+2rvq+XUcmo5tZxaTi2nltN4vvHzNnIaOY2cRk4jp5HTyGn9PK28Vl4rr5XX9vKSe0ruKbmj5I5ST99ztdmYrdl7b3JHyR0ld5TcUarkuafknpJ7Su4puafknpJ7Su4puaeU5Lmr5K6Su0ruKrmr5K5Slue+kvtK7iu5r+S+UpbnzpI7S+4sua9sf7mn7302ixlmbTZma/Zysz1me8z2mO0x22O2x2yP2R6zPWZ7zPaY7THbY7bHbI/ZHrM9ZnvM9pjtMdtjtsdsj9kesz1me8z2mO0x22O2x2yPWV9zX5/6mos8vc1Fnv5m/c2ll1d8X/reR49ZmcnMZjHDrM3GlKPnpfa8nhc9L3pe9LzoedHzouelkaPvRd+Lvhd9L/pe9L3oe9H3ou9F34u+F30v+l70veh7aeW18lp5rbyOvI68jryOvI68jryOvI68jrxOLy/8fgn9CP0I/Qj9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQh9CH0IfQh9CH0IfQg9CD0IPQg9CPcf7j9K8y+BQLz/AAABVuGyrgAA) format('woff'), url(../../frontend/CleverSoft/jung/de_DE/fonts/dashicons.ttf) format("truetype"), url(../../frontend/CleverSoft/jung/de_DE/fonts/dashicons.svg#dashicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.dashicons,
.dashicons-before:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashicons-menu:before {
  content: "\f333";
}
.dashicons-admin-site:before {
  content: "\f319";
}
.dashicons-dashboard:before {
  content: "\f226";
}
.dashicons-admin-media:before {
  content: "\f104";
}
.dashicons-admin-page:before {
  content: "\f105";
}
.dashicons-admin-comments:before {
  content: "\f101";
}
.dashicons-admin-appearance:before {
  content: "\f100";
}
.dashicons-admin-plugins:before {
  content: "\f106";
}
.dashicons-admin-users:before {
  content: "\f110";
}
.dashicons-admin-tools:before {
  content: "\f107";
}
.dashicons-admin-settings:before {
  content: "\f108";
}
.dashicons-admin-network:before {
  content: "\f112";
}
.dashicons-admin-generic:before {
  content: "\f111";
}
.dashicons-admin-home:before {
  content: "\f102";
}
.dashicons-admin-collapse:before {
  content: "\f148";
}
.dashicons-filter:before {
  content: "\f536";
}
.dashicons-admin-customizer:before {
  content: "\f540";
}
.dashicons-admin-multisite:before {
  content: "\f541";
}
.dashicons-admin-links:before,
.dashicons-format-links:before {
  content: "\f103";
}
.dashicons-admin-post:before,
.dashicons-format-standard:before {
  content: "\f109";
}
.dashicons-format-image:before {
  content: "\f128";
}
.dashicons-format-gallery:before {
  content: "\f161";
}
.dashicons-format-audio:before {
  content: "\f127";
}
.dashicons-format-video:before {
  content: "\f126";
}
.dashicons-format-chat:before {
  content: "\f125";
}
.dashicons-format-status:before {
  content: "\f130";
}
.dashicons-format-aside:before {
  content: "\f123";
}
.dashicons-format-quote:before {
  content: "\f122";
}
.dashicons-welcome-edit-page:before,
.dashicons-welcome-write-blog:before {
  content: "\f119";
}
.dashicons-welcome-add-page:before {
  content: "\f133";
}
.dashicons-welcome-view-site:before {
  content: "\f115";
}
.dashicons-welcome-widgets-menus:before {
  content: "\f116";
}
.dashicons-welcome-comments:before {
  content: "\f117";
}
.dashicons-welcome-learn-more:before {
  content: "\f118";
}
.dashicons-image-crop:before {
  content: "\f165";
}
.dashicons-image-rotate:before {
  content: "\f531";
}
.dashicons-image-rotate-left:before {
  content: "\f166";
}
.dashicons-image-rotate-right:before {
  content: "\f167";
}
.dashicons-image-flip-vertical:before {
  content: "\f168";
}
.dashicons-image-flip-horizontal:before {
  content: "\f169";
}
.dashicons-image-filter:before {
  content: "\f533";
}
.dashicons-undo:before {
  content: "\f171";
}
.dashicons-redo:before {
  content: "\f172";
}
.dashicons-editor-bold:before {
  content: "\f200";
}
.dashicons-editor-italic:before {
  content: "\f201";
}
.dashicons-editor-ul:before {
  content: "\f203";
}
.dashicons-editor-ol:before {
  content: "\f204";
}
.dashicons-editor-quote:before {
  content: "\f205";
}
.dashicons-editor-alignleft:before {
  content: "\f206";
}
.dashicons-editor-aligncenter:before {
  content: "\f207";
}
.dashicons-editor-alignright:before {
  content: "\f208";
}
.dashicons-editor-insertmore:before {
  content: "\f209";
}
.dashicons-editor-spellcheck:before {
  content: "\f210";
}
.dashicons-editor-distractionfree:before,
.dashicons-editor-expand:before {
  content: "\f211";
}
.dashicons-editor-contract:before {
  content: "\f506";
}
.dashicons-editor-kitchensink:before {
  content: "\f212";
}
.dashicons-editor-underline:before {
  content: "\f213";
}
.dashicons-editor-justify:before {
  content: "\f214";
}
.dashicons-editor-textcolor:before {
  content: "\f215";
}
.dashicons-editor-paste-word:before {
  content: "\f216";
}
.dashicons-editor-paste-text:before {
  content: "\f217";
}
.dashicons-editor-removeformatting:before {
  content: "\f218";
}
.dashicons-editor-video:before {
  content: "\f219";
}
.dashicons-editor-customchar:before {
  content: "\f220";
}
.dashicons-editor-outdent:before {
  content: "\f221";
}
.dashicons-editor-indent:before {
  content: "\f222";
}
.dashicons-editor-help:before {
  content: "\f223";
}
.dashicons-editor-strikethrough:before {
  content: "\f224";
}
.dashicons-editor-unlink:before {
  content: "\f225";
}
.dashicons-editor-rtl:before {
  content: "\f320";
}
.dashicons-editor-break:before {
  content: "\f474";
}
.dashicons-editor-code:before {
  content: "\f475";
}
.dashicons-editor-paragraph:before {
  content: "\f476";
}
.dashicons-editor-table:before {
  content: "\f535";
}
.dashicons-align-left:before {
  content: "\f135";
}
.dashicons-align-right:before {
  content: "\f136";
}
.dashicons-align-center:before {
  content: "\f134";
}
.dashicons-align-none:before {
  content: "\f138";
}
.dashicons-lock:before {
  content: "\f160";
}
.dashicons-unlock:before {
  content: "\f528";
}
.dashicons-calendar:before {
  content: "\f145";
}
.dashicons-calendar-alt:before {
  content: "\f508";
}
.dashicons-visibility:before {
  content: "\f177";
}
.dashicons-hidden:before {
  content: "\f530";
}
.dashicons-post-status:before {
  content: "\f173";
}
.dashicons-edit:before {
  content: "\f464";
}
.dashicons-post-trash:before,
.dashicons-trash:before {
  content: "\f182";
}
.dashicons-sticky:before {
  content: "\f537";
}
.dashicons-external:before {
  content: "\f504";
}
.dashicons-arrow-up:before {
  content: "\f142";
}
.dashicons-arrow-down:before {
  content: "\f140";
}
.dashicons-arrow-left:before {
  content: "\f141";
}
.dashicons-arrow-right:before {
  content: "\f139";
}
.dashicons-arrow-up-alt:before {
  content: "\f342";
}
.dashicons-arrow-down-alt:before {
  content: "\f346";
}
.dashicons-arrow-left-alt:before {
  content: "\f340";
}
.dashicons-arrow-right-alt:before {
  content: "\f344";
}
.dashicons-arrow-up-alt2:before {
  content: "\f343";
}
.dashicons-arrow-down-alt2:before {
  content: "\f347";
}
.dashicons-arrow-left-alt2:before {
  content: "\f341";
}
.dashicons-arrow-right-alt2:before {
  content: "\f345";
}
.dashicons-leftright:before {
  content: "\f229";
}
.dashicons-sort:before {
  content: "\f156";
}
.dashicons-randomize:before {
  content: "\f503";
}
.dashicons-list-view:before {
  content: "\f163";
}
.dashicons-excerpt-view:before,
.dashicons-exerpt-view:before {
  content: "\f164";
}
.dashicons-grid-view:before {
  content: "\f509";
}
.dashicons-move:before {
  content: "\f545";
}
.dashicons-hammer:before {
  content: "\f308";
}
.dashicons-art:before {
  content: "\f309";
}
.dashicons-migrate:before {
  content: "\f310";
}
.dashicons-performance:before {
  content: "\f311";
}
.dashicons-universal-access:before {
  content: "\f483";
}
.dashicons-universal-access-alt:before {
  content: "\f507";
}
.dashicons-tickets:before {
  content: "\f486";
}
.dashicons-nametag:before {
  content: "\f484";
}
.dashicons-clipboard:before {
  content: "\f481";
}
.dashicons-heart:before {
  content: "\f487";
}
.dashicons-megaphone:before {
  content: "\f488";
}
.dashicons-schedule:before {
  content: "\f489";
}
.dashicons-wordpress:before {
  content: "\f120";
}
.dashicons-wordpress-alt:before {
  content: "\f324";
}
.dashicons-pressthis:before {
  content: "\f157";
}
.dashicons-update:before {
  content: "\f463";
}
.dashicons-screenoptions:before {
  content: "\f180";
}
.dashicons-cart:before {
  content: "\f174";
}
.dashicons-feedback:before {
  content: "\f175";
}
.dashicons-cloud:before {
  content: "\f176";
}
.dashicons-translation:before {
  content: "\f326";
}
.dashicons-tag:before {
  content: "\f323";
}
.dashicons-category:before {
  content: "\f318";
}
.dashicons-archive:before {
  content: "\f480";
}
.dashicons-tagcloud:before {
  content: "\f479";
}
.dashicons-text:before {
  content: "\f478";
}
.dashicons-media-archive:before {
  content: "\f501";
}
.dashicons-media-audio:before {
  content: "\f500";
}
.dashicons-media-code:before {
  content: "\f499";
}
.dashicons-media-default:before {
  content: "\f498";
}
.dashicons-media-document:before {
  content: "\f497";
}
.dashicons-media-interactive:before {
  content: "\f496";
}
.dashicons-media-spreadsheet:before {
  content: "\f495";
}
.dashicons-media-text:before {
  content: "\f491";
}
.dashicons-media-video:before {
  content: "\f490";
}
.dashicons-playlist-audio:before {
  content: "\f492";
}
.dashicons-playlist-video:before {
  content: "\f493";
}
.dashicons-controls-play:before {
  content: "\f522";
}
.dashicons-controls-pause:before {
  content: "\f523";
}
.dashicons-controls-forward:before {
  content: "\f519";
}
.dashicons-controls-skipforward:before {
  content: "\f517";
}
.dashicons-controls-back:before {
  content: "\f518";
}
.dashicons-controls-skipback:before {
  content: "\f516";
}
.dashicons-controls-repeat:before {
  content: "\f515";
}
.dashicons-controls-volumeon:before {
  content: "\f521";
}
.dashicons-controls-volumeoff:before {
  content: "\f520";
}
.dashicons-yes:before {
  content: "\f147";
}
.dashicons-no:before {
  content: "\f158";
}
.dashicons-no-alt:before {
  content: "\f335";
}
.dashicons-plus:before {
  content: "\f132";
}
.dashicons-plus-alt:before {
  content: "\f502";
}
.dashicons-plus-alt2:before {
  content: "\f543";
}
.dashicons-minus:before {
  content: "\f460";
}
.dashicons-dismiss:before {
  content: "\f153";
}
.dashicons-marker:before {
  content: "\f159";
}
.dashicons-star-filled:before {
  content: "\f155";
}
.dashicons-star-half:before {
  content: "\f459";
}
.dashicons-star-empty:before {
  content: "\f154";
}
.dashicons-flag:before {
  content: "\f227";
}
.dashicons-info:before {
  content: "\f348";
}
.dashicons-warning:before {
  content: "\f534";
}
.dashicons-share:before {
  content: "\f237";
}
.dashicons-share1:before {
  content: "\f237";
}
.dashicons-share-alt:before {
  content: "\f240";
}
.dashicons-share-alt2:before {
  content: "\f242";
}
.dashicons-twitter:before {
  content: "\f301";
}
.dashicons-rss:before {
  content: "\f303";
}
.dashicons-email:before {
  content: "\f465";
}
.dashicons-email-alt:before {
  content: "\f466";
}
.dashicons-facebook:before {
  content: "\f304";
}
.dashicons-facebook-alt:before {
  content: "\f305";
}
.dashicons-networking:before {
  content: "\f325";
}
.dashicons-googleplus:before {
  content: "\f462";
}
.dashicons-location:before {
  content: "\f230";
}
.dashicons-location-alt:before {
  content: "\f231";
}
.dashicons-camera:before {
  content: "\f306";
}
.dashicons-images-alt:before {
  content: "\f232";
}
.dashicons-images-alt2:before {
  content: "\f233";
}
.dashicons-video-alt:before {
  content: "\f234";
}
.dashicons-video-alt2:before {
  content: "\f235";
}
.dashicons-video-alt3:before {
  content: "\f236";
}
.dashicons-vault:before {
  content: "\f178";
}
.dashicons-shield:before {
  content: "\f332";
}
.dashicons-shield-alt:before {
  content: "\f334";
}
.dashicons-sos:before {
  content: "\f468";
}
.dashicons-search:before {
  content: "\f179";
}
.dashicons-slides:before {
  content: "\f181";
}
.dashicons-analytics:before {
  content: "\f183";
}
.dashicons-chart-pie:before {
  content: "\f184";
}
.dashicons-chart-bar:before {
  content: "\f185";
}
.dashicons-chart-line:before {
  content: "\f238";
}
.dashicons-chart-area:before {
  content: "\f239";
}
.dashicons-groups:before {
  content: "\f307";
}
.dashicons-businessman:before {
  content: "\f338";
}
.dashicons-id:before {
  content: "\f336";
}
.dashicons-id-alt:before {
  content: "\f337";
}
.dashicons-products:before {
  content: "\f312";
}
.dashicons-awards:before {
  content: "\f313";
}
.dashicons-forms:before {
  content: "\f314";
}
.dashicons-testimonial:before {
  content: "\f473";
}
.dashicons-portfolio:before {
  content: "\f322";
}
.dashicons-book:before {
  content: "\f330";
}
.dashicons-book-alt:before {
  content: "\f331";
}
.dashicons-download:before {
  content: "\f316";
}
.dashicons-upload:before {
  content: "\f317";
}
.dashicons-backup:before {
  content: "\f321";
}
.dashicons-clock:before {
  content: "\f469";
}
.dashicons-lightbulb:before {
  content: "\f339";
}
.dashicons-microphone:before {
  content: "\f482";
}
.dashicons-desktop:before {
  content: "\f472";
}
.dashicons-laptop:before {
  content: "\f547";
}
.dashicons-tablet:before {
  content: "\f471";
}
.dashicons-smartphone:before {
  content: "\f470";
}
.dashicons-phone:before {
  content: "\f525";
}
.dashicons-smiley:before {
  content: "\f328";
}
.dashicons-index-card:before {
  content: "\f510";
}
.dashicons-carrot:before {
  content: "\f511";
}
.dashicons-building:before {
  content: "\f512";
}
.dashicons-store:before {
  content: "\f513";
}
.dashicons-album:before {
  content: "\f514";
}
.dashicons-palmtree:before {
  content: "\f527";
}
.dashicons-tickets-alt:before {
  content: "\f524";
}
.dashicons-money:before {
  content: "\f526";
}
.dashicons-thumbs-up:before {
  content: "\f529";
}
.dashicons-thumbs-down:before {
  content: "\f542";
}
.dashicons-layout:before {
  content: "\f538";
}
.dashicons-paperclip:before {
  content: "\f546";
}
@keyframes rain {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 500px 1000px;
  }
}
.effect-rain {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/effects/rain.png');
  animation: rain 2s linear infinite;
}
@keyframes sparkle {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: -500px -1000px, -400px -400px, 300px 300px;
  }
}
.effect-sparkle {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/effects/sparkle1.png'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/effects/sparkle2.png');
  animation: sparkle 60s linear infinite;
}
@keyframes glass {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px;
  }
}
.effect-sliding-glass {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/effects/glass1.png'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/effects/glass2.png');
  animation: glass 30s linear infinite;
}
@keyframes confetti {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
.effect-confetti {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/effects/confetti1.png'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/effects/confetti2.png');
  animation: confetti 10s linear infinite;
}
@keyframes #fffafa {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
.effect-snow {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/effects/snow1.png'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/effects/snow2.png');
  animation: snow 20s linear infinite;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.panel-layout .banner {
  border-radius: 0;
  height: 100%;
}
.uppercase,
h6,
th,
span.widget-title {
  line-height: 1.05;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.lowercase {
  text-transform: none !important;
}
span.widget-title {
  font-size: 1em;
  font-weight: 600;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.col_grid .banner-child-element .banner-layer {
  position: absolute;
}
.banner {
  position: relative;
  background: #446084;
  width: 100%;
  min-height: 100px;
}
.banner .md-x.lg-x {
  left: 0;
}
.banner .md-x.lg-x.md-y.lg-y {
  left: 0;
}
.banner.layout-left-light .banner-layer {
  color: #555;
}
.banner.layout-right-light .banner-layers {
  color: #555;
}
.banner.layout-box-left .banner-layers {
  color: #555;
}
.banner.layout-box-left .banner-layers .text-inner {
  padding: 30px;
}
.banner-child-element .banner-layer {
  position: absolute;
}
.banner h1,
.banner h2,
.banner h3 {
  padding: 0;
  font-weight: normal;
  margin-top: .2em;
  margin-bottom: .2em;
  line-height: 1;
}
.banner h2 {
  font-size: 46px;
}
.banner h3 {
  font-size: 32px;
}
.banner h6,
.banner h5 {
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.banner p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 16px;
}
.banner .button {
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 35px;
  font-size: 14px;
}
.banner .button.xxxlarge {
  font-size: 2.5em;
}
.banner .button.xxlarge {
  font-size: 2em;
}
.banner .button.xlarge {
  font-size: 1.5em;
}
.banner .button.larger {
  font-size: 1.3em;
}
.banner .button.large {
  font-size: 1.15em;
}
.banner .button .small,
.banner .button.small {
  font-size: .8em;
}
.banner .button.smaller {
  font-size: .75em;
}
.banner .button.xsmall {
  font-size: .7em;
}
.banner .button.xxsmall {
  font-size: .6em;
}
.banner .dark {
  color: #333;
}
.clever-slider .banner-child-element .banner-layer {
  padding: 0 15px;
}
.has-hover .bg,
.has-hover [class*="image-"] img {
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}
.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.bg-fill {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.banner-layers {
  max-height: 100%;
  height: 100%;
  width: 100% !important;
  position: relative;
}
.cs-panel .button.primary {
  padding: 0 20px;
  font-weight: bold;
}
.is-border {
  border-width: 1px;
  border-style: solid;
  border-color: #ececec;
  position: absolute;
  pointer-events: none;
  border-radius: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.is-dashed {
  border-style: dashed;
}
.is-dotted {
  border-style: dotted;
}
.show-on-hover,
.hover-slide,
.hover-slide-in,
.hover-zoom,
.hover-zoom-in {
  opacity: 0;
  transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s;
  filter: blur(0);
  pointer-events: none;
}
.sticky-section {
  padding: 0 !important;
  height: 100% !important;
  height: 100vh !important;
  width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.is-sticky-section {
  position: fixed !important;
}
.hover-slide {
  transform: translateY(15%) translateZ(0);
}
.hover-slide-in {
  transform: translateY(100%) translateZ(0);
}
.hover-fade-out {
  transition: opacity .3s;
}
.hover-invert {
  opacity: 1 !important;
  filter: invert(0);
}
.hover-zoom {
  transform: scale(1.1) translateZ(0);
}
.hover-zoom-in {
  transform: scale(0.9) translateZ(0);
}
.hover-blur {
  opacity: 0;
  transition: filter .3s, opacity .3s;
  filter: blur(10px);
}
.hover-bounce {
  opacity: 1 !important;
  transition: transform .3s;
  transform: scale(1) translateZ(0) translateY(10px) !important;
}
.has-hover {
  overflow: hidden;
}
.has-hover:hover .hover-slide,
.has-hover:hover .hover-slide-in,
.has-hover:hover .hover-zoom,
.has-hover:hover .hover-zoom-in,
.has-hover:hover .hover .show-on-hover {
  opacity: 1;
  transform: scale(1) translateZ(0) translateY(0) !important;
  pointer-events: inherit;
}
.has-hover:hover .hover-fade-out {
  opacity: 0;
}
.has-hover:hover .hover-invert {
  filter: invert(100%);
}
.has-hover:hover .hover-blur {
  opacity: 1;
  filter: blur(0) !important;
}
.has-hover:hover .hover-bounce {
  transform: scale(1) translateZ(0) translateY(0) !important;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -1px;
  right: -1px;
  transition: transform .3s, opacity .6s;
  pointer-events: none;
}
.light,
.light p,
.light td {
  color: #f1f1f1;
}
.light .is-divider {
  background-color: rgba(255, 255, 255, 0.3);
}
.light a,
.light a.lead,
.light label,
.light .heading-font,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.hover-light:hover p,
.hover-light:hover h1,
.hover-light:hover h2,
.hover-light:hover h3,
.hover-light:hover h4,
.hover-light:hover h5,
.hover-light:hover h6,
.hover-light:hover a {
  color: #ffffff;
}
.text-box-square .text,
.text-box-circle .text {
  height: 0;
  padding: 100% 0 0 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.text-box-square .textbox-child-element,
.text-box-circle .textbox-child-element {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-box-circle .border,
.text-box-circle .text {
  border-radius: 100% !important;
}
[data-animate="bounceInLeft"],
[data-animate="bounceInUp"],
[data-animate="bounceInDown"],
[data-animate="bounceInRight"],
.slider [data-animate="bounceInLeft"],
.slider [data-animate="bounceInUp"],
.slider [data-animate="bounceInDown"],
.slider [data-animate="bounceInRight"] {
  transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.5s ease-in;
}
[data-animate="bounceInLeft"],
.slider [data-animate="bounceInLeft"] {
  transform: translate3d(-300px, 0, 0);
}
[data-animate="blurIn"],
.slider [data-animate="blurIn"] {
  filter: blur(15px);
}
[data-animate="fadeInLeft"],
.slider [data-animate="fadeInLeft"] {
  transform: translate3d(-70px, 0, 0);
}
[data-animate="fadeInRight"],
.slider [data-animate="fadeInRight"] {
  transform: translate3d(70px, 0, 0);
}
[data-animate="bounceInUp"],
[data-animate="fadeInUp"],
.slider [data-animate="bounceInUp"],
.slider [data-animate="fadeInUp"] {
  transform: translate3d(0, 70px, 0);
}
[data-animate="bounceInRight"],
.slider [data-animate="bounceInRight"] {
  transform: translate3d(300px, 0, 0);
}
[data-animate="bounceIn"],
.slider [data-animate="bounceIn"] {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
[data-animate="bounceInDown"],
[data-animate="fadeInDown"],
.slider [data-animate="bounceInDown"],
.slider [data-animate="fadeInDown"] {
  transform: translate3d(0, -70px, 0);
}
[data-animate="flipInY"],
.slider [data-animate="flipInY"] {
  transform: perspective(400px) rotate3d(0, 1, 0, -90deg) translate3d(15px, 0, 0);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
[data-animate="flipInX"],
.slider [data-animate="flipInX"] {
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg) translate3d(0, -15px, 0);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
[data-animated="true"],
.slider .is-selected [data-animated="true"],
.row-slider.slider [data-animated="true"] {
  animation-delay: .1s;
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}
[data-animated="true"][data-animate="blurIn"],
.slider [data-animate="blurIn"][data-animated="true"] {
  filter: blur(0);
}
.text-shadow,
.text-shadow-1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.text-shadow-2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.text-shadow-3 {
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}
.text-shadow-4 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
}
.text-shadow-5 {
  text-shadow: 5px 5px 16px rgba(0, 0, 0, 0.6);
}
.button,
button,
input,
textarea,
select,
fieldset,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  margin-bottom: 1em;
}
.button {
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 35px;
  font-size: 14px;
}
.button span {
  display: inline-block;
  line-height: 1.6;
}
.button.xxxlarge {
  font-size: 2.5em;
}
.button.xxlarge {
  font-size: 2em;
}
.button.xlarge {
  font-size: 1.5em;
}
.button.larger {
  font-size: 1.3em;
}
.button.large {
  font-size: 1.15em;
}
.button .small,
.button.small {
  font-size: .8em;
}
.button.smaller {
  font-size: .75em;
}
.button.xsmall {
  font-size: .7em;
}
.button.xxsmall {
  font-size: .6em;
}
.lowercase {
  text-transform: none !important;
}
.button.outline,
input[type='submit'].outline,
input[type='reset'].outline,
input[type='button'].outline {
  border: 2px solid currentColor;
  background-color: transparent;
}
.light .button.underline:hover,
.light .button.link:hover {
  color: #ffffff;
  opacity: .8;
}
.button.underline:hover,
.button.link:hover {
  color: #333;
  box-shadow: none;
}
.text-right .button:last-of-type,
.text-center .button:last-of-type {
  margin-right: 0 !important;
}
.text-center .button:first-of-type {
  margin-left: 0 !important;
}
.button,
button,
input[type='submit'],
input[type='reset'],
input[type='button'],
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  color: currentColor;
  text-decoration: none;
  text-shadow: none;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  text-align: center;
  padding: 0 15px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.button,
input[type='submit'],
input[type='submit'].button,
input[type='reset'].button,
input[type='button'].button {
  color: #ffffff;
  background-color: #446084;
  border-color: rgba(0, 0, 0, 0.05);
}
.button.right i.cs-font,
button.right i.cs-font,
input[type='submit'].right i.cs-font,
input[type='reset'].right i.cs-font,
input[type='button'].right i.cs-font,
.cart.table-wrapper .actions-toolbar > .action.right i.cs-font,
.action-gift.right i.cs-font {
  float: right;
  line-height: 30px;
}
.thin-font,
.thin {
  font-weight: 300 !important;
}
.thin-font strong,
.thin strong {
  font-weight: 700 !important;
}
.italic {
  font-style: italic !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
  font-weight: 700;
}
.outline:hover,
.primary.outline:hover {
  color: #ffffff;
  background-color: #446084;
  border-color: #446084;
}
.outline:hover {
  box-shadow: none !important;
}
.light .button.form:hover,
.button:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
  outline: none;
  opacity: 1;
  color: #ffffff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.primary.underline,
.primary.link,
.primary.outline {
  color: #446084;
}
.button.underline,
.button.link {
  background-color: transparent !important;
  border-color: transparent !important;
  padding-left: .15em !important;
  padding-right: .15em !important;
}
.button.underline2 {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0;
  border: 0;
}
.button.underline:before {
  content: "";
  height: 2px;
  background-color: currentColor;
  opacity: .3;
  transition: all .3s;
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
}
.button.underline:hover:before {
  left: 0%;
  width: 100%;
  opacity: 1;
}
.button.underline2:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.button.underline2:hover:after {
  width: 0;
}
.shade,
.bevel,
.gloss {
  overflow: hidden;
}
.gloss:after,
.shade:after,
.bevel:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  height: 100%;
  width: 150%;
  box-shadow: inset 0 1.2em 0 0 rgba(255, 255, 255, 0.1);
}
.shade:after {
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2em 15px 0 rgba(255, 255, 255, 0.2);
}
.bevel:after {
  left: 0;
  width: 100%;
  box-shadow: inset -0.01em -0.1em 0 0 rgba(0, 0, 0, 0.15);
}
.full-width,
.expand {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.banner .secondary,
.banner .checkout-button,
.banner .button.checkout,
.banner .button.alt {
  background-color: #d26e4b;
}
.banner .secondary.underline,
.banner .secondary.link,
.banner .secondary.outline {
  color: #d26e4b;
}
.banner .secondary.outline:hover {
  background-color: #d26e4b;
  border-color: #d26e4b;
  color: #ffffff;
}
.alert {
  background-color: #b20000;
}
.alert.link,
.alert.outline {
  color: #b20000;
}
.alert.outline:hover {
  background-color: #b20000;
  border-color: #b20000;
  color: #ffffff;
}
.success {
  background-color: #7a9c59;
}
.white {
  background-color: #ffffff !important;
  color: #666 !important;
}
.white.button.outline {
  background-color: transparent;
  color: currentColor !important;
}
.white.underline,
.white.link,
.white.outline {
  color: #ffffff !important;
  background-color: transparent !important;
}
.button.right:not(.cs-font) > i,
button.right:not(.cs-font) > i,
input[type='submit'].right:not(.cs-font) > i,
input[type='reset'].right:not(.cs-font) > i,
input[type='button'].right:not(.cs-font) > i,
.cart.table-wrapper .actions-toolbar > .action.right:not(.cs-font) > i,
.action-gift.right:not(.cs-font) > i {
  margin-right: -0.15em;
  margin-left: .4em;
}
.button.right.reveal-icon i + span,
button.right.reveal-icon i + span,
input[type='submit'].right.reveal-icon i + span,
input[type='reset'].right.reveal-icon i + span,
input[type='button'].right.reveal-icon i + span,
.button.right.reveal-icon span,
button.right.reveal-icon span,
input[type='submit'].right.reveal-icon span,
input[type='reset'].right.reveal-icon span,
input[type='button'].right.reveal-icon span,
.cart.table-wrapper .actions-toolbar > .action.right.reveal-icon i + span,
.cart.table-wrapper .actions-toolbar > .action.right.reveal-icon span,
.action-gift.right.reveal-icon i + span,
.action-gift.right.reveal-icon span {
  -ms-transform: translateX(0.75em);
  transform: translateX(0.75em);
}
.button.right.reveal-icon:hover > span,
button.right.reveal-icon:hover > span,
input[type='submit'].right.reveal-icon:hover > span,
input[type='reset'].right.reveal-icon:hover > span,
input[type='button'].right.reveal-icon:hover > span,
.cart.table-wrapper .actions-toolbar > .action.right.reveal-icon:hover > span,
.action-gift.right.reveal-icon:hover > span {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.button__opacity-1 {
  opacity: 0.1;
}
.button__opacity-1:hover {
  opacity: 0.1;
}
.button__opacity-2 {
  opacity: 0.2;
}
.button__opacity-2:hover {
  opacity: 0.2;
}
.button__opacity-3 {
  opacity: 0.3;
}
.button__opacity-3:hover {
  opacity: 0.3;
}
.button__opacity-4 {
  opacity: 0.4;
}
.button__opacity-4:hover {
  opacity: 0.4;
}
.button__opacity-5 {
  opacity: 0.5;
}
.button__opacity-5:hover {
  opacity: 0.5;
}
.button__opacity-6 {
  opacity: 0.6;
}
.button__opacity-6:hover {
  opacity: 0.6;
}
.button__opacity-7 {
  opacity: 0.7;
}
.button__opacity-7:hover {
  opacity: 0.7;
}
.button__opacity-8 {
  opacity: 0.8;
}
.button__opacity-8:hover {
  opacity: 0.8;
}
.button__opacity-9 {
  opacity: 0.9;
}
.button__opacity-9:hover {
  opacity: 0.9;
}
.reveal-icon i {
  width: 1em;
}
.reveal-icon i,
.reveal-icon span {
  display: inline-block;
  transition: opacity .3s, transform .3s;
}
.reveal-icon i + span,
.reveal-icon span {
  -ms-transform: translateX(-0.75em);
  transform: translateX(-0.75em);
}
.reveal-icon:not:hover i {
  opacity: 0;
}
.reveal-icon:hover > span {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
button i,
.button i,
.cart.table-wrapper .actions-toolbar > .action i,
.action-gift i {
  vertical-align: middle;
}
.button:not(.cs-font) > i {
  margin-left: -.15em;
  margin-right: .4em;
}
/* Mobile */
@media only screen and (min-width: 320px) {
  .x5 {
    left: 5%;
  }
  .x15 {
    left: 15%;
  }
  .x25 {
    left: 25%;
  }
  .x35 {
    left: 35%;
  }
  .x45 {
    left: 45%;
  }
  .x55 {
    right: 45%;
  }
  .x65 {
    right: 35%;
  }
  .x75 {
    right: 25%;
  }
  .x85 {
    right: 15%;
  }
  .x95 {
    right: 5%;
  }
  .x0 {
    left: 0%;
  }
  .x10 {
    left: 10%;
  }
  .x20 {
    left: 20%;
  }
  .x30 {
    left: 30%;
  }
  .x40 {
    left: 40%;
  }
  .x60 {
    right: 40%;
  }
  .x70 {
    right: 30%;
  }
  .x80 {
    right: 20%;
  }
  .x90 {
    right: 10%;
  }
  .x100 {
    right: 0%;
  }
  .y0 {
    top: 0%;
  }
  .y10 {
    top: 10%;
  }
  .y20 {
    top: 20%;
  }
  .y30 {
    top: 30%;
  }
  .y40 {
    top: 40%;
  }
  .y60 {
    bottom: 40%;
  }
  .y70 {
    bottom: 30%;
  }
  .y80 {
    bottom: 20%;
  }
  .y90 {
    bottom: 10%;
  }
  .y100 {
    bottom: 0%;
  }
  .y5 {
    top: 5%;
  }
  .y15 {
    top: 15%;
  }
  .y25 {
    top: 25%;
  }
  .y35 {
    top: 35%;
  }
  .y45 {
    top: 45%;
  }
  .y55 {
    bottom: 45%;
  }
  .y65 {
    bottom: 35%;
  }
  .y75 {
    bottom: 25%;
  }
  .y85 {
    bottom: 15%;
  }
  .y95 {
    bottom: 5%;
  }
  .x50 {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .y50 {
    top: 50.3%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .y50.x50 {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* Tablet */
@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 11px 5.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .column .block-addbysku .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 22px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous),
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 22px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .form-cart .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 11px;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 5.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 22px;
    font-size: 1.6rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #f4f4f4;
    border-bottom: none;
    height: 22px;
    padding: 5.5px 22px 5.5px 22px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 34px;
    padding: 22px 22px 22px 22px;
    border: 1px solid #f4f4f4;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    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;
    padding: 5.5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\c013';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 22px;
    margin: 0 0 11px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 11px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 22px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 11px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .minicart-wrapper .block-minicart {
    width: 500px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 22px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 27.5px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 44px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 22px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 22px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 33px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 11px 11px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 22px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 22px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 27.5px;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #f4f4f4;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -22px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 22px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #f4f4f4;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #f4f4f4;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 16.5px;
  }
  .box-tocart .action.tocart {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 24px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 11px 11px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 180px;
    overflow: hidden;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 180px);
    right: 0;
    top: 0;
    min-height: 180px;
    padding-left: 30px;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .header.content {
    padding: 33px 22px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 33.33%;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 11px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin: 0;
    padding-right: 11px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto !important;
    text-align: left !important;
    margin-bottom: 10px;
    display: table;
    float: none !important;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .control {
    float: none !important;
    width: auto !important;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .md-x5 {
    left: 5%;
  }
  .md-x15 {
    left: 15%;
  }
  .md-x25 {
    left: 25%;
  }
  .md-x35 {
    left: 35%;
  }
  .md-x45 {
    left: 45%;
  }
  .md-x55 {
    right: 45%;
  }
  .md-x65 {
    right: 35%;
  }
  .md-x75 {
    right: 25%;
  }
  .md-x85 {
    right: 15%;
  }
  .md-x95 {
    right: 5%;
  }
  .md-y5 {
    top: 5%;
  }
  .md-y15 {
    top: 15%;
  }
  .md-y25 {
    top: 25%;
  }
  .md-y35 {
    top: 35%;
  }
  .md-y45 {
    top: 45%;
  }
  .md-y55 {
    bottom: 45%;
  }
  .md-y65 {
    bottom: 35%;
  }
  .md-y75 {
    bottom: 25%;
  }
  .md-y85 {
    bottom: 15%;
  }
  .md-y95 {
    bottom: 5%;
  }
  .md-x0 {
    left: 0%;
  }
  .md-x10 {
    left: 10%;
  }
  .md-x20 {
    left: 20%;
  }
  .md-x30 {
    left: 30%;
  }
  .md-x40 {
    left: 40%;
  }
  .md-x60 {
    right: 40%;
  }
  .md-x70 {
    right: 30%;
  }
  .md-x80 {
    right: 20%;
  }
  .md-x90 {
    right: 10%;
  }
  .md-x100 {
    right: 0%;
  }
  .md-y0 {
    top: 0%;
  }
  .md-y10 {
    top: 10%;
  }
  .md-y20 {
    top: 20%;
  }
  .md-y30 {
    top: 30%;
  }
  .md-y40 {
    top: 40%;
  }
  .md-y60 {
    bottom: 40%;
  }
  .md-y70 {
    bottom: 30%;
  }
  .md-y80 {
    bottom: 20%;
  }
  .md-y90 {
    bottom: 10%;
  }
  .md-y100 {
    bottom: 0%;
  }
  .md-x50 {
    left: 50%;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .md-y50 {
    top: 50%;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .md-x50.md-y50 {
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
/* Tablet */
@media only screen and (min-width: 992px) {
  .lg-x5 {
    left: 5%;
  }
  .lg-x15 {
    left: 15%;
  }
  .lg-x25 {
    left: 25%;
  }
  .lg-x35 {
    left: 35%;
  }
  .lg-x45 {
    left: 45%;
  }
  .lg-x55 {
    right: 45%;
  }
  .lg-x65 {
    right: 35%;
  }
  .lg-x75 {
    right: 25%;
  }
  .lg-x85 {
    right: 15%;
  }
  .lg-x95 {
    right: 5%;
  }
  .lg-y5 {
    top: 5%;
  }
  .lg-y15 {
    top: 15%;
  }
  .lg-y25 {
    top: 25%;
  }
  .lg-y35 {
    top: 35%;
  }
  .lg-y45 {
    top: 45%;
  }
  .lg-y55 {
    bottom: 45%;
  }
  .lg-y65 {
    bottom: 35%;
  }
  .lg-y75 {
    bottom: 25%;
  }
  .lg-y85 {
    bottom: 15%;
  }
  .lg-y95 {
    bottom: 5%;
  }
  .lg-x0 {
    left: 0%;
  }
  .lg-x10 {
    left: 10%;
  }
  .lg-x20 {
    left: 20%;
  }
  .lg-x30 {
    left: 30%;
  }
  .lg-x40 {
    left: 40%;
  }
  .lg-x60 {
    right: 40%;
  }
  .lg-x70 {
    right: 30%;
  }
  .lg-x80 {
    right: 20%;
  }
  .lg-x90 {
    right: 10%;
  }
  .lg-x100 {
    right: 0%;
  }
  .lg-y0 {
    top: 0%;
  }
  .lg-y10 {
    top: 10%;
  }
  .lg-y20 {
    top: 20%;
  }
  .lg-y30 {
    top: 30%;
  }
  .lg-y40 {
    top: 40%;
  }
  .lg-y60 {
    bottom: 40%;
  }
  .lg-y70 {
    bottom: 30%;
  }
  .lg-y80 {
    bottom: 20%;
  }
  .lg-y90 {
    bottom: 10%;
  }
  .lg-y100 {
    bottom: 0%;
  }
  .lg-x50 {
    left: 50%;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .lg-y50 {
    top: 50%;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .lg-x50.lg-y50 {
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 11px 44px 11px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 11px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 27.5px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 11px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .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 {
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 11px 0;
  }
  .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 22px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    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;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    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 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5.5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 44px;
    padding: 5.5px 22px 5.5px 22px;
    font-weight: 600;
    line-height: 44px;
    font-size: 2rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5.5px;
    padding: 22px 22px 22px 22px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .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%;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    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 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 11px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -11px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 22px;
  }
  .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: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.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: 27.5px;
  }
  .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: 44px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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,
  [class*="block-compare"] {
    display: none;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: -11px;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 11px 22px 22px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
    min-width: 80px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 22px;
  }
  .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;
  }
  .banner .button.xxlarge {
    font-size: 2.5em;
  }
  .banner .button.xlarge {
    font-size: 1.8em;
  }
  .banner .button.larger {
    font-size: 1.2em;
  }
  .banner .button.large {
    font-size: 1em;
  }
}
img {
  transition: opacity 1s;
  opacity: 1;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}
.img,
.img img {
  width: 100%;
}
.img__inner {
  position: relative;
  overflow: hidden;
}
.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.thumbnail {
  max-width: 100%;
}
.bg-color .bg,
.bg-grayscale:hover .bg,
.has-hover .image-color img,
.has-hover:hover .image-grayscale img {
  filter: grayscale(100%);
}
.bg-color:hover .bg,
.has-hover:hover .image-color img {
  filter: grayscale(0);
}
.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bg-zoom-long .bg,
.has-hover .image-zoom-long img {
  transition: transform 5s !important;
}
.bg-zoom-long .bg,
.has-hover:hover .image-zoom-long img {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.bg-zoom-fade:hover .bg,
.has-hover:hover .image-zoom-fade img {
  opacity: .7;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bg-glow:hover .bg,
.has-hover:hover .image-glow img {
  filter: brightness(1.1);
}
.bg-fade-out:hover .bg,
.has-hover:hover .image-fade-out img {
  opacity: .7;
}
.image-fade:hover .bg,
.has-hover:hover .image-fade img {
  opacity: .6;
}
.bg-fade-in .bg,
.image-fade-in img {
  opacity: .7;
}
.bg-fade-in:hover .bg,
.has-hover:hover .image-fade-in img {
  opacity: 1;
}
.bg-blur:hover .bg,
.has-hover:hover .image-blur img {
  filter: blur(5px);
}
.bg-overlay-remove:hover .overlay,
.bg-overlay-add:not(:hover) .overlay,
.has-hover:hover .image-overlay-remove .overlay,
.has-hover:not(:hover) .image-overlay-add .overlay {
  opacity: 0;
}
.bg-overlay-remove-50:hover .overlay,
.bg-overlay-add-50:not(:hover) .overlay,
.has-hover:hover .image-overlay-remove-50 .overlay,
.has-hover:not(:hover) .image-overlay-add-50 .overlay {
  opacity: .5;
}
.page-layout-1column .products-list .product-items .zoo-inner-product-item-info:hover .zoo-product-image .add_to_cart {
  bottom: 113px;
}
.column.main .product-items.itemgrid .product-item {
  padding-left: 1%;
}
.product-items.itemgrid.zoo-itemgrid-adaptive {
  width: 100%;
}
.product-items.itemgrid .product-item {
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 40px;
}
.product-items.itemgrid .item.first {
  padding-left: 0;
}
.product-items.itemgrid .item.last {
  padding-right: 0;
}
.product-items .owl-nav [class*=owl-] a {
  font-size: 0;
  cursor: default;
  pointer-events: none;
  background: transparent;
  text-align: center;
  opacity: 1;
}
.product-items .owl-nav [class*=owl-] a:before {
  color: #272727;
  font-size: 20px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-items .owl-nav [class*=owl-] a.flex-prev:before {
  content: "\c024";
}
.product-items .owl-nav [class*=owl-] a.flex-next:before {
  content: "\c034";
}
.product-items .product-item-info {
  width: 100%;
  display: block;
  overflow: hidden;
}
.product-items .product-item-info.have-alternative-image .product-img-additional {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  max-width: 100%;
  z-index: 2;
}
.product-items .product-item-info.have-alternative-image .product-img-additional img {
  display: block;
}
.product-items .product-item-info .product-item-details {
  position: relative;
  padding: 15px 0;
  background: #FFFFFF;
  z-index: 4;
  text-align: center;
}
.product-items .product-item-info .price-box {
  margin: 0 0 10px;
}
.product-items .product-reviews-summary {
  margin-bottom: 0;
}
.product-items .product-reviews-summary.empty {
  display: none;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon {
  text-transform: capitalize;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  padding: 0;
  border: none;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  color: #2d2d2d;
  font-size: 0;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -sand-transform: scale(0);
  transition: all .3s;
  cursor: pointer;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon i {
  font-size: 14px;
  line-height: 35px;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon .effect-tooltip {
  height: 35px;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon .tooltip {
  position: absolute;
  top: 50%;
  right: 140%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -sand-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  background: #fff;
  color: #000;
  border-radius: 4px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.13);
  padding: 0 10px;
  line-height: 22px;
  font-size: 12px;
  letter-spacing: .3px;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon .tooltip:before {
  content: "\c262";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 97%;
  right: auto;
  color: #fff;
  font-size: 8px;
  font-family: cleversoft;
  line-height: 5px;
  -webkit-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -sand-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon.zoo-quickview {
  top: 10px;
  right: 10px;
  z-index: 9;
  position: absolute;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon.zoo-quickview:hover {
  background: #f56f5e;
  color: #fff;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon.zoo-quickview:hover i {
  color: #fff;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon.zoo-wishlist {
  position: absolute;
  top: 55px;
  z-index: 9;
  right: 10px;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon.zoo-compare {
  position: absolute;
  top: 101px;
  z-index: 9;
  right: 10px;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon__link {
  border-radius: 50%;
  color: #333;
  display: block;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon__link:hover {
  background: #f56f5e;
  color: #fff;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon__link:hover i {
  color: #fff;
}
.product-items .zoo-inner-product-item-info .add-to-link .zoo_icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
  right: 115%;
}
.product-items .zoo-inner-product-item-info:hover .add-to-link > .zoo_icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -sand-transform: scale(1);
}
.product-items .zoo-inner-product-item-info:hover .zoo-product-image .add_to_cart {
  bottom: 0;
  z-index: 9;
}
.product-items .zoo-inner-product-item-info .zoo-product-image {
  position: relative;
  overflow: hidden;
}
.product-items .zoo-inner-product-item-info .zoo-product-image .product-item-photo {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-items .zoo-inner-product-item-info .zoo-product-image .product-item-photo img.product-image-photo {
  position: relative;
}
.product-items .zoo-inner-product-item-info .zoo-product-image .product-item-photo img {
  width: 100%;
  margin: 0 auto;
}
.product-items .zoo-inner-product-item-info .zoo-product-image .add_to_cart {
  position: absolute;
  bottom: -40px;
  z-index: -1;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
.product-items .zoo-inner-product-item-info .zoo-product-image .add_to_cart .btn-addcart {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.product-items .zoo-inner-product-item-info .zoo-product-image .add_to_cart .btn-addcart i {
  transform: translate3d(-40px, 45px, 0);
  transition-duration: 0.3s;
  transition-property: transform, color;
  will-change: transform, color;
  font-size: 20px;
  margin-right: 5px;
}
.product-items .zoo-inner-product-item-info .zoo-product-image .add_to_cart .btn-addcart__title {
  transform: translate3d(-12px, 0, 0);
  -o-transition: transform .35s;
  -moz-transition: transform .35s;
  -webkit-transition: transform .35s;
  text-transform: uppercase;
  line-height: 20px;
}
.product-items .zoo-inner-product-item-info .zoo-product-image .add_to_cart .btn-addcart:hover {
  opacity: 0.8;
}
.product-items .zoo-inner-product-item-info .zoo-product-image .add_to_cart .btn-addcart:hover i,
.product-items .zoo-inner-product-item-info .zoo-product-image .add_to_cart .btn-addcart:hover .btn-addcart__title {
  transform: translate3d(0, 0, 0);
}
.clever-countdown.product_metadata {
  margin-top: 15px;
}
.clever-countdown-progress-bar {
  height: 10px;
  border-radius: 10px;
  background: #ebebeb;
  margin-bottom: 15px;
}
.available-sold {
  background: #5cb025;
  height: 100%;
  border-radius: 10px;
}
.clever-countdown-label span {
  color: #5cb025;
}
.countdown-deal {
  display: inline-block;
}
.countdown-deal__content {
  display: flex;
  align-items: center;
}
.countdown-deal__times {
  background: #1c6ac9;
  padding: 0 15px;
  margin-right: 30px;
  height: 30px;
  min-width: 170px;
  border-radius: 4px;
}
.countdown-deal__times span {
  color: #ffffff;
}
.countdown-deal__times-content {
  display: inline-block;
  padding-left: 10px;
}
.countdown-deal--time,
.countdown-deal__link {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.4px;
}
.countdown-deal--time {
  color: #ffffff;
}
.countdown-deal--time span {
  font-size: 16px;
}
.countdown-deal__link {
  color: #000000;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.countdown-deal__link span {
  padding-left: 10px;
  font-size: 25px;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-layout-1column .itemgrid.zoo-itemgrid-adaptive .product-item {
    width: 33.33%;
    clear: none !important;
  }
  .page-layout-1column .itemgrid.zoo-itemgrid-adaptive .product-item:nth-child(3n+1) {
    clear: left !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .page-layout-1column .itemgrid.zoo-itemgrid-adaptive .product-item {
    width: 50%;
    clear: none !important;
  }
  .page-layout-1column .itemgrid.zoo-itemgrid-adaptive .product-item:nth-child(2n+1) {
    clear: left !important;
  }
}
.grid-category .item,
.carousel-category .item {
  position: relative;
  padding: 0;
  display: inline-block;
}
.grid-category .item a img,
.carousel-category .item a img {
  width: auto;
  height: auto;
}
.grid-category .item .description,
.carousel-category .item .description {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  background: #ffffff;
  opacity: 0.7;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.grid-category .item .description .name-cat,
.carousel-category .item .description .name-cat {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 400;
  color: #272727;
  letter-spacing: 1px;
}
.grid-category .item .description .num-product,
.carousel-category .item .description .num-product {
  font-size: 11px;
  color: #272727;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.grid-category .item:hover .description,
.carousel-category .item:hover .description {
  opacity: 1;
}
.clever-categories-navigation .clever-categories-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  margin: 0;
  background: #333;
  font-weight: 600;
}
.clever-categories-navigation .clever-categories {
  list-style: none;
  padding: 10px 0;
}
.clever-categories-navigation .clever-categories .clever-category-item {
  min-width: 240px;
  position: relative;
  padding: 6px 20px;
  margin: 0px auto;
}
.clever-categories-navigation .clever-categories .clever-category-item:hover .clever-category-sub {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.clever-categories-navigation .clever-category-sub {
  position: absolute;
  padding: 10px 0;
  top: 100%;
  z-index: 6;
  background: #ffffff;
  -webkit-box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
  top: 0;
  left: 100%;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  list-style: none;
}
.clever-content-grid .grid-stack > .grid-stack-item > .grid-stack-item-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.clever-content-grid.clever-row- .row {
  margin: 0 -10px;
}
.clever-content-grid.clever-row- .grid-stack > .grid-stack-item > .grid-stack-item-content {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.clever-content-grid.clever-row-no-space .row {
  margin: 0;
}
.clever-content-grid.clever-row-no-space .grid-stack > .grid-stack-item > .grid-stack-item-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.clever-content-grid.clever-row-xs .row {
  margin: 0 -7px;
}
.clever-content-grid.clever-row-xs .grid-stack > .grid-stack-item > .grid-stack-item-content {
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
}
.clever-content-grid.clever-row-s .row {
  margin: 0 -15px;
}
.clever-content-grid.clever-row-s .grid-stack > .grid-stack-item > .grid-stack-item-content {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.clever-content-grid.clever-row-normal .row {
  margin: 0 -30px;
}
.clever-content-grid.clever-row-normal .grid-stack > .grid-stack-item > .grid-stack-item-content {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.cs-panel .cs-widget-sow-editor-base .grid-stack-item .cs-widget-sow-editor-base {
  padding: 0 !important;
}
.col_grid-empty {
  position: relative;
  display: block;
  text-align: center;
  transform: translateZ(0);
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  min-height: 50px;
  border: 2px dotted rgba(0, 160, 210, 0.5);
  background-color: rgba(0, 160, 210, 0.05);
}
.col_grid .banner-layer {
  position: relative;
}
[data-animate] {
  will-change: filter,
		transform,
		opacity;
  -webkit-backface-visibility: hidden;
  animation-fill-mode: forwards;
  opacity: 0 !important;
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
}
[data-animate="bounceInLeft"],
[data-animate="bounceInUp"],
[data-animate="bounceInDown"],
[data-animate="bounceInRight"] {
  transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.5s ease-in;
}
[data-animate="bounceInLeft"] {
  transform: translate3d(-300px, 0, 0);
}
[data-animate="blurIn"] {
  filter: blur(15px);
}
[data-animate="fadeInLeft"] {
  transform: translate3d(-70px, 0, 0);
}
[data-animate="fadeInRight"] {
  transform: translate3d(70px, 0, 0);
}
[data-animate="bounceInUp"],
[data-animate="fadeInUp"] {
  transform: translate3d(0, 70px, 0);
}
[data-animate="bounceInRight"] {
  transform: translate3d(300px, 0, 0);
}
[data-animate="bounceIn"] {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
[data-animate="bounceInDown"],
[data-animate="fadeInDown"] {
  transform: translate3d(0, -70px, 0);
}
[data-animate="flipInY"] {
  transform: perspective(400px) rotate3d(0, 1, 0, -90deg) translate3d(15px, 0, 0);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
[data-animate="flipInX"] {
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg) translate3d(0, -15px, 0);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
[data-animated="true"] {
  animation-delay: .1s;
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1 !important;
  -webkit-animation: fade-in 0.1s;
  -webkit-animation-delay: .1s;
}
.flickity-slider > *:not(.is-selected) [data-animated="true"] {
  transition: opacity 0.3s !important;
}
[data-animate="none"] {
  opacity: 1 !important;
}
[data-animated="true"][data-animate="blurIn"] {
  filter: blur(0);
}
[data-animated="false"] {
  transition: none !important;
}
.has-shadow [data-animate],
[data-animate]:hover {
  transition-delay: 0s !important;
}
[data-animate-delay="100"] {
  transition-delay: .1s;
}
.clever-tabs .outline:hover {
  background: none;
}
.clever-tabs .nav-size__xs .nav-item .nav-link {
  font-size: .65em;
}
.clever-tabs .nav-size__s .nav-item .nav-link {
  font-size: .7em;
}
.clever-tabs .nav-size__m .nav-item .nav-link {
  font-size: .8em;
}
.clever-tabs .nav-size__l .nav-item .nav-link {
  font-size: 1em;
}
.clever-tabs .nav-size__xl .nav-item .nav-link {
  font-size: 1.1em;
}
.clever-tabs .nav-tabs {
  border: none;
}
.clever-tabs .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0.5rem 0;
}
.clever-tabs .nav-tabs.simple {
  border-bottom: none;
}
.clever-tabs .nav-tabs.simple .nav-item {
  margin: 0;
}
.clever-tabs .nav-tabs.simple .nav-item.active .nav-link,
.clever-tabs .nav-tabs.simple .nav-item:hover .nav-link {
  color: #000000;
}
.clever-tabs .nav-tabs.simple .nav-item .nav-link {
  background: none;
  color: #cccccc;
}
.clever-tabs .nav-tabs.line .nav-item .nav-link:before,
.clever-tabs .nav-tabs.line-grow .nav-item .nav-link:before,
.clever-tabs .nav-tabs.line-bottom .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background-color: #446084;
  transition: all 0.3s;
  opacity: 0;
  height: 3px;
}
.clever-tabs .nav-tabs.line .nav-item:hover .nav-link:before,
.clever-tabs .nav-tabs.line-grow .nav-item:hover .nav-link:before,
.clever-tabs .nav-tabs.line-bottom .nav-item:hover .nav-link:before,
.clever-tabs .nav-tabs.line .nav-item.active .nav-link:before,
.clever-tabs .nav-tabs.line-grow .nav-item.active .nav-link:before,
.clever-tabs .nav-tabs.line-bottom .nav-item.active .nav-link:before {
  opacity: 1;
}
.clever-tabs .nav-tabs.line-grow .nav-item .nav-link:before,
.clever-tabs .nav-tabs.line-bottom .nav-item .nav-link:before {
  width: 0%;
}
.clever-tabs .nav-tabs.line-grow .nav-item:hover .nav-link:before,
.clever-tabs .nav-tabs.line-bottom .nav-item:hover .nav-link:before,
.clever-tabs .nav-tabs.line-grow .nav-item.active .nav-link:before,
.clever-tabs .nav-tabs.line-bottom .nav-item.active .nav-link:before {
  width: 100%;
}
.clever-tabs .nav-tabs.line-bottom .nav-item .nav-link:before {
  top: auto;
  bottom: 0;
}
.clever-tabs .nav-tabs.outline .nav-item .nav-link {
  line-height: 2em;
  padding: 0 .75em;
  position: relative;
  z-index: 10;
  border: 2px solid transparent;
  border-radius: 32px;
}
.clever-tabs .nav-tabs.outline .nav-item:hover .nav-link,
.clever-tabs .nav-tabs.outline .nav-item.active .nav-link {
  color: #446084;
  border-color: currentColor;
}
.clever-tabs .nav-tabs.tabs .nav-item .nav-link {
  border-top: 2px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.04);
  padding: 0.5rem 1rem;
}
.clever-tabs .nav-tabs.tabs .nav-item.active {
  margin-bottom: -1px;
}
.clever-tabs .nav-tabs.tabs .nav-item.active .nav-link {
  background: #ffffff;
  border-top-color: #446084;
}
.clever-tabs .nav-tabs.pills .nav-item {
  margin: 0 3px;
}
.clever-tabs .nav-tabs.pills .nav-item .nav-link {
  padding: 10px 15px;
  border-radius: 99px;
  line-height: 1em;
}
.clever-tabs .nav-tabs.pills .nav-item.active .nav-link,
.clever-tabs .nav-tabs.pills .nav-item:hover .nav-link {
  color: #ffffff;
  background: #446084;
}
.clever-tabs .tab-content {
  width: 100%;
}
.clever-tabs .tab-content.empty-content {
  min-height: 30px;
  text-align: center;
}
.clever-tabs .tab-content.empty-content .plus {
  min-height: 30px;
  text-align: center;
  position: relative;
  width: 100%;
}
.clever-tabs .tab-content.empty-content .plus > span {
  position: absolute;
  top: 25%;
}
.clever-tabs__horizontal .nav.nav-tabs .nav-item {
  margin: 0 15px;
}
.clever-tabs__horizontal .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.clever-tabs__horizontal .nav.nav-tabs.line .nav-item {
  margin: 0 10px;
}
.clever-tabs__horizontal .nav.nav-tabs.line .nav-item .nav-link {
  padding: 0.5rem 0;
}
.clever-tabs__horizontal .nav.nav-tabs.divided li + li .nav-link:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 15px;
  margin-top: -7px;
  left: -13px;
}
.clever-tabs__horizontal .nav.nav-tabs.tabs .nav-item .nav-link {
  background: rgba(0, 0, 0, 0.04);
}
.clever-tabs__horizontal .nav.nav-tabs.tabs .nav-item.active .nav-link {
  background: #ffffff;
  margin-bottom: -15px;
  overflow: hidden;
}
.clever-tabs__horizontal .clever-tabs__title {
  position: relative;
  margin-bottom: 30px;
}
.clever-tabs__horizontal .clever-tabs__title.left,
.clever-tabs__horizontal .clever-tabs__title.right {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
}
.clever-tabs__horizontal .clever-tabs__title.left:after,
.clever-tabs__horizontal .clever-tabs__title.right:after {
  position: absolute;
  content: '';
  border-bottom: 2px solid;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
}
.clever-tabs__horizontal .clever-tabs__title.right:after {
  right: 0;
  left: inherit;
}
.clever-tabs__horizontal .clever-tabs__title.right .clever-tabs__name {
  -ms-flex-order: 2;
  order: 2;
}
.clever-tabs__horizontal .clever-tabs__title.center {
  text-align: center;
}
.clever-tabs__horizontal .clever-tabs__title.center .nav {
  display: block;
}
.clever-tabs__horizontal .clever-tabs__title.center .clever-tabs__name {
  margin-bottom: 15px;
}
.clever-tabs__horizontal .clever-tabs__title.center .clever-tabs__name--title {
  font-size: 36px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.clever-tabs__horizontal .clever-tabs__name--title {
  font-size: 24px;
  font-weight: 700;
}
.clever-tabs__horizontal .clever-tabs__links .nav {
  margin: 0;
}
.clever-tabs__horizontal .clever-tabs__links .nav-item {
  display: inline-block;
  text-align: right;
}
.clever-tabs__vertical {
  display: flex;
}
.clever-tabs__vertical .clever-tabs__title {
  min-width: 16.666667%;
}
.clever-tabs__vertical .clever-tabs__name {
  height: 50px;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  background: #ddd;
  width: 100%;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.clever-tabs__vertical .clever-tabs__name--title {
  margin: 0;
  padding: 0 20px;
  line-height: 50px;
  font-weight: 700;
}
.clever-tabs__vertical .clever-tabs__links {
  padding: 20px 0;
}
.clever-tabs__vertical .nav-tabs > li + li {
  border-top: 1px solid #ececec;
}
.clever-tabs__vertical .nav-tabs.line .nav-item .nav-link:before {
  right: -2px;
  z-index: 1;
  left: auto;
  width: 3px;
  height: 100%;
}
.clever-tabs__vertical .nav-tabs.outline .nav-item {
  margin: 0;
  padding: 10px 0;
}
.clever-tabs__vertical .nav-tabs.tabs .nav-item .nav-link {
  border: 0;
}
.clever-tabs__vertical .nav-tabs.tabs .nav-item.active .nav-link {
  border-left: 3px solid #446084;
}
.clever-tabs .fade.in {
  opacity: 1;
}
.section-title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.section-title i {
  opacity: .6;
  margin-right: 0.5em;
}
.section-title i.icon-angle-right {
  margin-right: 0;
  margin-left: 10px;
}
.section-title span {
  text-transform: uppercase;
}
.section-title small {
  text-transform: none;
  font-weight: normal;
  padding-left: 15px;
  font-size: 1em;
  opacity: .7;
}
.section-title b {
  display: block;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  opacity: .1;
  background-color: currentColor;
}
.section-title a {
  display: block;
  padding-left: 15px;
  font-size: .8em;
  margin-left: auto;
}
.section-title-normal {
  border-bottom: 2px solid #ececec;
}
.section-title-normal span {
  margin-right: 15px;
  padding-bottom: 7.5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: -2px;
}
.section-title-normal b {
  display: none;
}
.dark .section-title-normal {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark .section-title-normal span {
  border-color: rgba(255, 255, 255, 0.2);
}
.section-title-center span {
  margin: 0 15px;
  text-align: center;
}
.section-title-center small {
  padding: 0 15px;
  display: block;
}
.section-title-center {
  text-align: center;
  display: block;
}
.section-title-bold-center .section-title-main.section-title__text {
  flex-grow: 1;
  text-align: center;
}
.section-title-bold-center span {
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: .3em .8em;
}
.section-title-bold-center small {
  padding: 0 15px;
  display: block;
}
.section-title-bold span {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: .3em .8em;
}
.section-title-bold b:first-of-type {
  display: none;
}
.image-box__element.element-position-left .image-box__wrapper,
.icon-box__element.element-position-left .image-box__wrapper,
.image-box__element.element-position-right .image-box__wrapper,
.icon-box__element.element-position-right .image-box__wrapper,
.image-box__element.element-position-left .icon-box__wrapper,
.icon-box__element.element-position-left .icon-box__wrapper,
.image-box__element.element-position-right .icon-box__wrapper,
.icon-box__element.element-position-right .icon-box__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.image-box__element.element-position-left .image-box__wrapper .image-box__wrapper-img,
.icon-box__element.element-position-left .image-box__wrapper .image-box__wrapper-img,
.image-box__element.element-position-right .image-box__wrapper .image-box__wrapper-img,
.icon-box__element.element-position-right .image-box__wrapper .image-box__wrapper-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.image-box__element.element-position-left .icon-box__wrapper .element-iconbox__icon,
.icon-box__element.element-position-left .icon-box__wrapper .element-iconbox__icon,
.image-box__element.element-position-right .icon-box__wrapper .element-iconbox__icon,
.icon-box__element.element-position-right .icon-box__wrapper .element-iconbox__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.image-box__element.element-position-left .image-box__wrapper,
.icon-box__element.element-position-left .image-box__wrapper,
.image-box__element.element-position-left .icon-box__wrapper,
.icon-box__element.element-position-left .icon-box__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.image-box__element.element-position-left .icon-box__wrapper .element-iconbox__icon,
.icon-box__element.element-position-left .icon-box__wrapper .element-iconbox__icon {
  margin-right: 20px;
}
.image-box__element.element-position-left .image-box__wrapper .element-iconbox__icon,
.icon-box__element.element-position-left .image-box__wrapper .element-iconbox__icon {
  margin-left: 20px;
}
.image-box__element.element-position-top .image-box__wrapper,
.icon-box__element.element-position-top .image-box__wrapper,
.image-box__element.element-position-top .icon-box__wrapper,
.icon-box__element.element-position-top .icon-box__wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.image-box__element.element-position-top .icon-box__wrapper .element-iconbox__icon,
.icon-box__element.element-position-top .icon-box__wrapper .element-iconbox__icon {
  margin-bottom: 20px;
}
.image-box__element.element-position-top .image-box__wrapper .element-iconbox__icon,
.icon-box__element.element-position-top .image-box__wrapper .element-iconbox__icon {
  margin-bottom: 20px;
}
.image-box__element.element-position-right .image-box__wrapper,
.icon-box__element.element-position-right .image-box__wrapper,
.image-box__element.element-position-right .icon-box__wrapper,
.icon-box__element.element-position-right .icon-box__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.image-box__element.element-position-right .icon-box__wrapper .element-iconbox__icon,
.icon-box__element.element-position-right .icon-box__wrapper .element-iconbox__icon {
  margin-left: 20px;
}
.image-box__element.element-position-right .image-box__wrapper .element-iconbox__icon,
.icon-box__element.element-position-right .image-box__wrapper .element-iconbox__icon {
  margin-left: 20px;
}
.image-box__element.element-vertical-align-top .image-box__wrapper,
.icon-box__element.element-vertical-align-top .image-box__wrapper,
.image-box__element.element-vertical-align-top .icon-box__wrapper,
.icon-box__element.element-vertical-align-top .icon-box__wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.image-box__element.element-vertical-align-middle .image-box__wrapper,
.icon-box__element.element-vertical-align-middle .image-box__wrapper,
.image-box__element.element-vertical-align-middle .icon-box__wrapper,
.icon-box__element.element-vertical-align-middle .icon-box__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-box__element.element-vertical-align-bottom .image-box__wrapper,
.icon-box__element.element-vertical-align-bottom .image-box__wrapper,
.image-box__element.element-vertical-align-bottom .icon-box__wrapper,
.icon-box__element.element-vertical-align-bottom .icon-box__wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.image-box__wrapper-img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}
.image-box__content {
  width: 100%;
}
.image-box__content-title a {
  color: inherit;
}
.clever-row-xs .icon-box__element,
.clever-row-no-space .icon-box__element {
  padding-left: 10px;
}
.icon-box__wrapper .element-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #0172ff;
  font-size: 50px;
  text-align: center;
}
.icon-box__wrapper .element-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.icon-box__wrapper .element-icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.element-view-stacked.element-shape_stacked-circle .element-icon {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.element-view-stacked .element-icon {
  padding: .5em;
  color: #fff;
  background: #0172ff;
}
.element-view-framed .element-icon {
  padding: .5em;
  color: #0172ff;
  border: 3px solid #0172ff;
  background-color: transparent;
}
.element-view-framed.element-shape_framed-circle .element-icon {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.element-animation-grow {
  transition-duration: .3s;
  transition-property: transform;
}
.element-animation-grow:active,
.element-animation-grow:focus,
.element-animation-grow:hover {
  transform: scale(1.1);
}
.element-animation-shrink {
  transition-duration: .3s;
  transition-property: transform;
}
.element-animation-shrink:active,
.element-animation-shrink:focus,
.element-animation-shrink:hover {
  transform: scale(0.9);
}
.element-animation-pulse {
  transition-duration: .3s;
  transition-property: transform;
}
.element-animation-pulse:active,
.element-animation-pulse:focus,
.element-animation-pulse:hover {
  animation-name: element-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.element-animation-pulse-grow:active,
.element-animation-pulse-grow:focus,
.element-animation-pulse-grow:hover {
  animation-name: element-animation-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.element-animation-pulse-shrink:active,
.element-animation-pulse-shrink:focus,
.element-animation-pulse-shrink:hover {
  animation-name: element-animation-pulse-shrink;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.element-animation-push:active,
.element-animation-push:focus,
.element-animation-push:hover {
  animation-name: element-animation-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.element-animation-pop:active,
.element-animation-pop:focus,
.element-animation-pop:hover {
  animation-name: element-animation-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.element-animation-bounce-in {
  transition-duration: .5s;
}
.element-animation-bounce-in:active,
.element-animation-bounce-in:focus,
.element-animation-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.element-animation-bounce-out {
  transition-duration: .5s;
}
.element-animation-bounce-out:active,
.element-animation-bounce-out:focus,
.element-animation-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.element-animation-rotate {
  transition-duration: .3s;
  transition-property: transform;
}
.element-animation-rotate:active,
.element-animation-rotate:focus,
.element-animation-rotate:hover {
  transform: rotate(4deg);
}
.element-animation-grow-rotate {
  transition-duration: .3s;
  transition-property: transform;
}
.element-animation-grow-rotate:active,
.element-animation-grow-rotate:focus,
.element-animation-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}
.element-animation-float {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.element-animation-float:active,
.element-animation-float:focus,
.element-animation-float:hover {
  transform: translateY(-8px);
}
.element-animation-sink {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.element-animation-sink:active,
.element-animation-sink:focus,
.element-animation-sink:hover {
  transform: translateY(8px);
}
.element-animation-bob:active,
.element-animation-bob:focus,
.element-animation-bob:hover {
  animation-name: element-animation-bob-float,element-animation-bob;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate;
}
.element-animation-hang:active,
.element-animation-hang:focus,
.element-animation-hang:hover {
  animation-name: element-animation-hang-sink,element-animation-hang;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate;
}
.element-animation-skew {
  transition-duration: .3s;
  transition-property: transform;
}
.element-animation-skew:active,
.element-animation-skew:focus,
.element-animation-skew:hover {
  transform: skew(-10deg);
}
.element-animation-skew-forward {
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.element-animation-skew-forward:active,
.element-animation-skew-forward:focus,
.element-animation-skew-forward:hover {
  transform: skew(-10deg);
}
.element-animation-skew-backward {
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.element-animation-skew-backward:active,
.element-animation-skew-backward:focus,
.element-animation-skew-backward:hover {
  transform: skew(10deg);
}
.element-animation-wobble-vertical:active,
.element-animation-wobble-vertical:focus,
.element-animation-wobble-vertical:hover {
  animation-name: element-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.element-animation-wobble-horizontal:active,
.element-animation-wobble-horizontal:focus,
.element-animation-wobble-horizontal:hover {
  animation-name: element-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.element-animation-wobble-to-bottom-right:active,
.element-animation-wobble-to-bottom-right:focus,
.element-animation-wobble-to-bottom-right:hover {
  animation-name: element-animation-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.element-animation-wobble-to-top-right:active,
.element-animation-wobble-to-top-right:focus,
.element-animation-wobble-to-top-right:hover {
  animation-name: element-animation-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.element-animation-wobble-top {
  transform-origin: 0 100%;
}
.element-animation-wobble-top:active,
.element-animation-wobble-top:focus,
.element-animation-wobble-top:hover {
  animation-name: element-animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.element-animation-wobble-bottom {
  transform-origin: 100% 0;
}
.element-animation-wobble-bottom:active,
.element-animation-wobble-bottom:focus,
.element-animation-wobble-bottom:hover {
  animation-name: element-animation-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.element-animation-wobble-skew:active,
.element-animation-wobble-skew:focus,
.element-animation-wobble-skew:hover {
  animation-name: element-animation-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.element-animation-buzz:active,
.element-animation-buzz:focus,
.element-animation-buzz:hover {
  animation-name: element-animation-buzz;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.element-animation-buzz-out:active,
.element-animation-buzz-out:focus,
.element-animation-buzz-out:hover {
  animation-name: element-animation-buzz-out;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes element-animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes element-animation-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
@keyframes element-animation-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes element-animation-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes element-animation-pop {
  50% {
    transform: scale(1.2);
  }
}
@keyframes element-animation-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes element-animation-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
@keyframes element-animation-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes element-animation-hang-sink {
  100% {
    transform: translateY(8px);
  }
}
@keyframes element-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes element-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes element-animation-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes element-animation-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes element-animation-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes element-animation-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes element-animation-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes element-animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes element-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
p {
  line-height: 2;
}
.page-wrapper {
  overflow: hidden;
}
.page-wrapper .products-grid .product-item-info:hover,
.page-wrapper .products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: normal;
}
.fieldset > .field.required > .control-label:after,
.fieldset > .fields > .field.required > .control-label:after,
.fieldset > .field._required > .control-label:after,
.fieldset > .fields > .field._required > .control-label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
mark,
.mark {
  background-color: transparent;
}
.btn,
.input-group-btn .btn {
  border-radius: 0;
}
.ui-widget,
.action.primary {
  font-family: inherit;
}
.ajax-item-loading .zoo-loading2 {
  opacity: 1;
  visibility: visible;
}
.ajax-items-loading .block-content > .zoo-loading2 {
  opacity: 1;
  visibility: visible;
}
span.figcaption {
  padding-top: 10px;
  display: block;
}
#cboxClose:before {
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\c067';
  font-size: 18px;
}
.products-grid.wishlist .product-item-comment {
  margin: 0;
}
@-webkit-keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: .8;
  }
  to {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@keyframes spinner-bubble {
  from {
    width: 16px;
    height: 16px;
    opacity: .9;
  }
  to {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@-webkit-keyframes spinner-bubble-2 {
  from {
    width: 0px;
    height: 0px;
    opacity: .9;
  }
  to {
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}
@keyframes spinner-bubble-2 {
  from {
    width: 0px;
    height: 0px;
    opacity: .9;
  }
  to {
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}
.owl-carousel .product-items .product-item-info .zoo-product-image a img.clazyload {
  display: block;
  position: absolute;
  height: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.products-grid .product-items .product-item-inner {
  position: relative !important;
  top: 0;
  left: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
  width: auto !important;
  height: auto !important;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner .product-item .price-box,
.products-grid .product-items .product-item-inner .product-item .price-box {
  margin: 0;
  padding: 0;
}
.products-grid.wishlist .product-items .product-item-info {
  overflow: inherit;
}
.products-grid.wishlist .product-items .box-tocart .tocart {
  font-size: 14px;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.products-grid .owl-carousel .owl-dots {
  margin-bottom: 20px;
}
.products-grid .owl-carousel .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 10px;
}
.page-products .products-grid.grid {
  padding-bottom: 30px;
  overflow: hidden;
}
.page-products .toolbar.toolbar-products {
  position: relative;
  text-align: left;
  width: auto;
  padding: 0;
  margin-bottom: 20px;
}
.page-products .column {
  padding-top: 0;
}
.page-products .column .column.main {
  max-width: 100%;
}
.zoo-sidebar-main .filter-current .filter-label {
  display: inline-block;
}
.zoo-sidebar-main .action.remove:before {
  content: '\c067';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zoo-sidebar-main .block-content .filter-actions,
.zoo-sidebar-main .block-content .filter-current {
  order: 1;
}
.zoo-sidebar-main .block-content .filter-actions {
  margin-bottom: 10px;
}
.zoo-sidebar-main .block-content .filter-actions .block-title {
  position: relative;
}
.zoo-sidebar-main .block-content .filter-actions h4 {
  margin: 0;
}
.togglelines {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #252525;
  -moz-transition: background .01s ease .3s;
  -o-transition: background .01s ease .3s;
  -webkit-transition: background .01s ease .3s;
  transition: background .01s ease .3s;
}
.togglelines:before,
.togglelines:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #222;
  position: absolute;
  top: -7px;
  -moz-transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
  -o-transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
  -webkit-transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
  transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s;
}
.togglelines:after {
  top: 7px;
  width: 10px;
}
.shop-by-brand-list .brand-item {
  border: 1px solid #ddd;
  margin: 5px;
}
.products.wrapper ~ .toolbar .pages {
  float: right !important;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.page-products .toolbar .limiter label {
  color: #666666;
}
.page-layout-3columns .wrap-additional {
  float: inherit;
  border-left: 1px solid #ebebeb;
}
/*cookielaw*/
#v-cookielaw.v-box .v-actions a {
  text-decoration: none;
}
/* Quick View Template*/
.zoo-quickview-popup #clever-quickview .product-quickview-view {
  margin: 0;
}
#clever-quickview .swatch-attribute {
  height: auto !important;
  overflow: visible !important;
}
.quickview-product-view .page-wrapper {
  background-color: #ffffff;
}
.quickview-product-view #zoo-main-content {
  padding: 0;
  background-color: #ffffff;
  border: none;
}
.quickview-product-view #zoo-main-content .container {
  width: inherit;
  padding: 0;
}
.quickview-product-view #product-options-wrapper {
  padding-bottom: 0;
  margin-bottom: 25px;
}
.quickview-product-view #product-options-wrapper .swatch-attribute {
  margin-bottom: 15px;
}
.quickview-product-view .fotorama__fullscreen-icon {
  display: none !important;
}
.quickview-product-view .fotorama__fullscreen-icon:focus:after,
.quickview-product-view .fotorama__zoom-out:focus:after,
.quickview-product-view .fotorama__zoom-in:focus:after,
.quickview-product-view .fotorama__arr:focus:after,
.quickview-product-view .fotorama__stage__shaft:focus:after,
.quickview-product-view .fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.quickview-product-view .fotorama__nav__frame--dot:focus .fotorama__dot:after {
  display: none !important;
}
.quickview-product-view .fotorama__thumb {
  background-color: transparent;
}
.quickview-product-view .product-quickview-view {
  width: 100%;
}
.quickview-product-view .product-quickview-view .product-info-main {
  margin: 0;
}
.quickview-product-view .product-quickview-view .product-media {
  margin: 0;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__nav-wrap,
.quickview-product-view .product-quickview-view .product-media .fotorama__fullscreen-icon {
  display: none !important;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage {
  left: 0 !important;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage .fotorama__stage__shaft {
  position: relative;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage .fotorama__stage__shaft .fotorama__img {
  max-height: 650px;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage .fotorama__arr--next {
  right: 0 !important;
}
.quickview-product-view .product-quickview-view .product-media .price-label {
  display: none;
}
.quickview-product-view .product-quickview-view .product-info-main {
  padding-top: 40px;
}
.quickview-product-view .product-quickview-view .product-info-main .page-title {
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.quickview-product-view .product-quickview-view .product-info-main .product.attibute.overview {
  font-size: 16px;
  line-height: inherit;
}
.quickview-product-view .product-quickview-view .product-social-links {
  padding-bottom: 0;
  border-bottom: none;
}
.quickview-product-view .copyright {
  display: none;
}
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid;
}
/*Footer*/
.black-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0.6;
}
.form-edit-account {
  max-width: 600px;
}
.form-edit-account input[type="text"],
.form-edit-account input[type="password"],
.form-edit-account input[type="url"],
.form-edit-account input[type="tel"],
.form-edit-account input[type="search"],
.form-edit-account input[type="number"],
.form-edit-account input[type="datetime"],
.form-edit-account input[type="email"] {
  width: auto;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
.account-nav {
  max-width: 260px;
}
.block_parallax .block-image {
  position: relative;
  overflow: hidden;
}
.block_parallax .block-image .ctas_stack {
  position: absolute;
}
.block_parallax .block-image .ctas_stack a {
  margin: 0 10px;
  border-bottom: 1px solid #ffffff;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #ffffff;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block_parallax .block-image .ctas_stack a:hover {
  border-color: #fc6a21;
  color: #fc6a21;
}
.block_parallax .block-image img {
  width: 100%;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
.block_parallax .block-image:hover img {
  opacity: 0.85;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
}
.block_parallax .block-image1 .ctas_stack {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
}
.block_parallax .block-image2 .ctas_stack {
  bottom: 18%;
  left: 9%;
  transform: translate(-9%, -18%);
  -webkit-transform: translate(-9%, -18%);
  -moz-transform: translate(-9%, -18%);
}
.block_parallax .block-image3 .ctas_stack {
  bottom: 27%;
  left: 27%;
  transform: translate(-27%);
  -webkit-transform: translate(-27%);
  -moz-transform: translate(-27%);
}
.block_parallax .block-image3 .ctas_stack a {
  border: none;
  background: #ffffff;
  color: #000000;
  padding: 10px 20px;
}
.block_parallax .block-image3 .ctas_stack a:hover {
  background-color: #fc6a21;
  color: #ffffff;
}
.block_parallax .equal-height img {
  width: 100%;
}
.label {
  font-size: 100%;
  padding: 0;
  line-height: 1.3;
  text-align: initial;
  font-weight: normal;
  margin-bottom: 5px;
  color: #666666;
}
.banner1 {
  margin-bottom: 44px;
}
.banner1 .inner {
  background: none repeat scroll 0 0 #627f9a;
  color: #a8d6b4;
  display: block;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.banner1 .inner-banner {
  border: 1px solid #7ba887;
  display: block;
  padding: 17px 10px;
}
.banner1 h6 {
  color: #ffffff;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  margin: 0;
  padding: 0 0 1px;
}
.magnify-lens {
  background: transparent;
  border: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.share-product-text p {
  font-size: 16px;
  color: #999;
}
.share-product-text h3 {
  font-size: 36px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 30px;
}
.product-shop {
  margin-bottom: 50px;
}
.product-shop .value {
  color: #999;
  line-height: 28px;
}
.product-shop .stock.available {
  font-weight: 700;
  color: #000000;
}
.product-shop.active-fix > div:first-child {
  padding-top: 60px;
}
.value[itemprop="description"] {
  color: #666666;
  padding-bottom: 15px;
  display: inline-block;
}
.zoo-main-heading .zoo-heading-wrapper-title h3 {
  clear: both;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.zoo-main-heading .zoo-heading-wrapper-title .sub-title {
  position: relative;
  top: -30px;
  color: #9d9d9d;
}
.product-widget-sidebar {
  position: relative;
}
.product-widget-sidebar .grid {
  position: static;
}
.product-widget-sidebar .grid .owl-carousel {
  position: static;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons,
.product-widget-sidebar .grid .owl-carousel .owl-nav {
  transform: initial;
  top: 0;
  right: 0;
  width: auto;
  left: auto;
  padding: 0;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons > div,
.product-widget-sidebar .grid .owl-carousel .owl-nav > div {
  position: static;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: none;
  box-shadow: none;
  margin: 0;
  background-color: #ebebeb;
  border-radius: 0 !important;
  padding: 0;
  float: left;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons > div i,
.product-widget-sidebar .grid .owl-carousel .owl-nav > div i {
  color: #000000;
  font-size: 12px;
  margin-top: -7px;
  display: inline-block;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons > div:hover i,
.product-widget-sidebar .grid .owl-carousel .owl-nav > div:hover i {
  color: #fc6a21;
}
.widgets2-cols {
  padding: 0 30px;
}
.widgets3-cols {
  padding: 0 15px;
}
.zoo-widget-style1 {
  margin-bottom: 60px;
}
.zoo-widget-style2 {
  margin-bottom: 30px;
}
.zoo-widget-transparent .product-items .product-item-info .product-item-details {
  background: transparent;
}
.zoo-widget-transparent .product-item-name > a {
  color: #ffffff !important;
}
.zoo-widget-transparent .price-box .price,
.zoo-widget-transparent button.tocart,
.zoo-widget-transparent .cart.table-wrapper .actions-toolbar > .action.tocart,
.zoo-widget-transparent .action-gift.tocart {
  color: #ffffff !important;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs li {
  margin: 20px;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs li.active {
  border: none;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs li a {
  border: 0;
  background: transparent;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #666666;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .tab-pane {
  height: auto !important;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .tab-pane .owl-dots {
  bottom: 20px;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .product-items .product-item-info .zoo-product-image .product-image-wrapper {
  padding-bottom: 0 !important;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .product-image-container {
  width: 100% !important;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li {
  margin: 20px 5px;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active,
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover {
  border: none;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active a,
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover a {
  color: #ffffff !important;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active:before,
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover:before {
  display: none;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li a {
  font-size: 14px;
  text-transform: none;
  padding: 5px 10px;
  font-weight: normal;
  border-radius: 50px;
}
body .featured-products {
  text-align: center;
}
body .featured-products .title {
  font-size: 36px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.nav.nav-tabs {
  padding: 0;
  list-style: none;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  display: none;
}
.zoo-title-size2 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 40px;
  font-weight: normal;
}
.product-item-photo {
  position: relative;
  overflow: hidden;
}
.required .swatch-attribute-label:after {
  content: ' *';
  color: #EE001C;
  font-weight: normal;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
}
.related-product.zoo-product-collection01 {
  margin-bottom: 60px;
}
.related-product.zoo-product-collection01 .products-grid.grid .product-item-info {
  border: 1px solid #ebebeb;
}
.related-product.zoo-product-collection01.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  background-color: #ffffff;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li a {
  line-height: inherit;
  padding: 10px 0;
  margin-left: 0;
  border: none;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li .slicknav_arrow {
  top: 4px;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li.parent a:before {
  display: none;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top:first-child a {
  padding-left: 0;
  margin-left: 0;
}
.clever-horizontal-menu ul.clever-mega-menu li.category-menu.no-dropdown {
  border-right: 1px solid #e1e1e1;
}
.clever-horizontal-menu ul.clever-mega-menu li.category-menu.no-dropdown ul.groupmenu-nondrop {
  padding-top: 15px;
}
.clever-horizontal-menu ul.clever-mega-menu .border-none .category-menu.no-dropdown {
  border-right: none;
}
.clever-horizontal-menu ul.clever-mega-menu li.level0 > a.menu-link {
  position: relative;
  font-weight: 700;
}
.slicknav_arrow.active:before {
  content: "\c035";
}
.zoo-customer-service {
  float: right;
}
.zoo-customer-service p {
  margin: 0;
  display: inline-block;
}
.zoo-customer-service a {
  text-transform: uppercase;
  padding-left: 15px;
  border-left: 1px solid #cccccc;
  margin-left: 15px;
}
label em {
  color: #f1152f;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px;
}
#is_subscribed {
  float: left;
  margin: 0 10px 0 0;
  width: inherit;
  height: inherit;
}
legend {
  border-bottom: none;
  font-size: 18px;
}
.customer-account-forgotpassword h1.page-title,
.customer-account-login h1.page-title,
.customer-account-create h1.page-title,
#zoo-login-form h1.page-title,
#zoo-register-form h1.page-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
  margin: 0 0 20px;
  outline: none;
  text-align: center;
}
.login-container legend,
#zoo-login-form legend,
.password.forget legend,
.form-create-account legend {
  text-align: center;
}
.login-container .note,
#zoo-login-form .note,
.password.forget .note,
.form-create-account .note {
  margin-bottom: 25px;
}
.login-container .newsletter,
#zoo-login-form .newsletter,
.password.forget .newsletter,
.form-create-account .newsletter {
  margin: 10px 0;
}
.login-container input,
#zoo-login-form input,
.password.forget input,
.form-create-account input {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  border-color: #e5e5e5;
  height: 40px;
}
.login-container input.checkbox,
#zoo-login-form input.checkbox,
.password.forget input.checkbox,
.form-create-account input.checkbox {
  display: inline-block;
  width: auto;
  height: auto;
}
.login-container label,
#zoo-login-form label,
.password.forget label,
.form-create-account label {
  display: block;
  padding-bottom: 5px;
  color: #7a7a7a;
  font-size: 13px;
}
.login-container label.label,
#zoo-login-form label.label,
.password.forget label.label,
.form-create-account label.label {
  display: inline-block;
}
.login-container p.required,
#zoo-login-form p.required,
.password.forget p.required,
.form-create-account p.required {
  color: #f1152f;
  display: inline-block;
  float: left;
  line-height: 2;
  padding: 10px 0;
}
.login-container .forgot-pass,
#zoo-login-form .forgot-pass,
.password.forget .forgot-pass,
.form-create-account .forgot-pass {
  float: right;
  display: inline-block;
  text-decoration: underline;
  padding: 10px 0;
}
.login-container .actions,
#zoo-login-form .actions,
.password.forget .actions,
.form-create-account .actions {
  margin: 20px 0;
}
.login-container button[type="submit"],
#zoo-login-form button[type="submit"],
.password.forget button[type="submit"],
.form-create-account button[type="submit"],
.login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
#zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.password.forget .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.form-create-account .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.login-container .action-gift[type="submit"],
#zoo-login-form .action-gift[type="submit"],
.password.forget .action-gift[type="submit"],
.form-create-account .action-gift[type="submit"] {
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  box-shadow: none;
  letter-spacing: 1px;
  font-size: 1.1em;
  text-transform: uppercase;
  border: none;
}
.login-container a.action.create,
#zoo-login-form a.action.create,
.password.forget a.action.create,
.form-create-account a.action.create {
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}
.password.forget a.action.create {
  padding: 13px 0;
  display: block;
  text-align: left;
}
#zoo-login-form button[type="submit"],
.login-container button[type="submit"],
#zoo-register-form-popup button[type="submit"],
#zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
#zoo-register-form-popup .cart.table-wrapper .actions-toolbar > .action[type="submit"],
#zoo-login-form .action-gift[type="submit"],
.login-container .action-gift[type="submit"],
#zoo-register-form-popup .action-gift[type="submit"] {
  float: inherit;
  width: 100%;
  margin-bottom: 20px;
}
#zoo-login-form a.action.create,
.login-container a.action.create,
#zoo-register-form-popup a.action.create {
  font-size: 14px;
  display: block;
}
.block-customer-login,
.block-new-customer {
  max-width: 350px;
  margin: 0 auto !important;
  clear: both;
}
.fancybox-skin {
  background: #ffffff !important;
  border-radius: 0 !important;
}
.price-as-configured {
  padding-bottom: 10px;
  margin: 0;
}
.text-center .clever-mega-menu {
  text-align: center;
}
.text-center .clever-mega-menu li {
  text-align: left;
}
.text-center .logo {
  float: inherit !important;
  width: 100%;
}
.text-center .logo img {
  display: inline-block;
}
.zoo-main-content-area {
  position: relative;
}
.zoo-main-content-area .vertical-menu-category .clever-horizontal-menu li.level0:hover .menu-link {
  opacity: 1;
}
.zoo-main-content-area .vertical-menu-category .clever-horizontal-menu ul.clever-mega-menu li.category-menu.no-dropdown {
  border-right: none;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item {
  border: none;
  width: 100%;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link {
  height: 50px;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  width: 100%;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link span {
  padding: 0 20px;
  width: 100%;
  display: block;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link:hover {
  color: #ffffff;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link:before {
  display: none !important;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item .category-menu li.item {
  padding-left: 20px;
  padding-right: 20px;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > .clever-mega-menu-sub {
  left: 0;
  width: 100%;
  box-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: inherit;
  position: relative;
  padding: 20px 0;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > .clever-mega-menu-sub > .item {
  padding: 5px 20px;
}
.box-product-grid .products-grid .product-item {
  width: 33.33%;
  display: inline-block;
}
.box-product-grid .enable_border_boxshadow.products-grid.grid .product-item-info {
  box-shadow: none;
}
.product-gird-right .bx-wrapper {
  border-left: 1px solid #f4f4f4;
  padding: 50px 0;
  position: relative;
  height: 100%;
}
.product-gird-right .bx-wrapper .vertical-brands {
  padding: 0;
}
.product-gird-right .bx-wrapper img {
  margin: 0 auto;
  padding: 10px 0;
}
.product-gird-right .bx-wrapper button.bx-prev,
.product-gird-right .bx-wrapper button.bx-next,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next,
.product-gird-right .bx-wrapper .action-gift.bx-prev,
.product-gird-right .bx-wrapper .action-gift.bx-next {
  margin: 0;
  width: 100%;
  left: 0;
  border-radius: 0;
  right: 0;
  height: 50px;
  font-size: 18px;
  background: transparent;
  color: #313131;
}
.product-gird-right .bx-wrapper button.bx-prev:hover,
.product-gird-right .bx-wrapper button.bx-next:hover,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  color: #ffffff;
}
.product-gird-right .bx-wrapper button.bx-prev,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev,
.product-gird-right .bx-wrapper .action-gift.bx-prev {
  top: 0;
  border-bottom: 1px solid #eaeaea;
}
.product-gird-right .bx-wrapper button.bx-next,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next,
.product-gird-right .bx-wrapper .action-gift.bx-next {
  top: 100%;
  border-top: 1px solid #eaeaea;
  margin-top: -50px;
}
.product-gird-right .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-direction-nav a {
  font-size: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flexslider .flex-direction-nav a.flex-prev:before,
.flexslider .flex-direction-nav a.flex-next:before {
  font-size: 36px;
  color: #ffffff;
  text-shadow: none;
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexslider .flex-direction-nav a:hover:before {
  color: #252525;
}
.flexslider .flex-direction-nav a.flex-prev {
  left: -30px;
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "\c024";
}
.flexslider .flex-direction-nav a.flex-next {
  right: -30px;
  text-align: center;
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "\c034";
}
.flexslider .flex-control-nav li {
  margin: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 30px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 30px;
}
.slide-category .zoo-slideshow-text-wrap {
  position: absolute;
  top: inherit;
  bottom: 0%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -45%);
  -webkit-transform: translate(-50%, -45%);
  -o-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  padding: 30px;
  width: 80%;
  background: transparent;
  opacity: 0.7;
  z-index: 1;
}
.slide-category .zoo-slideshow-text-wrap h1 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  margin: 0;
}
.slide-category .zoo-slideshow-text-wrap h3 {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
}
.checkbox,
.radio {
  display: inline-block;
}
.label {
  white-space: inherit;
}
.box-market {
  position: relative;
}
.box-market:before {
  content: '';
  position: absolute;
  background-color: #e8e8e8;
  width: 100vw;
  height: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.color-section {
  background: #ffffff;
  position: relative;
  clear: both;
}
.color-section:before {
  content: '';
  border-bottom: 3px solid;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.color-section > .row {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
}
.color-section .owl-carousel .owl-nav .owl-prev,
.color-section .owl-carousel .owl-nav .owl-next {
  background: rgba(90, 90, 90, 0.8);
  color: #ffffff;
}
.color-section .owl-carousel .owl-nav .owl-prev:hover,
.color-section .owl-carousel .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.vertical-menu-one-page {
  position: fixed;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  width: 40px;
}
.vertical-menu-one-page .clever-vertical-menu {
  background: #ffffff !important;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu {
  margin: 0;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 {
  border: none;
  border-bottom: 1px solid #f1f1f1;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link {
  color: inherit !important;
  text-align: center;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
  position: relative;
  height: 50px;
  padding-top: 0;
  line-height: 50px;
  width: 100%;
  font-size: 18px;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link span {
  display: none;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active > a.menu-link .menu-icon,
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover > a.menu-link .menu-icon {
  color: #ffffff;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section1'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section1'] {
  background: #da3e6a;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section2'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section2'] {
  background: #34495e;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section3'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section3'] {
  background: #1abc9c;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section4'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section4'] {
  background: #e670a7;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section5'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section5'] {
  background: #3498db;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section6'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section6'] {
  background: #fc6a21;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section7'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section7'] {
  background: #69e028;
}
h3.mega-block-title {
  text-align: center;
  font-size: 18px;
}
.smooth-section {
  position: absolute;
  margin: -90px 0 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: -1;
}
.banner {
  color: #ffffff;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
}
.banner-caption-left,
.banner-caption-right {
  width: 50%;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-title {
  font-size: 25px;
  display: block;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-desc {
  font-size: 17px;
  opacity: 0.7;
}
.cat-block {
  position: relative;
}
.cat-block a {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}
.cat-block a img {
  width: 100%;
}
.cat-block a span {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  padding: 15px 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.price-label {
  display: none;
}
.homepage-bar {
  border: 1px solid #eaeaea;
}
.homepage-bar .col-md-4 {
  border-left: 1px solid #eaeaea;
  padding: 25px 20px;
  position: relative;
}
.homepage-bar .col-md-4 .zoo-bar-content {
  position: relative;
  margin: 0 25px;
}
.homepage-bar .col-md-4 .zoo-bar-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
}
.homepage-bar .col-md-4 p {
  font-weight: 400;
  color: #999999;
}
.homepage-bar .col-md-4 span.fa {
  position: absolute;
  left: 0;
  top: 5px;
}
.homepage-bar .col-md-4 .text-area {
  padding-left: 55px;
  text-align: left;
}
.payment-img {
  min-height: 34px;
  background-image: url(../../frontend/CleverSoft/jung/de_DE/images/payments.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  line-height: 40px;
}
.newsletter-cs,
.newsletters-style-3 {
  min-width: initial;
  max-width: initial;
}
.newsletter-cs .content,
.newsletters-style-3 .content {
  display: block;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}
.newsletter-cs .title,
.newsletters-style-3 .title,
.newsletter-cs .label,
.newsletters-style-3 .label {
  display: none;
}
.newsletter-cs .subscribe input,
.newsletters-style-3 .subscribe input {
  width: 100%;
  padding: 10px 30px;
  letter-spacing: 1px;
  height: 100%;
  color: #666666;
  box-shadow: none;
}
.newsletter-cs .subscribe input:focus,
.newsletters-style-3 .subscribe input:focus {
  box-shadow: none;
  outline: none;
}
.newsletter-cs .subscribe .action.primary,
.newsletters-style-3 .subscribe .action.primary {
  box-shadow: none;
  border: none;
}
.newsletter-cs .subscribe .action.primary:focus,
.newsletters-style-3 .subscribe .action.primary:focus {
  box-shadow: none;
  outline: none;
}
.newsletter-cs .subscribe .action.primary:hover,
.newsletters-style-3 .subscribe .action.primary:hover {
  background-color: #fc7b3a;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.newsletter-cs .control,
.newsletters-style-3 .control {
  position: relative;
  height: 50px;
}
.newsletter-cs .control #newsletter-error,
.newsletters-style-3 .control #newsletter-error {
  position: absolute;
  height: 50px;
}
.form .form-group {
  padding-bottom: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.zoo-widget-title-sm {
  padding-top: 20px;
}
.box-connect {
  margin-top: 10px;
}
.box-connect > div {
  float: right;
}
.box-connect a {
  margin-left: 10px;
  color: #ffffff;
  display: inline-block;
}
.icon-style-1 a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin-left: 10px;
  background: #262626;
  border-radius: 50%;
}
.icon-style-1 a span,
.icon-style-1 a i {
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 3px;
}
/* Form Search*/
.product-image-container {
  vertical-align: top;
  width: 100%;
}
.product-new-label,
.product-sale-label {
  width: 50px;
}
.product-new-label,
.product-sale-label,
.stock.unavailable {
  z-index: 3;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}
.product-new-label {
  background: #59b210;
}
.product-sale-label {
  background-color: #EA1D39;
}
.product-new-label + .product-sale-label {
  top: 47px;
}
.stock.unavailable {
  background-color: #141414;
}
.product-new-label + .product-sale-label,
.product-new-label + .stock.unavailable {
  top: 47px;
}
.product-low-of-stock {
  z-index: 3;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: .9;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.isotope-item {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.swatch-option-tooltip {
  max-width: 0px !important;
  max-height: 0px !important;
  overflow: hidden;
  min-height: 0px !important;
  min-width: 0px !important;
  border: none !important;
  background: transparent !important;
  display: none !important;
}
.shop_product_metas {
  position: relative;
}
.shop_product_metas .add-to-links {
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  padding: 0;
}
.logo-brand .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-transparent .products-grid .product-item-info .product-item-details {
  background: transparent;
}
.bg-transparent .products-grid .product-item-info:hover,
.bg-transparent .products-grid .product-item-info.active {
  background: transparent;
}
.bg-transparent .products-grid .product-item-info:hover .product-item-details,
.bg-transparent .products-grid .product-item-info.active .product-item-details {
  background: transparent;
}
.bg-transparent .products-grid .product-item-info:hover .hover-area,
.bg-transparent .products-grid .product-item-info.active .hover-area {
  opacity: 1;
}
.enable_border_boxshadow.products-grid.grid .product-item-info,
.enable_border_boxshadow.widget-product-grid .product-item-info {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.enable_border_boxshadow.products-grid.grid .product-item-info .product-item-details,
.enable_border_boxshadow.widget-product-grid .product-item-info .product-item-details {
  padding: 15px;
}
.enable_border_boxshadow.products-grid.grid .product-item-info:hover,
.enable_border_boxshadow.widget-product-grid .product-item-info:hover {
  box-shadow: none;
}
.add-to-links {
  padding: 15px 0;
  font-size: 16px;
}
.add-to-links > div {
  display: inline;
  padding: 0 5px;
}
.add-to-links > div span.add-to-label {
  font-size: 12px;
}
.towishlist:hover .fa.fa-heart-o:before,
.zoo-wishlist:hover .fa.fa-heart-o:before {
  content: "\f004";
}
div[class^="swatch-opt-"] {
  margin: 0;
}
body .rating-summary .rating-result:before,
body .rating-summary .rating-result > span:before {
  height: 14px;
  line-height: 14px;
}
.newsletterbox button#cboxClose,
.newsletterbox .cart.table-wrapper .actions-toolbar > .action#cboxClose,
.newsletterbox .action-gift#cboxClose {
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  text-indent: inherit;
  overflow: hidden;
  color: #ffffff;
  top: 23px;
  height: 45px;
  width: 45px;
  background: #000000;
  right: 0;
  font-size: 0px;
  line-height: 60px;
}
#cboxContent.newsletterbox {
  background: transparent;
}
#cboxWrapper {
  overflow: visible;
}
#zoo_newsletter .zoo-popup-newsletter-inner {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  padding: 20px 50px;
}
#zoo_newsletter .zoo-popup-newsletter-inner h2 {
  position: relative;
  font-size: 30px;
  padding: 15px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
#zoo_newsletter .zoo-popup-newsletter-inner input[name=email] {
  background: transparent;
  height: 40px;
  border: 1px solid;
  color: #959595;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#zoo_newsletter .zoo-popup-newsletter-inner input[name=email]:focus {
  box-shadow: none;
}
#zoo_newsletter .zoo-popup-newsletter-inner button,
#zoo_newsletter .zoo-popup-newsletter-inner .cart.table-wrapper .actions-toolbar > .action,
#zoo_newsletter .zoo-popup-newsletter-inner .action-gift {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 12px 35px;
  margin: 20px 0 10px 0;
  border-radius: 0;
}
#zoo_newsletter .zoo-popup-newsletter-inner .row-none {
  margin-bottom: 10px;
}
#zoo_newsletter .zoo-popup-newsletter-inner .row-none .popup_message .intro {
  line-height: 25px;
  margin-bottom: 20px;
  color: #959595;
}
#zoo_newsletter .zoo-popup-newsletter-inner .subcriper_label {
  font-size: 12px;
  font-weight: normal;
  color: #898989;
}
#zoo_newsletter .zoo-popup-newsletter-inner .subcriper_label input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  float: left;
}
#zoo_newsletter .zoo-popup-newsletter-inner .subcriper_label input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}
#zoo_newsletter .zoo-popup-newsletter-inner form {
  position: relative;
}
#zoo_newsletter .zoo-popup-newsletter-inner form label {
  left: 0;
  right: 0;
  color: #959595;
  font-weight: normal;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box input.input-text {
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  -webkit-appearance: caret;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  color: #c9c9c9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box input.input-text:focus {
  color: #000000;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box #zoo-newsletter-error {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .actions button,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .cart.table-wrapper .actions-toolbar > .action,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .action-gift {
  padding: 0 30px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-transform: uppercase;
  box-shadow: none;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .actions button span,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .cart.table-wrapper .actions-toolbar > .action span,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .action-gift span {
  color: #ffffff;
}
#zoo_newsletter div.mage-error[generated] {
  margin-top: 13px;
  display: inline-block;
  white-space: nowrap;
}
.clever-countdown .product-date {
  position: relative;
  margin: 15px 0;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.clever-countdown-available-amount {
  float: left;
  color: #959595;
  margin-top: 10px;
  line-height: 18px;
}
.clever-countdown-available-amount > span {
  color: #000000;
}
.clever-countdown-label {
  line-height: 18px;
  font-size: 16px;
  color: #959595;
  margin-bottom: 5px;
  text-align: left;
}
.clever-countdown-ordered-amount {
  float: right;
  color: #959595;
  margin-top: 10px;
  line-height: 18px;
}
.product-date > div {
  text-align: center;
  color: #111111;
  display: block;
  position: relative;
  width: 20%;
}
.product-date .space {
  font-size: 22px;
}
.product-date > div.second:after {
  display: none;
}
.product-date > div span.no {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  padding: 5px;
  background: #ebebeb;
  border-radius: 4px;
  display: inline-block;
}
.product-date > div span.text {
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin-top: 7px;
  display: inline-block;
  text-transform: capitalize;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 0;
}
.columns .column.main {
  padding-bottom: 0;
  min-height: inherit;
}
.owl-carousel,
.owlslider {
  padding: 0;
  margin: 0;
}
.owl-carousel .owl-buttons,
.owlslider .owl-buttons,
.owl-carousel .owl-nav,
.owlslider .owl-nav {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
}
.owl-carousel .owl-buttons .owl-prev,
.owlslider .owl-buttons .owl-prev,
.owl-carousel .owl-nav .owl-prev,
.owlslider .owl-nav .owl-prev,
.owl-carousel .owl-buttons .owl-next,
.owlslider .owl-buttons .owl-next,
.owl-carousel .owl-nav .owl-next,
.owlslider .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  font-size: 36px;
  color: #000000;
  opacity: 0;
  width: 50px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-buttons .owl-prev.disabled,
.owlslider .owl-buttons .owl-prev.disabled,
.owl-carousel .owl-nav .owl-prev.disabled,
.owlslider .owl-nav .owl-prev.disabled,
.owl-carousel .owl-buttons .owl-next.disabled,
.owlslider .owl-buttons .owl-next.disabled,
.owl-carousel .owl-nav .owl-next.disabled,
.owlslider .owl-nav .owl-next.disabled {
  cursor: not-allowed;
}
.owl-carousel .owl-buttons .owl-next,
.owlslider .owl-buttons .owl-next,
.owl-carousel .owl-nav .owl-next,
.owlslider .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-buttons .owl-prev,
.owlslider .owl-buttons .owl-prev,
.owl-carousel .owl-nav .owl-prev,
.owlslider .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-controls,
.owlslider .owl-controls {
  margin: 0;
}
.owl-carousel .owl-pagination,
.owlslider .owl-pagination,
.owl-carousel .owl-dots,
.owlslider .owl-dots {
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 100%;
}
.owl-carousel .owl-pagination .owl-page,
.owlslider .owl-pagination .owl-page,
.owl-carousel .owl-dots .owl-page,
.owlslider .owl-dots .owl-page,
.owl-carousel .owl-pagination .owl-dot,
.owlslider .owl-pagination .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owlslider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #cccccc;
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: auto;
}
.owl-carousel .owl-pagination .owl-page.active,
.owlslider .owl-pagination .owl-page.active,
.owl-carousel .owl-dots .owl-page.active,
.owlslider .owl-dots .owl-page.active,
.owl-carousel .owl-pagination .owl-dot.active,
.owlslider .owl-pagination .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active,
.owlslider .owl-dots .owl-dot.active,
.owl-carousel .owl-pagination .owl-page:hover,
.owlslider .owl-pagination .owl-page:hover,
.owl-carousel .owl-dots .owl-page:hover,
.owlslider .owl-dots .owl-page:hover,
.owl-carousel .owl-pagination .owl-dot:hover,
.owlslider .owl-pagination .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:hover,
.owlslider .owl-dots .owl-dot:hover {
  background: #999999;
}
.owl-carousel .owl-pagination .owl-page span,
.owlslider .owl-pagination .owl-page span,
.owl-carousel .owl-dots .owl-page span,
.owlslider .owl-dots .owl-page span,
.owl-carousel .owl-pagination .owl-dot span,
.owlslider .owl-pagination .owl-dot span,
.owl-carousel .owl-dots .owl-dot span,
.owlslider .owl-dots .owl-dot span {
  display: none;
}
.owl-carousel:hover .owl-buttons .owl-next,
.owlslider:hover .owl-buttons .owl-next,
.owl-carousel:hover .owl-nav .owl-next,
.owlslider:hover .owl-nav .owl-next {
  right: -50px;
  opacity: 1;
}
.owl-carousel:hover .owl-buttons .owl-prev,
.owlslider:hover .owl-buttons .owl-prev,
.owl-carousel:hover .owl-nav .owl-prev,
.owlslider:hover .owl-nav .owl-prev {
  opacity: 1;
  left: -50px;
}
.owlslider .owl-nav {
  top: 25%;
}
#brands-carousel .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.slideshow-home01 .zoo-slideshow-text-content .btn-novetty {
  padding: 10px 40px;
}
.slideshow-home01 .zoo-slideshow-text-content .zoo-button-slide a {
  font-weight: 500;
  padding: 0;
  background: transparent;
}
.slideshow-home01 .zoo-slideshow-text-content .zoo-button-slide a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.slideshow-home01 .zoo-slideshow-text-content .zoo-button-slide a:hover:after {
  width: 0;
}
.slideshow-home01 .flex-control-nav li {
  margin: 0 4px;
}
.slideshow-home01 .flex-control-nav li a {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ffffff;
}
.slideshow-home01 .flex-control-nav li a.flex-active,
.slideshow-home01 .flex-control-nav li a:hover {
  background: #ffffff;
}
.slide-home12 .zoo-slideshow-text-content .zoo-button-slide a,
.slide-home13 .zoo-slideshow-text-content .zoo-button-slide a,
.slide-home14 .zoo-slideshow-text-content .zoo-button-slide a {
  border: 1px solid #ffffff;
}
.slide-home12 .zoo-slideshow-text-content .zoo-button-slide a:hover,
.slide-home13 .zoo-slideshow-text-content .zoo-button-slide a:hover,
.slide-home14 .zoo-slideshow-text-content .zoo-button-slide a:hover {
  border-color: transparent;
}
.slide-home12 .zoo-slideshow-text-content h2,
.slide-home13 .zoo-slideshow-text-content h2,
.slide-home14 .zoo-slideshow-text-content h2 {
  font-weight: normal;
}
.slide-home11 .zoo-slideshow-text-content .zoo-button-slide a,
.slide-home16 .zoo-slideshow-text-content .zoo-button-slide a {
  border-radius: 40px;
}
.slide-type2 .flexslider .flex-direction-nav a {
  background: rgba(90, 90, 90, 0.8);
  color: #ffffff;
  width: 36px;
}
.slide-type2 .flexslider .flex-direction-nav a:hover,
.slide-type2 .flexslider .flex-direction-nav a.flex-active {
  background: rgba(0, 0, 0, 0.8);
}
.slide-type2 .flexslider .flex-direction-nav a:before,
.slide-type2 .flexslider .flex-direction-nav a:after {
  color: #ffffff;
}
.slide-type2 .flexslider .flex-direction-nav a.flex-prev {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
}
.slide-type2 .flexslider .flex-direction-nav a.flex-next {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
}
.slide-type2 .flex-control-nav li {
  margin: 0 4px;
}
.slide-type2 .flex-control-nav li a {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ffffff;
}
.slide-type2 .flex-control-nav li a.flex-active,
.slide-type2 .flex-control-nav li a:hover {
  background: #ffffff;
}
.button-bg-transparent .zoo-button-slide a {
  background: transparent;
}
.logo-brand .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
/************** TITLE STYLE **************/
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3:after,
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 1px solid #eaeaea;
  left: 0;
  top: 50%;
  z-index: 1;
}
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 span,
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.zoo-title-border-0 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-border-0 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  display: none;
}
.zoo-title-border-0 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  background: transparent;
}
.zoo-title-color-white .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  color: #ffffff;
}
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  text-align: center;
}
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  padding: 0 30px;
}
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  padding-right: 30px;
}
.zoo-title-style3 .zoo-main-heading .zoo-heading-wrapper-title {
  text-align: center;
}
.zoo-title-style3 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 30px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}
.zoo-title-style3 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  position: absolute;
  content: '';
  border-bottom: 2px solid #f8bf00;
  width: 100px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title,
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title {
  text-align: center;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3,
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  margin-top: 50px;
  display: inline-block;
}
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title {
  text-align: left;
}
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  margin-top: 20px;
}
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3:before {
  display: none;
}
/****************** sidebar ***********************/
.ui-slider-handle {
  height: 12px;
  width: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  overflow: hidden;
  background: #000000;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
}
.ui-widget.ui-widget-content.ui-slider-horizontal {
  height: 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #e5e5e5;
  margin-top: 10px;
  margin-right: 15px;
}
.ui-widget.ui-widget-content.ui-slider-horizontal span {
  margin-top: -30px;
}
.ui-widget.ui-widget-content.ui-slider-horizontal .ui-slider-handle {
  background: #ffffff;
  border: 3px solid;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  width: 14px;
  height: 14px;
  top: -3px;
  box-shadow: none;
}
.img-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#infscr-loading {
  padding-top: 50px;
}
#infscr-loading > div {
  padding-top: 15px;
}
#mt_layer_filter_display {
  overflow: hidden;
  color: #666666;
}
.items-price {
  margin-top: 20px;
  color: #999999;
}
body {
  height: auto !important;
}
body .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  color: #304ffe;
  border-color: #304ffe;
}
body .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #304ffe;
}
body .radio input[type=radio]:checked ~ .circle {
  border-color: #304ffe;
}
body .radio input[type=radio]:checked ~ .check {
  background-color: #304ffe;
}
.checkbox-filter label {
  cursor: pointer;
  padding-left: 0;
  color: #000000;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.checkbox-filter.disabled {
  opacity: 0.5;
}
.form-group.is-focused .checkbox-filter label {
  color: #999999;
}
.form-group.is-focused .checkbox-filter label:hover,
.form-group.is-focused .checkbox-filter label:focus {
  color: #999999;
}
.socialproof-modal {
  position: fixed;
  left: 20px;
  z-index: 9999;
  background: #ffffff;
  width: 340px;
  border-radius: 10px;
  padding: 0;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  bottom: 20px;
}
.socialproof-modal .title-box {
  height: 30px;
  background: #f2f2f8;
  display: inline-block;
  width: 100%;
  border-radius: 10px 10px 0 0;
  line-height: 30px;
  font-size: 14px;
  padding: 0 0 0 10px;
}
.socialproof-modal .socialproof-close {
  top: 8px;
  right: 11px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
}
.socialproof-modal img {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin-left: 5px;
}
.socialproof-modal p {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}
.socialproof-modal p a {
  font-weight: 700;
}
.socialproof-modal .timeline {
  display: block;
}
.block-authentication .block-title {
  font-size: 30px !important;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
  margin: 0 0 20px;
  outline: none;
  text-align: center;
}
.block-authentication .actions-toolbar {
  margin-left: 0 !important;
}
.block-authentication .actions-toolbar > .primary .action {
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  box-shadow: none;
  letter-spacing: 1px;
  font-size: 1.1em;
  text-transform: uppercase;
  border: none;
  font-weight: normal;
}
.block-authentication .actions-toolbar .secondary {
  float: inherit;
  margin: 0;
  text-align: center;
  width: 100%;
}
fieldset[disabled] .form-group.is-focused .checkbox-filter label {
  color: #999999;
}
.checkbox-filter input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox-filter .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 2px;
  display: inline-block;
  padding-right: 5px;
}
.checkbox-filter .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #898989;
  overflow: hidden;
  z-index: 1;
}
.checkbox-filter .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: -7px;
  margin-left: 4px;
  width: 0;
  height: 0;
  -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}
.checkbox-filter input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox-filter input[type=checkbox]:checked + .checkbox-material .check:before,
.checkbox-filter input[type=checkbox].checked + .checkbox-material .check:before {
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-filter input[type=checkbox],
.checkbox-filter input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox-filter input[type=checkbox][disabled]:not(.checked) ~ .checkbox-material .check:before,
.checkbox-filter input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox-filter input[type=checkbox][disabled]:not(.checked) ~ .checkbox-material .check,
.checkbox-filter input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox-filter input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.zoo-home01-block-image {
  position: relative;
  overflow: hidden;
}
.zoo-home01-block-image .label-block {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.zoo-home01-block-image .label-block.right {
  left: inherit;
  right: 0;
  text-align: right;
}
.zoo-home01-block-image .label-block h6 {
  margin: 0;
  background: #ffffff;
  opacity: 0.8;
  padding: 10px 35px;
  font-weight: 300;
  display: inline-block;
}
.zoo-home01-block-image .label-block h4 {
  font-size: 16px;
  margin: 0;
  padding: 10px 35px;
  font-weight: 300;
  color: #ffffff;
}
.zoo-home01-block-image .label-block h4.label-block-color1 {
  background: #f77330;
}
.zoo-home01-block-image .label-block h4.label-block-color2 {
  background: #eabf1d;
}
.zoo-home01-block-image .label-block h4.label-block-color3 {
  background: #3f9ddc;
}
.zoo-home01-block-image .label-block h4.label-block-color4 {
  background: #2cbb68;
}
.zoo-home01-block-image .label-block-trend {
  position: absolute;
  top: 60px;
  left: 0;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: 1px;
}
.zoo-home01-block-image .label-block-trend p {
  font-style: italic;
  margin: 0;
}
.zoo-home01-block-image .label-block-trend h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}
.zoo-home01-block-image img {
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.zoo-home01-block-image:hover img {
  opacity: 0.85;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  width: 100%;
}
#search_mini_form .form-group.label-floating label.control-label,
#search_mini_form .form-group.label-placeholder label.control-label {
  margin: 0;
  line-height: 45px;
  padding: 0 20px;
}
#newsletter-validate-detail .form-group label.control-label,
.nav-open .form-group label.control-label {
  color: #999999;
}
.color-listing-filter .zoo-filter-options-content a:before {
  display: none;
}
.product-reviews-summary {
  margin: 0;
  float: none !important;
}
.product-reviews-summary .rating-result {
  margin-right: 15px;
}
.product-reviews-summary .reviews-actions {
  padding-top: 3px;
}
.product-reviews-summary .reviews-actions a {
  color: #999999;
}
.product-reviews-summary .reviews-actions a .view {
  margin-left: 20px;
  position: relative;
  padding-right: 10px;
  border-right: none;
}
.product-reviews-summary .reviews-actions a:hover {
  color: #fc6a21;
}
.product-reviews-summary.empty {
  display: none;
}
.product-items .product-reviews-summary {
  display: block;
}
.product-items .product-reviews-summary .rating-summary {
  display: block;
  text-align: center;
}
.product-items .product-reviews-summary .reviews-actions {
  display: none;
}
.product-items .price-box {
  margin: 0;
}
.size-listing-filter .zoo-filter-options-content a:before,
.size-listing-filter .zoo-filter-options-content a:hover:before {
  display: none;
}
.swatch-attribute.size .swatch-option {
  width: 30px;
  height: 30px;
  background: none;
  border: 2px solid #ebebeb;
  line-height: 30px;
  padding: 0;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.swatch-attribute.size .swatch-option .selected:before {
  display: none;
}
.swatch-attribute.size .swatch-option:hover:before {
  display: none;
}
.zoo-breadcrumbs .breadcrumbs {
  padding: 0;
  margin: 0;
}
.zoo-breadcrumbs .items .item {
  margin: 0;
  color: #959595;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  z-index: 1;
}
.zoo-breadcrumbs .items .item a {
  color: #000000;
  font-size: 14px;
}
.zoo-breadcrumbs .items .item a:hover {
  text-decoration: none;
}
.zoo-breadcrumbs .items .item a i {
  margin: 0 8px;
}
.zoo-breadcrumbs .items .item:not(:last-child):after {
  content: '';
  margin: -3px 12px 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #959595;
}
.bg-megamenu {
  position: absolute;
  right: -30px;
  bottom: 0;
}
.block .mtmenu-block-bottom .bg-megamenu-bottom {
  margin-top: -30px;
}
.menu-static-blocks p {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.padding-0 {
  padding: 0;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-left-3 {
  padding-left: 3px;
}
.padding-right-3 {
  padding-right: 3px;
}
.padding-left-8 {
  padding-left: 8px;
}
.padding-right-8 {
  padding-right: 8px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-47 {
  padding-top: 47px;
}
.margin-top-20 {
  margin-top: 20px;
}
.border-right-0 {
  border-right: none !important;
}
.label,
.label.label-default {
  background: none !important;
}
#cboxLoadedContent .page-wrapper {
  background-color: #ffffff;
}
.item-actions .action.edit {
  padding-right: 7px;
}
.item-actions .action.remove {
  padding-left: 7px;
}
tbody .mark span {
  padding-left: 0;
}
.opc-block-summary {
  border: 1px solid #ebebeb;
  padding: 0;
}
.opc-block-summary .items-in-cart > .title {
  padding: 10px 0px 10px 0;
}
.opc-block-summary .items-in-cart > .title:after {
  display: none;
}
body._has-modal-custom .modal-custom-overlay {
  display: none;
}
.padding-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-left-30 {
  padding-left: 30px;
}
.tabs-collection {
  margin: 0 auto;
  display: table;
}
.tabs-collection .widget-tabs.nav.nav-tabs {
  background: none;
  border: none;
  display: flex;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li {
  margin: 40px 20px;
  position: relative;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li a {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #cccccc !important;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li a .ripple-container {
  display: none;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  content: '';
  height: 3px;
  background: #000000;
  bottom: 0;
  left: 0;
  position: absolute;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3;
  width: 0;
  margin: 0 auto;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #000000 !important;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li.active:before,
.tabs-collection .widget-tabs.nav.nav-tabs > li:hover:before {
  width: 100%;
}
body .fancybox-close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 45px;
  height: 45px;
  background-image: none;
  background: #000000;
  color: #ffffff !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
}
body .fancybox-close:before {
  content: '\c067';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.overflow-hidden {
  overflow: hidden;
}
.clever-menu.clever-horizontal-menu ul.clever-mega-menu > li ul.clever-mega-menu-sub .clever-mega-menu li.level0 > a.menu-link {
  color: initial;
  font-weight: 500;
}
.zoo-image-block {
  position: relative;
}
.zoo-image-block img {
  width: 100%;
}
.zoo-image-block.grid__item {
  padding: 0 15px;
}
.zoo-carousel-style2 .product-items .product-item-info .hover-area {
  display: block;
  opacity: 1;
  visibility: visible;
}
.zoo-carousel-style2 .product-items .product-item-info .hover-area .actions-primary .action.tocart {
  letter-spacing: 0.5px;
  border-radius: 40px;
  width: auto;
  font-weight: 700;
  padding: 0 25px;
}
.zoo-carousel-style2 .product-items .price-box {
  margin: 0;
  display: inline-block;
}
.zoo-carousel-style2 .product_hover_item {
  visibility: visible;
  opacity: 1;
}
.zoo-column-inner {
  padding: 20px;
  background: #f0f0f0;
}
.zoo-footer-copyright-links {
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 40px;
  text-align: right;
}
.zoo-footer-copyright-links li {
  display: inline-block;
  padding-right: 35px;
  margin: 0;
}
.zoo-footer-copyright-links li:last-child {
  padding-right: 0;
}
.zoo-footer-copyright-links li a {
  color: #999999;
}
.have-alternative-image {
  position: relative;
  overflow: hidden;
}
.add-to-cart-button {
  position: absolute;
  bottom: -60px;
  width: 100%;
  transition: all 0.3s;
}
.add-to-cart-button button,
.add-to-cart-button .cart.table-wrapper .actions-toolbar > .action,
.add-to-cart-button .action-gift {
  display: block;
  width: 100%;
  border: none;
}
.product_list_style,
.product_grid_style {
  display: none;
}
.products-list .product_list_style {
  display: block;
}
.products-list .shop_product_metas {
  display: none;
}
.products-grid .product_grid_style {
  display: block;
}
.products-list .product-items .product-reviews-summary .rating-summary {
  text-align: left;
}
.gallery-carousel .owl-dots {
  display: none;
}
.show-attr {
  display: none;
}
.brand-search-wrap {
  margin-bottom: 20px;
}
.cms-page-view .zoo-breadcrumbs {
  padding-top: 20px;
}
.zoo-title-style4 .zoo-main-heading {
  text-align: center;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-sub-title {
  position: relative;
  top: -30px;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-sub-title h3 {
  font-size: 16px;
  margin: 0;
  color: #9d9d9d;
  font-weight: normal;
}
@media (min-width: 991px) {
  .cart-container .left_checkout_cart {
    width: 58.33333333%;
    padding-right: 15px;
  }
  .cart-container .cart-summary {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 11px 5.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .column .block-addbysku .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 22px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous),
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 22px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .form-cart .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 11px;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 5.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 22px;
    font-size: 1.6rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #f4f4f4;
    border-bottom: none;
    height: 22px;
    padding: 5.5px 22px 5.5px 22px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 34px;
    padding: 22px 22px 22px 22px;
    border: 1px solid #f4f4f4;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    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;
    padding: 5.5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\c013';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 22px;
    margin: 0 0 11px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 11px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 22px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 11px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .minicart-wrapper .block-minicart {
    width: 500px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 22px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 27.5px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 44px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 22px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 22px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 33px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 11px 11px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 22px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 22px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 27.5px;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #f4f4f4;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -22px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 22px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #f4f4f4;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #f4f4f4;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 16.5px;
  }
  .box-tocart .action.tocart {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 24px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 11px 11px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 180px;
    overflow: hidden;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 180px);
    right: 0;
    top: 0;
    min-height: 180px;
    padding-left: 30px;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .header.content {
    padding: 33px 22px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 33.33%;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 11px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin: 0;
    padding-right: 11px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto !important;
    text-align: left !important;
    margin-bottom: 10px;
    display: table;
    float: none !important;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .control {
    float: none !important;
    width: auto !important;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .clever-slider.flexslider .flex-control-nav {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .clever-slider .flex-control-nav {
    bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 27.5px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.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: 22px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 11px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 38px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 40px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 11px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 22px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 22px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.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: 44px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 27.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 27.5px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 11px 11px 0;
    width: 30%;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -11px 0;
    width: calc(100% + 2*11px) !important;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .clever-slider-container {
    height: 300px !important;
  }
  .clever-slider-container .clever-slider.flexslider {
    height: 300px !important;
  }
  .clever-slider-container .clever-slider.flexslider .banner {
    padding-top: 300px !important;
  }
  .clever-slider-container .clever-slider.flexslider .banner h1 {
    font-size: 36px !important;
  }
  .clever-slider-container .clever-slider.flexslider .banner h2 {
    font-size: 30px !important;
  }
  .clever-slider-container .clever-slider.flexslider .banner h3 {
    font-size: 24px !important;
  }
  .clever-slider-container .clever-slider.flexslider .flex-direction-nav a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .clever-slider-container .clever-slider.flexslider .flex-direction-nav a:before {
    font-size: 25px;
  }
  .clever-slider-container .clever-slider.flexslider:hover .flex-direction-nav .flex-prev {
    left: 20px;
  }
  .clever-slider-container .clever-slider.flexslider:hover .flex-direction-nav .flex-next {
    right: 30px;
  }
}
@font-face {
  font-family: 'cleversoft-panels-icons';
  src: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/panels-icons/panels-icons.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/panels-icons/panels-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cleversoft-panels-icons';
  src: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/panels-icons/panels-icons.woff2') format('woff2'), url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/fonts/panels-icons/panels-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.page-wrapper .sections.nav-sections .ui-widget.ui-widget-content,
.page-wrapper .sections.nav-sections .ui-state-focus,
.page-wrapper .sections.nav-sections .ui-widget-content .ui-state-focus {
  border: none;
  background: none;
}
.page-wrapper .sections.nav-sections .ui-widget.ui-widget-content.level0 {
  background: #ffffff;
}
.clever-builder-buttons-actions a,
.btn.turn-on-builder {
  -webkit-appearance: inherit;
  background: #0172ff;
  color: #ffffff;
  font-size: 16px;
  z-index: 999;
  border-radius: 0;
  position: absolute;
}
.live-editor-logout.button-primary,
.live-editor-close.button-primary,
.live-editor-save-options.button-primary {
  background: #0085ba;
  border-color: #0085ba;
  box-shadow: 0 1px 0 #006799;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}
.live-editor-logout.button-primary.cs-close,
.live-editor-close.button-primary.cs-close,
.live-editor-save-options.button-primary.cs-close {
  color: #ffffff;
}
.live-editor-logout.button-primary:hover,
.live-editor-close.button-primary:hover,
.live-editor-save-options.button-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0085ba;
  text-shadow: none;
  box-shadow: none;
}
a:hover,
.alink:hover {
  text-decoration: none;
}
.fa.margin-0 {
  margin: 0;
}
button:not(.primary),
.cart.table-wrapper .actions-toolbar > .action:not(.primary),
.action-gift:not(.primary) {
  box-shadow: none;
}
body {
  font-size: 16px;
}
#pl-2 .cs-panel {
  margin: 0 !important;
}
.panels-scrollto-editor {
  padding: 15px;
}
.panels-scrollto-editor .form-group.scroll-style .control-label {
  display: block;
}
.panels-scrollto-editor .form-group.scroll-style .form-control {
  width: 30%;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.panels-scrollto-editor .form-group.scroll-style .form-control:before {
  position: absolute;
  left: calc(50% - 40px);
  transform: translate(-50%);
}
.scroll-to-bullets {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  max-height: 100vh;
  position: fixed;
}
.scroll-to-bullets a {
  display: block;
  border: 3px solid transparent;
  background: #000000;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  transition: all .3s;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.scroll-to-bullets a.active {
  opacity: 1;
  border-color: #000000;
  background: #ffffff;
}
.scroll-to-bullets a:hover {
  opacity: 1;
  color: #000000;
  background: #ffffff;
}
.scroll-to-bullets.left {
  left: 15px;
}
.scroll-to-bullets.left .vertical-menu-one-page__item .effect-tooltip .tooltip {
  left: 25px;
  transform: translate(0, -50%);
}
.scroll-to-bullets.left .vertical-menu-one-page__item .effect-tooltip .tooltip:before {
  left: -6px;
  border-right: 7px solid #252525;
}
.scroll-to-bullets.right {
  right: 15px;
}
.scroll-to-bullets.right .vertical-menu-one-page__item .effect-tooltip .tooltip {
  right: 25px;
  transform: translate(0, -50%);
}
.scroll-to-bullets.right .vertical-menu-one-page__item .effect-tooltip .tooltip:before {
  right: -6px;
  border-left: 7px solid #252525;
}
.scroll-to-bullets .vertical-menu-one-page__item.active .tooltip-section {
  background: #ffffff;
}
.scroll-to-bullets .vertical-menu-one-page__item .effect-tooltip {
  position: relative;
}
.scroll-to-bullets .vertical-menu-one-page__item .effect-tooltip .tooltip {
  opacity: 0;
  top: 50%;
  position: absolute;
  visibility: hidden;
  font-size: 12px;
  min-width: 105px;
  padding: 5px 7px;
  text-align: center;
  z-index: 99;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #252525;
  color: #ffffff;
  line-height: initial;
}
.scroll-to-bullets .vertical-menu-one-page__item .effect-tooltip .tooltip:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.scroll-to-bullets .vertical-menu-one-page__item:hover .effect-tooltip .tooltip {
  opacity: 1;
  visibility: visible;
}
.vertical-menu-one-page__list {
  margin: 0;
}
.vertical-menu-one-page__list.scroll-to-icon {
  background: #ffffff;
}
.vertical-menu-one-page__item {
  width: unset;
  height: unset;
  line-height: 1;
  margin: 0;
  list-style: none;
}
.vertical-menu-one-page__item .menu-link {
  text-align: center;
  display: block;
}
.vertical-menu-one-page__item .menu-link i {
  position: relative;
  height: 50px;
  padding-top: 0;
  line-height: 50px;
  width: 100%;
  font-size: 18px;
}
.vertical-menu-one-page__item .menu-link:hover {
  background: #da3e6a;
  color: #ffffff;
}
.vertical-menu-one-page__item.active .menu-link {
  background: #da3e6a;
  color: #ffffff;
}
.vertical-menu-one-page.right {
  right: 15px !important;
}
.vertical-menu-one-page .scroll-to-bullets li {
  margin: 10px 0;
}
.element-testimonial {
  position: relative;
}
.element-testimonial__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
}
.element-testimonial.text-left .element-testimonial__meta.img-position__aside .element-testimonial__inner-image,
.element-testimonial.text-right .element-testimonial__meta.img-position__aside .element-testimonial__inner-image,
.element-testimonial.text-center .element-testimonial__meta.img-position__aside .element-testimonial__inner-image {
  padding-right: 15px;
}
.element-testimonial.text-left .element-testimonial__inner-details {
  text-align: left;
}
.element-testimonial.text-right .element-testimonial__inner-details {
  text-align: right;
}
.element-testimonial.text-center .element-testimonial__inner-details {
  text-align: center;
}
.element-testimonial__content {
  margin-bottom: 20px;
}
.element-testimonial__meta.img-position__aside .element-testimonial__inner-image,
.element-testimonial__meta.img-position__aside .element-testimonial__inner-details {
  display: inline-block;
}
.element-testimonial__meta.img-position__top .element-testimonial__inner-image,
.element-testimonial__meta.img-position__top .element-testimonial__inner-details {
  display: block;
}
.element-testimonial__meta.img-position__top .element-testimonial__inner-image {
  margin-bottom: 20px;
}
.element-testimonial__inner-image img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}
.element-testimonial__inner-details {
  display: table-cell;
  vertical-align: middle;
}
.element-testimonial__inner-details .element-testimonial-name {
  font-weight: 600;
}
.element-row__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.element-row.full-width {
  padding: 0 30px;
}
.element-row-style-boxed .element-row__content {
  max-width: 1410px;
}
.element-row-height-full {
  height: 100vh;
}
.element-row-height-full .element-row__content {
  height: 100%;
}
.element-row .row.row-grid {
  width: 100%;
  position: relative;
}
.column-position-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-position-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-position-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.cell-wrapper {
  min-height: 63px !important;
  padding-bottom: 20px;
}
.cs-cells .cs-widget-wrapper .ui-accordion-header-icon {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.cs-cells .cs-widget:not(.show-icon) .ui-accordion-header-icon {
  display: none;
}
.cs-cells .ui-accordion .ui-accordion-content {
  padding: 0;
  overflow: hidden;
  height: auto !important;
  border: none;
  background: none;
}
#cs-panels-panels.attached-to-editor {
  margin-top: 20px;
}
#cs-panels-panels.attached-to-editor .handlediv,
#cs-panels-panels.attached-to-editor .hndle {
  display: none !important;
}
#cs-panels-panels.attached-to-editor .inside {
  margin: 0 !important;
  padding: 0 !important;
}
.cs-textbox-item-child-wrapper {
  margin-bottom: 10px;
}
#cs-panels-panels.attached-to-editor .cs-toolbar .cs-switch-to-standard {
  display: block;
}
.cleversoft-panels-builder {
  position: relative;
}
.cs-content.panel-dialog > h4 {
  margin-left: 5px;
}
.cleversoft-widget-field {
  padding: 0 15px;
  margin: 0;
  background: #ffffff;
}
.cleversoft-widget-field.cleversoft-widget-field-type-slider .form-group .ui-slider {
  width: calc(100% - 65px);
  margin-left: auto;
}
.cleversoft-widget-field.cleversoft-widget-field-type-textarea .form-group .control-label {
  width: auto;
}
.cleversoft-widget-field.cleversoft-widget-field-type-textarea .form-group > button,
.cleversoft-widget-field.cleversoft-widget-field-type-textarea .form-group > .cart.table-wrapper .actions-toolbar > .action,
.cleversoft-widget-field.cleversoft-widget-field-type-textarea .form-group > .action-gift {
  padding: 3px 15px;
  margin-bottom: 10px;
  margin-left: auto;
  background: #0172ff;
}
.cleversoft-widget-field.cleversoft-widget-field-type-textarea .form-group .mce-btn button,
.cleversoft-widget-field.cleversoft-widget-field-type-textarea .form-group .mce-btn .cart.table-wrapper .actions-toolbar > .action,
.cleversoft-widget-field.cleversoft-widget-field-type-textarea .form-group .mce-btn .action-gift {
  border: none;
}
.cleversoft-widget-field.cleversoft-widget-field-type-textarea .form-group .mce-btn button:hover,
.cleversoft-widget-field.cleversoft-widget-field-type-textarea .form-group .mce-btn .cart.table-wrapper .actions-toolbar > .action:hover,
.cleversoft-widget-field.cleversoft-widget-field-type-textarea .form-group .mce-btn .action-gift:hover {
  background: none;
}
.cleversoft-widget-field.cleversoft-widget-field-type-toggle .form-group .control-label {
  width: auto;
}
.cleversoft-widget-field .label-heading {
  color: #000000;
}
.cleversoft-panels-builder .cs-tool-button {
  padding: 6px 7px;
  text-decoration: none;
  line-height: 1em;
  margin-right: 2px;
  display: block;
  visibility: visible;
  position: relative;
  cursor: pointer;
  background: -o-linear-gradient(#f9f9f9, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="@color-gray-darken0eee", GradientType=0);
  outline: none;
  border-radius: 2px;
}
.cleversoft-panels-builder .cs-tool-button.cs-prebuilt-add {
  float: right;
}
.cleversoft-panels-builder .cs-tool-button .cs-panels-icon {
  font-size: 12px;
}
.cleversoft-panels-builder .cs-tool-button span {
  display: inline-block;
  color: #666666;
  text-shadow: 0 1px 0 #ffffff;
  min-width: 10px;
  text-align: center;
}
.cleversoft-panels-builder .cs-tool-button:hover span {
  color: #444;
}
.cleversoft-panels-builder .cs-builder-toolbar {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d0d0d0;
  background: #0172ff;
  line-height: 1em;
  z-index: 101;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 9px;
  margin-top: 0 !important;
  zoom: 1;
}
.cleversoft-panels-builder .cs-builder-toolbar .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.cleversoft-panels-builder .cs-builder-toolbar .logo img {
  max-width: 35px;
}
.cleversoft-panels-builder .cs-builder-toolbar:before {
  content: "";
  display: block;
}
.cleversoft-panels-builder .cs-builder-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.cleversoft-panels-builder .cs-builder-toolbar .cs-tool-button {
  display: inline-block;
  color: #666666;
  padding: 2px 10px 2px 8px;
  background: #ffffff;
}
.cleversoft-panels-builder .cs-builder-toolbar .cs-tool-button .cs-button-text {
  margin: 3px 0 2px;
  font-size: 11px;
}
.cleversoft-panels-builder .cs-builder-toolbar .cs-tool-button .cs-panels-icon {
  float: left;
  margin: 3px 7px 2px 0;
  font-size: 14px;
  color: #747474;
}
.cleversoft-panels-builder .cs-builder-toolbar .cs-tool-button:hover,
.cleversoft-panels-builder .cs-builder-toolbar .cs-tool-button:hover .cs-panels-icon {
  color: #444;
}
.cleversoft-panels-builder .cs-builder-toolbar .cs-tool-button.cs-learn {
  background: #e5e5e5;
  background: -o-linear-gradient(#f6f6f6, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6", endColorstr="#e5e5e5", GradientType=0);
}
.cleversoft-panels-builder .cs-builder-toolbar .cs-tool-button.cs-learn:hover {
  background: #ffffff;
}
.cleversoft-panels-builder .cs-builder-toolbar .cs-switch-to-standard {
  cursor: pointer;
  float: right;
  display: none;
  text-decoration: none;
  color: #666666;
  padding: 5px 6px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 11px;
}
.cleversoft-panels-builder .cs-builder-toolbar .cs-switch-to-standard:hover {
  background: #fafafa;
  border: 1px solid #999999;
  color: #444;
}
.cleversoft-panels-builder .cs-rows-container {
  padding: 20px 15px 0;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-color-1.cs-row-color {
  background: #cde2ec;
  border: 1px solid #a4cadd;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-color-1.cs-row-color.cs-row-color-selected:before {
  background: #a8cdde;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-1 .cs-cells .cell .cell-wrapper {
  background: none;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-1 .cs-cells .cell.cell-selected .cell-wrapper {
  background: #f1f1f1;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-1 .cs-cells .cell .resize-handle {
  background: #ccc;
  width: 5px;
  left: 0;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-1 .cs-cells .cell .resize-handle:hover {
  background: #666;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-color-2.cs-row-color {
  background: #f2c2be;
  border: 1px solid #e9968f;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-color-2.cs-row-color.cs-row-color-selected:before {
  background: #ea9a93;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-2 .cs-cells .cell .cell-wrapper {
  background: #f2c2be;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-2 .cs-cells .cell.cell-selected .cell-wrapper {
  background: #e68a83;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-2 .cs-cells .cell .resize-handle {
  background: #f8dedc;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-2 .cs-cells .cell .resize-handle:hover {
  background: #f5d2cf;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-color-3.cs-row-color {
  background: #d5ccdf;
  border: 1px solid #b9aac9;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-color-3.cs-row-color.cs-row-color-selected:before {
  background: #bbadcb;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-3 .cs-cells .cell .cell-wrapper {
  background: #d5ccdf;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-3 .cs-cells .cell.cell-selected .cell-wrapper {
  background: #b1a0c3;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-3 .cs-cells .cell .resize-handle {
  background: #e7e2ed;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-3 .cs-cells .cell .resize-handle:hover {
  background: #dfd9e7;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-color-4.cs-row-color {
  background: #cae7cd;
  border: 1px solid #a3d6a9;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-color-4.cs-row-color.cs-row-color-selected:before {
  background: #a7d7ac;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-4 .cs-cells .cell .cell-wrapper {
  background: #cae7cd;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-4 .cs-cells .cell.cell-selected .cell-wrapper {
  background: #99d19f;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-4 .cs-cells .cell .resize-handle {
  background: #e3f2e4;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-4 .cs-cells .cell .resize-handle:hover {
  background: #d8edda;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-color-5.cs-row-color {
  background: #e2dcb1;
  border: 1px solid #d3ca88;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-color-5.cs-row-color.cs-row-color-selected:before {
  background: #d4cb8c;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-5 .cs-cells .cell .cell-wrapper {
  background: #e2dcb1;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-5 .cs-cells .cell.cell-selected .cell-wrapper {
  background: #cfc57d;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-5 .cs-cells .cell .resize-handle {
  background: #ece8cb;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.cs-row-color-5 .cs-cells .cell .resize-handle:hover {
  background: #e8e3c0;
}
.cleversoft-panels-builder .cs-rows-container h3.cs-row-label {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  color: #474747;
  margin: 0 0 0 4px;
  line-height: 22px;
  float: left;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar {
  zoom: 1;
  margin-bottom: 4px;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar:before {
  content: "";
  display: block;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-tool-button {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  text-align: center;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-tool-button .cs-panels-icon {
  color: #777;
  font-size: 11px;
  width: 11px;
  height: 11px;
  display: block;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-tool-button .cs-panels-icon.cs-panels-icon-settings:before {
  content: "\e901";
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-tool-button:hover .cs-panels-icon {
  color: #555555;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-tool-button.cs-row-move {
  cursor: move;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-dropdown-wrapper .cs-dropdown-links-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 75ms, opacity 75ms linear;
  z-index: 101;
  right: -10px;
  top: 100%;
  width: 125px;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-dropdown-wrapper .cs-dropdown-links-wrapper ul li a.cs-row-delete {
  color: #a00;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-dropdown-wrapper .cs-dropdown-links-wrapper ul li a.cs-row-delete:hover {
  color: #ffffff;
  background: #a00;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-dropdown-wrapper .cs-dropdown-links-wrapper ul li.cs-row-colors-container {
  display: flex;
  justify-content: space-around;
  padding: 5px;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-dropdown-wrapper .cs-dropdown-links-wrapper ul li.cs-row-colors-container .cs-row-color {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 14px;
  height: 14px;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-dropdown-wrapper .cs-dropdown-links-wrapper ul li.cs-row-colors-container .cs-row-color.cs-row-color-selected:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-toolbar .cs-dropdown-wrapper:hover .cs-dropdown-links-wrapper {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.cleversoft-panels-builder .cs-rows-container .ui-sortable-placeholder {
  visibility: visible !important;
  background: #f7f7f7;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container {
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px dashed #ccc;
  padding: 10px 0 0;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container.ui-sortable-helper {
  opacity: .9;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells {
  zoom: 1;
  margin: 0;
  position: relative;
  padding: 10px 0 0;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells:before {
  content: "";
  display: block;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells:after {
  content: "";
  display: table;
  clear: both;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .ui-resizable-handle.ui-resizable-w {
  width: 10px;
  left: -11px;
  cursor: col-resize;
  background: rgba(0, 150, 211, 0.25);
  transition: background 0.25s ease-in-out;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .ui-resizable-handle.ui-resizable-w:hover {
  background: rgba(0, 150, 211, 0.1);
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell.cs-first {
  margin-left: 0;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell.cs-last {
  margin-right: 0;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .cell-wrapper {
  padding: 10px;
  height: 100%;
  min-height: 63px;
  transition: background 0.25s ease-in-out 0s;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell,
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .cell-wrapper {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-items-wrapper,
.scrollto-items-wrapper,
.grid-items-wrapper {
  padding-left: 10px;
  border-left: 1px solid transparent;
  overflow: hidden;
  transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1), max-height 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.element-item-elements {
  margin-left: 15px;
}
.widget-type-wrapper .dashicons.dashicons-admin-generic {
  font-family: "cleversoft";
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #666666;
}
.clever-row .dashicons-admin-generic:before {
  content: "\c321";
}
.clever-grid .dashicons-admin-generic:before {
  content: "\c320";
}
.clever-slider .dashicons-admin-generic:before {
  content: "\c310";
}
.clever-tabs .dashicons-admin-generic:before {
  content: "\c311";
}
.clever-banner .dashicons-admin-generic:before {
  content: "\c315";
}
.clever-button .dashicons-admin-generic:before {
  content: "\c319";
}
.clever-divider .dashicons-admin-generic:before {
  content: "\c035";
}
.clever-images .dashicons-admin-generic:before {
  content: "\c111";
}
.clever-video .dashicons-admin-generic:before {
  content: "\c106";
}
.clever-products .dashicons-admin-generic:before {
  content: "\c321";
}
.clever-products-list .dashicons-admin-generic:before {
  content: "\c052";
}
.clever-testimonial .dashicons-admin-generic:before {
  content: "\c318";
}
.clever-category .dashicons-admin-generic:before {
  content: "\c041";
}
.clever-scrollto .dashicons-admin-generic:before {
  content: "\c209";
}
.clever-gap .dashicons-admin-generic:before {
  content: "\c094";
}
.clever-title .dashicons-admin-generic:before {
  content: "\c097";
}
.clever-iconbox .dashicons-admin-generic:before {
  content: "\c323";
}
.clever-imagebox .dashicons-admin-generic:before {
  content: "\c323";
}
.clever-textbox .dashicons-admin-generic:before {
  content: "\c322";
}
.clever-countdown .dashicons-admin-generic:before {
  content: "\c105";
}
.editor-text .dashicons-admin-generic:before {
  content: "\c322";
}
.cleversoft_shopbybrand .dashicons-admin-generic:before {
  content: "\c177";
}
.cleversoft_pinmarker .dashicons-admin-generic:before {
  content: "\c043";
}
.cleversoft_megamenu .dashicons-admin-generic:before {
  content: "\c087";
}
.magefan_blog_featured .dashicons-admin-generic:before {
  content: "\c299";
}
.magefan_blog_recent .dashicons-admin-generic:before {
  content: "\c300";
}
.widget_instagram .dashicons-admin-generic:before {
  content: "\c232";
}
.mt_cookielaw .dashicons-admin-generic:before {
  content: "\c312";
}
.cs-tab-item-button,
.cs-grid-item-button {
  margin: 5px 0;
}
.cs-tab-item-child-wrapper,
.cs-grid-item-child-wrapper {
  margin-bottom: 5px;
}
.cs-tab-item-button span.cs-tab-insert,
.cs-grid-item-button span.cs-grid-insert {
  text-align: center;
  padding: 4px 10px;
  background: #2f4f4f;
  color: #ffffff;
  border: 1px solid #6e716e;
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.element-items-wrapper .element-item {
  padding-top: 5px;
  display: block;
  position: relative;
  padding-bottom: 5px;
}
.element-items-wrapper .panel-info {
  border: 1px solid #6e716e !important;
  background: #6e716e !important;
  color: #ffffff !important;
  display: flex;
  -ms-flex-pack: justify;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 3px 10px;
  border-radius: 99px;
}
.element-items-wrapper .element-item-elements .panel-info {
  padding: 0px 10px;
}
.element-items-wrapper .element-item-elements .panel-info {
  padding: 0px 10px;
}
.element-items-wrapper .element-item .panel-info .widget-info {
  color: #ffffff;
  font-weight: bold;
  font-size: 85%;
  font-style: italic;
  padding-left: 5px;
}
.clever-trigger-content-update ul li {
  margin-bottom: 0;
}
.clever-trigger-content-update ul li ul {
  margin-left: 8px;
}
.element-items-wrapper {
  padding: 0 0 10px 10px;
  border-left: 1px solid transparent;
  overflow: hidden;
  transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1), max-height 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.element-items-wrapper:first-child {
  margin-top: 12px;
}
.element-items-wrapper .cs-element-insert .icon-container {
  padding: 5px;
  background: #444;
  color: #ffffff;
  border: 1px solid #6e716e;
  border-radius: 99px;
  cursor: pointer;
  min-height: unset;
}
.element-items-wrapper .cs-element-insert .icon-container.row {
  margin-right: unset;
  margin-left: unset;
}
.cs-element-item-button {
  margin: 5px 0;
}
.banner-item-elements .cs-element-item-button {
  margin-left: 10px;
}
.cs-banner-item-inner-child-wrapper {
  padding: 5px 0 0 10px;
}
.slider-item-elements .cs-element-item-button {
  margin-left: 10px;
}
.cs-slider-item-inner-child-wrapper {
  padding: 5px 0 0 10px;
}
.element-item-wrapper {
  padding-bottom: 5px;
}
.icon-container.banner {
  margin-top: 0;
}
.icon-container.row {
  margin-right: unset;
  margin-left: unset;
}
.cs-element-item-button span.cs-element-insert {
  text-align: center;
  padding: 4px 10px;
  background: #2f4f4f;
  color: #ffffff;
  border: 1px solid #6e716e;
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.element-items-wrapper .element-item {
  padding-top: 5px;
  display: block;
  position: relative;
  padding-bottom: 5px;
}
.element-items-wrapper .element-item-elements .panel-info {
  padding: 0px 10px;
}
.element-items-wrapper .element-item .panel-info .widget-info {
  color: #ffffff;
  font-weight: bold;
  font-size: 85%;
  font-style: italic;
  padding-left: 5px;
}
.icon-container {
  padding: 5px;
  background: #444;
  color: #ffffff;
  border: 1px solid #6e716e;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 99px;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget {
  cursor: move;
  margin-bottom: 7px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-textbox-item-child-wrapper .cs-widget-wrapper .title {
  display: flex;
  align-items: center;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-textbox-item-child-wrapper .cs-widget-wrapper .title .widget-info {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-widget-no-move {
  cursor: auto;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget:hover {
  background: none;
  box-shadow: none;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget .cs-widget-wrapper {
  padding: 3px 8px;
  margin: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 99px;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget .cs-widget-wrapper:not(.ui-state-active) {
  background: #ffffff;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget h4 {
  font-size: 16px;
  display: block;
  cursor: pointer;
  margin: 0 0 0 15px;
  font-weight: 600;
  line-height: 1.25em;
  color: #474747;
  white-space: nowrap;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget h4:after {
  content: "\e901";
  font-family: 'cleversoft-panels-icons';
  position: absolute;
  right: 15px;
  font-size: 11px;
  font-weight: normal;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget .ui-state-active .title h4 {
  color: #ffffff;
}
.cs-element-item-child-wrapper.cs-row-item-child-wrapper {
  position: relative;
}
.cs-element-item-child-wrapper.cs-row-item-child-wrapper:after {
  content: "\e901";
  font-family: 'cleversoft-panels-icons';
  position: absolute;
  right: 15px;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget h4 span {
  font-weight: 400;
  display: inline-block;
  color: #999999;
  text-shadow: 0 1px 0 #ffffff;
  margin-left: 12px;
  margin-right: 5px;
  font-style: italic;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-widget-no-edit h4 {
  cursor: auto;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget .title .actions {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 7px;
  cursor: pointer;
  padding: 2px 2px 2px 15px;
  z-index: 10;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget .title .actions:hover {
  background: #feffff;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget .title .actions:hover a {
  opacity: 1;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget .title .actions a {
  display: none;
  margin-right: 3px;
  text-decoration: none;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget .title .actions a.widget-delete {
  color: red;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget .title .actions a.widget-delete:hover {
  color: #ffffff;
  background: red;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget:hover .title a {
  display: inline-block;
  opacity: .5;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.panel-being-dragged .title .actions {
  display: none;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget small {
  display: block;
  height: 16px;
  overflow: hidden;
  color: #777;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget .form {
  display: none;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-widget-read-only,
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-widget-read-only:hover {
  background: #f5f5f5;
  border: 1px solid #a6bac1;
  box-shadow: none;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-widget-read-only:hover h4,
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-widget-read-only:hover small,
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-widget-read-only h4,
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-widget-read-only small {
  opacity: .5;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-hovered {
  background: none;
  border: 1px solid none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-hovered h4,
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-hovered small,
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-hovered span {
  text-shadow: none;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget.cs-hovered small {
  color: #eeeeee;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .widgets-container .cs-widget-sortable-highlight {
  border: 1px solid rgba(0, 0, 0, 0.075);
  background: rgba(0, 0, 0, 0.025);
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 49px;
  margin-bottom: 7px;
  position: relative;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.01);
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell .resize-handle {
  z-index: 100;
  position: absolute;
  top: 0;
  width: 10px;
  left: -5px;
  cursor: col-resize;
  background: #f6fafb;
  height: 100%;
  transition: background 0.25s ease-in-out 0s;
}
.cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell:first-child .resize-handle {
  display: none;
}
.cleversoft-panels-builder .cs-panels-welcome-message {
  text-align: center;
  padding: 0 15px 20px;
  color: #555555;
  line-height: 1.8em;
}
.cleversoft-panels-builder .cs-panels-welcome-message .cs-message-wrapper {
  padding: 15px 10px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
}
.cleversoft-panels-builder .cs-panels-welcome-message .cs-tool-button {
  font-size: inherit;
  display: inline-block;
  float: none;
  color: #666666;
  padding: 5px 10px;
  margin: 0 3px;
  background: #e4e3e3;
}
.cleversoft-panels-builder .cs-panels-welcome-message .cs-tool-button .cs-panels-icon {
  color: #777;
  font-size: .8em;
}
.cleversoft-panels-builder .cs-panels-welcome-message .cs-tip-wrapper {
  margin-top: 15px;
  font-size: .95em;
}
.cleversoft-panels-builder.cs-display-narrow .cs-builder-toolbar {
  padding: 10px;
}
.cleversoft-panels-builder.cs-display-narrow .cs-builder-toolbar > .cs-tool-button {
  padding-right: 2px;
}
.cleversoft-panels-builder.cs-display-narrow .cs-builder-toolbar > .cs-tool-button .cs-panels-icon {
  font-size: 14px;
}
.cleversoft-panels-builder.cs-display-narrow .cs-builder-toolbar > .cs-tool-button.cs-learn,
.cleversoft-panels-builder.cs-display-narrow .cs-builder-toolbar > .cs-tool-button span.cs-button-text {
  display: none;
}
.cleversoft-panels-builder.cs-display-narrow .cs-builder-toolbar .cs-switch-to-standard,
.cleversoft-panels-builder.cs-display-narrow .widgets-container .cs-widget .actions {
  display: none !important;
}
.cs-widget.ui-sortable-helper.widget-being-dragged {
  z-index: 500002 !important;
  opacity: .9;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.35) !important;
  cursor: move;
  margin-bottom: 7px;
  background: #f9f9fb;
  border: 1px solid rgba(255, 255, 255, 0.75);
  max-height: 49px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-widget-no-move {
  cursor: auto;
}
.cs-widget.ui-sortable-helper.widget-being-dragged:hover {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.cs-widget.ui-sortable-helper.widget-being-dragged .cs-widget-wrapper {
  padding: 7px 8px;
  overflow: hidden;
  position: relative;
}
.cs-widget.ui-sortable-helper.widget-being-dragged h4 {
  display: block;
  cursor: pointer;
  margin: 0 15px 3px 0;
  font-weight: 600;
  line-height: 1.25em;
  color: #474747;
  text-shadow: 0 1px 0 #ffffff;
  white-space: nowrap;
}
.cs-widget.ui-sortable-helper.widget-being-dragged h4 span {
  font-weight: 400;
  display: inline-block;
  color: #999999;
  text-shadow: 0 1px 0 #ffffff;
  margin-left: 12px;
  margin-right: 5px;
  font-style: italic;
}
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-widget-no-edit h4 {
  cursor: auto;
}
.cs-widget.ui-sortable-helper.widget-being-dragged .title .actions {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 7px;
  cursor: pointer;
  padding: 2px 2px 2px 15px;
  z-index: 10;
}
.cs-widget.ui-sortable-helper.widget-being-dragged .title .actions:hover {
  background: #feffff;
}
.cs-widget.ui-sortable-helper.widget-being-dragged .title .actions:hover a {
  opacity: 1;
}
.cs-widget.ui-sortable-helper.widget-being-dragged .title .actions a {
  display: none;
  margin-right: 3px;
  text-decoration: none;
}
.cs-widget.ui-sortable-helper.widget-being-dragged .title .actions a.widget-delete {
  color: red;
}
.cs-widget.ui-sortable-helper.widget-being-dragged .title .actions a.widget-delete:hover {
  color: #ffffff;
  background: red;
}
.cs-widget.ui-sortable-helper.widget-being-dragged:hover .title a {
  display: inline-block;
  opacity: .5;
}
.cs-widget.ui-sortable-helper.widget-being-dragged.panel-being-dragged .title .actions {
  display: none;
}
.cs-widget.ui-sortable-helper.widget-being-dragged small {
  display: block;
  height: 16px;
  overflow: hidden;
  color: #777;
}
.cs-widget.ui-sortable-helper.widget-being-dragged .form {
  display: none;
}
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-widget-read-only,
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-widget-read-only:hover {
  background: #f5f5f5;
  border: 1px solid #a6bac1;
  box-shadow: none;
}
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-widget-read-only:hover h4,
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-widget-read-only:hover small,
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-widget-read-only h4,
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-widget-read-only small {
  opacity: .5;
}
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-hovered {
  background: #3a7096;
  border: 1px solid #39618c;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-hovered h4,
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-hovered small,
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-hovered span {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}
.cs-widget.ui-sortable-helper.widget-being-dragged.cs-hovered small {
  color: #eeeeee;
}
.widgets-holder-wrap .widget-inside .cleversoft-panels-builder .cs-builder-container {
  padding-top: 0;
}
.widgets-holder-wrap .widget-inside .cleversoft-panels-builder .cs-rows-container {
  padding: 10px 0 0;
}
.widgets-holder-wrap .widget-inside .cleversoft-panels-builder .cs-builder-toolbar {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 -15px;
}
.cs-panels-dialog .cs-content,
.cs-panels-dialog .cs-left-sidebar,
.cs-panels-dialog .cs-overlay,
.cs-panels-dialog .cs-right-sidebar,
.cs-panels-dialog .cs-title-bar,
.cs-panels-dialog .cs-toolbar {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cs-panels-dialog .cs-content,
.cs-panels-dialog .cs-left-sidebar,
.cs-panels-dialog .cs-right-sidebar {
  /*overflow-y: auto*/
}
.cs-panels-dialog .cs-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cs-panels-dialog .cs-content {
  top: 50px;
  left: 0px;
  bottom: 50px;
  background: #e6e9ec;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 1px 0px 8px 0 rgba(99, 88, 99, 0.5);
  -moz-box-shadow: 1px 0px 8px 0 rgba(99, 88, 99, 0.5);
  box-shadow: 1px 0px 8px 0 rgba(99, 88, 99, 0.5);
}
.cs-panels-dialog .cs-content .ui-widget.ui-widget-content.ui-slider-horizontal {
  height: 4px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  background: #a4afb7;
  margin-top: 0;
}
.cs-panels-dialog .cs-content .ui-widget.ui-widget-content.ui-slider-horizontal .ui-slider-range-min {
  background: transparent;
}
.cs-panels-dialog .cs-content .ui-widget.ui-widget-content.ui-slider-horizontal .ui-slider-handle {
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(4px);
  -ms-transform: translateY(-50%) translateX(4px);
  transform: translateY(-50%) translateX(4px);
  position: absolute;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.cs-panels-dialog .cs-content button.btn,
.cs-panels-dialog .cs-content .cart.table-wrapper .actions-toolbar > .action.btn,
.cs-panels-dialog .cs-content .action-gift.btn {
  background: #0172ff;
  margin-right: 5px;
  box-shadow: none;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 14px;
}
.cs-panels-dialog .cs-content button.btn.selected,
.cs-panels-dialog .cs-content .cart.table-wrapper .actions-toolbar > .action.btn.selected,
.cs-panels-dialog .cs-content .action-gift.btn.selected {
  -webkit-box-shadow: 0 0 0 3px rgba(231, 166, 26, 0.73);
  -moz-box-shadow: 0 0 0 3px rgba(231, 166, 26, 0.73);
  box-shadow: 0 0 0 3px rgba(231, 166, 26, 0.73);
}
.cs-panels-dialog .cs-content button:not(.primary),
.cs-panels-dialog .cs-content .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.cs-panels-dialog .cs-content .action-gift:not(.primary) {
  box-shadow: none;
}
.cs-panels-dialog .cs-content .form-group .form-control {
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.cs-panels-dialog .cs-content .form-group .form-controlselect {
  cursor: pointer;
}
.cs-panels-dialog.cs-panels-dialog-edit-widget > div {
  position: fixed;
  z-index: 1001;
  width: 360px;
  max-width: 360px;
}
.cs-panels-dialog .cs-content > :first-child {
  margin-top: 0;
}
.cs-panels-dialog .cs-content > :last-child {
  margin-bottom: 0;
}
.cs-panels-dialog .cs-content .cs-content-tabs > * {
  display: none;
}
.cs-panels-dialog .cs-title-bar {
  height: 50px;
  background: #0172ff;
  top: 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 10px;
}
.cs-panels-dialog .cs-title-bar h3.cs-title {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: -3px 1px 0 -3px;
  padding: 5px 6px;
  display: block;
  line-height: 44px;
}
.widget-type-list {
  padding-right: 0;
}
.cs-panels-dialog .cs-title-bar h3.cs-title.cs-title-editable:focus,
.cs-panels-dialog .cs-title-bar h3.cs-title.cs-title-editable:hover {
  outline: none;
  background: #f0f0f0;
}
.cs-panels-dialog .cs-title-bar h3.cs-title.cs-title-editable:focus {
  margin-top: -4px;
  margin-left: -4px;
  border: 1px solid #e4e4e4;
}
.cs-panels-dialog .cs-title-bar input[type=text].cs-edit-title {
  margin-top: -3px;
  margin-left: -3px;
  display: none;
  color: #23282d;
  font-size: 1.3em;
  font-weight: 600;
  border: none;
  box-shadow: none;
  background: #f0f0f0;
  padding: 4px 5px;
}
.cs-panels-dialog .cs-title-bar h3.cs-parent-link {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 0 15px 0 0 !important;
  padding: 0 27px 0 0 !important;
}
.cs-panels-dialog .cs-title-bar h3.cs-parent-link .cs-separator {
  position: absolute;
  top: -15px;
  right: 0;
  width: 12px;
  height: 50px;
  display: block;
  background: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/dialog-separator.png') no-repeat;
}
.cs-panels-dialog .cs-title-bar a {
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
  right: 0;
  transition: all .2s ease 0s;
  border-bottom: 1px solid #d8d8d8;
}
.cs-panels-dialog .cs-title-bar a:hover {
  background: #e9e9e9;
}
.cs-panels-dialog .cs-title-bar a:hover .cs-dialog-icon {
  color: #333;
}
.cs-panels-dialog .cs-title-bar a .cs-dialog-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  width: 22px;
  height: 22px;
  margin-left: -10px;
  margin-top: -10px;
  color: #ffffff;
  text-align: center;
}
.cs-panels-dialog .cs-title-bar a .cs-dialog-icon:before {
  font: 400 20px/1em dashicons;
  top: 7px;
  left: 13px;
}
.cs-panels-dialog .cs-title-bar a.cs-close {
  right: 0;
}
.cs-panels-dialog .cs-title-bar a.cs-close .cs-dialog-icon:before {
  content: "\f335";
}
.cs-panels-dialog .cs-title-bar a.cs-next {
  right: 50px;
}
.cs-panels-dialog .cs-title-bar a.cs-next .cs-dialog-icon:before {
  content: "\f345";
}
.cs-panels-dialog .cs-title-bar a.cs-previous {
  right: 100px;
}
.cs-panels-dialog .cs-title-bar a.cs-previous .cs-dialog-icon:before {
  content: "\f341";
}
.cs-panels-dialog .cs-title-bar a.cs-nav.cs-disabled {
  cursor: default;
  pointer-events: none;
}
.cs-panels-dialog .cs-title-bar a.cs-nav.cs-disabled .cs-dialog-icon {
  color: #ddd;
}
.cs-panels-dialog .cs-title-bar.cs-has-icon {
  padding-left: 45px;
}
.cs-panels-dialog .cs-title-bar.cs-has-icon .cs-panels-icon.cs-panels-icon-add-widget:before {
  content: "\e901";
  font-family: 'cleversoft-panels-icons';
}
.cs-panels-dialog .cs-title-bar .cs-title {
  color: #ffffff;
}
.cs-panels-dialog .cs-title-bar.cs-has-icon .cs-panels-icon {
  position: absolute;
  top: 12px;
  left: 14px;
  font-size: 20px;
  line-height: 22px;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #ffffff;
}
.cs-panels-dialog .cs-toolbar {
  height: 50px;
  background: #fafafa;
  border-top: 1px solid #d8d8d8;
  bottom: 0;
  padding: 5px;
  -webkit-box-shadow: 1px 0px 8px 0 rgba(99, 88, 99, 0.5);
  -moz-box-shadow: 1px 0px 8px 0 rgba(99, 88, 99, 0.5);
  box-shadow: 1px 0px 8px 0 rgba(99, 88, 99, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs-panels-dialog .cs-toolbar .cs-status {
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  font-style: italic;
  color: #999999;
  line-height: 1em;
}
.cs-panels-dialog .cs-toolbar .cs-status.cs-panels-loading {
  padding-left: 26px;
  background-position: 0;
}
.cs-panels-loading {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/wpspin_light.gif');
  background-position: 50%;
  background-repeat: no-repeat;
}
.cs-panels-dialog .cs-toolbar .cs-status .dashicons-warning {
  color: #a00;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -1px;
}
.cs-panels-dialog .cs-toolbar .cs-buttons {
  float: right;
}
.cs-panels-dialog .cs-toolbar .cs-buttons .button-primary.cs-close {
  box-shadow: none;
  line-height: normal;
  text-transform: none;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
.cs-panels-dialog .cs-toolbar .cs-buttons .action-buttons {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -.65em;
}
.cs-panels-dialog .cs-toolbar .cs-buttons .cs-update {
  color: #ffffff;
  text-transform: none;
  line-height: 28px;
  box-shadow: none;
}
.cs-panels-dialog .cs-toolbar .cs-buttons .action-buttons a {
  cursor: pointer;
  display: inline;
  padding: .2em .5em;
  line-height: 1em;
  margin-right: .5em;
  text-decoration: none;
}
.cs-panels-dialog .cs-toolbar .cs-buttons .action-buttons .cs-delete {
  color: #a00;
}
.cs-panels-dialog .cs-toolbar .cs-buttons .action-buttons .cs-delete:hover {
  background: #a00;
  color: #ffffff;
}
.cs-panels-dialog .cs-toolbar .cs-buttons .action-buttons .cs-duplicate:hover {
  text-decoration: underline;
}
.cs-panels-dialog .cs-left-sidebar {
  display: none;
  top: 30px;
  left: 30px;
  bottom: 30px;
  width: 290px;
  border-right: 1px solid #d8d8d8;
}
.cs-panels-dialog .cs-left-sidebar h4 {
  margin: 0 0 20px;
  font-size: 18px;
}
.cs-panels-dialog .cs-left-sidebar .cs-sidebar-search {
  width: 100%;
  padding: 6px;
  margin-bottom: 20px;
}
.cs-panels-dialog .cs-left-sidebar .cs-sidebar-tabs {
  list-style: none;
  margin: 0 -15px;
}
.cs-panels-dialog .cs-left-sidebar .cs-sidebar-tabs li {
  margin-bottom: 0;
}
.cs-panels-dialog .cs-left-sidebar .cs-sidebar-tabs li a {
  padding: 7px 16px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  box-shadow: none !important;
}
.cs-panels-dialog .cs-left-sidebar .cs-sidebar-tabs li a:hover {
  background: #ffffff;
}
.cs-panels-dialog .cs-left-sidebar .cs-sidebar-tabs li.tab-active a {
  color: #555555;
  font-weight: 700;
  background: #ffffff;
}
.cs-panels-dialog .cs-left-sidebar .cs-sidebar-tabs li.tab-active a:hover {
  background: #ffffff;
}
.cs-sidebar.cs-right-sidebar > div {
  max-width: 360px;
}
.cs-panels-dialog .cs-right-sidebar {
  display: none;
  right: 30px;
  bottom: 88px;
  width: 290px;
  border-left: 1px solid #d8d8d8;
}
.cs-panels-dialog.cs-panels-dialog-has-right-sidebar .cs-right-sidebar {
  width: 360px;
  left: 0;
  bottom: 50px;
  border-left: none;
  height: auto;
  overflow-y: auto;
}
.cs-panels-dialog .cs-right-sidebar h3 {
  color: #333;
}
.cs-panels-dialog .cs-right-sidebar h3:first-child {
  margin-top: 0;
}
.cs-panels-dialog .cs-sidebar .form-field {
  margin-bottom: 20px;
}
.cs-panels-dialog .cs-sidebar .form-field label {
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.cs-panels-dialog.cs-panels-dialog-has-left-sidebar .cs-content,
.cs-panels-dialog.cs-panels-dialog-has-left-sidebar .cs-title-bar,
.cs-panels-dialog.cs-panels-dialog-has-left-sidebar .cs-toolbar {
  left: 0px;
}
.cs-panels-dialog.cs-panels-dialog-has-left-sidebar .cs-content {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.03);
}
.cs-panels-dialog.cs-panels-dialog-has-left-sidebar .cs-left-sidebar {
  display: block;
}
.cs-panels-dialog.cs-panels-dialog-has-right-sidebar .cs-content {
  right: 320px;
}
.cs-panels-dialog.cs-panels-dialog-has-right-sidebar .cs-right-sidebar {
  display: block;
}
.cs-panels-dialog.cs-panels-dialog-edit-widget .cs-left-sidebar .cs-widgets .cs-widget {
  border-radius: 2px;
  border: 1px solid #cccccc;
  cursor: pointer;
  padding: 10px;
  background: #f9f9f9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), inset 0 1px 0 #ffffff;
  margin-bottom: 15px;
}
.cs-panels-dialog.cs-panels-dialog-edit-widget .cs-left-sidebar .cs-widgets .cs-widget:hover {
  border: 1px solid #bbbbbb;
  background: #ffffff;
}
.cs-panels-dialog.cs-panels-dialog-edit-widget .cs-left-sidebar .cs-widgets .cs-widget.cs-current {
  border-color: #0074a2;
  background: #2ea2cc;
  cursor: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.cs-panels-dialog.cs-panels-dialog-edit-widget .cs-left-sidebar .cs-widgets .cs-widget.cs-current h3 {
  color: #ffffff;
}
.cs-panels-dialog.cs-panels-dialog-edit-widget .cs-left-sidebar .cs-widgets .cs-widget.cs-current small {
  color: #eeeeee;
}
.cs-panels-dialog.cs-panels-dialog-edit-widget .cs-left-sidebar .cs-widgets .cs-widget.cs-current:hover {
  border-color: #0074a2;
  background: #2ea2cc;
}
.cs-panels-dialog.cs-panels-dialog-edit-widget .cs-left-sidebar .cs-widgets .cs-widget:last-child {
  margin-bottom: 0;
}
.cs-panels-dialog.cs-panels-dialog-edit-widget .cs-left-sidebar .cs-widgets .cs-widget h3 {
  margin: 0 0 7px;
  padding: 0;
  height: 1.2em;
  color: #222;
  font-size: 14px;
}
.cs-panels-dialog.cs-panels-dialog-edit-widget .cs-left-sidebar .cs-widgets .cs-widget small {
  font-size: 11px;
  line-height: 1.25em;
  display: block;
  overflow: hidden;
  color: #888;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list,
.cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list,
.cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list {
  zoom: 1;
  margin: 0;
  padding: 0;
  min-height: 10px;
  list-style: none;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list:before,
.cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list:before,
.cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list:before {
  content: "";
  display: block;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list:after,
.cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list:after,
.cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list:after {
  content: "";
  display: table;
  clear: both;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list .widget-type,
.cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list .widget-type,
.cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list .widget-type {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
  float: left;
}
.cs-panels-dialog.cs-panels-dialog-add-widget {
  max-width: 360px;
  width: 360px;
  bottom: 0;
  left: 0;
  top: 0;
  position: relative;
  z-index: 1000;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .cs-searchbar {
  top: 50px;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .cs-content {
  top: 82px;
}
.cleversoft-widget-field-type-slider .form-group > div {
  width: 100%;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 10px;
}
.cleversoft-widget-field-type-slider .form-group input {
  width: 50px;
  height: 25px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  color: #333;
}
.cs-panels-dialog > div {
  position: fixed;
  max-width: 360px;
  width: 360px;
  z-index: 1001;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list .widget-type h3,
.cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list .widget-type h3,
.cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list .widget-type h3 {
  font-size: 11px;
  color: #666666;
  margin: 12px 0 0;
  padding: 0;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list .widget-type small,
.cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list .widget-type small,
.cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list .widget-type small {
  font-size: 11px;
  min-height: 2.5em;
  line-height: 1.25em;
  display: block;
  overflow: hidden;
  color: #888;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list .widget-type .widget-icon,
.cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list .widget-type .element-icon,
.cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list .widget-type .element-icon {
  font-size: 20px;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list .widget-type-wrapper,
.cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list .widget-type-wrapper,
.cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list .widget-type-wrapper {
  border: 1px solid #cccccc;
  cursor: pointer;
  padding: 15px 0;
  background: #ffffff;
  text-align: center;
}
.cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list .widget-type-wrapper:hover,
.cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list .widget-type-wrapper:hover,
.cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list .widget-type-wrapper:hover {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form {
  zoom: 1;
  padding: 8px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  background: #f3f3f3;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form:before {
  content: "";
  display: block;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form:after {
  content: "";
  display: table;
  clear: both;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form button,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form input,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form select,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form span,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form strong,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form .cart.table-wrapper .actions-toolbar > .action,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form .action-gift {
  display: inline;
  margin: 1px 5px;
  outline: none;
  box-shadow: none;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form button,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form .cart.table-wrapper .actions-toolbar > .action,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form .action-gift {
  margin-top: 2px;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-set-form label {
  display: inline;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview {
  margin: 0 -6px;
  height: 360px;
  position: relative;
  white-space: nowrap;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell-in,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell-weight {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  cursor: pointer;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .preview-cell-in {
  border: 1px solid #bcccd2;
  min-height: 360px;
  background: #e4eff4;
  position: relative;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .preview-cell-in.cell-selected {
  background: #cae7f4 url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/cell-selected.png') repeat;
  border-color: #9abcc7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .preview-cell-in .preview-cell-weight,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .preview-cell-in .preview-cell-weight-input {
  position: absolute;
  font-size: 17px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  width: 80px;
  text-align: center;
  color: #5e6d72;
  margin: -0.95em 0 0 -40px;
  padding: 10px 0;
  border: 1px solid transparent;
  line-height: 1.4em !important;
  overflow: hidden;
  cursor: pointer;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .preview-cell-in .preview-cell-weight-input:after,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .preview-cell-in .preview-cell-weight:after {
  content: "%";
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .preview-cell-in .preview-cell-weight-input:hover,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .preview-cell-in .preview-cell-weight:hover {
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .preview-cell-in .preview-cell-weight-input {
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
  box-shadow: none;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .resize-handle {
  z-index: 100;
  position: absolute;
  top: 0;
  width: 12px;
  left: -6px;
  cursor: col-resize;
  background: #e5f4fb;
  height: 360px;
  transition: background 0.15s ease-in-out 0s;
}
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .resize-handle.ui-draggable-dragging,
.cs-panels-dialog.cs-panels-dialog-row-edit .cs-content .row-preview .preview-cell .resize-handle:hover {
  background: #b7e0f1;
}
.cs-panels-dialog.cs-panels-dialog-history .cs-left-sidebar {
  padding: 0;
}
.cs-panels-dialog.cs-panels-dialog-history .history-entries .history-entry {
  padding: 10px;
  background: #f8f8f8;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}
.cs-panels-dialog.cs-panels-dialog-history .history-entries .history-entry h3 {
  margin: 0 0 .6em;
  font-size: 12px;
  font-weight: 700;
  color: #444;
  line-height: 1em;
}
.cs-panels-dialog.cs-panels-dialog-history .history-entries .history-entry .timesince {
  color: #999999;
  font-size: 11px;
  line-height: 1em;
}
.cs-panels-dialog.cs-panels-dialog-history .history-entries .history-entry:hover {
  background: #f0f0f0;
}
.cs-panels-dialog.cs-panels-dialog-history .history-entries .history-entry.cs-selected {
  background: #eeeeee;
}
.cs-panels-dialog.cs-panels-dialog-history .history-entries .history-entry .count {
  color: #999999;
}
.cs-panels-dialog.cs-panels-dialog-history .cs-content {
  padding: 0;
  overflow-y: hidden;
}
.cs-panels-dialog.cs-panels-dialog-history .cs-content form.history-form {
  display: none;
}
.cs-panels-dialog.cs-panels-dialog-history .cs-content iframe.cleversoft-panels-history-iframe {
  width: 100%;
  height: 100%;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content {
  padding: 0 10px;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-error-message {
  font-size: 14px;
  border: 1px solid #cccccc;
  background: #f8f8f8;
  padding: 15px 20px;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .export-file-ui {
  padding: 5px 15px;
  text-align: right;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .import-upload-ui {
  padding: 15px;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .import-upload-ui .drag-drop-message {
  display: none;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .import-upload-ui.has-drag-drop .drag-drop-message {
  display: block;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .import-upload-ui p.drag-drop-message {
  font-size: 1em;
  margin-bottom: 0;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .import-upload-ui .drag-upload-area {
  display: block;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px;
  border: 4px dashed #e0e0e0;
  text-align: center;
  transition: all 0.25s ease 0s;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .import-upload-ui .drag-upload-area.file-dragover {
  background: #f2f9fc;
  border-color: #0074a2;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .import-upload-ui .progress-bar {
  display: none;
  padding: 2px;
  border: 2px solid #2181b1;
  border-radius: 2px;
  margin-top: 20px;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .import-upload-ui .progress-bar .progress-percent {
  height: 14px;
  background: #358ebe;
  border-radius: 1px;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .import-upload-ui .file-browse-button {
  padding: 12px 30px;
  height: auto;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-browse {
  background: #f3f3f3;
  border-bottom: 1px solid #d0d0d0;
  margin: -15px -10px 15px;
  padding: 15px;
  font-weight: 700;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-no-results {
  margin: 20px 0;
  padding: 0 5px;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-directory-item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  background: #f7f7f7;
  border: 1px solid #d0d0d0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-title {
  font-size: 15px;
  margin: 0 0 13px;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-screenshot {
  flex: 3 auto;
  margin-bottom: 10px;
  cursor: pointer;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-screenshot.cs-loading {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/wpspin_light.gif');
  background-position: 50%;
  background-repeat: no-repeat;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-screenshot .cs-screenshot-wrapper {
  display: block;
  min-height: 40px;
  background: gray;
  border: 1px solid #d0d0d0;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-description {
  flex: 1 auto;
  font-size: .9em;
  color: #666666;
  margin-bottom: 10px;
  max-height: 60px;
  overflow: hidden;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-bottom {
  flex: 1 auto;
  position: relative;
  max-height: 50px;
  margin: 10px -10px -15px;
  background: #fcfcfc;
  border-top: 1px solid #d0d0d0;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-bottom .cs-title {
  margin: 0;
  padding: 16px 10px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-bottom .cs-buttons {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  visibility: hidden;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 10px 10px 15px;
  border-left: 1px solid #d0d0d0;
  background: #f6f6f6;
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05);
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item:hover .cs-buttons {
  visibility: visible;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item.selected {
  background: #e5f4fa;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item.selected .cs-directory-item-wrapper {
  background: #deeef4;
  border-color: #9abcc7;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item.selected .cs-bottom {
  background: #f8fdff;
  border-color: #bcccd2;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item.selected .cs-bottom .cs-title {
  color: #3e484c;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item.selected .cs-bottom .cs-buttons {
  background: #eaf2f6;
  border-color: #bcccd2;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-pages {
  margin-top: 15px;
  padding: 0 5px;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-pages .button-disabled {
  pointer-events: none;
}
.cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-toolbar .cs-buttons select.cs-layout-position {
  vertical-align: baseline;
}
.cs-panels-dialog .cs-visual-styles {
  /*margin: -15px*/
}
.cs-panels-dialog .cs-visual-styles h3 {
  line-height: 1em;
  margin: 0;
  padding: 20px 15px;
  border-bottom: 1px solid #ddd;
  background: #0085ba;
  color: #ffffff;
  font-size: 20px;
}
.cs-panels-dialog .cs-visual-styles .style-section-head {
  background: #ffffff;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
}
.cs-panels-dialog .cs-visual-styles .style-section-head h4 {
  margin: 0;
}
.cs-panels-dialog .cs-visual-styles .style-section-fields {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
}
.cs-panels-dialog .cs-visual-styles .style-section-fields .style-field-wrapper {
  margin-bottom: 20px;
}
.cs-panels-dialog .cs-visual-styles .style-section-fields .style-field-wrapper:last-child {
  margin-bottom: 0;
}
.cs-panels-dialog .cs-visual-styles .style-section-fields .style-field-wrapper > label {
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}
.cs-panels-dialog .cs-visual-styles .style-section-fields .style-field-wrapper .style-field {
  zoom: 1;
}
.cs-panels-dialog .cs-visual-styles .style-section-fields .style-field-wrapper .style-field:before {
  content: "";
  display: block;
}
.cs-panels-dialog .cs-visual-styles .style-section-fields .style-field-wrapper .style-field:after {
  content: "";
  display: table;
  clear: both;
}
.cs-panels-dialog .cs-visual-styles .style-section-fields .style-field-wrapper .style-field input {
  font-size: 12px;
}
.cs-panels-dialog .cs-visual-styles .style-input-wrapper {
  zoom: 1;
}
.cs-panels-dialog .cs-visual-styles .style-input-wrapper:before {
  content: "";
  display: block;
}
.cs-panels-dialog .cs-visual-styles .style-input-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.cs-panels-dialog .cs-visual-styles .style-input-wrapper input {
  max-width: 100%;
}
.cs-panels-dialog .cs-visual-styles .style-field-measurement .measurement-inputs {
  overflow: auto;
  margin: 0 -3px 4px;
}
.cs-panels-dialog .cs-visual-styles .style-field-measurement .measurement-wrapper {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 3px;
}
.cs-panels-dialog .cs-visual-styles .style-field-measurement .measurement-wrapper .measurement-value {
  border-width: 1px;
  display: block;
  max-width: 100%;
}
.cs-panels-dialog .cs-visual-styles .style-field-measurement .measurement-wrapper .measurement-value.measurement-top {
  box-shadow: inset 0 3px 1px rgba(10, 10, 10, 0.8);
}
.cs-panels-dialog .cs-visual-styles .style-field-measurement .measurement-wrapper .measurement-value.measurement-right {
  box-shadow: inset -3px 0 2px rgba(10, 10, 10, 0.8);
}
.cs-panels-dialog .cs-visual-styles .style-field-measurement .measurement-wrapper .measurement-value.measurement-bottom {
  box-shadow: inset 0 -3px 1px rgba(10, 10, 10, 0.8);
}
.cs-panels-dialog .cs-visual-styles .style-field-measurement .measurement-wrapper .measurement-value.measurement-left {
  box-shadow: inset 3px 0 2px rgba(10, 10, 10, 0.8);
}
.cs-panels-dialog .cs-visual-styles .style-field-measurement .measurement-unit-multiple {
  width: 100%;
  display: block;
}
.cs-panels-dialog .cs-visual-styles .style-field-measurement .measurement-unit-single {
  float: right;
  width: 25%;
}
.cs-panels-dialog .cs-visual-styles .style-field-measurement .measurement-value-single {
  float: left;
  width: 72%;
}
.cs-panels-dialog .cs-visual-styles .style-field-image .cs-image-selector {
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid #cccccc;
  height: 28px;
  float: left;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 1px #ffffff;
}
.cs-panels-dialog .cs-visual-styles .style-field-image .cs-image-selector .current-image {
  height: 28px;
  width: 28px;
  float: left;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  background-size: cover;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
}
.cs-panels-dialog .cs-visual-styles .style-field-image .cs-image-selector .select-image {
  font-size: 12px;
  line-height: 28px;
  float: left;
  padding: 0 8px;
  color: #555555;
}
.cs-panels-dialog .cs-visual-styles .style-field-image .remove-image {
  font-size: 12px;
  margin-top: 4px;
  margin-left: 15px;
  display: inline-block;
  float: left;
  color: #666666;
  text-decoration: none;
}
.cs-panels-dialog .cs-visual-styles .style-field-image .remove-image .remove-image {
  color: #333;
}
.cs-panels-dialog .cs-visual-styles .style-field-checkbox label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cs-panels-dialog .cs-visual-styles .cs-field-code {
  font-size: 12px;
}
.cs-panels-dialog .cs-visual-styles .cs-description {
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  font-style: italic;
  clear: both;
}
.cs-panels-dialog .cs-visual-styles.cs-cell-styles {
  margin-top: 15px;
}
.cs-panels-dialog .cs-content .cleversoft-panels-builder .cs-builder-toolbar {
  border: 1px solid #dedede;
}
.cs-panels-dialog .cs-content .cleversoft-panels-builder .cs-rows-container {
  padding: 20px 0 0;
}
.cs-panels-dialog .cs-content .cleversoft-panels-builder .cs-panels-welcome-message {
  padding-left: 0;
  padding-right: 0;
}
.cs-panels-dialog .cs-dropdown-wrapper input[type=button].button-primary {
  width: 125px;
  height: 28px;
}
.cs-panels-dialog .cs-dropdown-wrapper .cs-dropdown-links-wrapper {
  display: block;
  z-index: 11;
  bottom: 28px;
  width: 125px;
}
.cs-panels-dialog .cs-dropdown-wrapper .cs-dropdown-links-wrapper.hidden {
  display: none;
}
.wp-customizer .cs-panels-dialog .cs-content,
.wp-customizer .cs-panels-dialog .cs-left-sidebar,
.wp-customizer .cs-panels-dialog .cs-overlay,
.wp-customizer .cs-panels-dialog .cs-right-sidebar,
.wp-customizer .cs-panels-dialog .cs-title-bar,
.wp-customizer .cs-panels-dialog .cs-toolbar {
  z-index: 500001;
}
.wp-customizer .cs-panels-dialog .cs-toolbar {
  z-index: 500002;
}
.cs-panels-live-editor > div {
  position: fixed;
  z-index: 999;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cs-panels-live-editor .live-editor-form {
  display: none;
}
.cs-panels-live-editor .live-editor-collapse {
  left: 360px;
  height: 80px;
  line-height: 100px;
  background: #e6e9ec;
  bottom: 90px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1000;
  width: 20px;
  text-align: center;
  top: 50%;
  bottom: 50%;
  transform: translate(0%, -50%);
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  cursor: pointer;
}
.cs-panels-live-editor .live-editor-collapse:hover {
  background: #0172ff;
  color: #ffffff;
}
.cs-panels-live-editor .live-editor-collapse .collapse-icon {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: relative;
  font-family: 'cleversoft';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs-panels-live-editor .live-editor-collapse .collapse-icon:before {
  content: "\c155";
}
.cs-panels-live-editor .cs-sidebar-tools {
  background: #76818e;
  bottom: 0;
  left: 0;
  height: 46px;
  width: 360px;
}
.cs-panels-live-editor .cs-sidebar-tools .live-editor-mode .dashicons {
  font-size: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #dedddd;
}
.cs-panels-live-editor .cs-sidebar-tools .live-editor-mode .dashicons:hover {
  color: #0073aa;
}
.cs-panels-live-editor .cs-sidebar-tools .live-editor-mode.cs-active .dashicons,
.cs-panels-live-editor .cs-sidebar-tools .live-editor-mode.cs-active .dashicons:hover {
  color: #0073aa;
}
.cs-live-preview.global-element {
  border: 1px dashed transparent;
}
.cs-live-preview.global-element:hover {
  border-color: #0172ff;
}
.cs-live-preview.global-element .cs-edit-element-section {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  background: #0172ff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
}
.cs-live-preview.global-element .cs-edit-element-section i {
  color: #ffffff;
  opacity: 1;
  margin: 0;
  padding-left: 2px;
}
.cs-live-preview.global-element.button-element {
  pointer-events: auto !important;
}
.cs-live-preview.global-element .img__wrap {
  position: relative;
}
.cs-panels-live-editor .cs-sidebar {
  top: 0;
  left: 0;
  bottom: 46px;
  width: 360px;
  overflow-y: auto;
  background: #e6e9ec;
}
.cs-panels-live-editor .cs-sidebar .cs-row-delete span {
  font-size: 22px;
  color: #ff0000;
}
.cs-panels-live-editor .cs-sidebar .ui-icon,
.cs-panels-live-editor .cs-sidebar .ui-widget-content .ui-icon {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/ui-icons_444444_256x240.png');
}
.cs-panels-live-editor .cs-sidebar .ui-widget-header .ui-icon {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/ui-icons_444444_256x240.png');
}
.cs-panels-live-editor .cs-sidebar .ui-button .ui-icon {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/ui-icons_777777_256x240.png');
}
.cs-panels-live-editor .cs-sidebar .ui-state-hover .ui-icon,
.cs-panels-live-editor .cs-sidebar .ui-state-focus .ui-icon,
.cs-panels-live-editor .cs-sidebar .ui-button:hover .ui-icon,
.cs-panels-live-editor .cs-sidebar .ui-button:focus .ui-icon,
.cs-panels-live-editor .cs-sidebar .ui-state-default .ui-icon {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/ui-icons_555555_256x240.png');
}
.cs-panels-live-editor .cs-sidebar .ui-state-active .ui-icon,
.cs-panels-live-editor .cs-sidebar .ui-button:active .ui-icon {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/ui-icons_ffffff_256x240.png');
}
.cs-panels-live-editor .cs-sidebar .ui-state-highlight .ui-icon,
.cs-panels-live-editor .cs-sidebar .ui-button .ui-state-highlight.ui-icon {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/ui-icons_777620_256x240.png');
}
.cs-panels-live-editor .cs-sidebar .ui-state-error .ui-icon,
.cs-panels-live-editor .cs-sidebar .ui-state-error-text .ui-icon {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/ui-icons_cc0000_256x240.png');
}
.cs-panels-live-editor.cs-toolbar-loading .cs-sidebar {
  pointer-events: none;
}
.cs-panels-live-editor .cs-preview {
  top: 0;
  right: 0;
  bottom: 0;
  left: 360px;
  background: #191e23;
}
.cs-panels-live-editor .cs-preview form {
  display: none;
}
.cs-panels-live-editor .cs-preview iframe {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-style: inset;
  border-image: initial;
}
.cs-panels-live-editor .cs-sidebar .cleversoft-panels-builder .cs-rows-container {
  padding: 10px 10px 0 !important;
}
.cs-title {
  line-height: 30px;
}
.panels-tab-editor {
  padding: 10px;
}
.panels-tab-editor .cs-tab-item-title {
  padding-bottom: 10px;
}
.cs-panels-live-editor .cs-preview-overlay {
  display: none;
  opacity: .975;
  top: 0;
  right: 0;
  bottom: 0;
  left: 360px;
  background: #f4f4f4;
  cursor: wait;
}
.cs-panels-live-editor .cs-preview-overlay .cs-loading-container {
  opacity: .6;
  position: absolute;
  top: 50%;
  width: 200px;
  padding: 2px;
  border-radius: 5px;
  left: 50%;
  margin-left: -104px;
  margin-top: -9px;
  border: 2px solid #aaaaaa;
}
.cs-panels-live-editor .cs-preview-overlay .cs-loading-container .cs-loading-bar {
  width: 50%;
  border-radius: 3px;
  height: 10px;
  background: #aaa;
}
.cs-panels-live-editor.cs-collapsed .live-editor-collapse {
  left: 0;
}
.cs-panels-live-editor.cs-collapsed .live-editor-collapse .collapse-icon {
  transform: rotate(180deg);
  left: 0;
  top: 35px;
}
.cs-panels-live-editor.cs-collapsed .cs-sidebar,
.cs-panels-live-editor.cs-collapsed .cs-sidebar-tools {
  display: none;
}
.cs-panels-live-editor.cs-collapsed .cs-preview,
.cs-panels-live-editor.cs-collapsed .cs-preview-overlay {
  left: 0;
}
.cs-panels-live-editor.live-editor-mobile-mode .cs-preview iframe {
  max-width: 480px;
  max-height: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px;
  margin-top: -320px;
}
.cs-panels-live-editor.live-editor-tablet-mode .cs-preview iframe {
  position: absolute;
  max-width: 768px;
  top: 0;
  left: 50%;
  margin-left: -384px;
}
#panels-home_page .switch {
  margin: 0 10px 0 0;
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 68px;
  height: 24px;
  padding: 3px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: inset 0 -1px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: linear-gradient(180deg, #eeeeee, #ffffff 25px);
}
#panels-home_page .switch .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#panels-home_page .switch .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 12px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-out;
  transition-property: opacity background;
}
#panels-home_page .switch .switch-label:after,
#panels-home_page .switch .switch-label:before {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  transition: inherit;
}
#panels-home_page .switch .switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
#panels-home_page .switch .switch-label:after {
  content: attr(data-on);
  left: 13px;
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
#panels-home_page .switch .switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
#panels-home_page .switch .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
#panels-home_page .switch .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
#panels-home_page .switch .switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, #ffffff 40%, #f0f0f0);
  transition: left 0.15s ease-out;
}
#panels-home_page .switch .switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 14px;
  height: 14px;
  background: #f9f9f9;
  border-radius: 7px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: linear-gradient(180deg, #eeeeee, #ffffff);
}
#panels-home_page .switch .switch-input:checked ~ .switch-handle {
  left: 48px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
#panels-home_page .switch .switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
#panels-home_page #panels-view-as-page {
  display: inline-block;
  margin-left: 50px;
}
.cleversoft-panels-builder-form .cleversoft-panels-builder {
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: 10px 0;
}
.cleversoft-panels-builder-form .cleversoft-panels-builder.cs-panels-loading {
  min-height: 150px;
}
.cleversoft-page-builder-widget .cleversoft-panels-display-builder {
  display: inline-block !important;
}
.cleversoft-page-builder-widget .cleversoft-panels-no-builder {
  display: none !important;
}
.cs-panels-contextual-menu {
  border: 1px solid silver;
  background: #f9f9f9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  outline: none;
  border-radius: 2px;
  position: absolute;
  width: 180px;
  top: 20px;
  left: 20px;
  z-index: 999999;
  display: none;
  overflow-y: auto;
}
.cs-panels-contextual-menu,
.cs-panels-contextual-menu * {
  font-size: 12px;
}
.cs-panels-contextual-menu .cs-section {
  border-bottom: 1px solid #c0c0c0;
}
.cs-panels-contextual-menu .cs-section:last-child {
  border-bottom: none;
}
.cs-panels-contextual-menu .cs-section h5 {
  margin: 0 0 5px;
  padding: 8px 10px 5px;
  border-bottom: 1px solid #d0d0d0;
  background: #f6f6f6;
}
.cs-panels-contextual-menu .cs-section .cs-search-wrapper {
  margin: -5px 0 5px;
  border-bottom: 1px solid #d0d0d0;
  background: #f4f4f4;
}
.cs-panels-contextual-menu .cs-section .cs-search-wrapper input[type=text] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  padding: 5px 10px;
  background: #fbfbfb;
}
.cs-panels-contextual-menu .cs-section .cs-search-wrapper input[type=text]:active,
.cs-panels-contextual-menu .cs-section .cs-search-wrapper input[type=text]:focus {
  border: none;
  box-shadow: none;
  background: #ffffff;
}
.cs-panels-contextual-menu .cs-section ul {
  margin: 5px 0 0;
  padding: 0 0 5px;
}
.cs-panels-contextual-menu .cs-section ul li {
  cursor: pointer;
  margin: 0;
  padding: 4px 10px;
  line-height: 1em;
}
.cs-panels-contextual-menu .cs-section ul li.cs-active,
.cs-panels-contextual-menu .cs-section ul li:hover {
  background: #f0f0f0;
  color: #444;
}
.cs-panels-contextual-menu .cs-section ul li.cs-confirm {
  color: #a00;
}
.cs-panels-contextual-menu .cs-section ul li.cs-confirm.cs-active,
.cs-panels-contextual-menu .cs-section ul li.cs-confirm:hover {
  background: #a00;
  color: #ffffff;
}
.cs-panels-contextual-menu .cs-section ul li .dashicons {
  width: 12px;
  height: 12px;
  font-size: 12px;
  margin: 0;
  float: right;
  line-height: 12px;
}
.cs-panels-contextual-menu .cs-section .cs-no-results {
  padding: 0 10px 5px;
  display: none;
  font-style: italic;
}
.cs-dropdown-wrapper {
  position: relative;
}
.cs-dropdown-wrapper .cs-dropdown-links-wrapper {
  position: absolute;
  padding: 6px 0 0;
}
.cs-dropdown-wrapper .cs-dropdown-links-wrapper ul {
  list-style: none;
}
.cs-dropdown-wrapper .cs-dropdown-links-wrapper ul {
  margin: 0;
  border: 1px solid silver;
  background: #f9f9f9;
  border-radius: 2px;
  padding: 4px 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.cs-dropdown-wrapper .cs-dropdown-links-wrapper ul li {
  margin: 0;
}
.cs-dropdown-wrapper .cs-dropdown-links-wrapper ul li:first-child {
  border-top-width: 1px;
}
.cs-dropdown-wrapper .cs-dropdown-links-wrapper ul li a {
  display: block;
  padding: 2px 8px;
  text-decoration: none;
  color: #666666;
  font-size: 11px;
  cursor: pointer;
  outline: 0 !important;
  box-shadow: none;
}
.cs-dropdown-wrapper .cs-dropdown-links-wrapper ul li a:hover {
  background: #f0f0f0;
  color: #444;
}
.cs-dropdown-wrapper .cs-dropdown-links-wrapper ul li a .dashicons {
  font-size: 16px;
  margin: 0;
  float: right;
  line-height: 16px;
}
.cs-dropdown-wrapper .cs-dropdown-links-wrapper .cs-pointer {
  width: 12px;
  height: 6px;
  position: absolute;
  z-index: 12;
  background: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/dropdown-pointer.png');
  background-size: 12px 6px;
  top: 1px;
  right: 18px;
}
.cs-panels-icon {
  font-family: 'cleversoft-panels-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs-panels-icon.cs-panels-icon-add-row:before {
  content: "\e900";
}
.cs-panels-icon.cs-panels-icon-add-widget:before {
  content: "\c025";
  font-family: "cleversoft";
}
.cs-panels-icon.cs-panels-icon-addons:before {
  content: "\e902";
}
.cs-panels-icon.cs-panels-icon-history:before {
  content: "\e903";
}
.cs-panels-icon.cs-panels-icon-layouts:before {
  content: "\e904";
}
.cs-panels-icon.cs-panels-icon-learn:before {
  content: "\e905";
}
.cs-panels-icon.cs-panels-icon-live-editor:before {
  content: "\e906";
}
.cs-panels-icon.cs-panels-icon-move:before {
  content: "\e907";
}
.cs-panels-icon.cs-panels-icon-settings:before {
  content: "\e908";
}
#post-status-info.for-cleversoft-panels {
  margin-top: -21px !important;
}
.row-set-form .cs-row-field {
  width: 150px;
}
.add-shortcode-presets ul,
.add-shortcode-items ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -10px;
  padding-left: 0;
}
.add-shortcode-presets ul li {
  margin-right: 10px;
  margin-left: 5px;
  margin-bottom: 15px;
  list-style: none;
}
.add-shortcode-presets ul li.active button,
.add-shortcode-presets ul li.active .cart.table-wrapper .actions-toolbar > .action,
.add-shortcode-presets ul li.active .action-gift {
  outline-color: #00a0d2;
}
.add-shortcode-presets ul li button,
.add-shortcode-presets ul li .cart.table-wrapper .actions-toolbar > .action,
.add-shortcode-presets ul li .action-gift {
  background: #ffffff;
  padding: 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  width: 100px;
  font-size: 13px;
  vertical-align: top;
  text-overflow: ellipsis;
  line-height: 15px;
  color: #555555;
  overflow: hidden;
  outline: 2px solid transparent;
  min-height: 90px;
  position: relative;
  transition: background 300ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.add-shortcode-presets ul li button img,
.add-shortcode-presets ul li .cart.table-wrapper .actions-toolbar > .action img,
.add-shortcode-presets ul li .action-gift img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.add-shortcode-presets ul li button .title,
.add-shortcode-presets ul li .cart.table-wrapper .actions-toolbar > .action .title,
.add-shortcode-presets ul li .action-gift .title {
  text-align: center;
  display: block;
  padding: 0px 5px 3px;
  transition: transform .3s, opacity .3s;
  color: #666666;
}
/*need to change prefix
	*/
.row.row-grid {
  display: block;
  margin: 0;
}
.row.row-grid > .col {
  float: left;
}
.row-small > .col {
  padding: 0 9.8px 19.6px;
  margin-bottom: 0;
}
.grid-col > .col-inner {
  height: 100%;
}
.col-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.tab-widget-items {
  position: relative;
  /* display: block; */
  min-height: 50px;
}
.uxb-empty-message {
  position: absolute;
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.0em;
  color: #00a0d2;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw;
}
.clever-row-wrap-identify .element-items-wrapper .panel-info {
  cursor: default;
}
.clever-row-wrap-identify .element-items-wrapper .element-item.row-item:after {
  content: "\e901";
  font-family: 'cleversoft-panels-icons';
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 11px;
  font-weight: normal;
  cursor: pointer;
  transform: translateY(-50%);
  color: #ffffff;
}
.panels-row-editor {
  padding: 30px 15px 10px;
}
.panels-row-editor .form-group {
  position: relative;
  margin: 0;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.panels-row-editor .form-group .ui-slider {
  width: calc(100% - 65px);
  margin-left: auto;
}
.panels-row-editor .form-group input.row_item_width {
  width: 50px;
  height: 25px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  color: #333;
}
.row-box-shadow-1 .col-inner,
.row-box-shadow-hover-1 .col-inner:hover,
.box-shadow-1,
.box-shadow-hover-1:hover {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.row-box-shadow-1 .col-inner,
.row-box-shadow-2 .col-inner,
.row-box-shadow-3 .col-inner,
.row-box-shadow-4 .col-inner,
.row-box-shadow-5 .col-inner,
.row-box-shadow-hover-1 .col-inner,
.row-box-shadow-hover-2 .col-inner,
.row-box-shadow-hover-3 .col-inner,
.row-box-shadow-hover-4 .col-inner,
.row-box-shadow-hover-5 .col-inner,
.box-shadow-1,
.box-shadow-2,
.box-shadow-3,
.box-shadow-4,
.box-shadow-5,
.box-shadow-hover-1,
.box-shadow-hover-2,
.box-shadow-hover-3,
.box-shadow-hover-4,
.box-shadow-hover-5 {
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s, opacity 0.3s;
}
.box-shadow,
.row-box-shadow-2 .col-inner,
.row-box-shadow-hover-2 .col-inner:hover,
.box-shadow-2,
.box-shadow-hover-2:hover {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.row-box-shadow-3 .col-inner,
.row-box-shadow-hover-3 .col-inner:hover,
.box-shadow-3,
.box-shadow-hover-3:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22);
}
.row-box-shadow-4 .col-inner,
.row-box-shadow-hover-4 .col-inner:hover,
.box-shadow-4,
.box-shadow-hover-4:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.row-box-shadow-5 .col-inner,
.row-box-shadow-hover-5 .col-inner:hover,
.box-shadow-5,
.box-shadow-hover-5:hover {
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
}
.row-box-shadow-hover-5 .col-inner:hover,
.box-shadow-hover-5:hover,
.box-shadow-hover-4:hover,
.row-box-shadow-hover-4 .col-inner:hover {
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.row.row-stack {
  height: auto !important;
  display: flex !important;
  flex-wrap: wrap;
}
.row.row-stack > .grid-stack-item {
  position: static !important;
  height: auto !important;
  padding: 10px;
}
.row.row-stack > .grid-stack-item > .grid-stack-item-content {
  position: static !important;
  height: auto !important;
}
.row.row-stack.grid-stack-one-column-mode > .grid-stack-item {
  width: 100% !important;
}
.clever-content-grid .ui-state-disabled {
  pointer-events: inherit;
}
.panels-grid-editor .cs-grid-item-wrapper {
  padding: 0 10px;
}
.panels-grid-editor .cs-grid-item-wrapper .cleversoft-widget-field-type-slider .form-group {
  margin: 0;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.panels-grid-editor .cs-grid-item-wrapper .cleversoft-widget-field-type-slider .form-group .control-label {
  width: 100%;
}
.panels-grid-editor .cs-grid-item-wrapper .cleversoft-widget-field-type-slider .form-group .ui-slider {
  width: calc(100% - 65px);
  margin-left: auto;
}
.panels-grid-editor ul {
  padding-left: 0;
}
.panels-grid-editor label {
  text-transform: uppercase;
}
.panels-grid-editor ul li {
  float: left;
  list-style: none;
  border: 1px solid;
  padding: 3px 11px;
  margin: 1px;
  text-align: -webkit-match-parent;
  text-align: left;
  color: #ffffff;
  background: #5b5b5b;
  cursor: pointer;
  display: inline-table;
}
.panels-grid-editor ul li.active {
  background: #ffffff;
  color: #000000;
}
.panels-grid-editor .form-group {
  clear: both;
  position: relative;
  padding-top: 20px;
  white-space: nowrap;
}
.cleversoft-widget-field .form-group {
  position: relative;
  margin: 0;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.cleversoft-widget-field .form-group.scroll-style {
  min-height: 600px;
  overflow-y: auto;
}
.cleversoft-widget-field .form-group.scroll-style .form-control {
  font-size: 20px;
  margin: 15px 0;
}
.cleversoft-widget-field .form-group .control-label {
  margin: 0 0 8px;
  width: 100%;
}
.cleversoft-widget-field .form-group .toggle-btn {
  margin-left: auto;
}
.cleversoft-widget-field .form-group .select2-container {
  width: 100% !important;
}
.select2-container ul.select2-results__options li.select2-results__option {
  margin: 5px 0;
}
.jarallax {
  min-height: 600px;
}
.widget-title {
  display: none;
}
/*diviver*/
.element-divider {
  line-height: 0;
}
.element-divider__separator {
  display: inline-block;
}
.button-primary:hover {
  background: #008ec2;
  border-color: #006799;
  color: #ffffff;
}
.button-primary {
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  box-shadow: 0 1px 0 #006799;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}
.button-primary.cs-close {
  color: #ffffff;
}
.tab-control-element {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tab-control-element .tab-control {
  padding: 10px 15px;
  background: #ffffff;
  border-bottom: 2px solid transparent;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.tab-control-element .tab-control.active,
.tab-control-element .tab-control:hover {
  background: #f4f4f4;
  border-color: #0172ff;
}
.style-section-background {
  margin-bottom: 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.style-section-background > .tab {
  cursor: pointer;
  padding: 5px 15px;
  border: 1px solid #a6a6a6;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.style-section-background > .tab.active,
.style-section-background > .tab:hover {
  background: #a6a6a6;
  color: #ffffff;
}
.config-editor-mode {
  color: #999999;
}
.config-editor-mode.cs-active {
  color: #0073aa;
}
.cs-sidebar-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.cs-sidebar-tools .ft3 {
  display: flex;
}
.overlay_save_template:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 10001;
}
.cs-panel-footer-sub-menu {
  background-color: #495157;
  color: #d5dadf;
  border-radius: 6px;
  padding: 3px 25px;
  cursor: pointer;
}
.cs-panel-footer-sub-menu-wrapper {
  width: 360px;
  bottom: 46px;
  background: #556068;
  padding: 10px;
  -webkit-box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
  box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
  display: none;
}
.cs-panel-footer-sub-menu-wrapper.open {
  display: block;
  z-index: 10002;
}
.cs-panel-footer-sub-menu-item > i,
.cs-panel-footer-sub-menu-item > span {
  font-size: 14px;
}
.cs-panel-footer-sub-menu-item .cs-title {
  padding-left: 10px;
}
.cs-panel-footer-sub-menu .save_template__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #f1f1f1;
  max-width: calc(100% - 50%);
  max-height: calc(100vh - 30%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  color: #000000;
  padding: 20px 0;
  height: 500px;
  max-height: 85vh;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  display: none;
}
.cs-panel-footer-sub-menu .save_template__inner.open {
  display: block;
}
.cs-panel-footer-sub-menu .save_template__btn-close {
  position: absolute;
  right: -20px;
  top: -20px;
  background: #000000;
  color: #ffffff;
  padding: 10px;
}
.cs-panel-footer-sub-menu .save_template__btn-close:hover {
  background: #0085ba;
  color: #ffffff !important;
}
.cs-panel-footer-sub-menu .save_template__content {
  padding: 80px;
  text-align: center;
}
.cs-panel-footer-sub-menu .save_template__content #cs-template-library-save-template > div {
  margin-bottom: 30px;
}
.cs-panel-footer-sub-menu .save_template__content #cs-template-library-save-template > div i {
  font-size: 50px;
  color: #666;
}
.cs-panel-footer-sub-menu .cs-template-library-blank-title {
  font-size: 45px;
}
.cs-panel-footer-sub-menu .cs-template-library-blank-message {
  font-size: 20px;
}
.cs-panel-footer-sub-menu #cs-template-library-save-template-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-panel-footer-sub-menu #cs-template-library-save-template-name {
  min-width: 500px;
  padding: 9px 15px;
  border: none;
  background: #ffffff;
}
.cs-panel-footer-sub-menu #cs-template-library-save-template-submit {
  padding: 8px 35px;
  background: #0085ba;
}
.cs-panel-footer-sub-menu #cs-template-library-save-template-submit:hover {
  opacity: .85;
}
.add-shortcode-presets {
  margin: 0;
}
.add-shortcode-presets > ul {
  margin: 0 !important;
}
.add-shortcode-presets ul li {
  margin: 0 10px;
  margin-bottom: 15px;
  list-style: none;
  width: calc(33.33% - 20px);
}
.clever-prebuilt .add-shortcode-presets {
  margin: 0 -10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cleversoft-panels-builder .cs-rows-container .cs-row-container .cs-cells .cell.cell-selected .cell-wrapper {
    background-size: 3px 3px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cs-panels-dialog .cs-title-bar h3.cs-parent-link .cs-separator {
    background: url(../../frontend/CleverSoft/jung/de_DE/images/dialog-separator@2x.png) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1280px) {
  .cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list .widget-type,
  .cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list .widget-type,
  .cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list .widget-type {
    width: 33.333%;
  }
}
@media (max-width: 960px) {
  .cs-panels-dialog.cs-panels-dialog-add-widget .widget-type-list .widget-type,
  .cs-panels-dialog.cs-panels-dialog-add-widget .element-type-list .widget-type,
  .cs-panels-dialog.cs-panels-dialog-add-widget .layout-type-list .widget-type {
    width: 50%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item .cs-screenshot.cs-loading {
    background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/wpspin_light-2x.gif');
    background-size: 16px 16px;
  }
}
@media only screen and (min-width: 1680px) {
  .cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item {
    width: 20%;
  }
}
@media only screen and (max-width: 1679px) and (min-width: 1280px) {
  .cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1140px) {
  .cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1139px) {
  .cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item {
    width: 50%;
  }
}
@media only screen and (max-width: 1439px) {
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
  .cs-panels-live-editor.live-editor-mobile-mode .cs-preview iframe {
    position: static;
    margin-left: 0;
    margin-top: 0;
  }
  .cs-panels-dialog.cs-panels-dialog-prebuilt-layouts .cs-content .cs-directory-items .cs-directory-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .cms-index-index #maincontent.page-main,
  .cms-index-index #maincontent .container {
    max-width: 1440px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cs-panels-loading {
    background-image: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverBuilder/images/wpspin_light-2x.gif');
    background-size: 16px 16px;
  }
}
.clever-cookielaw {
  overflow: hidden;
  background: #ffffff;
  z-index: 48;
}
.clever-cookielaw.v-bar {
  display: table;
  width: 100%;
  padding: 5px 0;
}
.clever-cookielaw.v-bar.v-top {
  position: relative;
  border-bottom: 1px solid #000000;
}
.clever-cookielaw.v-bar.v-bottom {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #000000;
}
.clever-cookielaw.v-bar.v-minimalist {
  padding: 2px 0;
}
.clever-cookielaw.v-bar__action {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  padding-right: 10px;
  text-align: right;
  margin: 5px 10px;
}
.clever-cookielaw.v-bar__action--btn {
  text-transform: uppercase;
  padding: 10px 25px;
}
.clever-cookielaw.v-box {
  position: fixed;
  max-width: 400px;
  padding: 20px;
  -webkit-box-shadow: -2px 2px 82px -26px #000000;
  box-shadow: -2px 2px 82px -26px #000000;
  text-align: center;
}
.clever-cookielaw.v-box__title {
  text-transform: uppercase;
  margin: 20px 0;
}
.clever-cookielaw.v-box.v-top-left {
  top: 50px;
  left: 30px;
}
.clever-cookielaw.v-box.v-top-right {
  top: 50px;
  right: 30px;
}
.clever-cookielaw.v-box.v-bottom-left {
  bottom: 50px;
  left: 30px;
}
.clever-cookielaw.v-box.v-bottom-right {
  bottom: 50px;
  right: 30px;
}
.clever-cookielaw.v-box.v-minimalist {
  width: 260px;
}
.clever-cookielaw.v-box.v-minimalist__action {
  margin: 5px;
}
.clever-cookielaw.v-box.v-minimalist__message {
  padding: 5px;
}
.clever-cookielaw.v-yellow-alert {
  background: #fffbcd;
  border-color: #e2cd7b !important;
}
.clever-cookielaw.v-dark-clean {
  color: #ffffff;
  background: #2c2c2c;
  border-color: #55575f !important;
}
.clever-cookielaw.v-minimalist {
  color: #2c2c2c;
  background: #f0f0f0;
  border-color: #e0e0e0 !important;
  font-size: 11px;
}
.clever-cookielaw__message {
  display: table-cell;
}
.clever-cookielaw__message p {
  padding: 0 15px;
  margin: 0 0 20px;
}
.clever-cookielaw__message-content {
  margin: 0 0 20px;
}
.clever-cookielaw__message-content .v-button {
  padding-left: 10px;
}
.clever-cookielaw__action {
  margin: 5px 10px;
}
.clever-cookielaw__action--btn {
  text-transform: uppercase;
  padding: 0 25px;
  background: #272727;
  border: 1px solid transparent;
  letter-spacing: 1.3px;
  font-size: 11px;
  transition: background-color 0.5s ease;
  margin: 0;
  font-weight: 300;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  overflow: hidden;
}
.clever-cookielaw__action--btn:hover {
  color: #ffffff;
}
.clever-cookielaw__action--btn:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.clever-cookielaw__action--btn span {
  position: relative;
  display: inline-block;
  -o-transition: transform .35s;
  -moz-transition: transform .35s;
  -webkit-transition: transform .35s;
  transition: transform .35s;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.clever-cookielaw__action--btn span:before {
  position: absolute;
  top: 100%;
  width: 100%;
  content: attr(data-hover);
  -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);
}
#move-gdpr-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
#move-gdpr-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
#move-gdpr-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 800 14px Nunito, sans-serif !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  line-height: 1.1;
  padding: 13px 20px;
  color: #0c4da2;
  width: 100%;
  transition: all .3s ease;
  border-radius: 5px;
  text-align: left;
}
#move-gdpr-menu li a:hover span {
  text-decoration: none;
}
#move-gdpr-menu li a i {
  display: inline-block;
  float: left;
  font-size: 30px;
  width: 40px;
  margin-right: 5px;
  position: relative;
  top: 0;
  color: #0c4da2;
}
#move-gdpr-menu li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
#move-gdpr-menu li button,
#move-gdpr-menu li .cart.table-wrapper .actions-toolbar > .action,
#move-gdpr-menu li .action-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 800 14px Nunito, sans-serif !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  line-height: 1.1;
  padding: 13px 20px;
  color: #0c4da2;
  width: 100%;
  transition: all .3s ease;
  border-radius: 5px;
  text-align: left;
}
#move-gdpr-menu li button:hover span,
#move-gdpr-menu li .cart.table-wrapper .actions-toolbar > .action:hover span,
#move-gdpr-menu li .action-gift:hover span {
  text-decoration: none;
}
#move-gdpr-menu li button i,
#move-gdpr-menu li .cart.table-wrapper .actions-toolbar > .action i,
#move-gdpr-menu li .action-gift i {
  display: inline-block;
  float: left;
  font-size: 30px;
  width: 40px;
  margin-right: 5px;
  position: relative;
  top: 0;
  color: #0c4da2;
}
#move-gdpr-menu li button span,
#move-gdpr-menu li .cart.table-wrapper .actions-toolbar > .action span,
#move-gdpr-menu li .action-gift span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
#move-gdpr-menu li.active a {
  background-color: #ffffff;
  border-color: #f1f1f1;
  color: #000000;
}
#move-gdpr-menu li.active a i {
  color: #000000 !important;
}
#move-gdpr-menu li.active button,
#move-gdpr-menu li.active .cart.table-wrapper .actions-toolbar > .action,
#move-gdpr-menu li.active .action-gift {
  background-color: #ffffff;
  border-color: #f1f1f1;
  color: #000000;
}
#move-gdpr-menu li.active button i,
#move-gdpr-menu li.active .cart.table-wrapper .actions-toolbar > .action i,
#move-gdpr-menu li.active .action-gift i {
  color: #000000 !important;
}
.gdpr-modal-save-settings {
  display: none;
}
.move-gdpr-status-bar {
  background-color: #ffffff;
  margin-top: 10px;
}
.move-gdpr-status-bar fieldset {
  border: 1px solid #ccc;
}
.move-gdpr-status-bar fieldset .switch {
  display: block;
}
.move-gdpr-status-bar fieldset .gdpr-cookies {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  background: #e8e8e8;
}
.move-gdpr-status-bar .slide-toggle {
  display: block;
  position: relative;
  flex: none;
  width: 50px;
  height: 30px;
  border-radius: 30px;
  background-color: #d7d2cb;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  z-index: 1;
  margin: 10px;
}
.move-gdpr-status-bar .slide-toggle::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 1px;
  border-radius: 30px;
  height: 28px;
  background-color: #cccccc;
  transform: translate3d(0, 0, 0);
  transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
  z-index: -1;
  width: 48px;
  right: 1px;
  transform: scale(1);
}
.move-gdpr-status-bar .slide-toggle::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 4px;
  border-radius: 30px;
  height: 22px;
  background-color: #FFFFFF;
  transform: translate3d(0, 0, 0);
  transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
  z-index: 1;
  width: 22px;
  left: 4px;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}
.move-gdpr-status-bar input:checked + .slide-toggle {
  background-color: #3ab9e4;
}
.move-gdpr-status-bar input:checked + .slide-toggle::before {
  transform: scale(0);
}
.move-gdpr-status-bar input:checked + .slide-toggle::after {
  transform: translate3d(20px, 0, 0);
}
.cookie-modal.modal-popup .modal-inner-wrap {
  max-width: 70%;
}
.cookie-modal .modal-header {
  padding: 0;
}
.cookie-modal .modal-footer {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: -webkit-calc(60% - 120px);
  width: -moz-calc(60% - 120px);
  width: calc(60% - 120px);
  margin: 0 auto;
  padding: 30px 0;
}
.cookie-modal .modal-footer button,
.cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.cookie-modal .modal-footer .action-gift {
  padding: 10px 25px;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 2px solid;
}
.cookie-modal .modal-footer button:hover,
.cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover,
.cookie-modal .modal-footer .action-gift:hover {
  border-color: transparent;
}
.cookie-modal .modal-footer button.gdpr-modal-allow-all,
.cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action.gdpr-modal-allow-all,
.cookie-modal .modal-footer .action-gift.gdpr-modal-allow-all {
  float: left;
  border-color: transparent;
}
.cookie-modal .modal-footer button.gdpr-modal-save-settings,
.cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action.gdpr-modal-save-settings,
.cookie-modal .modal-footer .action-gift.gdpr-modal-save-settings {
  float: right;
  display: inline-block;
  background: transparent;
  color: #252525;
}
.cookie-modal .modal-footer button.gdpr-modal-save-settings:hover,
.cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action.gdpr-modal-save-settings:hover,
.cookie-modal .modal-footer .action-gift.gdpr-modal-save-settings:hover {
  background: #ffffff;
}
#gdpr_cookie_modal {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(35, 35, 35, 0.1);
  display: flex;
}
.move-gdpr-modal-left-content {
  width: 40%;
  display: inline-block;
  padding: 60px;
  float: left;
}
.move-gdpr-modal-right-content {
  width: 60%;
  display: inline-block;
  padding: 40px 60px;
  box-shadow: 0 0 30px 0 rgba(35, 35, 35, 0.1);
  float: left;
  background-color: #f1f1f1;
}
.move-gdpr-modal-right-content .main-modal-content {
  padding-bottom: 100px;
}
.move-gdpr-modal-right-content .move-gdpr-tab-content .tab-title {
  margin: 0;
  padding: 0;
  color: #000000;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
}
.move-gdpr-company-logo-holder {
  padding: 0;
  margin-bottom: 30px;
}
.move-gdpr-company-logo-holder img {
  max-height: 75px;
  max-width: 70%;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 27.5px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.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: 22px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 11px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 38px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 40px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 11px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 22px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 22px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.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: 44px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 27.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 27.5px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 11px 11px 0;
    width: 30%;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -11px 0;
    width: calc(100% + 2*11px) !important;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .clever-cookielaw {
    left: 50% !important;
    right: unset !important;
    transform: translate(-50%);
    bottom: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .clever-cookielaw.v-box.v-bottom {
    left: 0;
    bottom: 0;
    max-width: 100%;
    background: #141414;
    opacity: 0.9;
    width: 100%;
    padding: 20px 30px;
  }
  .clever-cookielaw.v-box.v-bottom .clever-cookielaw__title {
    display: none;
  }
  .clever-cookielaw.v-box.v-bottom .clever-cookielaw__message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
  }
  .clever-cookielaw.v-box.v-bottom .clever-cookielaw__message p {
    padding: 0;
    margin: 0;
  }
  .clever-cookielaw.v-box.v-bottom .clever-cookielaw__message-content {
    margin: 0;
  }
  .clever-cookielaw.v-box.v-bottom .clever-cookielaw__action {
    margin: 0;
  }
  .clever-cookielaw.v-box.v-bottom .clever-cookielaw__action--btn {
    background: #ffffff;
    color: #000000;
    font-weight: 700;
  }
}
.layered-nav-toggle {
  padding-left: 30px;
}
.layered-nav-toggle__lines {
  margin: 12px 5px 12px 0;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 22px;
  height: 2px;
  border-bottom: 2px solid;
  transition: background .01s ease .3s;
}
.layered-nav-toggle__lines:before,
.layered-nav-toggle__lines:after {
  content: "";
  width: 22px;
  height: 2px;
  border-bottom: 2px solid;
  position: absolute;
  top: -6px;
  transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s;
}
.layered-nav-toggle__lines:after {
  top: 6px;
  width: 12px;
}
.layered-nav-toggle__text-before {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
}
.layered-nav-toggle__text-after {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
}
.layered-nav-toggle:hover i {
  color: #fc6a21;
}
.layered-nav-toggle:hover span {
  color: #fc6a21 !important;
}
.zoo-sidebar-main .price-filter {
  padding-top: 30px;
  color: #959595;
}
.zoo-sidebar-main .price-filter__space {
  padding: 0 10px;
}
.layered-horizontal {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-200px);
  transition: all 0.4s ease-in-out;
}
.layered-horizontal__show .layered-horizontal {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.layered-horizontal__show .layered-horizontal-toggle .layered-nav-toggle__lines {
  border-color: transparent;
}
.layered-horizontal__show .layered-horizontal-toggle .layered-nav-toggle__lines:before {
  top: 0;
  transform: rotate(-45deg);
}
.layered-horizontal__show .layered-horizontal-toggle .layered-nav-toggle__lines:after {
  top: 0;
  transform: rotate(45deg);
  width: 22px;
}
.layered-horizontal__show .layered-horizontal-toggle .layered-nav-toggle__lines:before,
.layered-horizontal__show .layered-horizontal-toggle .layered-nav-toggle__lines:after {
  transition: top .3s ease,transform .3s ease .3s,width .01s ease .3s;
}
.layered-horizontal__show .layered-horizontal-toggle .layered-nav-toggle__text-before {
  opacity: 0;
}
.layered-horizontal__show .layered-horizontal-toggle .layered-nav-toggle__text-after {
  opacity: 1;
  visibility: visible;
}
.layered-horizontal__show .layered-horizontal-toggle .layered-nav-toggle .layered-nav-toggle__lines,
.layered-horizontal__show .layered-horizontal-toggle .layered-nav-toggle .layered-nav-toggle__text-after {
  color: #fc6a21;
}
.layered-horizontal .zoo-sidebar-main .block.filter .apply-clear__action .filter-actions {
  margin-bottom: 0;
  display: inline-block;
}
.layered-horizontal .zoo-sidebar-main .block.filter .filter-current {
  order: 2;
  margin-bottom: 15px;
}
.layered-horizontal .filter-options {
  margin: 0 -15px;
  order: 3;
}
.layered-horizontal .filter-options-item {
  display: inline-grid;
  min-width: calc(16.666667% - 3px);
  padding: 0 15px;
}
.layered-horizontal .filter-options .zoo-filter-options-content .swatch-attribute-options {
  max-width: 200px;
}
.layered-horizontal .filter-options .zoo-filter-options-content ol.items::-webkit-scrollbar {
  height: 0;
  width: 5px;
}
.layered-horizontal .filter-options .zoo-filter-options-content ol.items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px;
}
.layered-horizontal .filter-options .zoo-filter-options-content ol.items::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 8px;
}
.layered-horizontal .filter-options .zoo-filter-options-content ol.items::-webkit-scrollbar-thumb:hover {
  background: #959595;
}
.layered-horizontal .filter-options .count:before,
.layered-horizontal .filter-options .count:after {
  display: none;
}
.layered-horizontal .block-content .apply-clear__action {
  margin-bottom: 50px;
  order: 1;
}
.layered-horizontal .block .filter-actions .block-title {
  display: none;
}
.layered-horizontal .block .filter-actions .filter-clear {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  display: block;
}
.layered-horizontal .block .filter-actions .filter-clear:hover {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.layered-horizontal .block .filter-actions .filter-clear span {
  border: none !important;
}
.layered-horizontal .block.apply-filter {
  display: inline-block;
  float: right;
}
.layered-horizontal .block.apply-filter button,
.layered-horizontal .block.apply-filter .cart.table-wrapper .actions-toolbar > .action,
.layered-horizontal .block.apply-filter .action-gift {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
.layered-horizontal .block.apply-filter button:hover,
.layered-horizontal .block.apply-filter .cart.table-wrapper .actions-toolbar > .action:hover,
.layered-horizontal .block.apply-filter .action-gift:hover {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.clevershopby-hightlighted {
  background-color: yellow;
}
.filter-options .zoo-filter-options-content .items-children {
  list-style: none;
  padding-left: 20px;
}
.filter-options .zoo-filter-options-content .items .cleversoft_shopby_filter_slider_slider {
  clear: both;
}
.filter-options .zoo-filter-options-content .items .cleversoft_shopby_filter_slider_slider:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  background: inherit;
  display: block;
  width: calc(100% + 15px);
}
/* MegaMenus CleverSoft */
.clever-menu ul,
.clever-menu ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .clever-menu i.menu-icon.img-icon {
    display: inline-block;
    margin-right: 5px;
  }
  .clever-menu i.menu-icon.img-icon img {
    max-width: 18px;
  }
  .clever-menu .clever-mega-menu-sub,
  .clever-menu .clever-mega-menu-container {
    display: block;
  }
  .clever-menu ul.mega-block,
  .clever-menu ul.clever-mega-menu-sub,
  .clever-menu ul.clever-mega-menu-nondrop {
    padding-left: 0;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub {
    position: absolute;
    background: #fff;
    top: 100%;
    z-index: 6;
    -webkit-box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub li.parent > .clever-mega-menu-sub {
    top: 0;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub li.parent:hover > .clever-mega-menu-sub {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub img.clever-mega-menu-image {
    position: absolute;
    z-index: -1;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item.parent > .menu-link {
    display: block;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item.parent > .menu-link:after {
    height: 0;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item.parent.category-menu:not(.no-dropdown) > a {
    display: block;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item .item a:before,
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item .item a:after {
    display: none;
  }
  .clever-menu .clever-mega-menu-sub li.clever-mega-menu-item.no-dropdown > .clever-mega-menu-sub {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
    box-shadow: none;
    border: none;
    background: transparent;
    text-align: left;
  }
  .clever-menu .clever-mega-menu-sub:hover > .clever-mega-menu-sub {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .clever-menu .clever-mega-menu-sub > li.clever-mega-menu-item.clever-mega-menu-item,
  .clever-menu .category-menu li.clever-mega-menu-item,
  .clever-menu .clever-mega-menu-sub > li.clever-mega-menu-item.item,
  .clever-menu .category-menu li.item {
    min-width: 240px;
    position: relative;
    padding: 6px 5px;
    margin: 0px auto;
  }
  .clever-menu.clever-vertical-menu .clever-mega-menu-item .clever-mega-menu-sub {
    top: 0;
  }
  /* Menu horizontal */
  .clever-horizontal-menu {
    width: 100%;
  }
  .clever-horizontal-menu img.clever-mega-menu-image {
    position: absolute;
    width: auto;
    max-height: 100%;
  }
  .clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li a:after {
    height: 0;
  }
  .clever-horizontal-menu li.clever-mega-menu-item > .clever-mega-menu-sub {
    display: none;
  }
  .clever-horizontal-menu li.clever-mega-menu-item > .clever-mega-menu-sub {
    display: block;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .clever-horizontal-menu li.clever-mega-menu-item > .clever-mega-menu-sub .clever-mega-menu-container {
    display: block;
  }
  .clever-horizontal-menu li.clever-mega-menu-item > .clever-mega-menu-sub li.clever-mega-menu-item:hover > .clever-mega-menu-sub {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .clever-horizontal-menu li.clever-mega-menu-item:hover > .clever-mega-menu-sub {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .clever-horizontal-menu li.clever-mega-menu-item:hover > .clever-mega-menu-sub .clever-mega-menu-container {
    display: block;
  }
  .clever-horizontal-menu .clever-mega-menu {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 16px 10px;
    margin: 0px 10px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    text-decoration: none;
    color: #333;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    line-height: 25px;
  }
  .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link .menu-icon {
    margin-right: 3px;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item {
    list-style: none;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.container.text-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: auto;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0 {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-sub_drop_to_right > .clever-mega-menu-sub,
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub {
    left: 0;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-sub_drop_to_left > .clever-mega-menu-sub {
    right: 0;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-sub_drop_to_center > .clever-mega-menu-sub {
    margin-left: 25px;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify {
    position: static;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    left: 0;
    right: 0;
  }
  .clever-horizontal-menu .clever-mega-menu .clever-mega-menu-nondrop {
    position: relative;
  }
  .clever-horizontal-menu .clever-mega-menu .clever-mega-menu-nondrop > li.clever-mega-menu-item {
    margin: 0px 0px;
    padding-left: 0px;
  }
  .clever-horizontal-menu .clever-mega-menu .no-dropdown > .category-menu.clever-mega-menu-sub {
    top: auto;
    left: auto;
  }
  .clever-horizontal-menu .clever-mega-menu .no-dropdown > .mega-block-title {
    margin-bottom: 10px;
    display: inline-block;
  }
  .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown > .category-menu.clever-mega-menu-sub .clever-mega-menu-sub {
    visibility: hidden;
    height: 0;
    position: absolute;
    opacity: 0;
    background: #fff;
    border: 1px solid #ccc;
    height: auto;
  }
  .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown > .category-menu.clever-mega-menu-sub .parent:hover > .clever-mega-menu-sub {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown {
    display: block;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 75px;
  }
  .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown ul.clever-mega-menu-sub {
    padding-top: 20px;
  }
  /* Menu vertical */
  .clever-vertical-menu .clever-mega-menu-sub {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .rtl-layout .clever-vertical-menu .clever-mega-menu-sub {
    right: 100%;
    left: auto;
  }
  .clever-vertical-menu li.clever-mega-menu-item:hover > .clever-mega-menu-sub {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0 {
    display: block;
    padding: 0px;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link {
    display: block;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
    min-width: 37px;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 13px;
  }
  .rtl-layout .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
    left: auto;
    right: 0;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link span {
    display: block;
    padding: 10px;
    padding-left: 40px;
    color: #252525;
  }
  .rtl-layout .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link span {
    padding-left: 10px;
    padding-right: 40px;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0.parent > a.menu-link:before {
    display: inline-block;
    font-family: 'cleversoft';
    content: "\c059";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
  }
  .rtl-layout .clever-vertical-menu .clever-mega-menu-item.level0.parent > a.menu-link:before {
    content: "\f104";
    float: left;
    margin-right: 0px;
    margin-left: 10px;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0.parent > a:after {
    font-family: 'cleversoft';
    content: '\c152';
    right: 0;
    position: absolute;
    top: 10px;
    font-size: 10px;
    left: unset;
    border: none;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .container {
    width: auto;
  }
  .clever-menu .mega-block-banner {
    margin-bottom: 20px;
  }
  .clever-menu li.clever-mega-menu-item {
    margin-bottom: 0px;
  }
  .clever-menu li.clever-mega-menu-item.open > .slicknav_arrow:before {
    content: "\c035";
  }
  .clever-menu .clever-mega-menu-sub li.clever-mega-menu-item {
    padding: 5px;
  }
  .clever-menu .clever-mega-menu-sub li.clever-mega-menu-item.parent .clever-mega-menu-sub {
    padding-left: 20px;
    padding-top: 15px;
  }
  .clever-menu .clever-mega-menu-sub li.clever-mega-menu-item .clever-mega-menu-container {
    padding: 0 0 0 25px!important;
  }
  .clever-menu .menu-link,
  .clever-menu a.mega-block-title {
    width: 100%;
    display: inline-block;
  }
  .clever-menu .clever-mega-menu-item.level-top {
    display: block;
    background: #fff;
    position: relative;
    margin-bottom: 5px;
  }
  .clever-menu .clever-mega-menu-item.level-top > .menu-link {
    padding: 10px 5px;
    background: #fff;
    color: #959595;
  }
  .clever-menu .clever-mega-menu-item.level-top > .menu-link .fa {
    margin: 0 5px;
  }
  .clever-menu .clever-mega-menu-item.level-top > .slicknav_arrow {
    width: 20px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    color: #333;
  }
  .clever-menu .clever-mega-menu-item.level-top > .clever-mega-menu-sub {
    margin: 10px 0;
  }
  .clever-menu .parent {
    position: relative;
  }
  .clever-menu .slicknav_arrow {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .clever-menu .slicknav_arrow:before {
    content: "\c025";
    display: inline-block;
    font-size: 12px;
    font-family: 'cleversoft' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/**
* Copyright © 2016 MageWorx. All rights reserved.
* See LICENSE.txt for license details.
*/
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.searchsuite-autocomplete {
  background-color: #ffffff;
  left: 0;
  top: 100%;
  min-width: 350px;
  position: absolute;
  z-index: 9999999;
  overflow: auto;
  max-height: 400px;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
  margin: 0;
}
.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggest.active,
.searchsuite-autocomplete .product.active {
  display: block;
}
.searchsuite-autocomplete .suggest {
  color: #3C3C3C;
}
.searchsuite-autocomplete .title {
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #f0f0f0;
  color: #575757;
  font-weight: bold;
}
.searchsuite-autocomplete .title .see-all {
  display: inline-block;
  float: right;
  color: #909090;
  cursor: pointer;
}
.searchsuite-autocomplete .no-result {
  padding: 10px;
  background: #f0f0f0;
  color: #575757;
  text-align: center;
}
.searchsuite-autocomplete ul {
  padding: 0 10px;
  margin-bottom: 0;
  list-style-type: none;
}
.searchsuite-autocomplete ul li {
  color: #000000;
  cursor: unset;
  padding: 10px 0;
  margin: 0;
}
.searchsuite-autocomplete ul li a,
#top_tree a,
#top_tree span {
  color: #000000;
}
.searchsuite-autocomplete .suggest ul li {
  color: #3C3C3C;
  line-height: 25px;
}
.searchsuite-autocomplete .product ul li {
  border-bottom: 1px solid #D4D2D2;
  line-height: 20px;
}
.searchsuite-autocomplete .product ul li:last-child {
  border-bottom: none;
}
.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
  background-color: #ffffff;
}
.searchsuite-autocomplete ul li:after {
  clear: both;
  content: '';
  display: block;
}
.searchsuite-autocomplete ul li.action {
  padding: 0;
}
.searchsuite-autocomplete ul li.action .action.close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 400;
  height: 30px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  right: 0;
  text-decoration: none;
  text-shadow: none;
  top: 0;
  width: 40px;
}
.searchsuite-autocomplete ul li.action .action.close:before {
  color: #8f8f8f;
  content: '\e616';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.searchsuite-autocomplete ul li.gray-row {
  text-align: center;
}
.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
  background-color: #e8e8e8;
}
.searchsuite-autocomplete ul li.gray-row a {
  color: #7B7B7B;
  text-decoration: blink;
}
.searchsuite-autocomplete ul li a {
  cursor: pointer;
}
.searchsuite-autocomplete ul li .qs-option-image {
  float: left;
  max-width: 60px;
  width: 25%;
}
.searchsuite-autocomplete ul li .qs-option-info {
  color: #000000;
  display: inline-block;
  float: left;
  padding-left: 20px;
  text-align: left;
  width: 70%;
  margin-bottom: 10px;
}
.searchsuite-autocomplete ul li .qs-option-info.noimage {
  padding-left: 0;
  width: 100%;
}
.searchsuite-autocomplete ul li:last-child .qs-option-info {
  margin-bottom: 0;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
  display: inline-block;
  text-transform: lowercase;
  width: 100%;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
  margin-bottom: 4px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
  font-size: 12px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
  display: block;
  width: 100%;
  color: #004875;
  font-size: 12px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
  color: #3C3C3C;
  font-size: 13px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price .price-box .old-price .price {
  color: #c2c2c2;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price .price {
  font-size: 18px;
  font-weight: 500;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.block.block-search {
  padding: 0;
  float: none;
}
.block.block-search .block-content .form.minisearch .action.search[disabled] {
  pointer-events: unset;
}
.block.block-search .block-content .form.minisearch .searchsuite-autocomplete ul li a {
  color: #000000;
}
.block.block-search .block-content .form.minisearch .searchsuite-autocomplete ul li a span {
  color: #000000;
}
.block-content .form.minisearch {
  border-radius: 5px;
  border: 2px solid #e8e8e8;
  position: relative;
  height: 40px;
  line-height: 38px;
}
.block-content .form.minisearch label.label.active ~ .actions .action.search:before {
  color: #000000;
}
.block-content .form.minisearch label.label.active input::-webkit-input-placeholder {
  color: #000000;
}
.block-content .form.minisearch label.label.active input::-moz-placeholder {
  color: #000000;
}
.block-content .form.minisearch label.label.active input:-ms-input-placeholder {
  color: #000000;
}
.block-content .form.minisearch label.label.active input:-moz-placeholder {
  color: #000000;
}
.block-content .form.minisearch.loading:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  border-top-color: #000000;
  animation: spinner .3s linear infinite;
}
.block-content .form.minisearch.loading .action.search {
  display: none;
}
.block-content .form.minisearch .field.search .form-group .input-text {
  font-size: 14px;
  height: 100%;
  border: none;
  background: none;
  box-shadow: none !important;
}
.block-content .form.minisearch .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  margin-right: 80px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
}
.block-content .form.minisearch .inner .current-cat i {
  padding-left: 5px;
  font-size: 10px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
  margin-top: 3px;
}
.block-content .form.minisearch .inner .current-cat.active i:before {
  content: "\c009";
}
.block-content .form.minisearch .action.search {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0 10px;
  height: 100%;
  background: #000000;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.2s ease-in;
}
.block-content .form.minisearch .action.search:before {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.block-content .btn-close i {
  display: none;
}
.full-search .block-content .form.minisearch.loading:before {
  right: 0;
}
#top_tree,
#top_sidetree_mobile {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  width: 250px;
  text-align: left;
}
.top-tree {
  max-height: 500px;
  overflow: auto;
  padding: 10px;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.5);
}
.top-tree ul li a {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.top-tree ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #000000;
  left: -15px;
  top: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.top-tree ul li a:hover {
  padding-left: 5px;
}
.top-tree ul li a:hover:before {
  opacity: 1;
  width: 15px;
}
.top-tree__parent {
  padding: 0 30px 0 15px;
  margin: 0;
  list-style-type: none;
}
.top-tree__parent li {
  line-height: 30px;
  margin: 0;
}
.top-tree__parent a {
  color: #252525;
  font-weight: 600;
}
.top-tree__list {
  padding: 0 30px 0 15px;
  list-style-type: none;
}
.top-tree__items {
  line-height: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
  .block-content .form.minisearch .field.search .form-group .input-text {
    font-size: 16px;
  }
  .block-content .form.minisearch .field.search .form-group .btn-close {
    position: absolute;
    top: 0;
    right: 100px;
    color: #ffffff;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 11px 44px 11px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 11px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 27.5px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 11px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .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 {
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 11px 0;
  }
  .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 22px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    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;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    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 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5.5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 44px;
    padding: 5.5px 22px 5.5px 22px;
    font-weight: 600;
    line-height: 44px;
    font-size: 2rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5.5px;
    padding: 22px 22px 22px 22px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .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%;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    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 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 11px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -11px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 22px;
  }
  .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: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.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: 27.5px;
  }
  .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: 44px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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,
  [class*="block-compare"] {
    display: none;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: -11px;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 11px 22px 22px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
    min-width: 80px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 22px;
  }
  .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;
  }
  .searchsuite-autocomplete {
    border-top: 0;
    top: 100%;
    left: 0;
    right: 15px;
    width: auto;
  }
  .block-content .form.minisearch.loading:before {
    width: 20px;
    height: 20px;
  }
  .block-content .form.minisearch .field.search .form-group .input-text {
    font-size: 16px;
  }
  .block-content .form.minisearch .field.search .form-group .btn-close {
    right: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 11px 5.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .column .block-addbysku .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 22px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous),
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 22px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .form-cart .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 11px;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 5.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 22px;
    font-size: 1.6rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #f4f4f4;
    border-bottom: none;
    height: 22px;
    padding: 5.5px 22px 5.5px 22px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 34px;
    padding: 22px 22px 22px 22px;
    border: 1px solid #f4f4f4;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    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;
    padding: 5.5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\c013';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 22px;
    margin: 0 0 11px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 11px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 22px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 11px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .minicart-wrapper .block-minicart {
    width: 500px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 22px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 27.5px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 44px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 22px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 22px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 33px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 11px 11px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 22px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 22px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 27.5px;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #f4f4f4;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -22px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 22px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #f4f4f4;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #f4f4f4;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 16.5px;
  }
  .box-tocart .action.tocart {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 24px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 11px 11px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 180px;
    overflow: hidden;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 180px);
    right: 0;
    top: 0;
    min-height: 180px;
    padding-left: 30px;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .header.content {
    padding: 33px 22px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 33.33%;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 11px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin: 0;
    padding-right: 11px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto !important;
    text-align: left !important;
    margin-bottom: 10px;
    display: table;
    float: none !important;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .control {
    float: none !important;
    width: auto !important;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .block.block-search {
    min-width: 550px;
  }
  .block-content .form.minisearch.loading:before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block-content .form.minisearch.loading:before {
    width: 20px;
    height: 20px;
  }
  .block-content .form.minisearch .field.search .form-group .btn-close {
    position: absolute;
    top: 0;
    right: 200px;
    font-size: 18px;
    color: #959595;
  }
  .full-sc-search .block-search {
    width: 550px;
  }
  .full-sc-search .block-content .form.minisearch.loading:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .full-sc-search .block-content .form.minisearch .field.search .form-group .btn-close {
    top: 20px;
    right: 500px;
  }
}
.clever-brand-view.catalog-category-view .zoo-breadcrumbs {
  padding: 60px 0 0;
}
.clever-brand-view .toolbar-top {
  clear: both;
}
.brand-index-index .page-main .page-title-wrapper {
  text-transform: uppercase;
  color: #282828;
  margin: 0 0 20px;
}
.brand-index-index .page-main .page-title-wrapper .page-title {
  display: none;
}
.brand-index-index .zoo-breadcrumbs {
  padding: 60px 0 0;
}
.zoo-sidebar-main .filter-content .block-subtitle {
  color: #000000;
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
}
.filter.block .filter-options-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.14;
  color: #252525;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.filter.block .filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  top: 7px;
  right: 0;
  font-family: 'cleversoft';
  content: '\c059';
}
.filter.block .active > .filter-options-title:after {
  content: '\c009';
}
.filter.block .filter-options .filter-options-item {
  border: none;
  padding-bottom: 25px;
}
.brand-container {
  overflow: hidden;
  margin-bottom: 60px;
}
.brand-container .banner-section--desc .brand-desc {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.brand-container .banner-section--desc p {
  font-weight: 500;
  color: #282828;
  line-height: 1.8;
}
.brand-container .banner-section__social {
  padding-top: 10px;
}
.brand-container .banner-section__social .social-section__title {
  font-weight: 500;
  color: #282828;
  margin: 0;
  font-size: 22px;
  line-height: 31px;
}
.brand-container .banner-section__social .social-section__listing {
  list-style: none;
}
.brand-container .banner-section__social .social-section__listing li {
  float: left;
}
.brand-container .banner-section__social .social-section__listing li button,
.brand-container .banner-section__social .social-section__listing li .cart.table-wrapper .actions-toolbar > .action,
.brand-container .banner-section__social .social-section__listing li .action-gift {
  font-size: 16px;
  color: #000000;
  padding: 9px 0;
  background: none;
  border: none;
}
.brand-container .banner-section__social .social-section__listing li i {
  transition: all 0.2s ease-in-out;
}
.brand-container .banner-section__social .social-section__listing li:hover i {
  transform: translateY(-5px);
  color: #ab1d2a;
}
.clever_brands {
  text-align: center;
  padding: 30px 0;
  background: #ebebeb;
}
.clever_brands h1 {
  margin: 0;
}
.clever_brands .brand-search-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.clever_brands .brand-search-wrap .brand-form .input-text {
  height: 40px;
  border-radius: 5px;
}
.clever_brands .brand-search-wrap .list-wrap .ui-menu.ui-widget.ui-widget-content {
  max-width: 500px;
  left: 50% !important;
  transform: translateX(-50%);
  border: 1px solid #ebebeb;
  border-top: none;
}
.clever_brands .brand-search-wrap .list-wrap .ui-menu.ui-widget.ui-widget-content .ui-state-active,
.clever_brands .brand-search-wrap .list-wrap .ui-menu.ui-widget.ui-widget-content .ui-widget-content .ui-state-active {
  border: none;
  background: none;
  color: #282828;
}
.clever_brands .brand-search-wrap .list-wrap .ui-menu-item {
  text-align: left;
}
.clever_brands .brand-search-wrap .list-wrap .ui-menu-item-wrapper .brand-img {
  margin-right: 20px;
}
.display_featured_brands {
  text-align: center;
  margin-top: 60px;
}
.display_featured_brands .featured-brand {
  margin-top: 30px;
}
.display_featured_brands .owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
}
.display_featured_brands .owl-carousel:hover .owl-nav .owl-prev:hover {
  background: #ab1d2a;
  color: #ffffff;
}
.display_featured_brands .owl-carousel:hover .owl-nav .owl-next {
  right: 0;
}
.display_featured_brands .owl-carousel:hover .owl-nav .owl-next:hover {
  background: #ab1d2a;
  color: #ffffff;
}
.display_featured_brands .owl-carousel .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  background: #ebebeb;
  color: #ffffff;
  font-size: 26px;
}
.list_brands h3 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  position: relative;
  display: none;
}
.list_brands h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 2px;
  background: #000000;
}
.list_brands .brand-alphabet-list {
  margin-top: 60px;
}
.list_brands .brand-alphabet-list .brand-inner .char-list {
  overflow: hidden;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.list_brands .brand-alphabet-list .brand-inner .char-item {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 18px;
  background: #ffffff;
  color: #282828;
  border: 1px solid #ddd;
  text-decoration: none;
  border-radius: 3px;
  transition: all ease .4s;
  min-width: 32px;
  opacity: .5;
  cursor: default;
  font-size: 14px;
  cursor: not-allowed;
}
.list_brands .brand-alphabet-list .brand-inner .char-item.available {
  opacity: 1;
  cursor: pointer;
  font-weight: 500;
}
.list_brands .brand-alphabet-list .brand-inner .char-item.active.available {
  background: #ab1d2a;
  color: #ffffff;
}
.list_brands .brand-alphabet-list .brand-inner .char-item:hover {
  background: #222;
  color: #ffffff;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .group-header {
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .group-header .label {
  display: inline-block;
  padding: 4px 12px;
  min-width: 100px;
  font-size: 18px;
  background-color: #222 !important;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: -1px;
  font-weight: 400;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item {
  margin-bottom: 30px;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner {
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner:hover {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #ebebeb;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner .item-top {
  margin-bottom: 10px;
  overflow: hidden;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner .item-top:hover .brand-link .brand-img {
  transform: scale(1.2);
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner .item-top .brand-link .brand-img {
  transition: all 0.3s ease-in-out;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner .item-bottom {
  padding: 10px 0;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner .item-bottom .brand-name:hover {
  text-decoration: underline !important;
}
.page-title-wrapper.product .brand-logo {
  margin-top: 10px;
}
.page-title-wrapper.product .brand-logo .brand-img {
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 11px 44px 11px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 11px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 27.5px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 11px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .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 {
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 11px 0;
  }
  .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 22px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    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;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    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 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5.5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 44px;
    padding: 5.5px 22px 5.5px 22px;
    font-weight: 600;
    line-height: 44px;
    font-size: 2rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5.5px;
    padding: 22px 22px 22px 22px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .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%;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    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 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 11px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -11px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 22px;
  }
  .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: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.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: 27.5px;
  }
  .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: 44px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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,
  [class*="block-compare"] {
    display: none;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: -11px;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 11px 22px 22px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
    min-width: 80px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 22px;
  }
  .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;
  }
  .brand-container .banner-section__content {
    margin-top: 45px;
  }
  .brand-container .banner-section__social .social-section__listing {
    margin-top: 10px;
  }
  .brand-container .banner-section__social .social-section__listing li {
    padding-right: 25px;
  }
  .brand-container .banner-section__social .social-section__listing li:last-child {
    padding-right: 0;
  }
  .brand-container .banner-section--thumb .brand-img-wrap {
    text-align: center;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 11px 5.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .column .block-addbysku .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 22px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous),
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 22px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .form-cart .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 11px;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 5.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 22px;
    font-size: 1.6rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #f4f4f4;
    border-bottom: none;
    height: 22px;
    padding: 5.5px 22px 5.5px 22px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 34px;
    padding: 22px 22px 22px 22px;
    border: 1px solid #f4f4f4;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    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;
    padding: 5.5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\c013';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 22px;
    margin: 0 0 11px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 11px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 22px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 11px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .minicart-wrapper .block-minicart {
    width: 500px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 22px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 27.5px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 44px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 22px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 22px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 33px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 11px 11px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 22px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 22px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 27.5px;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #f4f4f4;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -22px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 22px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #f4f4f4;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #f4f4f4;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 16.5px;
  }
  .box-tocart .action.tocart {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 24px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 11px 11px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 180px;
    overflow: hidden;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 180px);
    right: 0;
    top: 0;
    min-height: 180px;
    padding-left: 30px;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .header.content {
    padding: 33px 22px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 33.33%;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 11px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin: 0;
    padding-right: 11px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto !important;
    text-align: left !important;
    margin-bottom: 10px;
    display: table;
    float: none !important;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .control {
    float: none !important;
    width: auto !important;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .brand-container .banner-section {
    display: flex;
  }
  .brand-container .banner-section__social .social-section__listing {
    float: right;
  }
  .brand-container .banner-section__social .social-section__listing li {
    float: left;
    padding-left: 25px;
  }
  .brand-container .banner-section__social .social-section__listing li:first-child {
    padding-left: 0;
  }
  .brand-container .banner-section__social .social-section__listing li button,
  .brand-container .banner-section__social .social-section__listing li .cart.table-wrapper .actions-toolbar > .action,
  .brand-container .banner-section__social .social-section__listing li .action-gift {
    font-size: 16px;
    color: #000000;
    padding: 0;
    background: none;
    border: none;
    line-height: 31px;
  }
  .brand-container .banner-section--thumb .brand-img-wrap .brand-image {
    border: 1px solid #ebebeb;
    width: 100%;
  }
}
#zoo-login-form,
#zoo-register-form {
  padding: 30px 0;
}
#pslogin-pop-up-bg {
  max-width: 450px;
  font-size: 12px;
  padding: 0 10px 0 10px;
  margin: 10% auto 5% auto;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  box-sizing: border-box;
}
.pslogin-fake-email-message {
  position: fixed;
  top: 20px;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 9999;
}
.pslogin-fake-email-message .content {
  padding: 5px 10px;
  background: #ffffff;
  max-width: 960px;
  min-width: 250px;
  margin: 0 auto;
  box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
  font-size: 14px;
  color: #636363;
  z-index: 9999;
}
.pslogin-fake-email-message p {
  margin: 10px auto;
  text-align: left;
}
.pslogin-fake-email-message .close-message {
  float: right;
}
.pslogin-fake-email-message .close-message:hover {
  cursor: pointer;
  color: #AEAEAE;
}
/*form*/
.w25 {
  width: 25px !important;
}
.w100 {
  width: 100px;
}
.pslogin-block.col2-set {
  margin: 0;
}
.pslogin-block.col2-set .buttons-set {
  padding: 0;
}
.pslogin-block.col2-set .fieldset {
  margin: 15px 0;
}
.pslogin-block button.button span,
.pslogin-block button.button span span,
.pslogin-block .cart.table-wrapper .actions-toolbar > .action.button span,
.pslogin-block .cart.table-wrapper .actions-toolbar > .action.button span span,
.pslogin-block .action-gift.button span,
.pslogin-block .action-gift.button span span {
  height: auto;
}
/* welcome message */
.pslogin-welcome-msg {
  max-height: 22px;
  float: none;
  display: inline-block;
  margin: 0 0 5px 0;
}
.pslogin-welcome-msg:after {
  clear: both;
  content: "";
}
.pslogin-welcome-msg img {
  height: 25px;
  display: inline-block;
  float: left;
}
/* Buttons */
.pslogin-block {
  max-width: 350px;
  margin: 15px auto;
  text-align: center;
}
.pslogin-block * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pslogin-block.pslogin-hidden-text .pslogin-button-text {
  display: none !important;
}
.pslogin-block .pslogin-xs {
  display: none !important;
}
.pslogin-block .pslogin-button-image {
  display: block;
}
.pslogin-block .pslogin-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pslogin-block .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.pslogin-spacer {
  display: block;
  margin: 10px auto;
  position: relative;
  text-align: center;
  line-height: 16px !important;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  line-height: normal;
  overflow: visible;
  font-size: 13px;
}
.pslogin-title {
  font-size: 18px;
}
.pslogin-spacer table {
  width: 100%;
}
.pslogin-spacer table tr td:first-child {
  padding-left: 0;
}
.pslogin-spacer table tr td:last-child {
  padding-right: 0;
}
.pslogin-spacer table td {
  vertical-align: middle;
  padding: 10px 5px;
}
.pslogin-spacer .pslogin-border {
  border-top: 1px solid #e5e2e2;
  width: 100%;
}
.pslogin-spacer .pslogin-bordertext {
  color: #b2b2b2;
  text-align: center;
  font-size: 11px;
}
.pslogin-spacer.pslogin-showmore .pslogin-bordertext {
  height: 20px;
  line-height: 17px;
  padding: 0;
  border: 1px solid #e5e2e2;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
  color: #989898;
  cursor: pointer;
}
.pslogin-spacer .circle {
  width: 90%;
  height: 25px;
  line-height: 22px;
  font-size: 11px;
  border: 1px solid #b2b2b2;
  border-radius: 0px 7px;
  margin: 0 auto;
  background-color: #eeeeee;
}
.pslogin-spacer .circle:hover {
  cursor: pointer;
  background-color: #FAFAFA;
}
.pslogin-block .pslogin-showmore {
  margin-top: 20px;
}
.pslogin-block.pslogin-login .pslogin-buttons {
  display: block;
  padding: 10px 0;
}
.pslogin-block.pslogin-register .pslogin-buttons {
  display: inline-block;
}
.modal-inner-wrap .pslogin-block .pslogin-buttons ul,
.form-login .pslogin-block .pslogin-buttons ul {
  padding-left: 0;
}
.pslogin-block .pslogin-buttons ul {
  padding: 0;
  margin: 0;
}
.pslogin-block .pslogin-buttons ul li {
  display: block;
  float: left;
  line-height: normal;
  list-style: none !important;
  padding: 0 !important;
  background: none !important;
  height: 40px;
  margin: 0 0 10px;
  position: relative;
  width: 100%;
}
.pslogin-block .pslogin-buttons ul li a {
  width: 100% !important;
  vertical-align: top;
}
.pslogin-block .pslogin-buttons ul li .pslogin-button-auto {
  width: 100%;
}
.pslogin-block .pslogin-buttons ul li.show-button-image {
  background: none !important;
}
.pslogin-block .pslogin-buttons ul li:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
  background-color: #3399cc;
  display: inline-block;
}
.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
  background: url("../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverSocialLogin/images/social.png");
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.pslogin-block .pslogin-buttons ul li .pslogin-button-icon img {
  width: 100%;
}
.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
  display: none;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  padding: 0;
  min-width: 144px;
  box-sizing: border-box;
  font-size: 12px;
  color: white;
  padding-left: 5px;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto .pslogin-button-text {
  display: inline-block;
}
.pslogin-block .pslogin-buttons .pslogin-button-image {
  display: none;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-image {
  display: inline-block;
}
.pslogin-block .pslogin-buttons .pslogin-button-icon-image {
  display: inline-block;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-icon-image {
  display: none;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-image {
  display: none;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-icon-image {
  display: inline-block;
}
.pslogin-block .pslogin-buttons .pslogin-button-auto.pslogin-has-button-icon-image {
  display: none;
}
.pslogin-block .pslogin-buttons .pslogin-button-auto .pslogin-button-icon-image {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.pslogin-block .pslogin-buttons ul li.facebook span.pslogin-button-auto {
  background-color: #1e4389;
}
.pslogin-block .pslogin-buttons ul li.facebook .pslogin-button-icon {
  background-position: 5px 3px;
}
.pslogin-block .pslogin-buttons ul li.twitter span.pslogin-button-auto {
  background-color: #28a9e2;
}
.pslogin-block .pslogin-buttons ul li.twitter .pslogin-button-icon {
  background-position: -27px 3px;
}
.pslogin-block .pslogin-buttons ul li.linkedin span.pslogin-button-auto {
  background-color: #11669c;
}
.pslogin-block .pslogin-buttons ul li.linkedin .pslogin-button-icon {
  background-position: -163px 3px;
}
.pslogin-block .pslogin-buttons ul li.google span.pslogin-button-auto {
  background-color: #df4b38;
}
.pslogin-block .pslogin-buttons ul li.google .pslogin-button-icon {
  background-position: -130px 3px;
}
.pslogin-block .pslogin-buttons ul li.instagram span.pslogin-button-auto {
  background-color: #9a6e51;
}
.pslogin-block .pslogin-buttons ul li.instagram .pslogin-button-icon {
  background-position: -163px -31px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
    background: url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverSocialLogin/images/social_retina.png');
    background-size: 236px 340px;
    -webkit-background-size: 236px 340px;
    -moz-background-size: 236px 340px;
  }
}
@media screen and (max-width: 1280px) {
  .pslogin-block .pslogin-buttons ul li .pslogin-button-text {
    min-width: 130px;
  }
}
@media screen and (max-width: 1190px) {
  .pslogin-block .pslogin-buttons ul li .pslogin-button-text {
    min-width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .pslogin-block .pslogin-buttons {
    width: 100%;
  }
  .pslogin-block .pslogin-buttons.show-button-text ul li .pslogin-button-text {
    display: inline-block;
  }
  .pslogin-block .pslogin-xs {
    display: inline-block !important;
  }
}
@media screen and (max-width: 640px) {
  .pslogin-block .pslogin-buttons ul li {
    margin: 0 0 3px 0;
    width: 100%;
  }
  .pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
    width: 100%;
  }
  .pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
    position: absolute;
    z-index: 1;
    background-color: inherit;
    top: 0;
    left: 0;
  }
  .pslogin-block .pslogin-buttons ul li .pslogin-button-text {
    width: 100%;
    position: relative;
    z-index: 100;
  }
}
/*=== animate ===*/
#pslogin-pop-up-bg {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.register-container-flex,
.login-container-flex {
  display: flex;
  overflow: hidden;
}
.button-login-left-form .pslogin-block,
.button-login-right-form .pslogin-block,
.button-register-left-form .pslogin-block,
.button-register-right-form .pslogin-block {
  margin: 0 0 20px 0!important;
}
.button-login-left-form .pslogin-block .pslogin-spacer,
.button-login-right-form .pslogin-block .pslogin-spacer,
.button-register-left-form .pslogin-block .pslogin-spacer,
.button-register-right-form .pslogin-block .pslogin-spacer {
  margin: 0 0 10px;
}
.button-login-social:before,
.button-register-social:before {
  content: '';
  color: gray;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 21px;
  width: 21px;
  z-index: 1;
  background: #ffffff;
  text-align: center;
  line-height: 30px;
}
.button-login-social:after,
.button-register-social:after {
  content: '';
  position: absolute;
  background: #aaa;
  top: 0;
  bottom: 0;
  width: 1px;
  margin: auto;
  height: 100%;
  display: block !important;
  -moz-box-shadow: 0 8.8em 0 0 #a5a5a5;
  -webkit-box-shadow: 0 8.8em 0 0 #a5a5a5;
  box-shadow: 0 8.8em 0 0 #a5a5a5;
}
.button-login-social.button-login-right-form,
.button-register-social.button-login-right-form,
.button-login-social.button-register-right-form,
.button-register-social.button-register-right-form {
  padding-left: 35px;
}
.button-login-social.button-login-right-form .pslogin-block,
.button-register-social.button-login-right-form .pslogin-block,
.button-login-social.button-register-right-form .pslogin-block,
.button-register-social.button-register-right-form .pslogin-block {
  float: left;
}
.button-login-social.button-login-right-form:before,
.button-register-social.button-login-right-form:before,
.button-login-social.button-register-right-form:before,
.button-register-social.button-register-right-form:before {
  left: 0;
}
.button-login-social.button-login-right-form:after,
.button-register-social.button-login-right-form:after,
.button-login-social.button-register-right-form:after,
.button-register-social.button-register-right-form:after {
  left: 10px;
}
.button-login-social.button-login-left-form,
.button-register-social.button-login-left-form,
.button-login-social.button-register-left-form,
.button-register-social.button-register-left-form {
  padding-right: 35px;
}
.button-login-social.button-login-left-form .pslogin-block,
.button-register-social.button-login-left-form .pslogin-block,
.button-login-social.button-register-left-form .pslogin-block,
.button-register-social.button-register-left-form .pslogin-block {
  float: right;
}
.button-login-social.button-login-left-form:before,
.button-register-social.button-login-left-form:before,
.button-login-social.button-register-left-form:before,
.button-register-social.button-register-left-form:before {
  right: 0;
}
.button-login-social.button-login-left-form:after,
.button-register-social.button-login-left-form:after,
.button-login-social.button-register-left-form:after,
.button-register-social.button-register-left-form:after {
  right: 10px;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.owl-carousel .owl-nav .action-gift.owl-prev,
.owl-carousel .owl-nav .action-gift.owl-next,
.owl-carousel .action-gift.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/CleverSoft/jung/de_DE/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
	----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
	----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
	----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-slider-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-slider-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-slider-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-slider-icons {
  position: relative;
}
.ui-slider-icons .ui-slider-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-slider-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action.ui-button::-moz-focus-inner,
.action-gift.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.59999999999999%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.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;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.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: -8px;
}
.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,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action,
.ui-datepicker .ui-datepicker-buttonpane .action-gift {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane .action-gift.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.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,
.ui-datepicker-rtl .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action,
.ui-datepicker-rtl .ui-datepicker-buttonpane .action-gift {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-buttonpane .action-gift.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button,
.ui-dialog .ui-dialog-buttonpane .cart.table-wrapper .actions-toolbar > .action,
.ui-dialog .ui-dialog-buttonpane .action-gift {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectslider-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectslider-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectslider-menu .ui-menu .ui-selectslider-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectslider-open {
  display: block;
}
.ui-selectslider-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectslider-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectslider-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
	----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget .cart.table-wrapper .actions-toolbar > .action,
.ui-widget .action-gift {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
	----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
	----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
	----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../frontend/CleverSoft/jung/de_DE/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../../frontend/CleverSoft/jung/de_DE/css/images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("../../frontend/CleverSoft/jung/de_DE/css/images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("../../frontend/CleverSoft/jung/de_DE/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../frontend/CleverSoft/jung/de_DE/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../frontend/CleverSoft/jung/de_DE/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../frontend/CleverSoft/jung/de_DE/css/images/ui-icons_cc0000_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
	----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
	===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
	===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 0px solid #fff;
  left: 0px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../frontend/CleverSoft/jung/de_DE/css/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../frontend/CleverSoft/jung/de_DE/css/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* Additional by Tu */
button.bx-prev,
.cart.table-wrapper .actions-toolbar > .action.bx-prev,
.action-gift.bx-prev {
  position: absolute;
  top: -30px;
  right: 40px;
}
button.bx-next,
.cart.table-wrapper .actions-toolbar > .action.bx-next,
.action-gift.bx-next {
  position: absolute;
  top: -30px;
  right: 5px;
}
button.bx-prev,
button.bx-next,
.cart.table-wrapper .actions-toolbar > .action.bx-prev,
.cart.table-wrapper .actions-toolbar > .action.bx-next,
.action-gift.bx-prev,
.action-gift.bx-next {
  font-weight: bold;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  width: 28px;
  height: 28px;
}
.product-item-info.have-alternative-image:hover .product-img-additional {
  opacity: 1;
  visibility: visible;
}
.product-item-info.have-alternative-image:hover .main-image {
  opacity: 0;
  visibility: hidden;
}
.product-item-info.have-alternative-image .product-img-additional {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
.z-1 {
  z-index: 1;
}
a,
ul li a,
.nav a {
  position: relative;
}
p {
  margin: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  outline: 0;
  padding: 0;
}
.logo-container .logo,
.logo-container_mobile .logo {
  display: inline-block;
  margin: 0 auto;
}
.logo-container .logo-tagline,
.logo-container_mobile .logo-tagline {
  font-style: italic;
  font-size: .9em;
  line-height: 1;
  margin: .85em 0;
}
.list-social__items {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.list-social__item {
  margin: 0;
  display: inline-block;
}
.list-social__item a {
  padding: 0 5px;
  display: block;
}
.list-social__item a i {
  font-size: 24px;
  display: block;
  text-align: center;
}
.list-social__item:first-child a {
  padding-left: 0;
}
.list-social__item:last-child a {
  padding-right: 0;
}
.icon-menu {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.icon-menu .line {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 25px;
  border-radius: 5px;
  background: #000000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.icon-menu .line:before,
.icon-menu .line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  border-radius: 6px;
  -webkit-transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, background-color 0.3s, transform 0.3s;
  transition: top 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.icon-menu .line:before {
  top: -6px;
}
.icon-menu .line:after {
  top: 6px;
}
.icon-menu__canvas {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.icon-menu__canvas .line {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 25px;
  border-radius: 5px;
  background: #000000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.icon-menu__canvas .line:before,
.icon-menu__canvas .line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  border-radius: 6px;
  -webkit-transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, background-color 0.3s, transform 0.3s;
  transition: top 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.icon-menu__canvas .line:before {
  top: -6px;
}
.icon-menu__canvas .line:after {
  top: 6px;
}
.page-wrapper .mobile-sidebar.nav-sections {
  background: #ffffff;
}
.page-wrapper .nav-sections.is-text-light {
  background: #000000;
}
.page-wrapper .is-sticky #sticky-headers {
  z-index: 30;
}
.page-wrapper .is-sticky #sticky-headers__main {
  z-index: 20;
}
.page-wrapper .is-sticky #sticky-headers__bottom {
  z-index: 10;
}
.page-wrapper #sticky-headers {
  width: 100%;
}
.page-wrapper #sticky-headers__main,
.page-wrapper #sticky-headers__bottom {
  width: 100%;
}
.boxed-layout.layout-1440 .page-wrapper #sticky-headers {
  width: 100%;
  max-width: 1470px;
}
.boxed-layout.layout-1440 .page-wrapper #sticky-headers__main,
.boxed-layout.layout-1440 .page-wrapper #sticky-headers__bottom {
  width: 100%;
  max-width: 1470px;
}
.mobile-sidebar {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  transition: all 0.3s ease-in;
  width: 80%;
  height: 100%;
  background: #ffffff;
  color: #000000;
  padding: 30px 25px;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-sidebar__content {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.mobile-sidebar__content .switcher {
  padding: 0;
  border: 0;
  float: left;
  margin-right: 25px;
}
.mobile-sidebar__content .switcher-label {
  display: none;
}
.mobile-sidebar__content .switcher-trigger,
.mobile-sidebar__content .switcher-dropdown,
.mobile-sidebar__content .switcher-dropdown li {
  margin: 0 15px 0 0;
  font-weight: normal;
}
.mobile-sidebar__content .switcher-trigger a,
.mobile-sidebar__content .switcher-dropdown a,
.mobile-sidebar__content .switcher-dropdown li a {
  font-size: 18px;
  text-transform: uppercase;
}
.mobile-sidebar__content .switcher-trigger strong,
.mobile-sidebar__content .switcher-dropdown strong,
.mobile-sidebar__content .switcher-dropdown li strong {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
}
.mobile-sidebar__content .switcher-trigger img,
.mobile-sidebar__content .switcher-dropdown img,
.mobile-sidebar__content .switcher-dropdown li img {
  display: none;
}
.mobile-sidebar__content .switcher-trigger strong {
  position: relative;
  overflow: visible;
  font-size: 16px;
}
.mobile-sidebar__content .switcher-trigger strong:after {
  content: '\c059';
  color: #000000;
  position: absolute;
  right: -20px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "cleversoft" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-sidebar__content .switcher-dropdown {
  transition: all .4s;
  backface-visibility: hidden;
  overflow: hidden;
  max-height: 0;
  padding: 0;
}
.mobile-sidebar__content .switcher:hover .switcher-dropdown {
  max-height: 60px;
  padding: 10px 0;
}
.mobile-sidebar__content > div {
  border-bottom: 1px solid #d1d1d1;
}
.mobile-sidebar__content > div:last-child {
  border: none;
}
.mobile-sidebar__content > div.main-menu {
  border: none;
}
.mobile-sidebar__content .header-minimal-search,
.mobile-sidebar__content .full-sc-search .full-search_content .cs-font {
  display: none;
}
.mobile-sidebar__content .block.block-search {
  float: none;
  max-width: 100%;
}
.mobile-sidebar__content .authorization-link {
  list-style: none;
  padding: 15px 0;
  position: relative;
}
.mobile-sidebar__content .authorization-link:after {
  content: '\c204';
  color: #959595;
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  font-size: 13px;
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-sidebar__content p.mega-block-title {
  font-weight: 500;
  margin-bottom: 20px;
}
.mobile-sidebar__open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.73);
  z-index: 99;
  transition: all .5s ease 0.2s;
}
.mobile-sidebar__open .mobile-sidebar {
  opacity: 1;
  display: block;
  left: 0;
}
.mobile-sidebar__open .mobile-sidebar__content .clever-menu {
  clear: both;
}
.mobile-sidebar__open .mobile-sidebar__content .clever-menu ul.clever-mega-menu > li.level-top > a,
.mobile-sidebar__open .mobile-sidebar__content .clever-menu .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
  color: #959595;
}
.mobile-sidebar__open .mobile-sidebar__content .clever-menu .clever-mega-menu-item.level-top > .menu-link {
  color: #959595;
}
.mobile-sidebar__open .mobile-sidebar__content .clever-menu .slicknav_arrow:before {
  color: #959595;
  font-size: 13px;
}
.mobile-sidebar__open .mobile-sidebar__content .switcher-trigger,
.mobile-sidebar__open .mobile-sidebar__content .switcher-dropdown,
.mobile-sidebar__open .mobile-sidebar__content .switcher-dropdown li {
  margin: 0 15px 0 0;
  font-weight: normal;
}
.mobile-sidebar__open .mobile-sidebar__content .switcher-trigger a,
.mobile-sidebar__open .mobile-sidebar__content .switcher-dropdown a,
.mobile-sidebar__open .mobile-sidebar__content .switcher-dropdown li a {
  font-size: 14px;
}
.mobile-sidebar__open .mobile-sidebar__content .switcher-trigger strong,
.mobile-sidebar__open .mobile-sidebar__content .switcher-dropdown strong,
.mobile-sidebar__open .mobile-sidebar__content .switcher-dropdown li strong {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.mobile-sidebar__open .mobile-sidebar__content .switcher-trigger img,
.mobile-sidebar__open .mobile-sidebar__content .switcher-dropdown img,
.mobile-sidebar__open .mobile-sidebar__content .switcher-dropdown li img {
  display: none;
}
.mobile-sidebar__open .mobile-sidebar__content .switcher-trigger:after {
  content: '\c025';
  color: #959595;
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  font-size: 13px;
  font-family: "cleversoft" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-sidebar__open .mobile-sidebar__content .switcher-dropdown {
  transition: all .4s;
  backface-visibility: hidden;
  overflow: hidden;
  max-height: 0;
  padding: 0;
}
.mobile-sidebar__open .mobile-sidebar__content .switcher:hover .switcher-trigger:after {
  content: '\c035';
}
.mobile-sidebar__open .mobile-sidebar__content .switcher:hover .switcher-dropdown {
  max-height: 60px;
  padding: 10px 0;
}
.mobile-sidebar.nav-sections .switcher {
  border-bottom: none !important;
  padding: 0;
}
.mobile-sidebar.nav-sections .switcher :last-child {
  border-bottom: none !important;
}
.desktop-canvas {
  overflow: hidden;
  visibility: hidden;
  width: 530px;
  height: 100%;
  padding: 50px 0;
}
.desktop-canvas__left,
.desktop-canvas__right,
.desktop-canvas__full-width {
  overflow: visible;
  overflow-y: auto;
}
.desktop-canvas__left .desktop-canvas,
.desktop-canvas__right .desktop-canvas,
.desktop-canvas__full-width .desktop-canvas {
  overflow: visible;
}
.desktop-canvas__left.is-text-light,
.desktop-canvas__right.is-text-light,
.desktop-canvas__full-width.is-text-light {
  color: #ffffff;
}
.desktop-canvas__left.is-text-light .desktop-canvas__content .primary-menu ul.clever-horizontal-menu > li a,
.desktop-canvas__right.is-text-light .desktop-canvas__content .primary-menu ul.clever-horizontal-menu > li a,
.desktop-canvas__full-width.is-text-light .desktop-canvas__content .primary-menu ul.clever-horizontal-menu > li a {
  color: #ffffff !important;
}
.desktop-canvas__left.is-text-light .desktop-canvas__content .primary-menu ul.clever-horizontal-menu > li a:hover,
.desktop-canvas__right.is-text-light .desktop-canvas__content .primary-menu ul.clever-horizontal-menu > li a:hover,
.desktop-canvas__full-width.is-text-light .desktop-canvas__content .primary-menu ul.clever-horizontal-menu > li a:hover {
  color: #666666 !important;
}
.desktop-canvas__left.is-text-light .desktop-canvas__content .clever-menu .clever-mega-menu-item .clever-mega-menu-sub,
.desktop-canvas__right.is-text-light .desktop-canvas__content .clever-menu .clever-mega-menu-item .clever-mega-menu-sub,
.desktop-canvas__full-width.is-text-light .desktop-canvas__content .clever-menu .clever-mega-menu-item .clever-mega-menu-sub {
  background: #000000;
  color: #ffffff;
}
.desktop-canvas__left.is-text-light .desktop-canvas__content .list-social__item a,
.desktop-canvas__right.is-text-light .desktop-canvas__content .list-social__item a,
.desktop-canvas__full-width.is-text-light .desktop-canvas__content .list-social__item a,
.desktop-canvas__left.is-text-light .desktop-canvas__content .user_area .icon,
.desktop-canvas__right.is-text-light .desktop-canvas__content .user_area .icon,
.desktop-canvas__full-width.is-text-light .desktop-canvas__content .user_area .icon,
.desktop-canvas__left.is-text-light .desktop-canvas__content .switcher-trigger strong,
.desktop-canvas__right.is-text-light .desktop-canvas__content .switcher-trigger strong,
.desktop-canvas__full-width.is-text-light .desktop-canvas__content .switcher-trigger strong,
.desktop-canvas__left.is-text-light .desktop-canvas__content .switcher-dropdown a,
.desktop-canvas__right.is-text-light .desktop-canvas__content .switcher-dropdown a,
.desktop-canvas__full-width.is-text-light .desktop-canvas__content .switcher-dropdown a {
  color: #ffffff;
}
.desktop-canvas__left .desktop-canvas .off-canvas-close,
.desktop-canvas__right .desktop-canvas .off-canvas-close {
  top: 20px;
  color: #ffffff;
}
.desktop-canvas__left {
  position: fixed;
  top: 0;
  left: -530px;
  height: 100%;
  max-width: calc(100% - 40px);
  background: #ffffff;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.desktop-canvas__left .desktop-canvas {
  background: #ffffff;
}
.desktop-canvas__left .desktop-canvas .off-canvas-close {
  left: 0;
}
.desktop-canvas__right {
  position: fixed;
  top: 0;
  right: -530px;
  height: 100%;
  max-width: calc(100% - 40px);
  background: #ffffff;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: visible;
  transition: all 0.3s ease-in;
}
.desktop-canvas__right .desktop-canvas .off-canvas-close {
  right: calc(100% + 20px);
}
.desktop-canvas__full-width {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  overflow: hidden;
  overflow-y: auto;
}
.desktop-canvas__full-width .desktop-canvas {
  display: block;
  width: 530px;
  margin: 0 auto;
  overflow-y: auto;
}
.desktop-canvas__full-width .desktop-canvas__content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
  height: auto;
}
.desktop-canvas__full-width .desktop-canvas .off-canvas-close {
  top: 30px;
  right: 30px;
}
.desktop-canvas__full-width.is-text-light .desktop-canvas .off-canvas-close {
  color: #ffffff;
}
.desktop-canvas__open {
  overflow: hidden;
}
.desktop-canvas__open .desktop-canvas__left .desktop-canvas,
.desktop-canvas__open .desktop-canvas__right .desktop-canvas,
.desktop-canvas__open .desktop-canvas__full-width .desktop-canvas {
  visibility: visible;
}
.desktop-canvas__open .desktop-canvas__left {
  left: 0;
  overflow: visible;
}
.desktop-canvas__open .desktop-canvas__left .off-canvas-close {
  left: 550px;
}
.desktop-canvas__open .desktop-canvas__right {
  transform: translateX(-530px);
}
.desktop-canvas__open .desktop-canvas__full-width {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  transition: z-index 0s, opacity 0.3s;
}
.desktop-canvas__open .page-header:before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.desktop-canvas__content {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  max-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.desktop-canvas__content .mobile-sidebar__content:first-child {
  flex-grow: 1;
}
.desktop-canvas__content .primary-menu ul.clever-horizontal-menu > li {
  position: relative !important;
  display: block !important;
}
.desktop-canvas__content .primary-menu ul.clever-horizontal-menu > li a {
  margin: 10px 0 !important;
  padding: 0 !important;
  color: #000000 !important;
}
.desktop-canvas__content .primary-menu ul.clever-horizontal-menu > li ul.clever-mega-menu-sub {
  box-shadow: none;
}
.desktop-canvas__content .slicknav_arrow {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.desktop-canvas__content .slicknav_arrow:before {
  content: "\c025";
  display: inline-block;
  font-family: 'cleversoft';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.desktop-canvas__content .clever-menu li.clever-mega-menu-item.open > .slicknav_arrow:before {
  content: "\c035";
}
.desktop-canvas__content .clever-menu .clever-mega-menu-item .clever-mega-menu-sub img.clever-mega-menu-image {
  position: relative;
}
.desktop-canvas__content .clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li .slicknav_arrow {
  top: 0;
}
.desktop-canvas__content .clever-horizontal-menu ul.clever-mega-menu li.category-menu.no-dropdown {
  border: none;
}
.desktop-canvas__content .clever-mega-menu .sub-menu-toggle,
.desktop-canvas__content .clever-mega-menu .category-menu li.item {
  padding-left: 25px;
}
.desktop-canvas__content .clever-mega-menu > li ul.clever-mega-menu-sub .clever-mega-menu-item.level0 {
  padding: 2px 0;
}
.desktop-canvas__content .clever-mega-menu > li ul.clever-mega-menu-sub .clever-mega-menu-item.level0 a.menu-link {
  font-weight: 500 !important;
  font-size: 16px;
  text-transform: capitalize;
}
.desktop-canvas__content .clever-mega-menu .clever-mega-menu-item:hover > .clever-mega-menu-sub {
  display: none;
}
.desktop-canvas__content .clever-mega-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item .category-menu {
  display: none;
}
.desktop-canvas__content .clever-mega-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item.open .category-menu {
  display: block;
}
.desktop-canvas__content .clever-mega-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item [class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.desktop-canvas__content .clever-mega-menu .clever-mega-menu-item.open .clever-mega-menu-sub {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0;
  transform: translateY(0);
}
.desktop-canvas__content .clever-mega-menu .clever-mega-menu-item.open:hover > .clever-mega-menu-sub {
  display: block;
}
.desktop-canvas__content .mobile-sidebar__content:last-child {
  border: none;
}
.desktop-canvas .off-canvas-close {
  font-size: 30px;
  position: fixed;
  transition: all 0.3s ease-in;
}
.desktop-canvas .off-canvas-close:hover {
  transform: rotate(90deg);
}
.sections__canvas .list-social__item a {
  display: block;
  padding: 0px 15px;
}
.sections__canvas .list-social__item:first-child a {
  padding-left: 0;
}
.header_main-mobile {
  width: 100%;
}
.header-compare a.icon i,
.header-wishlist a.icon i,
.minicart a.icon i,
.header-minimal-search a.icon i {
  font-size: 24px;
}
.page-header__home5 .block.block-search {
  max-width: 270px !important;
  min-width: unset;
}
.page-header__home11 .show-on-mobile .header_main-mobile-top .header-wishlist i {
  font-size: 20px;
}
.page-header__home11 .header-compare i,
.page-header__home11 .header-wishlist i {
  font-size: 14px;
}
.page-header__home11 .user_area i {
  font-size: 14px;
}
.page-header__home11 .switcher-language img {
  display: none;
}
.page-header__home11 .switcher-language span,
.page-header__home11 .header-compare span,
.page-header__home11 .header-wishlist span,
.page-header__home11 .user_area span {
  font-size: 14px;
}
.page-header__home15 .logo-container {
  position: absolute;
  top: -83px;
  height: 140px;
  background: #900;
  width: calc(25% - 30px);
  text-align: center;
  max-height: 140px;
}
.page-header__home15 .logo-container .logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page-header__home15 .block-search .block-content .form.minisearch {
  border: 1px solid #ebebeb;
}
.page-header__home15 .block-search .block-content .form.minisearch .inner {
  margin-right: 60px;
}
.page-header__home15 .block-search .block-content .form.minisearch .inner .current-cat i {
  color: #ffffff;
}
.page-header__home15 .block-search .block-content .form.minisearch .field.search .form-group .input-text {
  color: #ffffff;
}
.page-header__home15 .block-search .block-content .form.minisearch .field.search .form-group .input-text::placeholder {
  color: #ffffff;
}
.page-header__home15 .header_main-top {
  position: relative;
}
.page-header__home15 .header_main-top .row:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #363636;
  bottom: 5px;
  right: 15px;
  width: calc(100% - 25% - 30px);
}
.page-header__home15 .clever-horizontal-menu .clever-mega-menu {
  text-align: left;
}
.page-header__home15.page-header .switcher .options .action.toggle:after {
  color: #ffffff;
}
.page-header__home15 .zoo-top-contact {
  font-size: 12px;
}
.page-header .round {
  border-radius: 5px !important;
}
.page-header .button {
  color: #ffffff;
  background-color: #446084;
  border-color: rgba(0, 0, 0, 0.05);
}
.page-header .button:hover {
  outline: none;
  opacity: 1;
  color: #ffffff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.page-header .button.icon {
  margin-left: .12em;
  margin-right: .12em;
  min-width: 2.5em;
  padding-left: .6em;
  padding-right: .6em;
  display: inline-block;
  line-height: 1;
}
.page-header .button,
.page-header button,
.page-header input[type='submit'],
.page-header input[type='reset'],
.page-header input[type='button'],
.page-header .cart.table-wrapper .actions-toolbar > .action,
.page-header .action-gift {
  position: relative;
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  color: currentColor;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  margin: 0;
}
.page-header .button.outline,
.page-header input[type='submit'].outline,
.page-header input[type='reset'].outline,
.page-header input[type='button'].outline {
  border: 2px solid currentColor;
  background-color: transparent;
}
.page-header .button.is-small {
  border-width: 1px;
}
.page-header .circle {
  border-radius: 999px !important;
  object-fit: cover;
}
.page-header .circle[class*="icon"] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.page-header .is-outline:hover {
  box-shadow: none !important;
}
.page-header .outline:not(:hover) {
  color: #999999;
}
.page-header ul li {
  list-style-type: none;
}
.page-header .row {
  -ms-align-items: center;
  align-items: center;
}
.page-header .row-ml-auto {
  margin-left: auto;
}
.page-header .row-mr-auto {
  margin-right: auto;
}
.page-header .full-width {
  padding: 0 60px;
}
.page-header .full-width .clever-mega-menu-sub {
  max-width: calc(100% - 30px) !important;
}
.page-header .full-width .clever-mega-menu-sub:not(.container) {
  max-width: unset !important;
}
.page-header .user_area .account-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.page-header .user_area .account-link span {
  padding-left: 5px;
}
.page-header .user_area .account-link .my-account {
  padding-left: 5px;
}
.page-header .user_area_content {
  z-index: 8;
}
.page-header .user_area_content ul li a:after {
  display: none;
}
.page-header .user_area .button {
  color: #ffffff;
}
.page-header .header-compare,
.page-header .header-wishlist,
.page-header .minicart,
.page-header .header-minimal-search {
  position: relative;
}
.page-header .header-compare a,
.page-header .header-wishlist a,
.page-header .minicart a,
.page-header .header-minimal-search a {
  display: block;
}
.page-header .header-compare a.icon,
.page-header .header-wishlist a.icon,
.page-header .minicart a.icon,
.page-header .header-minimal-search a.icon {
  display: flex;
  align-items: center;
}
.page-header .wishlist-text {
  padding-left: 5px;
}
.page-header .compare-text {
  padding-left: 5px;
}
.page-header .minicart {
  cursor: pointer;
}
.page-header .minicart.circle[class*="icon"] {
  line-height: inherit;
  padding: 0;
}
.page-header .minicart.button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header .minicart .counter-label {
  display: none;
}
.page-header .minicart-title {
  padding-right: 5px;
  text-transform: uppercase;
}
.page-header .minicart .icon-cart-6 {
  font-weight: bold;
  margin: .3em 0;
  border: 2px solid #000000;
  color: #000000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 28px;
  height: 28px;
}
.page-header .minicart .icon-cart-6:before {
  transition: height 0.1s ease-out;
  bottom: 100%;
  margin-bottom: 0;
  margin-left: -7px;
  height: 8px;
  width: 14px;
  left: 50%;
  content: ' ';
  position: absolute;
  pointer-events: none;
  border: 2px solid #000000;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .minicart:hover .icon-cart-6 {
  background-color: #000000;
}
.page-header .minicart:hover .icon-cart-6:before {
  height: 10px;
}
.page-header .minicart:hover .counter.qty .counter-number-icon-cart-6 {
  color: #ffffff !important;
}
.page-header .minicart .counter.qty .counter-number-icon-cart-6 {
  background: transparent !important;
  color: #000000 !important;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.page-header .header-top-link ul li {
  margin-right: 10px;
  margin-bottom: 0;
}
.page-header .header-top-link ul li:last-child {
  margin: 0;
}
.page-header .header-top-link ul li a span {
  padding-right: 5px;
}
.page-header .main-menu_relative {
  position: relative;
}
.page-header .main-menu_relative > [class*="col-"] {
  position: static;
}
.page-header .main-menu_relative > [class*="col-"] > div {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.page-header .main-menu_relative > [class*="col-"] > div:first-child {
  margin: 0;
}
.page-header .main-menu_relative > [class*="col-"] > div.main-menu,
.page-header .main-menu_relative > [class*="col-"] > div.primary-menu,
.page-header .main-menu_relative > [class*="col-"] > div.block-megamenu {
  display: block;
}
.page-header .main-menu_relative > [class*="col-"] > div.full-sc-search {
  margin: 0;
  display: flex;
}
.page-header .main-menu_relative > [class*="col-"] > ul {
  margin-left: 5px;
  vertical-align: middle;
}
.page-header .primary-menu.add-gutter .clever-horizontal-menu ul.clever-mega-menu > li.level-top:first-child a {
  padding: 16px 10px;
  margin: 0px 10px;
}
.page-header .minicart-wrapper .action.showcart {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
  min-width: unset;
  font-size: 24px;
}
.page-header .minicart-wrapper .actions > a span {
  color: #000000;
}
.page-header .minicart-wrapper_dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-header .minicart-wrapper_dropdown .ui-widget.ui-widget-content {
  position: absolute;
  top: 100%;
  right: 0;
}
.page-header .minicart-wrapper_dropdown .block-minicart {
  position: absolute;
  width: 390px;
  background: #d1d1d1;
  top: 100%;
  right: 0;
  padding: 0 20px 25px;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  display: none;
}
.page-header .minicart-wrapper_dropdown .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .minicart-wrapper_dropdown .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #d1d1d1 transparent;
  z-index: 98;
}
.page-header .minicart-wrapper_dropdown .block-minicart:before,
.page-header .minicart-wrapper_dropdown .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .minicart-wrapper_dropdown .block-minicart:after {
  top: -14px;
  right: 15px;
}
.page-header .minicart-wrapper_dropdown .block-minicart:before {
  top: -12px;
  right: 16px;
}
.page-header .minicart-wrapper_dropdown .block-minicart .block-title .text {
  display: none;
}
.page-header .minicart-wrapper_dropdown .block-minicart .block-title .close-minicart span.clever-icon-close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform .3s ease;
  display: inline-block;
}
.page-header .minicart-wrapper_dropdown .block-minicart .block-title .close-minicart span.clever-icon-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-header .minicart-wrapper_dropdown .block-content {
  padding: 40px 0 0;
}
.page-header .minicart-wrapper_dropdown .block-content .minicart-items-wrapper {
  clear: both;
  padding: 40px 0 0;
  overflow: hidden;
}
.page-header .minicart-wrapper_dropdown .block-content .minicart-items-wrapper .minicart-items {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.page-header .minicart-wrapper_dropdown .block-content .product-item-pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header .minicart-wrapper_dropdown .block-content .product-item-details a:before {
  opacity: 1 !important;
}
.page-header .minicart-wrapper_dropdown .block-content .product-item-details .details-qty {
  display: flex;
  align-items: center;
}
.page-header .minicart-wrapper_dropdown .block-content .product-item-details .details-qty .custom-qty .items-count {
  color: #000000;
  background: none;
}
.page-header .minicart-wrapper_dropdown .block-content .product-item-details .control {
  display: flex;
  align-items: center;
}
.page-header .minicart-wrapper_dropdown .block-content .product-item-details .control .item-qty {
  margin: 0 10px;
}
.page-header .minicart-wrapper_dropdown .block-content .subtotal {
  position: absolute;
  top: 40px;
  right: 0;
}
.page-header .minicart-wrapper_dropdown .block-content .actions {
  padding: 15px 0;
}
.page-header .minicart-wrapper_dropdown .block-content .actions a {
  width: 100%;
  background: #000000;
  display: inline-block;
  text-align: center;
  padding: 7px 0;
}
.page-header .minicart-wrapper_dropdown .block-content .actions a.action {
  width: 100%;
  text-align: center;
}
.page-header .minicart-wrapper_dropdown .block-content .actions a span {
  color: #ffffff;
}
.page-header .minicart-wrapper_dropdown .block-content .actions:last-child {
  padding: 0;
}
.page-header .clever-horizontal-menu .clever-mega-menu-sub li a,
.page-header .clever-horizontal-menu .clever-mega-menu-sub li span {
  color: #000000;
}
.page-header .clever-horizontal-menu .clever-mega-menu-sub li p.mega-block-title {
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}
.page-header .clever-horizontal-menu .clever-mega-menu-sub li .row {
  align-items: unset !important;
}
.page-header .clever-horizontal-menu .clever-mega-menu-sub li a.menu-link:hover span {
  color: #000000 !important;
}
.page-header .clever-horizontal-menu .clever-mega-menu-sub .clever-mega-menu li.level0 > a.menu-link:hover {
  background: none;
}
.page-header .topbar-menu ul.clever-mega-menu > li.level-top:first-child > a.menu-link:after {
  border: none;
}
.page-header .topbar-menu ul.clever-mega-menu > li.level-top > a.menu-link {
  font-weight: normal;
  margin: 0 10px;
  text-transform: none;
  padding: 0;
}
.page-header .topbar-menu ul.clever-mega-menu > li.level-top > a.menu-link:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 1px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  min-height: 15px;
  transform: translateY(-50%);
}
.minicart-wrapper a.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.minicart-wrapper .minicart .counter-number {
  left: unset;
  right: -5px;
}
.minicart-wrapper.primary span,
.minicart-wrapper.primary a {
  color: #ffffff;
}
.account-link {
  display: inline-block;
}
.account-link.no-icon i {
  display: none;
}
body.search-active .header_main-top:before,
body.search-active .header_main-mobile-top:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.page-header .header-minimal-search .button.icon {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header .header-minimal-search i {
  cursor: pointer;
}
.page-header.lightbox .full-sc-search,
.page-header.lightbox-mobile .full-sc-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  min-height: 150px;
  height: auto;
  -webkit-transform: translateY(-685px);
  -ms-transform: translateY(-685px);
  transform: translateY(-685px);
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header.lightbox .full-sc-search.active,
.page-header.lightbox-mobile .full-sc-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-header.lightbox .full-sc-search.active .clever-icon-close,
.page-header.lightbox-mobile .full-sc-search.active .clever-icon-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}
.page-header.lightbox .full-sc-search .full-search_content,
.page-header.lightbox-mobile .full-sc-search .full-search_content {
  width: 100%;
  padding: 0;
  max-width: 1200px;
}
.page-header.lightbox .full-sc-search .full-search_content .block-search,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-search {
  float: left;
}
.page-header.lightbox .full-sc-search .full-search_content .searchsuite-autocomplete,
.page-header.lightbox-mobile .full-sc-search .full-search_content .searchsuite-autocomplete {
  width: 100vw;
  position: absolute;
  padding: 2px 10px;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.page-header.lightbox .full-sc-search .full-search_content .searchsuite-autocomplete > div,
.page-header.lightbox-mobile .full-sc-search .full-search_content .searchsuite-autocomplete > div {
  max-height: calc(50vh - 20px);
  overflow: hidden;
  overflow-y: auto;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.page-header.lightbox .full-sc-search .full-search_content .block-content,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content {
  position: relative;
}
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch {
  border: none;
  height: auto;
}
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .control,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch .control {
  padding: 0;
}
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .field.search .form-group .input-text,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch .field.search .form-group .input-text {
  background: none;
  border: none;
  border-bottom: 2px solid #959595;
  font-weight: 900;
  padding: 6px 0 20px;
  height: auto;
}
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .action.search,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch .action.search {
  background: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  color: #000000;
}
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .action.search:before,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch .action.search:before {
  color: #959595;
  font-size: 22px;
  display: inline;
  vertical-align: middle;
  content: '\c013';
  font-family: 'cleversoft';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .inner,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch .inner {
  width: auto;
  line-height: 58px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .inner span,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch .inner span {
  color: #636363;
}
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch #top_tree,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch #top_tree,
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch #top_sidetree_mobile,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch #top_sidetree_mobile {
  width: 300px;
}
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch #top_tree span,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch #top_tree span,
.page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch #top_sidetree_mobile span,
.page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch #top_sidetree_mobile span {
  color: #252525;
}
.page-header.lightbox .full-sc-search .clever-icon-close,
.page-header.lightbox-mobile .full-sc-search .clever-icon-close {
  color: #000000;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  font-size: 25px;
  display: none;
  text-align: center;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform .3s ease;
  text-align: right;
  margin-bottom: 30px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 50px;
  width: 100%;
  float: right;
}
.page-header.lightbox .full-sc-search .block-search,
.page-header.lightbox-mobile .full-sc-search .block-search {
  position: relative;
  float: none;
  margin: 0 auto;
  display: block;
  padding-left: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.page-header .nav-dark .is-outline,
.page-header .dark .nav li a,
.page-header .dark .nav li.html,
.page-header .dark .nav-vertical li li.menu-item-has-children > a,
.page-header .dark .nav-vertical li ul li a,
.page-header .nav-dropdown.dark li a,
.page-header .nav-dropdown.dark .nav-column li a,
.page-header .nav-dark .nav a,
.page-header .nav-dark .nav span,
.page-header .nav-dark .nav i,
.page-header .nav-dark .nav li a,
.page-header .nav-dark .nav li button,
.page-header .nav-dark .nav li .cart.table-wrapper .actions-toolbar > .action,
.page-header .nav-dark .nav li .action-gift {
  color: rgba(255, 255, 255, 0.8);
}
.page-header .nav a,
.page-header .nav li a,
.page-header .nav-dropdown li a,
.page-header .nav-column li a {
  color: rgba(102, 102, 102, 0.85);
  transition: all .2s;
}
.page-header .nav-dark .nav-divided li + li > a:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.page-header [class*="bar-nav"] > ul > li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0 7px;
  transition: background-color 0.3s;
}
.page-header .nav-divided li {
  margin: 0 .7em;
}
.page-header .nav-line-bottom li a:before,
.page-header .nav-line-grow li a:before,
.page-header .nav-line li a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background-color: #446084;
  transition: all 0.3s;
  opacity: 0;
  height: 3px;
}
.page-header .nav-line-bottom li:hover a:before,
.page-header .nav-line-grow li:hover a:before,
.page-header .nav-line-bottom li.active a:before,
.page-header .nav-line-grow li.active a:before,
.page-header .nav-line li.active a:before,
.page-header .nav-line li:hover a:before {
  opacity: 1;
}
.page-header .nav:hover li:not(:hover) a:before {
  opacity: 0;
}
.page-header .tabbed-content .nav-line-bottom:before {
  top: auto;
  bottom: 0;
}
.page-header .nav-line-grow li a:before {
  width: 0%;
}
.page-header .nav-line-grow li.active a:before,
.page-header .nav-line-grow li:hover a:before {
  width: 100%;
}
.page-header .nav-line-bottom li:before,
.page-header .nav-line-bottom li:after {
  display: none;
}
.page-header .nav-line-bottom li a:before {
  top: auto;
  bottom: 0;
}
.page-header .nav-box li.active a,
.page-header .nav-pills li.active a {
  opacity: 1;
  color: #ffffff;
  background-color: #446084;
}
.page-header .nav-tabs li.active a {
  background: #ffffff;
  color: #446084;
}
.page-header .nav-dark .nav.nav-tabs li.active a {
  color: #000000;
}
.page-header .nav-dark .user_area_content ul li a {
  color: #000000;
}
.page-header .nav-dark .clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li a {
  color: #999999;
}
.page-header .nav-outline li.active a {
  color: #446084;
  border-color: currentColor;
}
.page-header .nav-box li,
.page-header .nav-tabs li,
.page-header .nav-outline li,
.page-header .nav-pills li {
  margin: 0 !important;
}
.page-header .nav-small .nav li a,
.page-header .nav.nav-small li a {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
}
.page-header .nav-small li a i {
  font-size: 1em;
}
.page-header .nav-small .button.a.icon:not(.button) {
  padding: 3px 0;
}
.page-header .nav-box li a {
  padding: 0 .75em;
  line-height: 2.5em;
}
.page-header .nav-pills li a {
  padding: 0 .75em;
  border-radius: 99px;
  line-height: 2.5em;
}
.page-header .nav-tabs {
  border-bottom: none;
}
.page-header .nav-tabs li a {
  border-top: 2px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 7px 15px;
}
.page-header .nav-tabs li.active a {
  border-top-color: #446084;
}
.page-header .nav-dark.nav-tabs li:not(.active) a {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.page-header .tabbed-content .nav-tabs li {
  margin: 0 .1em;
  margin-bottom: -1px;
}
.page-header .nav-tabs + .tab-panels {
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  padding: 30px;
}
.page-header .nav-outline li a {
  line-height: 2.4em;
  padding: 0 .75em;
  position: relative;
  z-index: 10;
  border: 2px solid transparent;
  border-radius: 32px;
}
.page-header .nav-uppercase li a {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: bolder;
}
.page-header .nav-size-xsmall li > a {
  font-size: .65em !important;
}
.page-header .nav-size-small li > a {
  font-size: .7em !important;
}
.page-header .nav-size-medium li > a {
  font-size: .9em !important;
}
.page-header .nav-size-large li > a {
  font-size: 1em !important;
}
.page-header .nav-size-xlarge li > a {
  font-size: 1.1em !important;
}
.page-header .nav-spacing-xsmall li {
  margin: 0 !important;
}
.page-header .nav-spacing-small li {
  margin: 0 5px !important;
}
.page-header .nav-spacing-medium li {
  margin: 0 9px !important;
}
.page-header .nav-spacing-large li {
  margin: 0 11px !important;
}
.page-header .nav-spacing-xlarge li {
  margin: 0 13px !important;
}
.page-wrapper .page-header__home15 .is-sticky #sticky-headers__bottom {
  z-index: 50;
}
.page-wrapper .page-header__home16 .is-sticky #sticky-headers__main {
  z-index: 50;
}
.dark .nav-vertical li li.menu-item-has-children > a,
.nav-dark .nav-vertical li li.menu-item-has-children > a,
.nav-dark .nav > li.html,
.nav-dark .header-button {
  color: #ffffff;
}
.vertical-menu .block-megamenu .parent-title {
  color: #ffffff;
  background: #ab1d2a;
  padding: 0 20px;
  width: 100%;
  line-height: 50px;
  cursor: pointer;
  text-transform: uppercase;
}
.vertical-menu .block-megamenu .parent-title span {
  color: #ffffff;
  font-weight: bold;
  margin-left: 15px;
}
.vertical-menu .block-megamenu .parent-title i.cs-font {
  float: right;
  line-height: 50px;
}
.vertical-menu .block-megamenu .parent-title.active .clever-icon-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vertical-menu .clever-menu .clever-vertical-menu {
  border: 2px solid #ab1d2a;
  padding: 0 20px;
  background: #ffffff;
}
.header_main-full-width .header_main-top .container,
.header_main-full-width .header_main-bottom .container,
.header_main-full-width .header_main .block-html-after-header .container {
  width: 100%;
  max-width: 100%;
}
.header_main-top {
  position: relative;
}
.header_main-top .fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  background-position: center;
  overflow: hidden;
  opacity: .5;
}
.header_main-top .user_area li a {
  color: #303030;
}
.header_main-left .logo-container .logo {
  margin: 0;
}
.header_main-mobile-top {
  width: 100%;
  z-index: 9;
}
.header_main .top-divider {
  margin-bottom: -1px;
  border-top: 1px solid currentColor;
  opacity: 0.1;
}
.zoo-menu-label {
  cursor: pointer;
}
.clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.container.text-content {
  width: 100% !important;
}
/* Tablet */
@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 11px 5.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .column .block-addbysku .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 22px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous),
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 22px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .form-cart .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 11px;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 5.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 22px;
    font-size: 1.6rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #f4f4f4;
    border-bottom: none;
    height: 22px;
    padding: 5.5px 22px 5.5px 22px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 34px;
    padding: 22px 22px 22px 22px;
    border: 1px solid #f4f4f4;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    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;
    padding: 5.5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\c013';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 22px;
    margin: 0 0 11px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 11px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 22px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 11px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .minicart-wrapper .block-minicart {
    width: 500px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 22px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 27.5px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 44px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 22px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 22px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 33px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 11px 11px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 22px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 22px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 27.5px;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #f4f4f4;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -22px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 22px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #f4f4f4;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #f4f4f4;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 16.5px;
  }
  .box-tocart .action.tocart {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 24px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 11px 11px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 180px;
    overflow: hidden;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 180px);
    right: 0;
    top: 0;
    min-height: 180px;
    padding-left: 30px;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .header.content {
    padding: 33px 22px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 33.33%;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 11px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin: 0;
    padding-right: 11px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto !important;
    text-align: left !important;
    margin-bottom: 10px;
    display: table;
    float: none !important;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .control {
    float: none !important;
    width: auto !important;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  body.search-active:before {
    z-index: 50;
  }
  .page-header .zoo-menu-label {
    font-size: 24px;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch #top_tree,
  .page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch #top_tree,
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch #top_sidetree_mobile,
  .page-header.lightbox-mobile .full-sc-search .full-search_content .block-content .form.minisearch #top_sidetree_mobile {
    top: 100%;
    right: 50px;
  }
  .nav-divided > li a,
  .nav-divided a {
    margin: 0 .7em;
  }
  .nav-divided > li + li > a:after,
  .nav-divided a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 15px;
    margin-top: -7px;
    left: -1em;
  }
  .nav-divided > li + li > a li:first-child a:after,
  .nav-divided a li:first-child a:after {
    display: none;
  }
}
/* Tablet */
@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-search {
    min-width: 800px;
    max-width: 800px;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .field.search .form-group .input-text {
    font-size: 32px;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .field.search .form-group .input-text::placeholder {
    color: #000000;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .action.search:before {
    font-size: 32px;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .inner {
    font-size: 16px;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .inner .current-cat {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .inner .current-cat i {
    font-size: 14px;
  }
  .page-header .main-menu_relative > [class*="col-"].main-menu,
  .page-header .main-menu_relative > [class*="col-"].block-megamenu {
    display: block;
  }
  .page-header__home16.page-header .main-menu_relative > [class*="col-"] > div {
    margin-left: 25px;
  }
  .page-header__home16 .main-menu_relative .col-auto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 40%);
  }
  .page-header__home16 .logo-container {
    position: absolute;
    top: 0;
    height: 127px;
    text-align: left;
    max-height: 127px;
    width: 16.666667%;
  }
  .page-header__home16 .logo-container .logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-header__home16 .minicart-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 127px;
    max-height: 127px;
    width: 16.666667%;
  }
  .page-header__home16 .minicart-wrapper:before {
    content: '';
    height: 80px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ebebeb;
  }
  .page-header__home16 .minicart-wrapper .action.showcart {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    justify-content: flex-end;
    padding-right: 15px;
  }
  .page-header__home16 .minicart-wrapper .minicart i:before {
    font-size: 28px;
  }
  .page-header__home16 .block-search {
    max-width: 290px !important;
    min-width: 290px !important;
    float: right;
    background: #ebebeb;
  }
  .page-header__home16 .block-search .block-content .form.minisearch .action.search {
    color: #000000;
    background: none;
    padding: 0;
    overflow: hidden;
  }
  .page-header__home16 .block-search .block-content .form.minisearch .action.search:before {
    display: block;
    font-size: 16px !important;
    color: #000000;
    line-height: 40px;
  }
  .page-header__home16 .header_main-top {
    position: relative;
  }
  .page-header__home16 .header_main-top .row:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #ebebeb;
    bottom: 5px;
    right: calc(16.666667% + 15px);
    width: calc(100% - 40%);
  }
  .page-header__home15 .block-search {
    max-width: 290px !important;
    min-width: 290px !important;
  }
  .page-header__home15 .block-search .block-content .form.minisearch .action.search {
    color: #000000;
    background: none;
    padding: 0;
    overflow: hidden;
  }
  .page-header__home15 .block-search .block-content .form.minisearch .action.search:before {
    display: block;
    font-size: 16px !important;
    color: #ffffff;
    line-height: 40px;
  }
  .page-wrapper .newsletters.newsletters-home01 .newsletter-footer {
    min-width: 600px;
    max-width: 600px;
  }
  .minicart-wrapper .mt-cart-panel-summary {
    bottom: 60px;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  .product-view-bg .product-shop__gutter {
    padding: 0 60px;
  }
  .fieldset .actions .action.tocart span {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-search {
    min-width: 1200px;
    max-width: 1200px;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 11px 44px 11px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 11px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 27.5px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 11px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .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 {
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 11px 0;
  }
  .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 22px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    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;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    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 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5.5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 44px;
    padding: 5.5px 22px 5.5px 22px;
    font-weight: 600;
    line-height: 44px;
    font-size: 2rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5.5px;
    padding: 22px 22px 22px 22px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .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%;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    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 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 11px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -11px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 22px;
  }
  .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: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.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: 27.5px;
  }
  .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: 44px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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,
  [class*="block-compare"] {
    display: none;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: -11px;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 11px 22px 22px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
    min-width: 80px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 22px;
  }
  .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;
  }
  .page-header .header-minimal-search span {
    padding: 5px;
    font-size: 20px;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch #top_tree,
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch #top_sidetree_mobile {
    top: 60px;
    right: 0;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .field.search .form-group .input-text {
    font-size: 16px;
    left: 0;
    padding: 0 0 20px 0;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .action.search {
    top: 10px;
    transform: translateY(0);
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .action.search:before {
    font-size: 16px;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .inner {
    font-size: 14px;
    top: 13px;
    transform: translateY(0);
    margin-right: 20px;
  }
  .page-header.lightbox .full-sc-search .full-search_content .block-content .form.minisearch .inner .current-cat i {
    font-size: 16px;
  }
  .page-header .zoo-menu-label {
    font-size: 20px;
  }
  .minicart-wrapper .minicart-items .product-item-details .price-container {
    clear: both;
    text-align: left;
  }
  .minicart-wrapper .block-minicart-mobile.minicart-detail.empty .block-content {
    padding-right: 25px;
  }
}
/* Small Mobile */
@media only screen and (min-width: 320px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Small Mobile */
@media only screen and (max-width: 640px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 27.5px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.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: 22px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 11px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 38px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 40px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 11px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 22px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 22px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.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: 44px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 27.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 27.5px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 11px 11px 0;
    width: 30%;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -11px 0;
    width: calc(100% + 2*11px) !important;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .page-wrapper .page-header-mobile .header-minimal-search,
  .page-wrapper .page-header-mobile .block.block-search,
  .page-wrapper .page-header-mobile .header-wishlist,
  .page-wrapper .page-header-mobile .minicart-wrapper,
  .page-wrapper .page-header-mobile .icon-menu {
    margin: 0;
  }
  .page-wrapper .page-header-mobile .header-minimal-search {
    margin-left: 20px;
  }
  .page-wrapper .page-header-mobile .sticky-wrapper {
    height: auto !important;
  }
  .minicart-wrapper .minicart-detail #minicart-content-wrapper-mobile {
    padding: 15px 10px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .page-wrapper .page-header .block-search {
    max-width: 400px;
    min-width: 400px;
  }
  .page-wrapper .page-header .main-menu_relative > [class*="col-"] > .header-minimal-search,
  .page-wrapper .page-header .main-menu_relative > [class*="col-"] > .block.block-search {
    margin: 0 0 0 -30px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1800px) {
  .page-header.page-header__home8 .user_area {
    margin: 0 0 0 30px;
  }
  .page-header.page-header__home8 .header-compare,
  .page-header.page-header__home8 .header-minimal-search {
    margin: 0;
  }
  .page-header.page-header__home8 .header-wishlist {
    margin: 0 -30px 0 20px;
  }
  .page-header.page-header__home8 .minicart-wrapper,
  .page-header.page-header__home8 .minicart-wrapper_dropdown {
    margin: 0 -30px 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .page-header.page-header__home8 .header-compare {
    display: none !important;
  }
  .page-header .main-menu_relative > [class*="col-"] > .header-minimal-search,
  .page-header .main-menu_relative > [class*="col-"] > .block.block-search {
    margin: 0 0 0 -30px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .page-header .header-minimal-search {
    margin: 0;
  }
  .page-header .switcher-language .switcher-trigger img,
  .page-header .switcher-language .switcher-dropdown img {
    display: none;
  }
}
/* Tablet */
@media only screen and (max-width: 1023px) {
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
  .product-view-bg .product-shop__gutter {
    padding: 0 20px;
  }
  .fieldset .actions .action.tocart span {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .minicart-wrapper .minicart-detail #minicart-content-wrapper {
    padding: 30px 40px 20px;
  }
  .minicart-wrapper .minicart-detail.empty .block-content {
    width: calc(100% - 5px);
    padding-right: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .minicart-wrapper .block-minicart-mobile {
    width: calc(100% - 30px);
    padding: 0 0 0 50px !important;
  }
  .minicart-wrapper .block-minicart-mobile .subtitle {
    display: none;
  }
  .minicart-wrapper .minicart-detail.empty .block-content {
    width: 100%;
    padding-right: 50px;
  }
  .minicart-wrapper .minicart-detail #minicart-content-wrapper-mobile {
    background: #fff;
    position: relative;
    padding: 20px;
    height: 100%;
  }
  .minicart-wrapper .minicart-detail .mt-cart-panel-summary {
    bottom: 30px;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
}
/* Tablet */
@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 11px 44px 11px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 11px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 27.5px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 11px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .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 {
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 11px 0;
  }
  .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 22px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    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;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    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 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5.5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 44px;
    padding: 5.5px 22px 5.5px 22px;
    font-weight: 600;
    line-height: 44px;
    font-size: 2rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5.5px;
    padding: 22px 22px 22px 22px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .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%;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    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 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 11px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -11px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 22px;
  }
  .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: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.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: 27.5px;
  }
  .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: 44px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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,
  [class*="block-compare"] {
    display: none;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: -11px;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 11px 22px 22px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
    min-width: 80px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 22px;
  }
  .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;
  }
}
/* Small Mobile */
/* Small Mobile */
@media only screen and (max-width: 640px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 27.5px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.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: 22px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 11px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 38px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 40px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 11px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 22px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 22px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.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: 44px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 27.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 27.5px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 11px 11px 0;
    width: 30%;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -11px 0;
    width: calc(100% + 2*11px) !important;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
/* Tablet */
@media only screen and (max-width: 1023px) {
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
}
.qv-modal #clever-quickview {
  min-height: 300px;
}
.qv-modal #clever-quickview .clever-loading-wrap {
  min-height: 400px;
  display: table;
  width: 100%;
}
.qv-modal #clever-quickview.quickview-modal .clever-content {
  padding: 50px 0;
}
.qv-modal #clever-quickview.quickview-modal .clever-content .product-quickview-view {
  padding: 0 50px;
}
.final-parse.free-shipping-required-notice,
.second-parse.free-shipping-required-notice {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.final-parse.free-shipping-required-notice .zoo-loading-bar,
.second-parse.free-shipping-required-notice .zoo-loading-bar {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: #ff7433;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.final-parse.free-shipping-required-notice .load-percent,
.second-parse.free-shipping-required-notice .load-percent {
  display: block;
  height: 100%;
  position: absolute;
  color: #fff;
  line-height: 25px;
  max-width: 100%;
  background: #3c3;
  text-indent: -99px;
}
.final-parse.free-shipping-required-notice .shipping-heading-notice,
.second-parse.free-shipping-required-notice .shipping-heading-notice {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 0 15px;
  line-height: 25px;
}
.final-parse.free-shipping-required-notice .shipping-heading-notice span,
.second-parse.free-shipping-required-notice .shipping-heading-notice span {
  color: #fff;
}
.final-parse.free-shipping-required-notice .shipping-heading-notice i,
.second-parse.free-shipping-required-notice .shipping-heading-notice i {
  font-size: 16px;
  line-height: 25px;
}
.final-parse.free-shipping-required-notice .shipping-heading-notice .price,
.second-parse.free-shipping-required-notice .shipping-heading-notice .price {
  color: #fff;
}
.loader,
.clever-loader {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.clever-loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 11px 44px 11px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 11px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 27.5px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 11px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .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 {
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 11px 0;
  }
  .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 22px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    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;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    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 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5.5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 44px;
    padding: 5.5px 22px 5.5px 22px;
    font-weight: 600;
    line-height: 44px;
    font-size: 2rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5.5px;
    padding: 22px 22px 22px 22px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .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%;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    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 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 11px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -11px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 22px;
  }
  .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: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.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: 27.5px;
  }
  .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: 44px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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,
  [class*="block-compare"] {
    display: none;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: -11px;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 11px 22px 22px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
    min-width: 80px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 22px;
  }
  .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;
  }
  .gallery-sticky2,
  .gallery-carousel {
    display: none !important;
  }
  #gdpr_cookie_modal {
    overflow: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    height: auto;
  }
  .cookie-modal.modal-slide .action-close:active {
    padding: unset;
    color: unset;
  }
  .cookie-modal .modal-footer button.gdpr-modal-allow-all,
  .cookie-modal .modal-footer button.gdpr-modal-save-settings,
  .cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action.gdpr-modal-allow-all,
  .cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action.gdpr-modal-save-settings,
  .cookie-modal .modal-footer .action-gift.gdpr-modal-allow-all,
  .cookie-modal .modal-footer .action-gift.gdpr-modal-save-settings {
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
  }
  .zoo-newsletter-popup .modal-inner-wrap {
    width: 90% !important;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ConfigureGridView
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mpcpgv-detail-title {
  position: relative;
  height: 50px;
}
#mpcpgv-detail-title > h3 {
  position: absolute;
}
.mpcpgv-reset {
  position: absolute;
  right: 0;
}
#mpcpgv-detail-total {
  margin-left: 2%;
  height: 40px;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
}
.mpcpgv-detail-label {
  position: absolute;
  left: 0;
}
.mpcpgv-detail-qty,
.mpcpgv-detail-sum {
  position: absolute;
  right: 6%;
}
#mpcpgv-detail-total > div {
  display: block;
}
#mpcpgv-attribute-table {
  display: none;
  text-align: left;
  padding: 10px 0;
  max-height: 500px;
  overflow-y: auto;
  min-width: 460px;
}
.mp-title {
  font-weight: bold;
  margin: 1% 0;
}
#mpcpgv-attribute-table > thead > tr {
  font-weight: bold;
}
#mpcpgv-attribute-inactive > div {
  display: grid;
}
#mpcpgv-number {
  display: inline-grid;
  position: absolute;
  right: 8px;
  cursor: pointer;
  height: 32px;
}
.mpcpgv-input {
  width: 100%;
  min-width: 50px;
  max-height: 32px;
}
#mpcpgv-number > div {
  background: white;
  text-align: center;
  line-height: 15px;
  width: 20px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
}
.mpcpgv-inc {
  height: 15px;
  border-bottom: none;
}
.mpcpgv-inc:before {
  content: '';
  height: 15px;
  width: 15px;
  position: absolute;
  left: 33%;
  background: url('../../frontend/CleverSoft/jung/de_DE/Mageplaza_ConfigureGridView/images/angle-up-solid.svg') no-repeat;
}
.mpcpgv-dec:before {
  content: '';
  height: 15px;
  width: 15px;
  position: absolute;
  left: 33%;
  background: url('../../frontend/CleverSoft/jung/de_DE/Mageplaza_ConfigureGridView/images/angle-down-solid.svg') no-repeat;
}
.mpcpgv-qty {
  position: relative;
  width: 50px;
  min-width: 50px;
}
#mpcpgv-overflow {
  max-height: 350px;
  overflow-x: hidden;
}
#mpcpgv-simple-product {
  margin: 3% 0;
  max-height: 300px;
  overflow-y: scroll;
}
#mpcpgv-attribute-table td {
  padding: 11px 8px;
}
#mpcpgv-simple-product thead {
  font-weight: bold;
}
.mpcpgv-simple > .attributes > div {
  pointer-events: none;
}
.mpcpgv-delete-detail {
  cursor: pointer;
  text-align: right;
}
#mpcpgv-detail {
  display: none;
}
.mpcpgv-icon {
  height: 15px;
  width: 15px;
  display: unset;
  margin-left: 5px;
}
.mpcpgv-icon:after {
  content: '';
  height: 15px;
  width: 15px;
  position: absolute;
  background: url('../../frontend/CleverSoft/jung/de_DE/Mageplaza_ConfigureGridView/images/special-price.svg') no-repeat;
}
.mpcpgv-delete-detail:after {
  content: '';
  height: 15px;
  width: 15px;
  position: absolute;
  background: url('../../frontend/CleverSoft/jung/de_DE/Mageplaza_ConfigureGridView/images/delete.svg') no-repeat;
}
.mpcpgv-reset:before {
  content: '';
  height: 13px;
  width: 13px;
  position: absolute;
  left: 7px;
  top: 9px;
  background: url('../../frontend/CleverSoft/jung/de_DE/Mageplaza_ConfigureGridView/images/reset.svg') no-repeat;
}
.mpcpgv-tooltip {
  position: absolute;
  width: 250px;
  background-color: white;
  z-index: 6;
  top: 50%;
  left: -300%;
  border: 1px groove #c2c2c2;
  border-radius: 6px;
  text-align: center;
  padding: 5px;
}
.mpcpgv-price {
  position: relative;
}
.mpcpgv-reset span {
  margin-left: 10px;
  margin-right: 1px;
}
.mpcpgv-tocart {
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-right: 1%;
  width: 165px;
  height: 50px;
}
.mpcpgv-special {
  text-decoration: line-through;
}
.mpcpgv-style-total {
  font-size: 2.2rem;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 14px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #8f8f8f;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 11px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 11px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 22px;
  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 .reset {
  margin: 11px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 22px;
}
.block-cart-failed {
  margin-top: 44px;
}
.block-cart-failed .block-title {
  font-size: 3rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 11px;
}
.payment-method-braintree .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: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 11px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 44px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 33px;
}
.bundle-options-container .action.back {
  margin-bottom: 33px;
}
.bundle-options-container .price-box .price {
  font-size: 20px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 11px 22px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 33px;
}
.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.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 11px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 11px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 22px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5.5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 11px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 11px;
}
.block-category-event .block-title {
  margin: 0 0 11px;
}
.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: 44px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\c013';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #f4f4f4;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5.5px 44px 5.5px 11px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5.5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 11px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 27.5px;
  padding: 1px 15px 27.5px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 27.5px 5.5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 11px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 14px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #f4f4f4;
  padding-top: 11px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #f4f4f4;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 22px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 11px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 27.5px 0 11px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 11px;
  margin-right: 11px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 14px;
  margin-bottom: 11px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 11px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 22px;
}
.cart-container .checkout-methods-items {
  margin-top: 22px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 22px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 27.5px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 27.5px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #f4f4f4;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 11px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 33px 0 22px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 11px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper .block-minicart {
  top: 0;
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -22px;
  border-left: 0;
  border-right: 0;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 22px 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;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5.5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 22px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 11px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5.5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 11px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 11px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 22px;
}
.opc-wrapper {
  margin: 0 0 22px;
}
.opc-wrapper .step-content {
  margin: 0 0 44px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5.5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.opc-progress-bar {
  margin: 0 0 22px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 11px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 16px;
  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: 22px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 16px;
  margin-top: 11px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 22px;
  padding: 22px 38px 22px 22px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 16px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 22px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 22px 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: 22px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 22px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 22px;
  padding-top: 22px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 11px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 33px;
}
.opc-block-shipping-information {
  padding: 0 33px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 22px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 22px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 33px;
  margin: 0 0 22px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #f4f4f4;
  padding: 11px 44px 11px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 11px;
}
.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 11px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #f4f4f4;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 27.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: -66px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.1rem;
  border-bottom: 0;
  margin-bottom: 27.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5.5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 27.5px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 11px;
}
.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: 44px;
  padding-top: 44px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 22px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 22px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 22px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 11px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 22px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 22px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 22px 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: 22px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 22px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5.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: 5.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 22px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 22px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 33px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 22px;
}
.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: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 22px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5.5px 18px 5.5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 11px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 11px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.column.main .block .title strong {
  font-size: 21px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5.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: 11px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 22px;
}
.downloadable.samples dd {
  margin: 0 0 11px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 27.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5.5px 8px;
  font-size: 1.1rem;
  margin-top: 22px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 22px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 22px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 33px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 22px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 22px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 11px;
}
.gift-message .field {
  margin-bottom: 22px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 22px;
}
.gift-options-content .fieldset {
  margin: 0 0 22px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 11px 22px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 11px 0 22px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 11px 11px 22px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 11px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 22px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #f4f4f4;
  padding-top: 11px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 44px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 11px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5.5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 11px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 66px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 27.5px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #f4f4f4;
}
.block-giftregistry-shared-items .col {
  padding: 22px 8px 11px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 11px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5.5px;
}
.gift-wrapping .label {
  margin: 0 0 5.5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 11px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 22px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 22px 0 11px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 11px 11px 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: 11px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5.5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5.5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 22px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 11px 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: 22px;
}
.order-options .product {
  margin-bottom: 11px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 11px;
}
.order-options .gift-wrapping {
  margin-bottom: 11px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #f4f4f4;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 16px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 44px;
}
.block.filter .filter-title {
  margin-bottom: 22px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 11px;
}
.filter-current .item {
  margin-bottom: 11px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 33px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  margin: 0 0 11px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 27.5px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 11px;
}
.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: 11px;
  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: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.map-popup .popup-content {
  margin: 11px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 11px;
  top: 11px;
}
.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: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #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-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 22px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 11px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5.5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 11px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5.5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  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;
}
.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: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.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: 11px;
  top: 11px;
}
.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: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #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: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 11px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 11px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 22px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 22px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 22px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 66px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 22px;
}
.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: 22px;
}
.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 11px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 11px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 11px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 11px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 22px;
  margin-top: 33px;
}
.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: 27.5px;
  padding-left: 18px;
}
.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: 11px;
}
.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: 11px;
}
.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: 33px;
}
.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: 11px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 44px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 27.5px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 11px;
}
.multicheckout .item-options {
  margin: 11px 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 #f4f4f4;
  padding-bottom: 11px;
}
.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: 44px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 11px;
  margin-top: -11px;
}
.multicheckout .box-title span {
  margin-right: 11px;
}
.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 5.5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.4rem;
  margin-bottom: 44px;
}
.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: 44px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5.5px 5.5px 11px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 11px 5.5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 22px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 11px;
}
.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 #f4f4f4;
  margin: 22px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 11px 0 22px;
}
.fotorama-video-container:after {
  background: url(../../frontend/CleverSoft/jung/de_DE/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/CleverSoft/jung/de_DE/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f9bf3b;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #f9bf3b;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 44px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
  margin: 0 0 22px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5.5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 44px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 22px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 22px;
}
.product-reviews-summary {
  display: table;
  margin: 11px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5.5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5.5px;
}
.customer-review .product-details {
  margin-bottom: 44px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 22px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 11px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
  font-weight: 600;
  margin-bottom: 22px;
}
.customer-review .review-details .review-content {
  margin-bottom: 22px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 11px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 11px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 22px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 22px 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 #f4f4f4;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.fieldset .review-legend.legend {
  margin-bottom: 22px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 52.8px;
  margin-top: 11px;
}
.review-list {
  margin-bottom: 33px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 22px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 11px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
  margin: 0 0 22px;
}
.review-content {
  margin-bottom: 22px;
}
.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: 27.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 11px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 22px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #f4f4f4;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 22px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 27.5px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 11px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin-top: 11px;
}
.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: 11px;
  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 11px 5.5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.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 {
  cursor: default;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/CleverSoft/jung/de_DE/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5.5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.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 {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 22px 0;
}
.swatch-opt-listing {
  margin-bottom: 11px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 22px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.products {
  margin: 33px 0;
}
.product-item {
  vertical-align: top;
}
.product-item-name {
  display: block;
  margin: 5.5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 27.5px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 14px;
}
.product-item .price-box {
  margin: 11px 0 27.5px;
}
.product-item .price-box .price {
  font-weight: bold;
}
.product-item .price-box .price-label {
  font-size: 14px;
  color: #7d7d7d;
}
.product-item .old-price {
  margin: 5.5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5.5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocart {
  white-space: nowrap;
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding-top: 11px;
  padding-bottom: 11px;
}
.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 {
  width: 1%;
  padding: 0 33px 33px 0;
  vertical-align: top;
  display: table-cell;
}
.products-list .product-item-details {
  vertical-align: top;
  display: table-cell;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 44px;
  padding: 0 11px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.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:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .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;
}
.old-price,
.old.price {
  color: #7d7d7d;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 22px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 11px 0;
  color: #7d7d7d;
  font-size: 1.4rem;
}
.product.media .product.thumbs {
  margin: 11px 0 27.5px;
}
.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 {
  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: 4px 5.5px 11px 5.5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 33px 11px 0;
}
.product-info-main .product-info-price {
  border-bottom: 1px #c1c1c1 solid;
  display: table;
  width: 100%;
  color: #575757;
  margin-bottom: 16.5px;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 5.5px;
}
.product-info-main .product-info-price .price-box .price-final_price > 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-stock-sku {
  min-width: 15rem;
  text-align: right;
  display: table-cell;
  padding-bottom: 11px;
}
.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.attibute.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 16.5px;
}
.product-info-main .product.attibute.sku .type {
  font-weight: normal;
  margin-right: 5.5px;
}
.product-info-main .product.attibute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attibute.sku .value {
  display: inline-block;
}
.product-info-main .product.attibute.overview {
  margin: 22px 0;
}
.product-info-main .product.alert {
  margin: 11px 0;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 22px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
  margin: 0 0 0 5.5px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5.5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  vertical-align: top;
  padding-bottom: 11px;
}
.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: 5.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;
  line-height: 22px;
  font-weight: 600;
}
.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: 16.5px;
}
.prices-tier .item {
  margin-bottom: 11px;
}
.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 {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 22px;
  position: relative;
  display: block;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  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: 11px;
}
.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 .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5.5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 11px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.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.label,
.table-comparison td:last-child {
  border-right: 1px solid #f4f4f4;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #f4f4f4;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  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 {
  position: absolute;
  top: 2px;
  left: 0;
}
body {
  background-color: #ffffff;
}
.page-header {
  border-bottom: 1px solid #f4f4f4;
}
.header.content {
  padding-top: 11px;
  position: relative;
}
.logo {
  position: relative;
  z-index: 5;
}
.logo img {
  display: inline-block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 33px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 11px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 11px;
  padding: 11px 22px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 11px;
}
.message.global.demo {
  margin: 0 0 11px;
  padding: 11px 22px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #f4f4f4;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #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 .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 14px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 22px 0;
}
.ui-datepicker td {
  padding: 0;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
.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 #f4f4f4;
}
.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 #f4f4f4;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 11px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 11px 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: 11px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 11px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .counter {
  float: right;
}
.block-wishlist .product-item-name {
  margin-right: 27.5px;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item {
  float: left;
  padding: 15px;
  margin: 0;
  background-color: #fff;
  position: relative;
  border: 1px solid transparent;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info {
  width: 100% !important;
  position: static;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-photo .product-image-photo {
  width: 100%;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-inner {
  display: none;
  position: absolute !important;
  top: unset;
  left: 0;
  right: -1px;
  z-index: 10;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  clip: unset;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
  width: auto;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .stock {
  position: relative;
  display: inline-block;
  margin: 0;
  top: 0;
  left: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-inner .product-item-actions {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-inner .product-item-actions .tocart {
  padding: 4px 15px;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-inner .comment-box .product-item-comment {
  font-size: 13px;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover {
  border: 1px solid #ddd;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover .product-item-inner {
  display: block;
}
.form-wishlist-items .actions-toolbar .primary .action {
  padding: 7px 15px;
}
.form-wishlist-items .actions-toolbar .secondary {
  float: right;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 11px;
}
.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: 11px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
  font-size: 100%;
  border: 1px solid #adadad;
  line-height: 1.66;
  background-color: #fff;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 11px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 22px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 22px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 11px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 22px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 11px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 11px 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.6rem;
  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: 22px;
}
.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: 22px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 22px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 22px;
}
.block-product-link-inline.widget {
  margin: 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;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 11px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 11px 44px 11px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 11px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 27.5px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 11px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .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 {
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 11px 0;
  }
  .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 22px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    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;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    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 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5.5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 44px;
    padding: 5.5px 22px 5.5px 22px;
    font-weight: 600;
    line-height: 44px;
    font-size: 2rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5.5px;
    padding: 22px 22px 22px 22px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .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%;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    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 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 11px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -11px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 22px;
  }
  .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: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.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: 27.5px;
  }
  .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: 44px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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,
  [class*="block-compare"] {
    display: none;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: -11px;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 11px 22px 22px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
    min-width: 80px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 22px;
  }
  .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;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 27.5px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.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: 22px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 11px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 38px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 40px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 11px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 22px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 22px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.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: 44px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 27.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 27.5px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 11px 11px 0;
    width: 30%;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -11px 0;
    width: calc(100% + 2*11px) !important;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s,
  .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;
  }
  .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: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 11px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 22px 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: 27.5px;
    padding-right: 27.5px;
    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: 27.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 44px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 236px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    position: relative;
    z-index: 2;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .products-grid .product-item-inner {
    position: absolute;
    left: 0;
    right: -1px;
    z-index: 2;
    background: #ffffff;
    padding: 0 9px 9px 9px;
    margin: 9px 0 0 -1px;
    border: 1px solid #bbbbbb;
    border-top: none;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -11px 0 11px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    width: 50%;
    padding-left: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 22px;
  }
  .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%;
  }
}
.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .cs-panel{zoom:1}.panel-grid-cell .cs-panel:before{content:"";display:block}.panel-grid-cell .cs-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.cleversoft-panels-before-js{overflow-x:hidden}body.cleversoft-panels-before-js .cleversoft-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}:root .grid-stack-item>.ui-resizable-handle{filter:none}.grid-stack{position:relative}.grid-stack.grid-stack-rtl{direction:ltr}.grid-stack.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack .grid-stack-placeholder>.placeholder-content{border:1px dashed #d3d3d3;margin:0;position:absolute;top:0;left:10px;right:10px;bottom:0;width:auto;z-index:0!important;text-align:center}.grid-stack>.grid-stack-item{min-width:8.3333333333%;position:absolute;padding:0;opacity: 1}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;top:10px;left:10px;right:10px;bottom:10px;width:auto;z-index:0;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack>.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack>.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack>.grid-stack-item.ui-draggable-dragging,.grid-stack>.grid-stack-item.ui-resizable-resizing{z-index:100}.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px rgba(0,0,0,.2);opacity:.8}.grid-stack>.grid-stack-item>.ui-resizable-se,.grid-stack>.grid-stack-item>.ui-resizable-sw{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.grid-stack>.grid-stack-item>.ui-resizable-se{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.grid-stack>.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;left:10px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:0;left:25px;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;right:10px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;right:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;right:10px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:0;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;left:10px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;left:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack>.grid-stack-item[data-gs-width='1']{width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='1']{left:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='1']{min-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='1']{max-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='2']{width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='2']{left:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='2']{min-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='2']{max-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='3']{width:25%}.grid-stack>.grid-stack-item[data-gs-x='3']{left:25%}.grid-stack>.grid-stack-item[data-gs-min-width='3']{min-width:25%}.grid-stack>.grid-stack-item[data-gs-max-width='3']{max-width:25%}.grid-stack>.grid-stack-item[data-gs-width='4']{width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='4']{left:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='4']{min-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='4']{max-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='5']{width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='5']{left:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='5']{min-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='5']{max-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='6']{width:50%}.grid-stack>.grid-stack-item[data-gs-x='6']{left:50%}.grid-stack>.grid-stack-item[data-gs-min-width='6']{min-width:50%}.grid-stack>.grid-stack-item[data-gs-max-width='6']{max-width:50%}.grid-stack>.grid-stack-item[data-gs-width='7']{width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='7']{left:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='7']{min-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='7']{max-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='8']{width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='8']{left:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='8']{min-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='8']{max-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='9']{width:75%}.grid-stack>.grid-stack-item[data-gs-x='9']{left:75%}.grid-stack>.grid-stack-item[data-gs-min-width='9']{min-width:75%}.grid-stack>.grid-stack-item[data-gs-max-width='9']{max-width:75%}.grid-stack>.grid-stack-item[data-gs-width='10']{width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='10']{left:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='10']{min-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='10']{max-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='11']{width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='11']{left:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='11']{min-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='11']{max-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='12']{width:100%}.grid-stack>.grid-stack-item[data-gs-x='12']{left:100%}.grid-stack>.grid-stack-item[data-gs-min-width='12']{min-width:100%}.grid-stack>.grid-stack-item[data-gs-max-width='12']{max-width:100%}.grid-stack.grid-stack-animate,.grid-stack.grid-stack-animate .grid-stack-item{-webkit-transition:left .3s,top .3s,height .3s,width .3s;-moz-transition:left .3s,top .3s,height .3s,width .3s;-ms-transition:left .3s,top .3s,height .3s,width .3s;-o-transition:left .3s,top .3s,height .3s,width .3s;transition:left .3s,top .3s,height .3s,width .3s}.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing{-webkit-transition:left 0s,top 0s,height 0s,width 0s;-moz-transition:left 0s,top 0s,height 0s,width 0s;-ms-transition:left 0s,top 0s,height 0s,width 0s;-o-transition:left 0s,top 0s,height 0s,width 0s;transition:left 0s,top 0s,height 0s,width 0s}.grid-stack.grid-stack-one-column-mode{height:auto!important}.grid-stack.grid-stack-one-column-mode>.grid-stack-item{position:relative!important;width:auto!important;left:0!important;top:auto!important;margin-bottom:20px;max-width:none!important}.grid-stack.grid-stack-one-column-mode>.grid-stack-item>.ui-resizable-handle{display:none}.grid-stack.grid-stack-1>.grid-stack-item{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-width='1']{width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-x='1']{left:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-min-width='1']{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-max-width='1']{max-width:100%}.grid-stack.grid-stack-2>.grid-stack-item{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width='1']{width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x='1']{left:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width='1']{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width='1']{max-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width='2']{width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x='2']{left:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width='2']{min-width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width='2']{max-width:100%}.grid-stack.grid-stack-3>.grid-stack-item{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width='1']{width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x='1']{left:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width='1']{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width='1']{max-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width='2']{width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x='2']{left:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width='2']{min-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width='2']{max-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width='3']{width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x='3']{left:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width='3']{min-width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width='3']{max-width:100%}.grid-stack.grid-stack-4>.grid-stack-item{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='1']{width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='1']{left:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='1']{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='1']{max-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='2']{width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='2']{left:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='2']{min-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='2']{max-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='3']{width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='3']{left:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='3']{min-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='3']{max-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='4']{width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='4']{left:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='4']{min-width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='4']{max-width:100%}.grid-stack.grid-stack-5>.grid-stack-item{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='1']{width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='1']{left:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='1']{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='1']{max-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='2']{width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='2']{left:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='2']{min-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='2']{max-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='3']{width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='3']{left:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='3']{min-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='3']{max-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='4']{width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='4']{left:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='4']{min-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='4']{max-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='5']{width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='5']{left:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='5']{min-width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='5']{max-width:100%}.grid-stack.grid-stack-6>.grid-stack-item{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='1']{width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='1']{left:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='1']{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='1']{max-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='2']{width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='2']{left:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='2']{min-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='2']{max-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='3']{width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='3']{left:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='3']{min-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='3']{max-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='4']{width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='4']{left:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='4']{min-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='4']{max-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='5']{width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='5']{left:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='5']{min-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='5']{max-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='6']{width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='6']{left:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='6']{min-width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='6']{max-width:100%}.grid-stack.grid-stack-7>.grid-stack-item{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='1']{width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='1']{left:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='1']{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='1']{max-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='2']{width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='2']{left:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='2']{min-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='2']{max-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='3']{width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='3']{left:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='3']{min-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='3']{max-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='4']{width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='4']{left:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='4']{min-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='4']{max-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='5']{width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='5']{left:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='5']{min-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='5']{max-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='6']{width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='6']{left:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='6']{min-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='6']{max-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='7']{width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='7']{left:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='7']{min-width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='7']{max-width:100%}.grid-stack.grid-stack-8>.grid-stack-item{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='1']{width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='1']{left:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='1']{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='1']{max-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='2']{width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='2']{left:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='2']{min-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='2']{max-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='3']{width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='3']{left:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='3']{min-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='3']{max-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='4']{width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='4']{left:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='4']{min-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='4']{max-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='5']{width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='5']{left:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='5']{min-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='5']{max-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='6']{width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='6']{left:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='6']{min-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='6']{max-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='7']{width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='7']{left:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='7']{min-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='7']{max-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='8']{width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='8']{left:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='8']{min-width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='8']{max-width:100%}.grid-stack.grid-stack-9>.grid-stack-item{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='1']{width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='1']{left:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='1']{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='1']{max-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='2']{width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='2']{left:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='2']{min-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='2']{max-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='3']{width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='3']{left:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='3']{min-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='3']{max-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='4']{width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='4']{left:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='4']{min-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='4']{max-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='5']{width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='5']{left:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='5']{min-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='5']{max-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='6']{width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='6']{left:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='6']{min-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='6']{max-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='7']{width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='7']{left:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='7']{min-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='7']{max-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='8']{width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='8']{left:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='8']{min-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='8']{max-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='9']{width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='9']{left:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='9']{min-width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='9']{max-width:100%}.grid-stack.grid-stack-10>.grid-stack-item{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='1']{width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='1']{left:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='1']{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='1']{max-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='2']{width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='2']{left:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='2']{min-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='2']{max-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='3']{width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='3']{left:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='3']{min-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='3']{max-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='4']{width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='4']{left:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='4']{min-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='4']{max-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='5']{width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='5']{left:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='5']{min-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='5']{max-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='6']{width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='6']{left:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='6']{min-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='6']{max-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='7']{width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='7']{left:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='7']{min-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='7']{max-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='8']{width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='8']{left:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='8']{min-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='8']{max-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='9']{width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='9']{left:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='9']{min-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='9']{max-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='10']{width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='10']{left:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='10']{min-width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='10']{max-width:100%}.grid-stack.grid-stack-11>.grid-stack-item{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='1']{width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='1']{left:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='1']{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='1']{max-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='2']{width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='2']{left:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='2']{min-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='2']{max-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='3']{width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='3']{left:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='3']{min-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='3']{max-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='4']{width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='4']{left:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='4']{min-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='4']{max-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='5']{width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='5']{left:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='5']{min-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='5']{max-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='6']{width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='6']{left:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='6']{min-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='6']{max-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='7']{width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='7']{left:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='7']{min-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='7']{max-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='8']{width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='8']{left:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='8']{min-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='8']{max-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='9']{width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='9']{left:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='9']{min-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='9']{max-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='10']{width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='10']{left:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='10']{min-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='10']{max-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='11']{width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='11']{left:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='11']{min-width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='11']{max-width:100%}.grid-stack.grid-stack-12>.grid-stack-item{min-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='1']{width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='1']{left:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='1']{min-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='1']{max-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='2']{width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='2']{left:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='2']{min-width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='2']{max-width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='3']{width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='3']{left:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='3']{min-width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='3']{max-width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='4']{width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='4']{left:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='4']{min-width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='4']{max-width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='5']{width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='5']{left:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='5']{min-width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='5']{max-width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='6']{width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='6']{left:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='6']{min-width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='6']{max-width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='7']{width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='7']{left:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='7']{min-width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='7']{max-width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='8']{width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='8']{left:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='8']{min-width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='8']{max-width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='9']{width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='9']{left:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='9']{min-width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='9']{max-width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='10']{width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='10']{left:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='10']{min-width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='10']{max-width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='11']{width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='11']{left:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='11']{min-width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='11']{max-width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width='12']{width:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x='12']{left:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width='12']{min-width:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width='12']{max-width:100%}/* ==========================================================================
   ICON FONTS
   ========================================================================== */
@font-face {
    font-family: 'icomoon';
    src:  url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverPinMarker/fonts/icomoon.eot?eiifow');
    src:  url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverPinMarker/fonts/icomoon.eot?eiifow#iefix') format('embedded-opentype'),
    url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverPinMarker/fonts/icomoon.ttf?eiifow') format('truetype'),
    url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverPinMarker/fonts/icomoon.woff?eiifow') format('woff'),
    url('../../frontend/CleverSoft/jung/de_DE/CleverSoft_CleverPinMarker/fonts/icomoon.svg?eiifow#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="pin__icon--"], [class*=" pin__icon--"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pin__icon--add:before {
    content: "\e900";
}

/* ==========================================================================
   GENERAL
   ========================================================================== */
.pin-maker:before,
.pin-maker:after {
    content: "";
    display: table;
}
.pin-maker:after {
    clear: both;
}
.pin__wrapper {
    position: relative;
    outline: 0;
    display: inline-block;
}
.pin__wrapper a:focus,
.pin__wrapper a:hover,
.pin__wrapper a:active {
    outline: 0;
}
.pin-maker .pin__wrapper {
    float: left;
}
.pin-maker .pin__wrapper .pin__image > img {
    width: 100%;
}
.pm-2col .pin__wrapper,
.pm-2col .pin__sizer {
    width: 50%;
}
.pm-3col .pin__wrapper,
.pm-3col .pin__sizer {
    width: 33.3%;
}
.pm-4col .pin__wrapper,
.pm-4col .pin__sizer {
    width: 25%;
}
.pm-5col .pin__wrapper,
.pm-5col .pin__sizer {
    width: 20%;
}
.pm-mask {
    position: relative;
}
.pm-mask:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .35);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   PIN TYPE ICON
   ========================================================================== */
[class*="pin__type--"] {
    position: absolute;
}
.pin__icon--add,
.pin__type--area {
    cursor: pointer;
    transition: all .35s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.pin__size--small {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 10px;
}
.pin__size--medium {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
}
.pin__size--large {
    width: 48px;
    height: 48px;
    line-height: 46px;
    font-size: 18px;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.pin__close {
    position: absolute;
    z-index: 9;
    right: -10px;
    top: -10px;
    cursor: pointer;
    border: 2px solid #ccc;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    background: #fff;
}
.pin__popup,
.pin__title {
    position: absolute;
}
.pin__title:before,
.pin__popup:before {
    content: "";
    position: absolute;
}
.pin__title {
    white-space: nowrap;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    top: -webkit-calc(-100% - 10px);
    top: calc(-100% - 10px);
    padding: 5px 30px;
    font-size: 14px;
    transition: transform .35s;
}
.pin__title:before {
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -12px;
    left: calc(50% - 6px);
    left: -webkit-calc(50% - 6px);
}
.pin__size--small + .pin__title {
    top: calc(-100% - 15px);
    top: -webkit-calc(-100% - 15px);
}
.pin__size--large + .pin__title {
    top: -100%;
}
.pin__type--area .pin__title {
    top: -50px;
}
.pin__type:not(.pin__opened):hover .pin__title {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.pin__popup {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transition: all .35s;
    z-index: 100;
    border-radius: 2px;
}
.pin__type--area .pin__popup {
    text-align: initial;
}
.pin__opened .pin__popup {
    opacity: 1;
    visibility: visible;
}
.pin__popup--zoom {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pin__popup--zoom.pin__popup--right,
.pin__popup--zoom.pin__popup--left {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}
.pin__opened .pin__popup--zoom.pin__popup--top,
.pin__opened .pin__popup--zoom.pin__popup--bottom {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pin__opened .pin__popup--zoom.pin__popup--right,
.pin__opened .pin__popup--zoom.pin__popup--left {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.pin__popup--sup {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.pin__popup--sup.pin__popup--right,
.pin__popup--sup.pin__popup--left {
    -webkit-transform: translateY(calc(-50% - -30px));
    transform: translateY(calc(-50% - -30px));
}
.pin__opened .pin__popup--sup.pin__popup--right,
.pin__opened .pin__popup--sup.pin__popup--left,
.pin__opened .pin__popup--sdown.pin__popup--right,
.pin__opened .pin__popup--sdown.pin__popup--left {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pin__popup--sdown {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.pin__popup--sdown.pin__popup--right,
.pin__popup--sdown.pin__popup--left {
    -webkit-transform: translateY(calc(-50% - 30px));
    transform: translateY(calc(-50% - 30px));
}
.pin__popup--sleft {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.pin__popup--sleft.pin__popup--right,
.pin__popup--sleft.pin__popup--left {
    -webkit-transform: translateY(-50%) translateX(30px);
    transform: translateY(-50%) translateX(30px);
}
.pin__opened .pin__popup--sleft.pin__popup--right,
.pin__opened .pin__popup--sleft.pin__popup--left,
.pin__opened .pin__popup--sright.pin__popup--right,
.pin__opened .pin__popup--sright.pin__popup--left {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}
.pin__popup--sright {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}
.pin__popup--sright.pin__popup--right,
.pin__popup--sright.pin__popup--left {
    -webkit-transform: translateY(-50%) translateX(-30px);
    transform: translateY(-50%) translateX(-30px);
}
.pin__popup--rotate {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.pin__popup--rotate.pin__popup--right,
.pin__popup--rotate.pin__popup--left {
    -webkit-transform: translateY(-50%) rotateY(360deg);
    transform: translateY(-50%) rotateY(360deg);
}
.pin__opened .pin__popup--rotate.pin__popup--right,
.pin__opened .pin__popup--rotate.pin__popup--left {
    -webkit-transform: translateY(-50%) rotateY(0deg);
    transform: translateY(-50%) rotateY(0deg);
}
.pin__opened .pin__popup--sup,
.pin__opened .pin__popup--sdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.pin__opened .pin__popup--sleft,
.pin__opened .pin__popup--sright {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.pin__opened .pin__popup--rotate {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.pin__popup:before {
    border: 10px solid transparent;
}
.pin__popup--top {
    bottom: calc(100% - -20px);
}
.pin__popup--top:before {
    border-top: 10px solid #fff;
    left: calc(50% - 10px);
    bottom: -20px;
}
.pin__popup--bottom {
    top: calc(100% - -20px);
}
.pin__popup--bottom:before {
    border-bottom: 10px solid #fff;
    left: calc(50% - 10px);
    top: -20px;
}
.pin__popup--right {
    left: calc(100% - -20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pin__popup--right:before {
    border-right: 10px solid #fff;
    left: -20px;
    top: calc(50% - 10px);
}
.pin__popup--left {
    right: calc(100% - -20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pin__popup--left:before {
    border-left: 10px solid #fff;
    right: -20px;
    top: calc(50% - 10px);
}
.popup__title {
    padding: 10px 15px;
    font-size: 16px;
}
.popup__title + .popup__content {
    border-top: 2px solid #f2f2f2;
}
.popup__content iframe {
    width: 100%;
    height: 100%;
}
.popup__content--product {
    text-align: center;
}
.popup__content--product.product-items .product-item {
    padding: 10px 0;
    margin: 0;
}
.popup__content--product > *:not(:last-child) {
    margin-bottom: 15px;
}
.pin__popup .popup__content--product h3 {
    font-size: 16px;
    color: #222;
    margin-top: 0;
    margin-bottom: 10px;
}
.popup__content--product > span {
    font-size: 14px;
    display: block;
    line-height: 1;
    color: #878787;
}
.popup__content--product > span ins {
    background: none;
    color: #c60f02;
    text-decoration: none;
}
.popup__content--product > div a {
    display: inline-block;
    color: #222;
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
    font-weight: normal;
    height: auto;
    line-height: 1;
    font-size: 14px;
}
.popup__content--product > div a:hover {
    background: none;
    color: #222;
}
/* ==========================================================================
   SLIDER
   ========================================================================== */

.pin__wrapper_slider .owl-item .pin__type--image img {
    width: auto;
}
.pin__wrapper_slider .pin__wrapper {
    width: 100%;
    height: 100%;
}
.pin__wrapper_slider .owl-dots {
    text-align: center;
}
.pin__wrapper_slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}
.pin__wrapper_slider .owl-dots .owl-dot.active span,
.pin__wrapper_slider .owl-dots .owl-dot:hover span {
    opacity: 1;
}
.pin__wrapper_slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    opacity: .25;
    background: #65affa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    border-radius: 50%;
}
.pin__wrapper_slider .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.pin__wrapper_slider .owl-nav .owl-next ,
.pin__wrapper_slider .owl-nav .owl-prev {
    position: absolute;
    box-shadow: none;
    opacity: 1!important;
}
.pin__wrapper_slider .owl-nav .owl-next span,
.pin__wrapper_slider .owl-nav .owl-prev span{
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
    font-size: 28px;
    line-height: 25px;
    vertical-align: middle;
    transition: all 400ms;
}

.pin__wrapper_slider .owl-nav .owl-next:hover span,
.pin__wrapper_slider .owl-nav .owl-prev:hover span{
    border-color: #333;
    color: #333;
}
.pin__wrapper_slider .owl-nav .owl-next{
    right: 20px!important;
}
.pin__wrapper_slider .owl-nav .owl-prev{
    left: 20px!important;
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 667px) {
    .pin__type.pin__type--area {
        width: 30px !important;
        height: 30px !important;
        font-size: 10px !important;
    }
    .pin__icon--add.pin__size--medium {
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
        font-size: 10px !important;
    }
    .pm-2col .pin__wrapper,
    .pm-2col .pin__sizer,
    .pm-3col .pin__wrapper,
    .pm-3col .pin__sizer,
    .pm-4col .pin__wrapper,
    .pm-4col .pin__sizer,
    .pm-5col .pin__wrapper,
    .pm-5col .pin__sizer {
        width: 100%;
    }
    .pin__popup--bottom::before {
        display: none;
    }
    .pin__wrapper_slider .pin__wrapper.slick-current .pin__popup {
        left: 0!important;
        top: 0!important;
        width: 220px!important;
    }
    .pin__popup .popup__content--product h3 {
        font-size: 13px;
    }
}.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/CleverSoft/jung/de_DE/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.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 {
  *display: none;
  cursor: default;
  opacity: 0.1;
  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: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  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;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/CleverSoft/jung/de_DE/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;
}
/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
}
.post-holder:last-child {
    margin-bottom: 10px;
}
.post-holder .post-header {position:relative;}

.post-header .post-info .item,
.post-header .post-info .dash {display: inline-block;}


.post-list {
    margin-bottom: 20px;
    list-style: none;
    display: initial;
}

.post-list .post-content .post-read-more {
    padding-top: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
    .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 16px;
    color: #414141;
}



.post-list .post-header .post-title {
    margin: 0px;
    padding: 10px 0;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}
.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-bottom .next-link{float: right;}

.post-view .block {margin-bottom: 30px;}

.post-view .post-holder .post-header {
    box-shadow: none!important;
}

.widget.block-recent-posts .block-content .item {
    padding: 15px 0 0px 0px;
}
.widget.block-categories ul {
    list-style: none;
    padding: 0;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}


.widget.blog-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    padding-left: 15px;
    z-index: 4;
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    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;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.blog-widget-recent{
    overflow: hidden;
}

.blog-widget-recent h1{
    text-transform: uppercase;
    font-weight: bold;
}

.blog-widget-recent .post-holder {
    float: left;
    border: none;
}

.blog-widget-recent .post-description .post-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */.modal-popup.callforprice-popup.modal-slide._inner-scroll._show {
    margin: 0 auto;
}
.modal-popup.callforprice-popup .modal-header > h1{
    font-weight: bold;
}
.opencallforpopup {
    width: 100%;
    margin-bottom: 5px;
}

.modal-popup.callforprice-popup .modal-inner-wrap {
    width: 450px;
    margin: 0 auto;
    margin-top: 15px;
    left: inherit;
}

.modal-popup.callforprice-popup .modal-header {
    text-align: center;
}

.frmcallforprice .field {
    margin-bottom: 8px;
}

.modals-wrapper .modal-popup.callforprice-popup .modal-footer {
    text-align: center;
}

.modal-popup.callforprice-popup .action.primary {
    margin: 0px 10px;
}

.callfor-popup em {
    color: red;
}

.opencallforpopup {
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .modals-wrapper .modal-popup.callforprice-popup {
        margin-top: 15%;
        left: 0;
    }
    .frmcallforprice .field.customer-name{
        display: block;
    }
    .modal-popup.callforprice-popup .modal-inner-wrap{
        background-color: #fff;
    }
    .modal-popup.callforprice-popup .modal-header > h1 {
        font-size: 18px;
        font-weight: bold;
    }
}
@media screen and (max-width: 450px) {
    .modals-wrapper .modal-popup.callforprice-popup, .modal-popup.callforprice-popup .modal-inner-wrap{
        width: 95%;
        min-width: 360px;
    }
}

.callforlabel{
    display: block;
    margin-top: 7px;
}
.callforlabel span{
    font-size: 18px;
}
