/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../../frontend/Videofun/videofuntheme/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.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: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.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 {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.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 .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.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: 'luma-icons';
  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: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(67%);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(64%);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.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 {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.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 {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  right: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Videofun/videofuntheme/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Videofun/videofuntheme/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Videofun/videofuntheme/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Videofun/videofuntheme/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url(../../frontend/Videofun/videofuntheme/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Videofun/videofuntheme/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Videofun/videofuntheme/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc(49%);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[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-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Videofun/videofuntheme/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(80%);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc(32%);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc(49%);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-46%);
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(46%);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(46%);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc(49%);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(120%) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc(32%);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc(32%);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
  * Copyright Â© Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
  * Copyright Â© Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
  * Copyright Â© Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
  * Copyright Â© Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
  * Copyright Â© Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Videofun/videofuntheme/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@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;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 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 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-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-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    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 20px;
  }
  .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 8px;
    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-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .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 {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    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: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    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 10px 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: 47px;
    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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    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: #cccccc;
    color: #cccccc;
    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 20px;
  }
  .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;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .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: 'luma-icons';
    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: 'luma-icons';
    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;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .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: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    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: #ffffff;
  }
  .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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .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;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc(32%);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .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: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .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-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .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: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .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;
    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: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    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: #333333;
  }
  .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;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    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: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    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._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    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: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .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: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .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-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 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: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .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%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .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: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .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;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .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;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 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: 20px;
    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%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .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: 10px;
    padding: 5px 10px 10px;
    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: 10px;
    padding: 5px 10px 10px;
  }
  .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: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .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;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc(23.5%);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc(23.5%);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .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(80%);
    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;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc(0.748%);
    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 {
    margin-left: 2%;
    width: calc(18.4%);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .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 {
    margin-left: calc(0.748%);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../../frontend/Videofun/videofuntheme/en_US/fonts/glyphicons-halflings-regular.eot);src:url(../../frontend/Videofun/videofuntheme/en_US/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../frontend/Videofun/videofuntheme/en_US/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../../frontend/Videofun/videofuntheme/en_US/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../frontend/Videofun/videofuntheme/en_US/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../frontend/Videofun/videofuntheme/en_US/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;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;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* line 1, ../scss/styles-m.scss */
body {
  margin: 0;
  padding: 0;
}
/* line 6, ../scss/styles-m.scss */
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
/* line 10, ../scss/styles-m.scss */
audio,
canvas,
video {
  display: inline-block;
}
/* line 14, ../scss/styles-m.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 20, ../scss/styles-m.scss */
nav ul,
nav ol {
  list-style: none none;
}
/* line 25, ../scss/styles-m.scss */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
/* line 31, ../scss/styles-m.scss */
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
/* line 36, ../scss/styles-m.scss */
svg:not(:root) {
  overflow: hidden;
}
/* line 40, ../scss/styles-m.scss */
figure {
  margin: 0;
}
/* line 44, ../scss/styles-m.scss */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
/* line 51, ../scss/styles-m.scss */
body {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
/* line 60, ../scss/styles-m.scss */
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
/* line 65, ../scss/styles-m.scss */
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
/* line 70, ../scss/styles-m.scss */
b,
strong {
  font-weight: 700;
}
/* line 74, ../scss/styles-m.scss */
em,
i {
  font-style: italic;
}
/* line 78, ../scss/styles-m.scss */
mark {
  background: #f6f6f6;
  color: #000;
}
/* line 83, ../scss/styles-m.scss */
small,
.small {
  font-size: 12px;
}
/* line 87, ../scss/styles-m.scss */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 94, ../scss/styles-m.scss */
sub {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 101, ../scss/styles-m.scss */
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em;
}
/* line 109, ../scss/styles-m.scss */
sub {
  bottom: -.25em;
}
/* line 113, ../scss/styles-m.scss */
dfn {
  font-style: italic;
}
/* line 117, ../scss/styles-m.scss */
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
/* line 125, ../scss/styles-m.scss */
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
/* line 133, ../scss/styles-m.scss */
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
/* line 141, ../scss/styles-m.scss */
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* line 149, ../scss/styles-m.scss */
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* line 157, ../scss/styles-m.scss */
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* line 165, ../scss/styles-m.scss */
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: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
/* line 173, ../scss/styles-m.scss */
a,
.alink,
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 178, ../scss/styles-m.scss */
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 183, ../scss/styles-m.scss */
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 188, ../scss/styles-m.scss */
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
/* line 193, ../scss/styles-m.scss */
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
/* line 198, ../scss/styles-m.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
/* line 202, ../scss/styles-m.scss */
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
/* line 207, ../scss/styles-m.scss */
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
/* line 213, ../scss/styles-m.scss */
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
/* line 219, ../scss/styles-m.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
/* line 223, ../scss/styles-m.scss */
code {
  background: #f6f6f6;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
/* line 231, ../scss/styles-m.scss */
kbd {
  background: #f6f6f6;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
/* line 238, ../scss/styles-m.scss */
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
/* line 248, ../scss/styles-m.scss */
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
/* line 258, ../scss/styles-m.scss */
blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
/* line 268, ../scss/styles-m.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 271, ../scss/styles-m.scss */
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
/* line 277, ../scss/styles-m.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
/* line 280, ../scss/styles-m.scss */
blockquote cite {
  font-style: normal;
}
/* line 283, ../scss/styles-m.scss */
blockquote:before,
blockquote:after {
  content: '';
}
/* line 288, ../scss/styles-m.scss */
q {
  quotes: none;
}
/* line 290, ../scss/styles-m.scss */
q:before,
q:after {
  content: '';
  content: none;
}
/* line 296, ../scss/styles-m.scss */
cite {
  font-style: normal;
}
/* line 300, ../scss/styles-m.scss */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
/* line 305, ../scss/styles-m.scss */
table th {
  text-align: left;
}
/* line 309, ../scss/styles-m.scss */
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
/* line 313, ../scss/styles-m.scss */
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
/* line 316, ../scss/styles-m.scss */
table > thead > tr > th {
  padding: 11px 10px;
}
/* line 320, ../scss/styles-m.scss */
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
/* line 326, ../scss/styles-m.scss */
button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
/* line 341, ../scss/styles-m.scss */
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 346, ../scss/styles-m.scss */
button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
/* line 351, ../scss/styles-m.scss */
button.disabled,
button[disabled] {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 358, ../scss/styles-m.scss */
fieldset[disabled] button {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 364, ../scss/styles-m.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 370, ../scss/styles-m.scss */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
/* line 384, ../scss/styles-m.scss */
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: .5;
}
/* line 387, ../scss/styles-m.scss */
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[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: #575757;
}
/* line 390, ../scss/styles-m.scss */
input[type="number"] {
  -moz-appearance: textfield;
}
/* line 392, ../scss/styles-m.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 397, ../scss/styles-m.scss */
input[type="search"] {
  -webkit-appearance: none;
}
/* line 399, ../scss/styles-m.scss */
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;
}
/* line 405, ../scss/styles-m.scss */
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
/* line 418, ../scss/styles-m.scss */
select:disabled {
  opacity: .5;
}
/* line 421, ../scss/styles-m.scss */
select[multiple="multiple"] {
  height: auto;
  background-image: none;
}
/* line 427, ../scss/styles-m.scss */
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
/* line 442, ../scss/styles-m.scss */
textarea:disabled {
  opacity: .5;
}
/* line 445, ../scss/styles-m.scss */
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder {
  color: #575757;
}
/* line 451, ../scss/styles-m.scss */
input[type="checkbox"],
input[type="radio"] {
  margin: 2px 5px 0 0;
}
/* line 453, ../scss/styles-m.scss */
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  opacity: .5;
}
/* line 457, ../scss/styles-m.scss */
input.mage-error {
  border-color: #ed8380;
}
/* line 462, ../scss/styles-m.scss */
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
/* line 466, ../scss/styles-m.scss */
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
/* line 472, ../scss/styles-m.scss */
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/* line 476, ../scss/styles-m.scss */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 482, ../scss/styles-m.scss */
form {
  -webkit-tap-highlight-color: transparent;
}
/* line 486, ../scss/styles-m.scss */
address {
  font-style: normal;
}
/* line 490, ../scss/styles-m.scss */
*:focus {
  box-shadow: none;
  outline: 0;
}
/* line 495, ../scss/styles-m.scss */
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/* line 499, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 505, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
/* line 510, ../scss/styles-m.scss */
.action-primary:focus,
.action-primary:active,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
/* line 515, ../scss/styles-m.scss */
.action-primary.disabled,
.action-primary[disabled] {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 522, ../scss/styles-m.scss */
fieldset[disabled] .action-primary {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 529, ../scss/styles-m.scss */
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
/* line 534, ../scss/styles-m.scss */
.block-compare .action.primary {
  border-radius: 3px;
}
/* line 539, ../scss/styles-m.scss */
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary {
  border-radius: 3px;
}
/* line 545, ../scss/styles-m.scss */
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
/* line 551, ../scss/styles-m.scss */
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
/* line 557, ../scss/styles-m.scss */
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 562, ../scss/styles-m.scss */
.block-compare .action.primary:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 567, ../scss/styles-m.scss */
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 573, ../scss/styles-m.scss */
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 579, ../scss/styles-m.scss */
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 585, ../scss/styles-m.scss */
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 590, ../scss/styles-m.scss */
.block-compare .action.primary:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 595, ../scss/styles-m.scss */
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 601, ../scss/styles-m.scss */
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 607, ../scss/styles-m.scss */
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 612, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
/* line 632, ../scss/styles-m.scss */
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 640, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 647, ../scss/styles-m.scss */
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
/* line 654, ../scss/styles-m.scss */
.abs-action-link-button.disabled,
.abs-action-link-button[disabled] {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 661, ../scss/styles-m.scss */
fieldset[disabled] .abs-action-link-button {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 668, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled] {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 675, ../scss/styles-m.scss */
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 682, ../scss/styles-m.scss */
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
/* line 688, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
/* line 693, ../scss/styles-m.scss */
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
/* line 706, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
/* line 719, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
/* line 732, ../scss/styles-m.scss */
.gift-summary .action-edit,
.gift-summary .action-delete {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
/* line 745, ../scss/styles-m.scss */
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
/* line 757, ../scss/styles-m.scss */
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 763, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 769, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 775, ../scss/styles-m.scss */
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 781, ../scss/styles-m.scss */
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 786, ../scss/styles-m.scss */
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 792, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 798, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 804, ../scss/styles-m.scss */
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 810, ../scss/styles-m.scss */
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 815, ../scss/styles-m.scss */
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 821, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 827, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 833, ../scss/styles-m.scss */
.gift-summary .action-edit:active,
.gift-summary .action-delete:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 839, ../scss/styles-m.scss */
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 844, ../scss/styles-m.scss */
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover {
  color: #006bb4;
}
/* line 849, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover {
  color: #006bb4;
}
/* line 854, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover {
  color: #006bb4;
}
/* line 859, ../scss/styles-m.scss */
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover {
  color: #006bb4;
}
/* line 864, ../scss/styles-m.scss */
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
}
/* line 869, ../scss/styles-m.scss */
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus {
  background: none;
  border: 0;
}
/* line 876, ../scss/styles-m.scss */
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus {
  background: none;
  border: 0;
}
/* line 883, ../scss/styles-m.scss */
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus {
  background: none;
  border: 0;
}
/* line 890, ../scss/styles-m.scss */
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus {
  background: none;
  border: 0;
}
/* line 897, ../scss/styles-m.scss */
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
/* line 904, ../scss/styles-m.scss */
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus {
  background: none;
  border: 0;
}
/* line 911, ../scss/styles-m.scss */
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus {
  background: none;
  border: 0;
}
/* line 919, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus {
  background: none;
  border: 0;
}
/* line 925, ../scss/styles-m.scss */
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus {
  background: none;
  border: 0;
}
/* line 933, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus {
  background: none;
  border: 0;
}
/* line 940, ../scss/styles-m.scss */
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus {
  background: none;
  border: 0;
}
/* line 947, ../scss/styles-m.scss */
.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 {
  background: none;
  border: 0;
}
/* line 954, ../scss/styles-m.scss */
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus {
  background: none;
  border: 0;
}
/* line 961, ../scss/styles-m.scss */
.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 {
  background: none;
  border: 0;
}
/* line 968, ../scss/styles-m.scss */
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus {
  background: none;
  border: 0;
}
/* line 975, ../scss/styles-m.scss */
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus {
  background: none;
  border: 0;
}
/* line 983, ../scss/styles-m.scss */
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus {
  background: none;
  border: 0;
}
/* line 989, ../scss/styles-m.scss */
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus {
  background: none;
  border: 0;
}
/* line 997, ../scss/styles-m.scss */
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  background: none;
  border: 0;
}
/* line 1004, ../scss/styles-m.scss */
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus {
  background: none;
  border: 0;
}
/* line 1011, ../scss/styles-m.scss */
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus {
  background: none;
  border: 0;
}
/* line 1018, ../scss/styles-m.scss */
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
/* line 1025, ../scss/styles-m.scss */
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus {
  background: none;
  border: 0;
}
/* line 1032, ../scss/styles-m.scss */
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus {
  background: none;
  border: 0;
}
/* line 1039, ../scss/styles-m.scss */
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus {
  background: none;
  border: 0;
}
/* line 1046, ../scss/styles-m.scss */
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus {
  background: none;
  border: 0;
}
/* line 1053, ../scss/styles-m.scss */
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus {
  background: none;
  border: 0;
}
/* line 1060, ../scss/styles-m.scss */
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus {
  background: none;
  border: 0;
}
/* line 1067, ../scss/styles-m.scss */
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
/* line 1074, ../scss/styles-m.scss */
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1083, ../scss/styles-m.scss */
fieldset[disabled] .abs-action-button-as-link {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1092, ../scss/styles-m.scss */
.abs-action-remove.disabled,
.abs-action-remove[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1101, ../scss/styles-m.scss */
fieldset[disabled] .abs-action-remove {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1110, ../scss/styles-m.scss */
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1119, ../scss/styles-m.scss */
fieldset[disabled] .abs-discount-block .action.check {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1128, ../scss/styles-m.scss */
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1137, ../scss/styles-m.scss */
fieldset[disabled] .popup .actions-toolbar .action.cancel {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1146, ../scss/styles-m.scss */
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1155, ../scss/styles-m.scss */
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1164, ../scss/styles-m.scss */
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1173, ../scss/styles-m.scss */
fieldset[disabled] .bundle-options-container .action.back {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1182, ../scss/styles-m.scss */
.block.related .action.select.disabled,
.block.related .action.select[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1191, ../scss/styles-m.scss */
fieldset[disabled] .block.related .action.select {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1200, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1209, ../scss/styles-m.scss */
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1218, ../scss/styles-m.scss */
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1227, ../scss/styles-m.scss */
fieldset[disabled] .cart.table-wrapper .action.help.map {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1236, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1245, ../scss/styles-m.scss */
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1254, ../scss/styles-m.scss */
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1263, ../scss/styles-m.scss */
fieldset[disabled] .opc-wrapper .edit-address-link {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1272, ../scss/styles-m.scss */
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1281, ../scss/styles-m.scss */
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1290, ../scss/styles-m.scss */
.action-auth-toggle.disabled,
.action-auth-toggle[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1299, ../scss/styles-m.scss */
fieldset[disabled] .action-auth-toggle {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1308, ../scss/styles-m.scss */
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1317, ../scss/styles-m.scss */
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1326, ../scss/styles-m.scss */
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1335, ../scss/styles-m.scss */
fieldset[disabled] .checkout-agreements-block .action-show {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1344, ../scss/styles-m.scss */
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1353, ../scss/styles-m.scss */
fieldset[disabled] .gift-options .actions-toolbar .action-cancel {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1362, ../scss/styles-m.scss */
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1371, ../scss/styles-m.scss */
fieldset[disabled] .gift-summary .action-edit {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1380, ../scss/styles-m.scss */
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1389, ../scss/styles-m.scss */
fieldset[disabled] .gift-summary .action-delete {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1398, ../scss/styles-m.scss */
.action-gift.disabled,
.action-gift[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1407, ../scss/styles-m.scss */
fieldset[disabled] .action-gift {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1416, ../scss/styles-m.scss */
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1425, ../scss/styles-m.scss */
fieldset[disabled] .gift-wrapping-title .action-remove {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1434, ../scss/styles-m.scss */
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1443, ../scss/styles-m.scss */
fieldset[disabled] .wishlist.split.button > .action {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1452, ../scss/styles-m.scss */
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1461, ../scss/styles-m.scss */
fieldset[disabled] .abs-add-fields .action.remove {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1470, ../scss/styles-m.scss */
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1479, ../scss/styles-m.scss */
fieldset[disabled] .paypal-review-discount .action.check {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1488, ../scss/styles-m.scss */
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1497, ../scss/styles-m.scss */
fieldset[disabled] .cart-discount .action.check {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1506, ../scss/styles-m.scss */
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1515, ../scss/styles-m.scss */
fieldset[disabled] .form-giftregistry-share .action.remove {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1524, ../scss/styles-m.scss */
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1533, ../scss/styles-m.scss */
fieldset[disabled] .form-giftregistry-edit .action.remove {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1542, ../scss/styles-m.scss */
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1551, ../scss/styles-m.scss */
fieldset[disabled] .form-add-invitations .action.remove {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1560, ../scss/styles-m.scss */
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1569, ../scss/styles-m.scss */
fieldset[disabled] .form-create-return .action.remove {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1578, ../scss/styles-m.scss */
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1587, ../scss/styles-m.scss */
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 1596, ../scss/styles-m.scss */
.abs-action-remove:active,
.abs-action-remove:not(:focus) {
  box-shadow: none;
}
/* line 1602, ../scss/styles-m.scss */
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus) {
  box-shadow: none;
}
/* line 1608, ../scss/styles-m.scss */
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: none;
}
/* line 1614, ../scss/styles-m.scss */
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
/* line 1620, ../scss/styles-m.scss */
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus) {
  box-shadow: none;
}
/* line 1626, ../scss/styles-m.scss */
.block.related .action.select:active,
.block.related .action.select:not(:focus) {
  box-shadow: none;
}
/* line 1633, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus) {
  box-shadow: none;
}
/* line 1638, ../scss/styles-m.scss */
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus) {
  box-shadow: none;
}
/* line 1645, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus) {
  box-shadow: none;
}
/* line 1651, ../scss/styles-m.scss */
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus) {
  box-shadow: none;
}
/* line 1657, ../scss/styles-m.scss */
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus) {
  box-shadow: none;
}
/* line 1663, ../scss/styles-m.scss */
.action-auth-toggle:active,
.action-auth-toggle:not(:focus) {
  box-shadow: none;
}
/* line 1669, ../scss/styles-m.scss */
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus) {
  box-shadow: none;
}
/* line 1675, ../scss/styles-m.scss */
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus) {
  box-shadow: none;
}
/* line 1681, ../scss/styles-m.scss */
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus) {
  box-shadow: none;
}
/* line 1688, ../scss/styles-m.scss */
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus) {
  box-shadow: none;
}
/* line 1693, ../scss/styles-m.scss */
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus) {
  box-shadow: none;
}
/* line 1700, ../scss/styles-m.scss */
.action-gift:active,
.action-gift:not(:focus) {
  box-shadow: none;
}
/* line 1706, ../scss/styles-m.scss */
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus) {
  box-shadow: none;
}
/* line 1712, ../scss/styles-m.scss */
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus) {
  box-shadow: none;
}
/* line 1718, ../scss/styles-m.scss */
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
/* line 1724, ../scss/styles-m.scss */
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus) {
  box-shadow: none;
}
/* line 1730, ../scss/styles-m.scss */
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus) {
  box-shadow: none;
}
/* line 1736, ../scss/styles-m.scss */
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus) {
  box-shadow: none;
}
/* line 1742, ../scss/styles-m.scss */
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus) {
  box-shadow: none;
}
/* line 1748, ../scss/styles-m.scss */
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus) {
  box-shadow: none;
}
/* line 1754, ../scss/styles-m.scss */
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus) {
  box-shadow: none;
}
/* line 1760, ../scss/styles-m.scss */
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
/* line 1765, ../scss/styles-m.scss */
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1772, ../scss/styles-m.scss */
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1779, ../scss/styles-m.scss */
.block-compare .action.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1786, ../scss/styles-m.scss */
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1794, ../scss/styles-m.scss */
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1802, ../scss/styles-m.scss */
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1810, ../scss/styles-m.scss */
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1818, ../scss/styles-m.scss */
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1826, ../scss/styles-m.scss */
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1835, ../scss/styles-m.scss */
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1842, ../scss/styles-m.scss */
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1851, ../scss/styles-m.scss */
.block-compare .action.primary:focus,
.block-compare .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1860, ../scss/styles-m.scss */
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1867, ../scss/styles-m.scss */
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1877, ../scss/styles-m.scss */
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1884, ../scss/styles-m.scss */
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1894, ../scss/styles-m.scss */
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1901, ../scss/styles-m.scss */
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1909, ../scss/styles-m.scss */
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1916, ../scss/styles-m.scss */
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1923, ../scss/styles-m.scss */
.block-compare .action.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1930, ../scss/styles-m.scss */
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1938, ../scss/styles-m.scss */
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1946, ../scss/styles-m.scss */
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
/* line 1953, ../scss/styles-m.scss */
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
/* line 1959, ../scss/styles-m.scss */
.multicheckout .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
/* line 1966, ../scss/styles-m.scss */
.block-authentication .action.action-register,
.block-authentication .action.action-login {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
/* line 1973, ../scss/styles-m.scss */
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
/* line 1979, ../scss/styles-m.scss */
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
/* line 1985, ../scss/styles-m.scss */
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ': ';
}
/* line 1989, ../scss/styles-m.scss */
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
/* line 1996, ../scss/styles-m.scss */
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
/* line 2001, ../scss/styles-m.scss */
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart {
  width: 100%;
}
/* line 2005, ../scss/styles-m.scss */
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
/* line 2010, ../scss/styles-m.scss */
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
/* line 2014, ../scss/styles-m.scss */
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
/* line 2021, ../scss/styles-m.scss */
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
/* line 2026, ../scss/styles-m.scss */
.login-container .block .block-title strong {
  font-weight: 500;
}
/* line 2031, ../scss/styles-m.scss */
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
/* line 2037, ../scss/styles-m.scss */
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
/* line 2044, ../scss/styles-m.scss */
.giftregisty-dropdown:before,
.giftregisty-dropdown:after {
  content: '';
  display: table;
}
/* line 2051, ../scss/styles-m.scss */
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
/* line 2057, ../scss/styles-m.scss */
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
/* line 2061, ../scss/styles-m.scss */
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
/* line 2067, ../scss/styles-m.scss */
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 2084, ../scss/styles-m.scss */
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after,
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
/* line 2088, ../scss/styles-m.scss */
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
/* line 2093, ../scss/styles-m.scss */
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 2110, ../scss/styles-m.scss */
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after,
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
/* line 2114, ../scss/styles-m.scss */
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
/* line 2130, ../scss/styles-m.scss */
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
/* line 2135, ../scss/styles-m.scss */
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
/* line 2141, ../scss/styles-m.scss */
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
/* line 2152, ../scss/styles-m.scss */
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
/* line 2163, ../scss/styles-m.scss */
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
/* line 2173, ../scss/styles-m.scss */
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
/* line 2179, ../scss/styles-m.scss */
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
/* line 2185, ../scss/styles-m.scss */
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
/* line 2190, ../scss/styles-m.scss */
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
/* line 2195, ../scss/styles-m.scss */
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
/* line 2199, ../scss/styles-m.scss */
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
/* line 2203, ../scss/styles-m.scss */
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
/* line 2207, ../scss/styles-m.scss */
.multicheckout .table-wrapper .col .qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
/* line 2212, ../scss/styles-m.scss */
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
/* line 2216, ../scss/styles-m.scss */
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
/* line 2221, ../scss/styles-m.scss */
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 2232, ../scss/styles-m.scss */
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 2248, ../scss/styles-m.scss */
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
/* line 2252, ../scss/styles-m.scss */
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999;
}
/* line 2256, ../scss/styles-m.scss */
.product-item-name,
.product.name a {
  font-weight: 400;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* line 2264, ../scss/styles-m.scss */
.product-item-name > a,
.product.name a > a {
  color: #333;
  text-decoration: none;
}
/* line 2269, ../scss/styles-m.scss */
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited,
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover,
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333;
  text-decoration: underline;
}
/* line 2275, ../scss/styles-m.scss */
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 2279, ../scss/styles-m.scss */
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 2283, ../scss/styles-m.scss */
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 2290, ../scss/styles-m.scss */
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
/* line 2295, ../scss/styles-m.scss */
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
/* line 2303, ../scss/styles-m.scss */
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
/* line 2307, ../scss/styles-m.scss */
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
/* line 2311, ../scss/styles-m.scss */
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
/* line 2315, ../scss/styles-m.scss */
.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;
}
/* line 2319, ../scss/styles-m.scss */
.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;
}
/* line 2324, ../scss/styles-m.scss */
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
/* line 2328, ../scss/styles-m.scss */
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
/* line 2334, ../scss/styles-m.scss */
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 2346, ../scss/styles-m.scss */
.opc-wrapper .form-discount .field .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 2358, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 2370, ../scss/styles-m.scss */
.product-item-actions .actions-secondary > .action span,
.special-price .price-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 2382, ../scss/styles-m.scss */
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 2394, ../scss/styles-m.scss */
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 2406, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 2418, ../scss/styles-m.scss */
.checkout-index-index .page-title-wrapper {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 2430, ../scss/styles-m.scss */
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 2442, ../scss/styles-m.scss */
.fieldset .fullname > .label,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .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;
}
/* line 2453, ../scss/styles-m.scss */
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* line 2463, ../scss/styles-m.scss */
.abs-add-clearfix:before,
.abs-add-clearfix:after {
  content: '';
  display: table;
}
/* line 2470, ../scss/styles-m.scss */
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
/* line 2477, ../scss/styles-m.scss */
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after {
  content: '';
  display: table;
}
/* line 2485, ../scss/styles-m.scss */
.multicheckout .item-options:before,
.multicheckout .item-options:after {
  content: '';
  display: table;
}
/* line 2491, ../scss/styles-m.scss */
.multicheckout .block:before,
.multicheckout .block:after {
  content: '';
  display: table;
}
/* line 2497, ../scss/styles-m.scss */
.multicheckout .block-content:before,
.multicheckout .block-content:after {
  content: '';
  display: table;
}
/* line 2505, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after {
  content: '';
  display: table;
}
/* line 2512, ../scss/styles-m.scss */
.toolbar:before,
.toolbar:after {
  content: '';
  display: table;
}
/* line 2519, ../scss/styles-m.scss */
.sidebar .product-items-images:before,
.sidebar .product-items-images:after {
  content: '';
  display: table;
}
/* line 2527, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after {
  content: '';
  display: table;
}
/* line 2533, ../scss/styles-m.scss */
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after {
  content: '';
  display: table;
}
/* line 2541, ../scss/styles-m.scss */
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after {
  content: '';
  display: table;
}
/* line 2548, ../scss/styles-m.scss */
.checkout-container:before,
.checkout-container:after {
  content: '';
  display: table;
}
/* line 2555, ../scss/styles-m.scss */
.checkout-onepage-success:before,
.checkout-onepage-success:after {
  content: '';
  display: table;
}
/* line 2562, ../scss/styles-m.scss */
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after {
  content: '';
  display: table;
}
/* line 2569, ../scss/styles-m.scss */
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after {
  content: '';
  display: table;
}
/* line 2576, ../scss/styles-m.scss */
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after {
  content: '';
  display: table;
}
/* line 2583, ../scss/styles-m.scss */
.gift-item-block .content:before,
.gift-item-block .content:after {
  content: '';
  display: table;
}
/* line 2591, ../scss/styles-m.scss */
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after {
  content: '';
  display: table;
}
/* line 2597, ../scss/styles-m.scss */
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after {
  content: '';
  display: table;
}
/* line 2605, ../scss/styles-m.scss */
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after {
  content: '';
  display: table;
}
/* line 2612, ../scss/styles-m.scss */
.gift-wrapping-list:before,
.gift-wrapping-list:after {
  content: '';
  display: table;
}
/* line 2619, ../scss/styles-m.scss */
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after {
  content: '';
  display: table;
}
/* line 2626, ../scss/styles-m.scss */
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after {
  content: '';
  display: table;
}
/* line 2633, ../scss/styles-m.scss */
.order-options .product:before,
.order-options .product:after {
  content: '';
  display: table;
}
/* line 2640, ../scss/styles-m.scss */
.map-popup .map-info-price:before,
.map-popup .map-info-price:after {
  content: '';
  display: table;
}
/* line 2647, ../scss/styles-m.scss */
.customer-review .product-details:before,
.customer-review .product-details:after {
  content: '';
  display: table;
}
/* line 2654, ../scss/styles-m.scss */
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after {
  content: '';
  display: table;
}
/* line 2661, ../scss/styles-m.scss */
.header.content:before,
.header.content:after {
  content: '';
  display: table;
}
/* line 2668, ../scss/styles-m.scss */
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
/* line 2675, ../scss/styles-m.scss */
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
/* line 2682, ../scss/styles-m.scss */
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
/* line 2689, ../scss/styles-m.scss */
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
/* line 2696, ../scss/styles-m.scss */
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
/* line 2702, ../scss/styles-m.scss */
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.payment-method-braintree .hosted-date-wrap:after {
  clear: both;
}
/* line 2707, ../scss/styles-m.scss */
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after {
  clear: both;
}
/* line 2712, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after {
  clear: both;
}
/* line 2717, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after {
  clear: both;
}
/* line 2722, ../scss/styles-m.scss */
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after {
  clear: both;
}
/* line 2727, ../scss/styles-m.scss */
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after {
  clear: both;
}
/* line 2732, ../scss/styles-m.scss */
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
/* line 2736, ../scss/styles-m.scss */
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
/* line 2741, ../scss/styles-m.scss */
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional {
  box-sizing: border-box;
}
/* line 2746, ../scss/styles-m.scss */
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
/* line 2750, ../scss/styles-m.scss */
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 2767, ../scss/styles-m.scss */
.abs-split-button:before {
  content: '';
  display: table;
}
/* line 2771, ../scss/styles-m.scss */
.abs-split-button:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2777, ../scss/styles-m.scss */
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
/* line 2781, ../scss/styles-m.scss */
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
/* line 2787, ../scss/styles-m.scss */
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 2791, ../scss/styles-m.scss */
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/* line 2797, ../scss/styles-m.scss */
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
/* line 2800, ../scss/styles-m.scss */
.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;
}
/* line 2810, ../scss/styles-m.scss */
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 2826, ../scss/styles-m.scss */
.abs-split-button .action.toggle:hover:after,
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
/* line 2829, ../scss/styles-m.scss */
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
/* line 2832, ../scss/styles-m.scss */
.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;
}
/* line 2842, ../scss/styles-m.scss */
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 2858, ../scss/styles-m.scss */
.abs-split-button .action.toggle.active:hover:after,
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
/* line 2863, ../scss/styles-m.scss */
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  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);
}
/* line 2877, ../scss/styles-m.scss */
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
/* line 2880, ../scss/styles-m.scss */
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
/* line 2885, ../scss/styles-m.scss */
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
/* line 2893, ../scss/styles-m.scss */
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
/* line 2898, ../scss/styles-m.scss */
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
/* line 2903, ../scss/styles-m.scss */
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
/* line 2907, ../scss/styles-m.scss */
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
/* line 2912, ../scss/styles-m.scss */
.abs-split-button.active {
  overflow: visible;
}
/* line 2914, ../scss/styles-m.scss */
.abs-split-button.active .items {
  display: block;
}
/* line 2920, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split {
  color: #666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
/* line 2930, ../scss/styles-m.scss */
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist {
  color: #666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
/* line 2940, ../scss/styles-m.scss */
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
/* line 2949, ../scss/styles-m.scss */
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 2966, ../scss/styles-m.scss */
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 2983, ../scss/styles-m.scss */
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 2999, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover {
  color: #333;
  text-decoration: none;
}
/* line 3005, ../scss/styles-m.scss */
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover {
  color: #333;
  text-decoration: none;
}
/* line 3011, ../scss/styles-m.scss */
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333;
  text-decoration: none;
}
/* line 3016, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before {
  width: 18px;
}
/* line 3021, ../scss/styles-m.scss */
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before {
  width: 18px;
}
/* line 3026, ../scss/styles-m.scss */
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
/* line 3030, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
/* line 3034, ../scss/styles-m.scss */
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
/* line 3044, ../scss/styles-m.scss */
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
/* line 3050, ../scss/styles-m.scss */
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 3061, ../scss/styles-m.scss */
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 3078, ../scss/styles-m.scss */
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
/* line 3082, ../scss/styles-m.scss */
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
/* line 3086, ../scss/styles-m.scss */
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
/* line 3092, ../scss/styles-m.scss */
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
/* line 3096, ../scss/styles-m.scss */
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
/* line 3101, ../scss/styles-m.scss */
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
/* line 3106, ../scss/styles-m.scss */
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
/* line 3113, ../scss/styles-m.scss */
.abs-account-blocks .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
/* line 3120, ../scss/styles-m.scss */
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
/* line 3127, ../scss/styles-m.scss */
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.customer-review .review-details .title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
/* line 3134, ../scss/styles-m.scss */
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3142, ../scss/styles-m.scss */
.multicheckout .block-title > strong,
.multicheckout .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3148, ../scss/styles-m.scss */
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3156, ../scss/styles-m.scss */
.account .legend > strong,
.account .legend > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3163, ../scss/styles-m.scss */
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3170, ../scss/styles-m.scss */
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3177, ../scss/styles-m.scss */
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3184, ../scss/styles-m.scss */
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3191, ../scss/styles-m.scss */
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3198, ../scss/styles-m.scss */
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3205, ../scss/styles-m.scss */
.multicheckout .block-title > strong,
.multicheckout .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3212, ../scss/styles-m.scss */
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3219, ../scss/styles-m.scss */
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3226, ../scss/styles-m.scss */
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3233, ../scss/styles-m.scss */
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3240, ../scss/styles-m.scss */
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 3246, ../scss/styles-m.scss */
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
/* line 3250, ../scss/styles-m.scss */
.order-details-items tfoot td {
  background: #f5f5f5;
}
/* line 3256, ../scss/styles-m.scss */
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
/* line 3265, ../scss/styles-m.scss */
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
/* line 3277, ../scss/styles-m.scss */
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
/* line 3286, ../scss/styles-m.scss */
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
/* line 3295, ../scss/styles-m.scss */
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
/* line 3307, ../scss/styles-m.scss */
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
/* line 3316, ../scss/styles-m.scss */
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
/* line 3328, ../scss/styles-m.scss */
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price {
  font-weight: 700;
}
/* line 3333, ../scss/styles-m.scss */
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
/* line 3341, ../scss/styles-m.scss */
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price {
  font-weight: 700;
}
/* line 3346, ../scss/styles-m.scss */
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
/* line 3351, ../scss/styles-m.scss */
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price {
  font-weight: 700;
}
/* line 3359, ../scss/styles-m.scss */
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price {
  font-weight: 700;
}
/* line 3364, ../scss/styles-m.scss */
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
/* line 3372, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
/* line 3378, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
/* line 3386, ../scss/styles-m.scss */
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
/* line 3393, ../scss/styles-m.scss */
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
/* line 3400, ../scss/styles-m.scss */
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
/* line 3407, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
/* line 3413, ../scss/styles-m.scss */
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
/* line 3419, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
/* line 3424, ../scss/styles-m.scss */
.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) ": ";
}
/* line 3429, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
/* line 3434, ../scss/styles-m.scss */
.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: ')';
}
/* line 3438, ../scss/styles-m.scss */
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
/* line 3446, ../scss/styles-m.scss */
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 3463, ../scss/styles-m.scss */
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
/* line 3469, ../scss/styles-m.scss */
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
/* line 3473, ../scss/styles-m.scss */
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
/* line 3477, ../scss/styles-m.scss */
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
/* line 3481, ../scss/styles-m.scss */
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
/* line 3489, ../scss/styles-m.scss */
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
/* line 3494, ../scss/styles-m.scss */
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
/* line 3503, ../scss/styles-m.scss */
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
/* line 3507, ../scss/styles-m.scss */
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .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;
}
/* line 3511, ../scss/styles-m.scss */
.multicheckout .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
/* line 3516, ../scss/styles-m.scss */
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
/* line 3520, ../scss/styles-m.scss */
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
/* line 3525, ../scss/styles-m.scss */
.block-minicart .subtotal .label:after {
  content: ': ';
}
/* line 3530, ../scss/styles-m.scss */
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ': ';
}
/* line 3536, ../scss/styles-m.scss */
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after {
  content: ': ';
}
/* line 3541, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
/* line 3545, ../scss/styles-m.scss */
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
/* line 3550, ../scss/styles-m.scss */
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 3566, ../scss/styles-m.scss */
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
/* line 3570, ../scss/styles-m.scss */
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
/* line 3575, ../scss/styles-m.scss */
.abs-sidebar-totals .table-caption {
  display: none;
}
/* line 3580, ../scss/styles-m.scss */
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden {
  display: none;
}
/* line 3586, ../scss/styles-m.scss */
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle {
  display: none;
}
/* line 3591, ../scss/styles-m.scss */
.sidebar .subtitle {
  display: none;
}
/* line 3595, ../scss/styles-m.scss */
.cart-summary .block .fieldset.estimate > .legend {
  display: none;
}
/* line 3597, ../scss/styles-m.scss */
.cart-summary .block .fieldset.estimate > .legend + br {
  display: none;
}
/* line 3602, ../scss/styles-m.scss */
.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,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
/* line 3606, ../scss/styles-m.scss */
.return-status,
.order-status {
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
/* line 3616, ../scss/styles-m.scss */
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
/* line 3620, ../scss/styles-m.scss */
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 3625, ../scss/styles-m.scss */
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
/* line 3629, ../scss/styles-m.scss */
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
/* line 3634, ../scss/styles-m.scss */
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
/* line 3640, ../scss/styles-m.scss */
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
/* line 3646, ../scss/styles-m.scss */
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
/* line 3652, ../scss/styles-m.scss */
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
/* line 3658, ../scss/styles-m.scss */
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
/* line 3664, ../scss/styles-m.scss */
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
/* line 3670, ../scss/styles-m.scss */
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
/* line 3676, ../scss/styles-m.scss */
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
/* line 3682, ../scss/styles-m.scss */
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
/* line 3688, ../scss/styles-m.scss */
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
/* line 3694, ../scss/styles-m.scss */
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
/* line 3700, ../scss/styles-m.scss */
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td {
  border: none;
}
/* line 3706, ../scss/styles-m.scss */
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td {
  border: none;
}
/* line 3712, ../scss/styles-m.scss */
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
/* line 3718, ../scss/styles-m.scss */
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
/* line 3724, ../scss/styles-m.scss */
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
/* line 3730, ../scss/styles-m.scss */
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
/* line 3736, ../scss/styles-m.scss */
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
/* line 3742, ../scss/styles-m.scss */
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
/* line 3748, ../scss/styles-m.scss */
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
/* line 3754, ../scss/styles-m.scss */
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
/* line 3759, ../scss/styles-m.scss */
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  white-space: nowrap;
}
/* line 3765, ../scss/styles-m.scss */
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
/* line 3769, ../scss/styles-m.scss */
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
/* line 3773, ../scss/styles-m.scss */
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
/* line 3777, ../scss/styles-m.scss */
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
/* line 3782, ../scss/styles-m.scss */
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
/* line 3787, ../scss/styles-m.scss */
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear {
  display: none;
}
/* line 3793, ../scss/styles-m.scss */
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
/* line 3798, ../scss/styles-m.scss */
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
/* line 3802, ../scss/styles-m.scss */
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(67%);
}
/* line 3807, ../scss/styles-m.scss */
.field .control._with-tooltip {
  position: relative;
}
/* line 3809, ../scss/styles-m.scss */
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(64%);
}
/* line 3815, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
/* line 3822, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
/* line 3834, ../scss/styles-m.scss */
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
/* line 3845, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666;
}
/* line 3849, ../scss/styles-m.scss */
.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;
}
/* line 3854, ../scss/styles-m.scss */
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
}
/* line 3861, ../scss/styles-m.scss */
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
/* line 3867, ../scss/styles-m.scss */
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
/* line 3875, ../scss/styles-m.scss */
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
/* line 3883, ../scss/styles-m.scss */
.cart-totals tbody .amount,
.cart-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
/* line 3893, ../scss/styles-m.scss */
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
/* line 3903, ../scss/styles-m.scss */
.cart-totals .grand th,
.cart-totals .grand td {
  padding: 11px 0;
}
/* line 3909, ../scss/styles-m.scss */
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
/* line 3914, ../scss/styles-m.scss */
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
/* line 3920, ../scss/styles-m.scss */
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  padding-right: 10px;
}
/* line 3926, ../scss/styles-m.scss */
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
}
/* line 3931, ../scss/styles-m.scss */
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
/* line 3935, ../scss/styles-m.scss */
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
/* line 3940, ../scss/styles-m.scss */
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
/* line 3948, ../scss/styles-m.scss */
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
/* line 3955, ../scss/styles-m.scss */
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
/* line 3962, ../scss/styles-m.scss */
.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;
}
/* line 3973, ../scss/styles-m.scss */
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 3989, ../scss/styles-m.scss */
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
/* line 3996, ../scss/styles-m.scss */
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
/* line 4002, ../scss/styles-m.scss */
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
/* line 4007, ../scss/styles-m.scss */
.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';
}
/* line 4011, ../scss/styles-m.scss */
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #ccc;
  display: none;
}
/* line 4016, ../scss/styles-m.scss */
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
/* line 4020, ../scss/styles-m.scss */
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
/* line 4024, ../scss/styles-m.scss */
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
/* line 4029, ../scss/styles-m.scss */
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
/* line 4036, ../scss/styles-m.scss */
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
/* line 4046, ../scss/styles-m.scss */
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
/* line 4055, ../scss/styles-m.scss */
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
/* line 4061, ../scss/styles-m.scss */
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
/* line 4065, ../scss/styles-m.scss */
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
/* line 4070, ../scss/styles-m.scss */
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
/* line 4074, ../scss/styles-m.scss */
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/light/opensans-300.eot");
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/light/opensans-300.eot?#iefix") format("embedded-opentype"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/light/opensans-300.woff2") format("woff2"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/light/opensans-300.woff") format("woff"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/light/opensans-300.ttf") format("truetype"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/light/opensans-300.svg#Open Sans") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/regular/opensans-400.eot");
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/regular/opensans-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/regular/opensans-400.woff2") format("woff2"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/regular/opensans-400.woff") format("woff"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/regular/opensans-400.ttf") format("truetype"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/regular/opensans-400.svg#Open Sans") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/semibold/opensans-600.eot");
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/semibold/opensans-600.eot?#iefix") format("embedded-opentype"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/semibold/opensans-600.woff2") format("woff2"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/semibold/opensans-600.woff") format("woff"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/semibold/opensans-600.ttf") format("truetype"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/semibold/opensans-600.svg#Open Sans") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/bold/opensans-700.eot");
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/bold/opensans-700.eot?#iefix") format("embedded-opentype"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/bold/opensans-700.woff2") format("woff2"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/bold/opensans-700.woff") format("woff"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/bold/opensans-700.ttf") format("truetype"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/opensans/bold/opensans-700.svg#Open Sans") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* line 4114, ../scss/styles-m.scss */
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 4120, ../scss/styles-m.scss */
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
/* line 4127, ../scss/styles-m.scss */
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* line 4135, ../scss/styles-m.scss */
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
/* line 4146, ../scss/styles-m.scss */
.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;
}
/* line 4155, ../scss/styles-m.scss */
.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;
}
/* line 4166, ../scss/styles-m.scss */
.table-wrapper {
  margin-bottom: 20px;
}
/* line 4170, ../scss/styles-m.scss */
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 4181, ../scss/styles-m.scss */
.table tfoot {
  background: #f5f5f5;
}
/* line 4184, ../scss/styles-m.scss */
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
/* line 4189, ../scss/styles-m.scss */
.table tfoot th,
.table tfoot td {
  border: 0;
}
/* line 4192, ../scss/styles-m.scss */
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
/* line 4199, ../scss/styles-m.scss */
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
/* line 4208, ../scss/styles-m.scss */
.message.info a {
  color: #006bb4;
}
/* line 4210, ../scss/styles-m.scss */
.message.info a:hover,
.message.info a:active {
  color: #006bb4;
}
/* line 4214, ../scss/styles-m.scss */
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
/* line 4235, ../scss/styles-m.scss */
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
/* line 4244, ../scss/styles-m.scss */
.message.error a {
  color: #006bb4;
}
/* line 4246, ../scss/styles-m.scss */
.message.error a:hover,
.message.error a:active {
  color: #006bb4;
}
/* line 4250, ../scss/styles-m.scss */
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
/* line 4271, ../scss/styles-m.scss */
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
/* line 4280, ../scss/styles-m.scss */
.message.warning a {
  color: #006bb4;
}
/* line 4282, ../scss/styles-m.scss */
.message.warning a:hover,
.message.warning a:active {
  color: #006bb4;
}
/* line 4286, ../scss/styles-m.scss */
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
/* line 4307, ../scss/styles-m.scss */
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
/* line 4316, ../scss/styles-m.scss */
.message.notice a {
  color: #006bb4;
}
/* line 4318, ../scss/styles-m.scss */
.message.notice a:hover,
.message.notice a:active {
  color: #006bb4;
}
/* line 4322, ../scss/styles-m.scss */
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
/* line 4343, ../scss/styles-m.scss */
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
/* line 4352, ../scss/styles-m.scss */
.message.success a {
  color: #006bb4;
}
/* line 4354, ../scss/styles-m.scss */
.message.success a:hover,
.message.success a:active {
  color: #006bb4;
}
/* line 4358, ../scss/styles-m.scss */
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
/* line 4382, ../scss/styles-m.scss */
.panel.header .links,
.panel.header .switcher {
  display: none;
}
/* line 4387, ../scss/styles-m.scss */
.nav-sections {
  background: #f0f0f0;
}
/* line 4391, ../scss/styles-m.scss */
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  right: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
/* line 4401, ../scss/styles-m.scss */
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 4416, ../scss/styles-m.scss */
.nav-toggle:hover:before {
  color: #333;
}
/* line 4419, ../scss/styles-m.scss */
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 4431, ../scss/styles-m.scss */
.tooltip.wrapper {
  position: relative;
}
/* line 4433, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
/* line 4448, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
/* line 4455, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
/* line 4459, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
/* line 4463, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
/* line 4466, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
/* line 4471, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
/* line 4477, ../scss/styles-m.scss */
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
/* line 4479, ../scss/styles-m.scss */
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content {
  display: block;
}
/* line 4483, ../scss/styles-m.scss */
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
/* line 4487, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
/* line 4490, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
/* line 4493, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
/* line 4499, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
/* line 4501, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
/* line 4505, ../scss/styles-m.scss */
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
/* line 4511, ../scss/styles-m.scss */
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
/* line 4516, ../scss/styles-m.scss */
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
/* line 4525, ../scss/styles-m.scss */
.load.indicator:before {
  background: transparent url("../../frontend/Videofun/videofuntheme/en_US/images/loader-2.gif") no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 4539, ../scss/styles-m.scss */
.load.indicator > span {
  display: none;
}
/* line 4544, ../scss/styles-m.scss */
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
/* line 4554, ../scss/styles-m.scss */
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
/* line 4563, ../scss/styles-m.scss */
.loading-mask .loader > p {
  display: none;
}
/* line 4569, ../scss/styles-m.scss */
body > .loading-mask {
  z-index: 9999;
}
/* line 4573, ../scss/styles-m.scss */
._block-content-loading {
  position: relative;
}
/* line 4577, ../scss/styles-m.scss */
.fieldset {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: -.31em;
}
/* line 4583, ../scss/styles-m.scss */
.fieldset > * {
  letter-spacing: normal;
}
/* line 4586, ../scss/styles-m.scss */
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
/* line 4595, ../scss/styles-m.scss */
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* line 4604, ../scss/styles-m.scss */
.fieldset:last-child {
  margin-bottom: 0;
}
/* line 4608, ../scss/styles-m.scss */
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
/* line 4611, ../scss/styles-m.scss */
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
/* line 4615, ../scss/styles-m.scss */
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
/* line 4618, ../scss/styles-m.scss */
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
/* line 4621, ../scss/styles-m.scss */
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
/* line 4624, ../scss/styles-m.scss */
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
/* line 4627, ../scss/styles-m.scss */
.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;
}
/* line 4631, ../scss/styles-m.scss */
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
/* line 4634, ../scss/styles-m.scss */
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
/* line 4638, ../scss/styles-m.scss */
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
/* line 4641, ../scss/styles-m.scss */
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
/* line 4644, ../scss/styles-m.scss */
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
/* line 4647, ../scss/styles-m.scss */
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
/* line 4650, ../scss/styles-m.scss */
.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%;
}
/* line 4659, ../scss/styles-m.scss */
.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;
}
/* line 4669, ../scss/styles-m.scss */
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
/* line 4690, ../scss/styles-m.scss */
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: .5;
}
/* line 4693, ../scss/styles-m.scss */
.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,
.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,
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
/* line 4696, ../scss/styles-m.scss */
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
/* line 4702, ../scss/styles-m.scss */
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
/* line 4705, ../scss/styles-m.scss */
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
/* line 4711, ../scss/styles-m.scss */
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
/* line 4718, ../scss/styles-m.scss */
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 4731, ../scss/styles-m.scss */
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 4741, ../scss/styles-m.scss */
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
/* line 4750, ../scss/styles-m.scss */
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
/* line 4756, ../scss/styles-m.scss */
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
/* line 4759, ../scss/styles-m.scss */
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
/* line 4766, ../scss/styles-m.scss */
.legend + .fieldset,
.legend + div {
  clear: both;
}
/* line 4770, ../scss/styles-m.scss */
.legend > span {
  margin-right: 5px;
}
/* line 4775, ../scss/styles-m.scss */
fieldset.field {
  border: 0;
  padding: 0;
}
/* line 4781, ../scss/styles-m.scss */
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
/* line 4786, ../scss/styles-m.scss */
.field .message.warning {
  margin-top: 10px;
}
/* line 4791, ../scss/styles-m.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url("../../frontend/Videofun/videofuntheme/en_US/images/select-bg.svg") no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 1px solid #ccc;
  height: 32px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
}
/* line 4803, ../scss/styles-m.scss */
select::-ms-expand {
  display: none;
}
/* line 4808, ../scss/styles-m.scss */
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
/* line 4813, ../scss/styles-m.scss */
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
/* line 4817, ../scss/styles-m.scss */
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
/* line 4822, ../scss/styles-m.scss */
.field .tooltip {
  position: relative;
}
/* line 4824, ../scss/styles-m.scss */
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
/* line 4839, ../scss/styles-m.scss */
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
/* line 4846, ../scss/styles-m.scss */
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
/* line 4850, ../scss/styles-m.scss */
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
/* line 4854, ../scss/styles-m.scss */
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
/* line 4857, ../scss/styles-m.scss */
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
/* line 4862, ../scss/styles-m.scss */
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
/* line 4868, ../scss/styles-m.scss */
.field .tooltip .tooltip-toggle {
  cursor: help;
}
/* line 4870, ../scss/styles-m.scss */
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content {
  display: block;
}
/* line 4874, ../scss/styles-m.scss */
.field .tooltip:hover .tooltip-content {
  display: block;
}
/* line 4877, ../scss/styles-m.scss */
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
/* line 4883, ../scss/styles-m.scss */
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
/* line 4887, ../scss/styles-m.scss */
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
/* line 4903, ../scss/styles-m.scss */
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active,
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
/* line 4907, ../scss/styles-m.scss */
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 4914, ../scss/styles-m.scss */
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 4921, ../scss/styles-m.scss */
._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;
}
/* line 4931, ../scss/styles-m.scss */
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 4946, ../scss/styles-m.scss */
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
/* line 4952, ../scss/styles-m.scss */
.sidebar .fieldset {
  margin: 0;
}
/* line 4954, ../scss/styles-m.scss */
.sidebar .fieldset > .field:not(.choice):not(:last-child) {
  margin: 0 0 20px;
}
/* line 4958, ../scss/styles-m.scss */
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
/* line 4961, ../scss/styles-m.scss */
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
/* line 4967, ../scss/styles-m.scss */
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
/* line 4971, ../scss/styles-m.scss */
.sidebar .fieldset > .field:not(.choice) .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
/* line 4977, ../scss/styles-m.scss */
.sidebar .fieldset > .field:not(.choice) .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Luma-Icons.eot");
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Luma-Icons.eot?#iefix") format("embedded-opentype"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/Luma-Icons.woff2") format("woff2"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/Luma-Icons.woff") format("woff"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/Luma-Icons.ttf") format("truetype"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/Luma-Icons.svg#luma-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4991, ../scss/styles-m.scss */
button,
a.action.primary {
  border-radius: 0px;
}
/* line 4995, ../scss/styles-m.scss */
button:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 4997, ../scss/styles-m.scss */
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
/* line 5002, ../scss/styles-m.scss */
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
/* line 5006, ../scss/styles-m.scss */
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
/* line 5009, ../scss/styles-m.scss */
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
/* line 5014, ../scss/styles-m.scss */
.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
/* line 5027, ../scss/styles-m.scss */
.action.primary:focus,
.action.primary:active,
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
/* line 5032, ../scss/styles-m.scss */
.action.primary.disabled,
.action.primary[disabled] {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 5039, ../scss/styles-m.scss */
fieldset[disabled] .action.primary {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 5045, ../scss/styles-m.scss */
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 5053, ../scss/styles-m.scss */
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
/* line 5057, ../scss/styles-m.scss */
.product.data.items > .item.title > .switch {
  display: block;
}
/* line 5061, ../scss/styles-m.scss */
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
/* line 5066, ../scss/styles-m.scss */
.product.data.items > .item.content:before {
  content: '';
  display: table;
}
/* line 5070, ../scss/styles-m.scss */
.product.data.items > .item.content:after {
  content: '';
  display: table;
  clear: both;
}
/* line 5075, ../scss/styles-m.scss */
.product.data.items > .item.content.active {
  display: block;
}
/* line 5079, ../scss/styles-m.scss */
.product.data.items > .item.title {
  margin: 0;
}
/* line 5081, ../scss/styles-m.scss */
.product.data.items > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
/* line 5090, ../scss/styles-m.scss */
.product.data.items > .item.title > .switch:visited,
.product.data.items > .item.title > .switch:hover,
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
/* line 5095, ../scss/styles-m.scss */
.product.data.items > .item.title:not(.disabled) > .switch:active {
  padding-bottom: 1px;
}
/* line 5098, ../scss/styles-m.scss */
.product.data.items > .item.title.active > .switch {
  padding-bottom: 1px;
}
/* line 5100, ../scss/styles-m.scss */
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  padding-bottom: 1px;
}
/* line 5105, ../scss/styles-m.scss */
.product.data.items > .item.content {
  background: #fff;
  margin: 0;
  padding: 10px 10px 30px;
}
/* line 5112, ../scss/styles-m.scss */
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
/* line 5115, ../scss/styles-m.scss */
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 1px;
}
/* line 5134, ../scss/styles-m.scss */
.product.data.items .item.title.active a:after {
  content: '\e621';
}
/* line 5138, ../scss/styles-m.scss */
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
/* line 5141, ../scss/styles-m.scss */
.product.data.items .table-wrapper {
  margin: 0;
}
/* line 5147, ../scss/styles-m.scss */
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 5157, ../scss/styles-m.scss */
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
/* line 5168, ../scss/styles-m.scss */
.pages .item {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 30px;
  margin: 0 8px 0 0;
  display: inline-block;
}
/* line 5175, ../scss/styles-m.scss */
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 5186, ../scss/styles-m.scss */
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
/* line 5191, ../scss/styles-m.scss */
.pages a.page:visited {
  color: #006bb4;
}
/* line 5194, ../scss/styles-m.scss */
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
/* line 5198, ../scss/styles-m.scss */
.pages a.page:active {
  color: #ff5501;
}
/* line 5202, ../scss/styles-m.scss */
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 30px;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
/* line 5213, ../scss/styles-m.scss */
.pages .action {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
/* line 5220, ../scss/styles-m.scss */
.pages .action:visited {
  color: #7d7d7d;
}
/* line 5223, ../scss/styles-m.scss */
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
/* line 5228, ../scss/styles-m.scss */
.pages .action:active {
  color: #7d7d7d;
}
/* line 5231, ../scss/styles-m.scss */
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
/* line 5234, ../scss/styles-m.scss */
.pages .action.next:visited:before,
.pages .action.next:active:before {
  color: #7d7d7d;
}
/* line 5237, ../scss/styles-m.scss */
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 5247, ../scss/styles-m.scss */
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 5263, ../scss/styles-m.scss */
.pages .action.next:hover:before,
.pages .action.next:active:before {
  color: #7d7d7d;
}
/* line 5267, ../scss/styles-m.scss */
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
  margin-right: 8px;
}
/* line 5270, ../scss/styles-m.scss */
.pages .action.previous:visited:before,
.pages .action.previous:active:before {
  color: #7d7d7d;
}
/* line 5273, ../scss/styles-m.scss */
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 5283, ../scss/styles-m.scss */
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 5299, ../scss/styles-m.scss */
.pages .action.previous:hover:before,
.pages .action.previous:active:before {
  color: #7d7d7d;
}
/* line 5307, ../scss/styles-m.scss */
.pages .action.next {
  margin-left: 8px;
}
/* line 5314, ../scss/styles-m.scss */
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
/* line 5318, ../scss/styles-m.scss */
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
/* line 5321, ../scss/styles-m.scss */
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child,
.actions-toolbar > .primary:last-child {
  margin-bottom: 0;
}
/* line 5325, ../scss/styles-m.scss */
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
/* line 5328, ../scss/styles-m.scss */
.actions-toolbar > .secondary .action.back {
  display: none;
}
/* line 5334, ../scss/styles-m.scss */
.breadcrumbs {
  margin: 0 0 15px;
}
/* line 5336, ../scss/styles-m.scss */
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 5342, ../scss/styles-m.scss */
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
/* line 5347, ../scss/styles-m.scss */
.breadcrumbs .item {
  margin: 0;
}
/* line 5350, ../scss/styles-m.scss */
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
/* line 5353, ../scss/styles-m.scss */
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 5357, ../scss/styles-m.scss */
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 5361, ../scss/styles-m.scss */
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
/* line 5366, ../scss/styles-m.scss */
.breadcrumbs strong {
  font-weight: 400;
}
/* line 5369, ../scss/styles-m.scss */
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
/* line 5372, ../scss/styles-m.scss */
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 5390, ../scss/styles-m.scss */
.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;
}
/* line 5409, ../scss/styles-m.scss */
.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;
}
/* line 5419, ../scss/styles-m.scss */
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 5435, ../scss/styles-m.scss */
.ui-dialog.popup .action.close:hover:before,
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
/* line 5438, ../scss/styles-m.scss */
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active,
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
/* line 5442, ../scss/styles-m.scss */
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 5449, ../scss/styles-m.scss */
fieldset[disabled] .ui-dialog.popup .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 5455, ../scss/styles-m.scss */
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
/* line 5459, ../scss/styles-m.scss */
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
/* line 5463, ../scss/styles-m.scss */
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
/* line 5471, ../scss/styles-m.scss */
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
/* line 5478, ../scss/styles-m.scss */
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
/* line 5488, ../scss/styles-m.scss */
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
/* line 5493, ../scss/styles-m.scss */
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
/* line 5499, ../scss/styles-m.scss */
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
/* line 5503, ../scss/styles-m.scss */
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
/* line 5508, ../scss/styles-m.scss */
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ": ";
  font-size: 1.1rem;
}
/* line 5513, ../scss/styles-m.scss */
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
/* line 5517, ../scss/styles-m.scss */
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
/* line 5523, ../scss/styles-m.scss */
.modals-overlay {
  z-index: 899;
}
/* line 5527, ../scss/styles-m.scss */
.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;
}
/* line 5540, ../scss/styles-m.scss */
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
/* line 5547, ../scss/styles-m.scss */
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 5552, ../scss/styles-m.scss */
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
/* line 5559, ../scss/styles-m.scss */
.modal-slide {
  left: 44px;
  z-index: 900;
}
/* line 5562, ../scss/styles-m.scss */
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 5566, ../scss/styles-m.scss */
.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;
}
/* line 5577, ../scss/styles-m.scss */
.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;
}
/* line 5586, ../scss/styles-m.scss */
.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;
}
/* line 5592, ../scss/styles-m.scss */
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
/* line 5595, ../scss/styles-m.scss */
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
/* line 5599, ../scss/styles-m.scss */
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
/* line 5602, ../scss/styles-m.scss */
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
/* line 5608, ../scss/styles-m.scss */
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
/* line 5612, ../scss/styles-m.scss */
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 5616, ../scss/styles-m.scss */
.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;
}
/* line 5635, ../scss/styles-m.scss */
.modal-popup._inner-scroll {
  overflow-y: visible;
}
/* line 5640, ../scss/styles-m.scss */
.ie11 .modal-popup._inner-scroll,
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
/* line 5644, ../scss/styles-m.scss */
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
/* line 5648, ../scss/styles-m.scss */
.ie11 .modal-popup._inner-scroll .modal-inner-wrap,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
/* line 5653, ../scss/styles-m.scss */
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
/* line 5656, ../scss/styles-m.scss */
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
/* line 5660, ../scss/styles-m.scss */
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 5666, ../scss/styles-m.scss */
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
/* line 5670, ../scss/styles-m.scss */
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
/* line 5675, ../scss/styles-m.scss */
.modal-popup .modal-footer-actions {
  text-align: right;
}
/* line 5680, ../scss/styles-m.scss */
.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;
}
/* line 5698, ../scss/styles-m.scss */
.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,
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
/* line 5703, ../scss/styles-m.scss */
.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] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 5710, ../scss/styles-m.scss */
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 5717, ../scss/styles-m.scss */
.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;
}
/* line 5728, ../scss/styles-m.scss */
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 5745, ../scss/styles-m.scss */
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before,
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
/* line 5749, ../scss/styles-m.scss */
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
/* line 5753, ../scss/styles-m.scss */
.modal-custom .action-close {
  margin: 25px;
}
/* line 5758, ../scss/styles-m.scss */
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
/* line 5767, ../scss/styles-m.scss */
.modal-popup .action-close {
  padding: 20px;
}
/* line 5773, ../scss/styles-m.scss */
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
/* line 5776, ../scss/styles-m.scss */
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
/* line 5782, ../scss/styles-m.scss */
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
/* line 5791, ../scss/styles-m.scss */
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/* line 5801, ../scss/styles-m.scss */
.payment-method-braintree .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
/* line 5816, ../scss/styles-m.scss */
.payment-method-braintree .hosted-control:disabled {
  opacity: .5;
}
/* line 5819, ../scss/styles-m.scss */
.payment-method-braintree .hosted-control::-moz-placeholder,
.payment-method-braintree .hosted-control::-webkit-input-placeholder,
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #575757;
}
/* line 5822, ../scss/styles-m.scss */
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
/* line 5825, ../scss/styles-m.scss */
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
/* line 5827, ../scss/styles-m.scss */
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
/* line 5832, ../scss/styles-m.scss */
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
/* line 5835, ../scss/styles-m.scss */
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
/* line 5838, ../scss/styles-m.scss */
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
/* line 5842, ../scss/styles-m.scss */
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
/* line 5844, ../scss/styles-m.scss */
.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;
}
/* line 5856, ../scss/styles-m.scss */
.payment-method-braintree .field-tooltip {
  right: 0;
}
/* line 5859, ../scss/styles-m.scss */
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
/* line 5869, ../scss/styles-m.scss */
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
/* line 5874, ../scss/styles-m.scss */
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
/* line 5878, ../scss/styles-m.scss */
.braintree-paypal-account:before {
  background-image: url("../../frontend/Videofun/videofuntheme/en_US/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;
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
/* line 5894, ../scss/styles-m.scss */
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
/* line 5897, ../scss/styles-m.scss */
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
/* line 5902, ../scss/styles-m.scss */
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 5908, ../scss/styles-m.scss */
.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;
}
/* line 5920, ../scss/styles-m.scss */
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active,
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
/* line 5924, ../scss/styles-m.scss */
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 5931, ../scss/styles-m.scss */
fieldset[disabled] .action-braintree-paypal-logo {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 5937, ../scss/styles-m.scss */
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
/* line 5942, ../scss/styles-m.scss */
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
/* line 5947, ../scss/styles-m.scss */
.account .table .col.paypal-account img,
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
/* line 5952, ../scss/styles-m.scss */
.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10px 0 15px;
  text-align: center;
}
/* line 5957, ../scss/styles-m.scss */
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
/* line 5960, ../scss/styles-m.scss */
.block-category-event .block-title {
  margin: 0 0 10px;
}
/* line 5962, ../scss/styles-m.scss */
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
/* line 5967, ../scss/styles-m.scss */
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 5971, ../scss/styles-m.scss */
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
/* line 5975, ../scss/styles-m.scss */
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
/* line 5979, ../scss/styles-m.scss */
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
/* line 5985, ../scss/styles-m.scss */
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
/* line 5988, ../scss/styles-m.scss */
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
/* line 5992, ../scss/styles-m.scss */
.block-category-event .dates .date {
  font-size: 1.8rem;
}
/* line 5995, ../scss/styles-m.scss */
.block-category-event .dates .time {
  display: block;
}
/* line 5998, ../scss/styles-m.scss */
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
/* line 6001, ../scss/styles-m.scss */
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/* line 6014, ../scss/styles-m.scss */
.multicheckout .title {
  margin-bottom: 30px;
}
/* line 6016, ../scss/styles-m.scss */
.multicheckout .title strong {
  font-weight: 400;
}
/* line 6020, ../scss/styles-m.scss */
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
/* line 6022, ../scss/styles-m.scss */
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
/* line 6026, ../scss/styles-m.scss */
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
/* line 6029, ../scss/styles-m.scss */
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
/* line 6035, ../scss/styles-m.scss */
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
/* line 6038, ../scss/styles-m.scss */
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
/* line 6042, ../scss/styles-m.scss */
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
/* line 6044, ../scss/styles-m.scss */
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
/* line 6046, ../scss/styles-m.scss */
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
/* line 6052, ../scss/styles-m.scss */
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
/* line 6056, ../scss/styles-m.scss */
.multicheckout .item-options {
  margin: 10px 0 0;
}
/* line 6060, ../scss/styles-m.scss */
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
/* line 6063, ../scss/styles-m.scss */
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
/* line 6067, ../scss/styles-m.scss */
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
/* line 6071, ../scss/styles-m.scss */
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
/* line 6074, ../scss/styles-m.scss */
.multicheckout .block-title strong span {
  color: #a6a6a6;
}
/* line 6077, ../scss/styles-m.scss */
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 6078, ../scss/styles-m.scss */
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
/* line 6085, ../scss/styles-m.scss */
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
/* line 6088, ../scss/styles-m.scss */
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
/* line 6093, ../scss/styles-m.scss */
.multicheckout .box-title span {
  margin-right: 10px;
}
/* line 6096, ../scss/styles-m.scss */
.multicheckout .box-title > .action {
  margin: 0;
}
/* line 6100, ../scss/styles-m.scss */
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
/* line 6103, ../scss/styles-m.scss */
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
/* line 6105, ../scss/styles-m.scss */
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
/* line 6109, ../scss/styles-m.scss */
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
/* line 6112, ../scss/styles-m.scss */
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
/* line 6118, ../scss/styles-m.scss */
[class^='multishipping-'] .logo {
  margin-left: 0;
}
/* line 6122, ../scss/styles-m.scss */
.multishipping-checkout-success .nav-sections {
  display: block;
}
/* line 6126, ../scss/styles-m.scss */
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
/* line 6130, ../scss/styles-m.scss */
.paypal {
  display: inline-block;
  vertical-align: top;
}
/* line 6135, ../scss/styles-m.scss */
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
/* line 6139, ../scss/styles-m.scss */
.paypal img {
  display: block;
  margin: 5px auto 0;
}
/* line 6144, ../scss/styles-m.scss */
.opc .paypal {
  vertical-align: middle;
}
/* line 6148, ../scss/styles-m.scss */
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
/* line 6153, ../scss/styles-m.scss */
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
/* line 6158, ../scss/styles-m.scss */
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
/* line 6163, ../scss/styles-m.scss */
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
/* line 6166, ../scss/styles-m.scss */
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
/* line 6168, ../scss/styles-m.scss */
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
/* line 6172, ../scss/styles-m.scss */
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
/* line 6178, ../scss/styles-m.scss */
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
/* line 6181, ../scss/styles-m.scss */
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
/* line 6186, ../scss/styles-m.scss */
.paypal-review .item-options dt {
  display: inline-block;
}
/* line 6188, ../scss/styles-m.scss */
.paypal-review .item-options dt:after {
  content: ': ';
}
/* line 6192, ../scss/styles-m.scss */
.paypal-review .item-options dd {
  margin: 0;
}
/* line 6198, ../scss/styles-m.scss */
.paypal-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
/* line 6205, ../scss/styles-m.scss */
.fotorama-video-container:after {
  background: url(../../frontend/Videofun/videofuntheme/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
/* line 6217, ../scss/styles-m.scss */
.fotorama-video-container .magnify-lens {
  display: none !important;
}
/* line 6221, ../scss/styles-m.scss */
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
/* line 6224, ../scss/styles-m.scss */
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
/* line 6230, ../scss/styles-m.scss */
.video-thumb-icon:after {
  background: url(../../frontend/Videofun/videofuntheme/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
/* line 6243, ../scss/styles-m.scss */
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* line 6252, ../scss/styles-m.scss */
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
/* line 6262, ../scss/styles-m.scss */
.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;
}
/* line 6274, ../scss/styles-m.scss */
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  /* line 6279, ../scss/styles-m.scss */
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/* line 6285, ../scss/styles-m.scss */
.opc-wrapper .form-discount {
  max-width: 500px;
}
/* line 6289, ../scss/styles-m.scss */
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
/* line 6292, ../scss/styles-m.scss */
.minilist .weee:before {
  display: none;
}
/* line 6297, ../scss/styles-m.scss */
.price-container.weee:before {
  display: none;
}
/* line 6302, ../scss/styles-m.scss */
.column .block-addbysku .fieldset {
  margin: 0;
}
/* line 6304, ../scss/styles-m.scss */
.column .block-addbysku .fieldset .fields {
  position: relative;
}
/* line 6306, ../scss/styles-m.scss */
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
/* line 6311, ../scss/styles-m.scss */
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
/* line 6318, ../scss/styles-m.scss */
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
/* line 6323, ../scss/styles-m.scss */
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
/* line 6326, ../scss/styles-m.scss */
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
/* line 6330, ../scss/styles-m.scss */
.column .block-addbysku .block-content .actions-toolbar:before {
  content: '';
  display: table;
}
/* line 6334, ../scss/styles-m.scss */
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
  clear: both;
}
/* line 6339, ../scss/styles-m.scss */
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
  display: inline-block;
}
/* line 6343, ../scss/styles-m.scss */
.column .block-addbysku .block-content .actions-toolbar .secondary,
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
/* line 6346, ../scss/styles-m.scss */
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
/* line 6349, ../scss/styles-m.scss */
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
/* line 6352, ../scss/styles-m.scss */
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
/* line 6356, ../scss/styles-m.scss */
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
/* line 6360, ../scss/styles-m.scss */
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
/* line 6366, ../scss/styles-m.scss */
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 6376, ../scss/styles-m.scss */
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 6392, ../scss/styles-m.scss */
.column .block-addbysku .action.add:hover:before,
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
/* line 6396, ../scss/styles-m.scss */
.column .block-addbysku .reset {
  margin: 7px 0;
}
/* line 6399, ../scss/styles-m.scss */
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
/* line 6406, ../scss/styles-m.scss */
.block-cart-failed {
  margin: 40px 0;
}
/* line 6408, ../scss/styles-m.scss */
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
/* line 6410, ../scss/styles-m.scss */
.block-cart-failed .block-title strong {
  font-weight: 300;
}
/* line 6414, ../scss/styles-m.scss */
.block-cart-failed .actions {
  text-align: center;
}
/* line 6416, ../scss/styles-m.scss */
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
/* line 6423, ../scss/styles-m.scss */
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
/* line 6427, ../scss/styles-m.scss */
.bundle-actions {
  margin: 0 0 30px;
}
/* line 6431, ../scss/styles-m.scss */
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
/* line 6434, ../scss/styles-m.scss */
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
/* line 6444, ../scss/styles-m.scss */
.bundle-options-container .product-add-form {
  display: none;
}
/* line 6447, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
/* line 6449, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
/* line 6452, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
/* line 6458, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
/* line 6461, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
/* line 6465, ../scss/styles-m.scss */
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
/* line 6470, ../scss/styles-m.scss */
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
/* line 6474, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
/* line 6476, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
/* line 6487, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
/* line 6492, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
/* line 6494, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
/* line 6499, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
/* line 6501, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
/* line 6504, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
/* line 6513, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
/* line 6516, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
/* line 6518, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
/* line 6520, ../scss/styles-m.scss */
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
/* line 6526, ../scss/styles-m.scss */
.bundle-options-container p.required {
  color: #e02b27;
}
/* line 6529, ../scss/styles-m.scss */
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
/* line 6532, ../scss/styles-m.scss */
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
/* line 6536, ../scss/styles-m.scss */
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
/* line 6539, ../scss/styles-m.scss */
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
/* line 6543, ../scss/styles-m.scss */
.bundle-options-container .price {
  font-weight: 600;
}
/* line 6546, ../scss/styles-m.scss */
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #ccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
/* line 6554, ../scss/styles-m.scss */
.products {
  margin: 30px 0;
}
/* line 6558, ../scss/styles-m.scss */
.product-item {
  vertical-align: top;
}
/* line 6562, ../scss/styles-m.scss */
.products-grid .product-item {
  display: inline-block;
  width: 50%;
}
/* line 6567, ../scss/styles-m.scss */
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 6579, ../scss/styles-m.scss */
.product-item-info {
  max-width: 100%;
  width: 152px;
}
/* line 6585, ../scss/styles-m.scss */
.product-item-actions {
  display: none;
}
/* line 6587, ../scss/styles-m.scss */
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
/* line 6599, ../scss/styles-m.scss */
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
/* line 6603, ../scss/styles-m.scss */
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 6611, ../scss/styles-m.scss */
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 6617, ../scss/styles-m.scss */
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
/* line 6621, ../scss/styles-m.scss */
.product-item-description {
  margin: 25px 0;
}
/* line 6627, ../scss/styles-m.scss */
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
/* line 6630, ../scss/styles-m.scss */
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
/* line 6636, ../scss/styles-m.scss */
.product-item .price-box {
  margin: 10px 0 25px;
}
/* line 6638, ../scss/styles-m.scss */
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
/* line 6642, ../scss/styles-m.scss */
.product-item .price-box .price-label {
  color: #666;
  font-size: 12px;
}
/* line 6647, ../scss/styles-m.scss */
.product-item .old-price {
  margin: 5px 0;
}
/* line 6649, ../scss/styles-m.scss */
.product-item .old-price .price {
  font-weight: normal;
}
/* line 6653, ../scss/styles-m.scss */
.product-item .regular-price .price-label {
  display: none;
}
/* line 6656, ../scss/styles-m.scss */
.product-item .minimal-price .price-container {
  display: block;
}
/* line 6659, ../scss/styles-m.scss */
.product-item .minimal-price-link {
  margin-top: 5px;
}
/* line 6662, ../scss/styles-m.scss */
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
/* line 6665, ../scss/styles-m.scss */
.product-item .tocompare:before {
  content: '\e61e';
}
/* line 6668, ../scss/styles-m.scss */
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
/* line 6679, ../scss/styles-m.scss */
.column.main .product-items {
  margin-left: -20px;
}
/* line 6682, ../scss/styles-m.scss */
.column.main .product-item {
  padding-left: 20px;
}
/* line 6688, ../scss/styles-m.scss */
.price-container .price {
  font-size: 1.4rem;
}
/* line 6691, ../scss/styles-m.scss */
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
/* line 6694, ../scss/styles-m.scss */
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price {
  font-size: 1.1rem;
}
/* line 6698, ../scss/styles-m.scss */
.price-container .weee .price {
  font-size: 1.1rem;
}
/* line 6702, ../scss/styles-m.scss */
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
/* line 6706, ../scss/styles-m.scss */
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
/* line 6709, ../scss/styles-m.scss */
.price-container .weee:after {
  content: ')';
}
/* line 6712, ../scss/styles-m.scss */
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
/* line 6719, ../scss/styles-m.scss */
.products-list .product-item {
  display: table;
  width: 100%;
}
/* line 6723, ../scss/styles-m.scss */
.products-list .product-item-info {
  display: table-row;
}
/* line 6726, ../scss/styles-m.scss */
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
/* line 6732, ../scss/styles-m.scss */
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
/* line 6738, ../scss/styles-m.scss */
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
/* line 6744, ../scss/styles-m.scss */
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
/* line 6747, ../scss/styles-m.scss */
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
/* line 6754, ../scss/styles-m.scss */
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  position: absolute;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
/* line 6765, ../scss/styles-m.scss */
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
/* line 6769, ../scss/styles-m.scss */
.page-with-filter .toolbar-amount {
  position: static;
}
/* line 6773, ../scss/styles-m.scss */
.toolbar-products {
  background-color: transparent;
  display: none;
}
/* line 6775, ../scss/styles-m.scss */
.toolbar-products .pages {
  display: none;
}
/* line 6780, ../scss/styles-m.scss */
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
/* line 6784, ../scss/styles-m.scss */
.toolbar .pages {
  margin-bottom: 25px;
}
/* line 6788, ../scss/styles-m.scss */
.sorter {
  float: right;
}
/* line 6792, ../scss/styles-m.scss */
.page-products .sorter {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
/* line 6799, ../scss/styles-m.scss */
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
/* line 6803, ../scss/styles-m.scss */
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
/* line 6808, ../scss/styles-m.scss */
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
/* line 6811, ../scss/styles-m.scss */
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 6826, ../scss/styles-m.scss */
.sorter-action:hover:before {
  color: #333;
}
/* line 6829, ../scss/styles-m.scss */
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 6839, ../scss/styles-m.scss */
.sorter-action.sort-desc:before {
  content: '\e614';
}
/* line 6844, ../scss/styles-m.scss */
.modes {
  display: none;
}
/* line 6848, ../scss/styles-m.scss */
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
/* line 6853, ../scss/styles-m.scss */
.limiter-label {
  font-weight: 400;
}
/* line 6857, ../scss/styles-m.scss */
.page-products .toolbar .limiter {
  display: none;
}
/* line 6861, ../scss/styles-m.scss */
.limiter .control {
  display: inline-block;
}
/* line 6865, ../scss/styles-m.scss */
.old-price,
.old.price {
  color: #666;
}
/* line 6871, ../scss/styles-m.scss */
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
/* line 6874, ../scss/styles-m.scss */
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
/* line 6878, ../scss/styles-m.scss */
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
/* line 6880, ../scss/styles-m.scss */
.prices-tier .price-container .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
/* line 6886, ../scss/styles-m.scss */
.actual-price {
  font-weight: 700;
}
/* line 6890, ../scss/styles-m.scss */
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 0.7;
}
/* line 6897, ../scss/styles-m.scss */
.category-cms,
.category-image,
.category-description {
  margin-bottom: 0px;
}
/* line 6901, ../scss/styles-m.scss */
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
/* line 6906, ../scss/styles-m.scss */
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  /* z-index: 1;*/
}
/* line 6914, ../scss/styles-m.scss */
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 160px;
  width: auto;
}
/* line 6929, ../scss/styles-m.scss */
.product.media .placeholder .photo.container {
  max-width: 100%;
}
/* line 6932, ../scss/styles-m.scss */
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
/* line 6938, ../scss/styles-m.scss */
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 6942, ../scss/styles-m.scss */
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
  margin: 1rem 0 0;
}
/* line 6947, ../scss/styles-m.scss */
.product.media .items.thumbs img {
  display: block;
}
/* line 6950, ../scss/styles-m.scss */
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
/* line 6956, ../scss/styles-m.scss */
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
/* line 6959, ../scss/styles-m.scss */
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
/* line 6963, ../scss/styles-m.scss */
.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;
}
/* line 6966, ../scss/styles-m.scss */
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
/* line 6969, ../scss/styles-m.scss */
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
/* line 6978, ../scss/styles-m.scss */
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
/* line 6984, ../scss/styles-m.scss */
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
/* line 6988, ../scss/styles-m.scss */
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
/* line 6991, ../scss/styles-m.scss */
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
/* line 6996, ../scss/styles-m.scss */
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax {
  font-size: 1.4rem;
}
/* line 6999, ../scss/styles-m.scss */
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
/* line 7000, ../scss/styles-m.scss */
.product-info-main .product-info-price .weee + .price-excluding-tax {
  font-size: 1.4rem;
}
/* line 7005, ../scss/styles-m.scss */
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
/* line 7011, ../scss/styles-m.scss */
.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;
}
/* line 7017, ../scss/styles-m.scss */
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
/* line 7022, ../scss/styles-m.scss */
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
/* line 7026, ../scss/styles-m.scss */
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
/* line 7029, ../scss/styles-m.scss */
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
/* line 7033, ../scss/styles-m.scss */
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
/* line 7040, ../scss/styles-m.scss */
.product-info-main .stock {
  margin: 0 0 3px;
}
/* line 7042, ../scss/styles-m.scss */
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
/* line 7049, ../scss/styles-m.scss */
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
/* line 7052, ../scss/styles-m.scss */
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
/* line 7055, ../scss/styles-m.scss */
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
/* line 7059, ../scss/styles-m.scss */
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
/* line 7063, ../scss/styles-m.scss */
.product-info-main .product.attribute.overview {
  margin: 20px 0;
  float: left;
  display: inline-flex;
  order: 2;
}
/* line 7067, ../scss/styles-m.scss */
.product-info-main .product.alert {
  margin: 10px 0;
}
/* line 7071, ../scss/styles-m.scss */
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
/* line 7075, ../scss/styles-m.scss */
.product-info-main .product-reviews-summary {
  float: left;
}
/* line 7078, ../scss/styles-m.scss */
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 0px;
  margin-bottom: 0;
}
/* line 7085, ../scss/styles-m.scss */
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
/* line 7094, ../scss/styles-m.scss */
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
/* line 7097, ../scss/styles-m.scss */
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
/* line 7103, ../scss/styles-m.scss */
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
/* line 7109, ../scss/styles-m.scss */
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
/* line 7116, ../scss/styles-m.scss */
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
/* line 7121, ../scss/styles-m.scss */
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
/* line 7125, ../scss/styles-m.scss */
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
/* line 7130, ../scss/styles-m.scss */
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
/* line 7134, ../scss/styles-m.scss */
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
/* line 7140, ../scss/styles-m.scss */
.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;
}
/* line 7145, ../scss/styles-m.scss */
.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;
}
/* line 7150, ../scss/styles-m.scss */
.box-tocart .action.tocart {
  vertical-align: top;
}
/* line 7152, ../scss/styles-m.scss */
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
/* line 7157, ../scss/styles-m.scss */
.product-addto-links {
  display: inline;
}
/* line 7159, ../scss/styles-m.scss */
.product-addto-links .action {
  margin-right: 5%;
}
/* line 7164, ../scss/styles-m.scss */
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
/* line 7167, ../scss/styles-m.scss */
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
/* line 7172, ../scss/styles-m.scss */
.prices-tier {
  margin-bottom: 15px;
}
/* line 7174, ../scss/styles-m.scss */
.prices-tier .item {
  margin-bottom: 10px;
}
/* line 7176, ../scss/styles-m.scss */
.prices-tier .item:last-child {
  margin-bottom: 0;
}
/* line 7180, ../scss/styles-m.scss */
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
/* line 7185, ../scss/styles-m.scss */
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
/* line 7190, ../scss/styles-m.scss */
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
/* line 7199, ../scss/styles-m.scss */
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 7203, ../scss/styles-m.scss */
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 7207, ../scss/styles-m.scss */
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 7211, ../scss/styles-m.scss */
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  background: none;
  border: 0;
}
/* line 7216, ../scss/styles-m.scss */
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
/* line 7220, ../scss/styles-m.scss */
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 7229, ../scss/styles-m.scss */
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 7239, ../scss/styles-m.scss */
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
/* line 7243, ../scss/styles-m.scss */
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
/* line 7246, ../scss/styles-m.scss */
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
/* line 7252, ../scss/styles-m.scss */
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
/* line 7255, ../scss/styles-m.scss */
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
/* line 7258, ../scss/styles-m.scss */
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
/* line 7262, ../scss/styles-m.scss */
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
/* line 7266, ../scss/styles-m.scss */
.sidebar .product-items .text {
  margin-right: 8px;
}
/* line 7269, ../scss/styles-m.scss */
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
/* line 7275, ../scss/styles-m.scss */
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
/* line 7279, ../scss/styles-m.scss */
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
/* line 7283, ../scss/styles-m.scss */
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 7289, ../scss/styles-m.scss */
.sidebar .action.tocart {
  border-radius: 0;
}
/* line 7292, ../scss/styles-m.scss */
.sidebar .product-items-images {
  margin-left: -5px;
}
/* line 7294, ../scss/styles-m.scss */
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
/* line 7300, ../scss/styles-m.scss */
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
/* line 7303, ../scss/styles-m.scss */
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
/* line 7309, ../scss/styles-m.scss */
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
/* line 7314, ../scss/styles-m.scss */
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
/* line 7320, ../scss/styles-m.scss */
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
/* line 7326, ../scss/styles-m.scss */
.table-comparison {
  table-layout: fixed;
}
/* line 7328, ../scss/styles-m.scss */
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
/* line 7331, ../scss/styles-m.scss */
.table-comparison .cell.label {
  border-right: 1px solid #ccc;
}
/* line 7333, ../scss/styles-m.scss */
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
/* line 7340, ../scss/styles-m.scss */
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
/* line 7344, ../scss/styles-m.scss */
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
/* line 7346, ../scss/styles-m.scss */
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
/* line 7351, ../scss/styles-m.scss */
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
/* line 7355, ../scss/styles-m.scss */
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
/* line 7359, ../scss/styles-m.scss */
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
/* line 7364, ../scss/styles-m.scss */
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}
/* line 7367, ../scss/styles-m.scss */
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
/* line 7371, ../scss/styles-m.scss */
.table-comparison .product-image-photo {
  margin-left: 0;
}
/* line 7374, ../scss/styles-m.scss */
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
/* line 7378, ../scss/styles-m.scss */
.table-comparison .product-addto-links {
  margin-top: 15px;
}
/* line 7381, ../scss/styles-m.scss */
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
/* line 7384, ../scss/styles-m.scss */
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
/* line 7391, ../scss/styles-m.scss */
.table-comparison .action.tocart {
  white-space: nowrap;
}
/* line 7396, ../scss/styles-m.scss */
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
/* line 7406, ../scss/styles-m.scss */
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
/* line 7409, ../scss/styles-m.scss */
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
/* line 7414, ../scss/styles-m.scss */
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
/* line 7420, ../scss/styles-m.scss */
.block.related .action.select {
  vertical-align: top;
}
/* line 7423, ../scss/styles-m.scss */
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
/* line 7427, ../scss/styles-m.scss */
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
/* line 7430, ../scss/styles-m.scss */
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
/* line 7437, ../scss/styles-m.scss */
.block-search {
  margin-bottom: 0;
}
/* line 7439, ../scss/styles-m.scss */
.block-search .block-title {
  display: none;
}
/* line 7442, ../scss/styles-m.scss */
.block-search .block-content {
  margin-bottom: 0;
}
/* line 7445, ../scss/styles-m.scss */
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
/* line 7449, ../scss/styles-m.scss */
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 7459, ../scss/styles-m.scss */
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 7475, ../scss/styles-m.scss */
.block-search .label:hover:before,
.block-search .label:active:before {
  color: #333;
}
/* line 7478, ../scss/styles-m.scss */
.block-search .label.active + .control input {
  position: static;
}
/* line 7482, ../scss/styles-m.scss */
.block-search .action.search {
  display: none;
}
/* line 7485, ../scss/styles-m.scss */
.block-search .control {
  border-top: 1px solid #ccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
/* line 7491, ../scss/styles-m.scss */
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
/* line 7496, ../scss/styles-m.scss */
.block-search .nested {
  display: none;
}
/* line 7501, ../scss/styles-m.scss */
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
/* line 7507, ../scss/styles-m.scss */
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 7511, ../scss/styles-m.scss */
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
/* line 7516, ../scss/styles-m.scss */
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
/* line 7524, ../scss/styles-m.scss */
.search-autocomplete ul li:first-child {
  border-top: none;
}
/* line 7527, ../scss/styles-m.scss */
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
/* line 7530, ../scss/styles-m.scss */
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
/* line 7542, ../scss/styles-m.scss */
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
/* line 7544, ../scss/styles-m.scss */
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
/* line 7546, ../scss/styles-m.scss */
.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;
}
/* line 7557, ../scss/styles-m.scss */
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
/* line 7559, ../scss/styles-m.scss */
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
/* line 7565, ../scss/styles-m.scss */
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
/* line 7569, ../scss/styles-m.scss */
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 7579, ../scss/styles-m.scss */
.search-terms {
  line-height: 2em;
}
/* line 7581, ../scss/styles-m.scss */
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
/* line 7587, ../scss/styles-m.scss */
.search.found {
  margin-bottom: 10px;
}
/* line 7592, ../scss/styles-m.scss */
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
/* line 7596, ../scss/styles-m.scss */
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 7602, ../scss/styles-m.scss */
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
/* line 7606, ../scss/styles-m.scss */
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
/* line 7613, ../scss/styles-m.scss */
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
/* line 7616, ../scss/styles-m.scss */
.cart-summary .block .price {
  font-weight: 700;
}
/* line 7619, ../scss/styles-m.scss */
.cart-summary .block .field {
  margin: 0 0 16px;
}
/* line 7621, ../scss/styles-m.scss */
.cart-summary .block .field.note {
  display: none;
}
/* line 7625, ../scss/styles-m.scss */
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
/* line 7627, ../scss/styles-m.scss */
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
/* line 7631, ../scss/styles-m.scss */
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
/* line 7635, ../scss/styles-m.scss */
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
/* line 7637, ../scss/styles-m.scss */
.cart-summary .block .item-options .field .radio {
  float: left;
}
/* line 7639, ../scss/styles-m.scss */
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
/* line 7649, ../scss/styles-m.scss */
.page-main .cart-summary .block {
  margin-bottom: 0;
}
/* line 7654, ../scss/styles-m.scss */
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
/* line 7658, ../scss/styles-m.scss */
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
/* line 7661, ../scss/styles-m.scss */
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
/* line 7663, ../scss/styles-m.scss */
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
/* line 7668, ../scss/styles-m.scss */
.cart-summary .message {
  padding-left: 20px;
}
/* line 7670, ../scss/styles-m.scss */
.cart-summary .message > *:first-child:before {
  display: none;
}
/* line 7674, ../scss/styles-m.scss */
.cart-summary .action.multicheckout {
  color: #006bb4;
}
/* line 7680, ../scss/styles-m.scss */
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
/* line 7687, ../scss/styles-m.scss */
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
/* line 7692, ../scss/styles-m.scss */
.cart.table-wrapper .cart tbody td {
  border: 0;
}
/* line 7695, ../scss/styles-m.scss */
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
/* line 7700, ../scss/styles-m.scss */
.cart.table-wrapper .col {
  padding-top: 15px;
}
/* line 7702, ../scss/styles-m.scss */
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
/* line 7706, ../scss/styles-m.scss */
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
/* line 7709, ../scss/styles-m.scss */
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
/* line 7716, ../scss/styles-m.scss */
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
/* line 7722, ../scss/styles-m.scss */
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
/* line 7728, ../scss/styles-m.scss */
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
/* line 7734, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 10px;
}
/* line 7740, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
/* line 7747, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 7757, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 7772, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
/* line 7775, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-edit:active:before {
  color: #757575;
}
/* line 7778, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
/* line 7779, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
/* line 7783, ../scss/styles-m.scss */
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
/* line 7789, ../scss/styles-m.scss */
.cart.table-wrapper .action {
  margin-right: 25px;
}
/* line 7791, ../scss/styles-m.scss */
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
/* line 7794, ../scss/styles-m.scss */
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
/* line 7798, ../scss/styles-m.scss */
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
/* line 7807, ../scss/styles-m.scss */
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
/* line 7812, ../scss/styles-m.scss */
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
/* line 7815, ../scss/styles-m.scss */
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
/* line 7818, ../scss/styles-m.scss */
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
/* line 7821, ../scss/styles-m.scss */
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
/* line 7825, ../scss/styles-m.scss */
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
/* line 7830, ../scss/styles-m.scss */
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
/* line 7839, ../scss/styles-m.scss */
.cart-products-toolbar-top {
  border-bottom: 1px solid #ccc;
}
/* line 7843, ../scss/styles-m.scss */
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
/* line 7848, ../scss/styles-m.scss */
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 7853, ../scss/styles-m.scss */
.cart-tax-info + .cart-tax-total {
  display: block;
}
/* line 7858, ../scss/styles-m.scss */
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
/* line 7861, ../scss/styles-m.scss */
.cart.table-wrapper .col.price {
  text-align: right;
}
/* line 7866, ../scss/styles-m.scss */
.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;
}
/* line 7870, ../scss/styles-m.scss */
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
/* line 7873, ../scss/styles-m.scss */
.block.crosssell .product-item-info {
  width: 200px;
}
/* line 7879, ../scss/styles-m.scss */
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
/* line 7882, ../scss/styles-m.scss */
.block-minicart .items-total .count {
  font-weight: 700;
}
/* line 7886, ../scss/styles-m.scss */
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
/* line 7890, ../scss/styles-m.scss */
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
/* line 7894, ../scss/styles-m.scss */
.block-minicart .subtitle {
  display: none;
}
/* line 7896, ../scss/styles-m.scss */
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
/* line 7903, ../scss/styles-m.scss */
.block-minicart .text.empty {
  text-align: center;
}
/* line 7906, ../scss/styles-m.scss */
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
/* line 7909, ../scss/styles-m.scss */
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
/* line 7912, ../scss/styles-m.scss */
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
/* line 7914, ../scss/styles-m.scss */
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
/* line 7920, ../scss/styles-m.scss */
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
/* line 7925, ../scss/styles-m.scss */
.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;
}
/* line 7931, ../scss/styles-m.scss */
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
/* line 7935, ../scss/styles-m.scss */
.minicart-wrapper:before {
  content: '';
  display: table;
}
/* line 7939, ../scss/styles-m.scss */
.minicart-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
/* line 7944, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
/* line 7948, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 7964, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart:hover:before {
  color: #333;
}
/* line 7967, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
/* line 7970, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
/* line 7973, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 7989, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333;
}
/* line 7992, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
/* line 7997, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  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);
}
/* line 8011, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart li {
  margin: 0;
}
/* line 8013, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
/* line 8017, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
/* line 8025, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
/* line 8030, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
/* line 8035, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -12px;
}
/* line 8039, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -14px;
}
/* line 8044, ../scss/styles-m.scss */
.minicart-wrapper.active {
  overflow: visible;
}
/* line 8046, ../scss/styles-m.scss */
.minicart-wrapper.active .block-minicart {
  display: block;
}
/* line 8050, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
  z-index: 101;
}
/* line 8055, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
/* line 8058, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
/* line 8062, ../scss/styles-m.scss */
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
/* line 8067, ../scss/styles-m.scss */
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
/* line 8071, ../scss/styles-m.scss */
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
/* line 8074, ../scss/styles-m.scss */
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
/* line 8079, ../scss/styles-m.scss */
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  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;
}
/* line 8097, ../scss/styles-m.scss */
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active,
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
/* line 8101, ../scss/styles-m.scss */
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 8109, ../scss/styles-m.scss */
fieldset[disabled] .minicart-wrapper .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 8118, ../scss/styles-m.scss */
.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;
}
/* line 8128, ../scss/styles-m.scss */
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 8144, ../scss/styles-m.scss */
.minicart-wrapper .action.close:hover:before,
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
/* line 8148, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
/* line 8150, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
/* line 8163, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
/* line 8166, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
/* line 8170, ../scss/styles-m.scss */
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000;
}
/* line 8175, ../scss/styles-m.scss */
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
/* line 8180, ../scss/styles-m.scss */
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
/* line 8189, ../scss/styles-m.scss */
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 8193, ../scss/styles-m.scss */
.minicart-items .product-item {
  padding: 20px 0;
}
/* line 8195, ../scss/styles-m.scss */
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
/* line 8198, ../scss/styles-m.scss */
.minicart-items .product-item:first-child {
  padding-top: 0;
}
/* line 8202, ../scss/styles-m.scss */
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
/* line 8206, ../scss/styles-m.scss */
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
/* line 8209, ../scss/styles-m.scss */
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
/* line 8212, ../scss/styles-m.scss */
.minicart-items .product-item-name a {
  color: #006bb4;
}
/* line 8216, ../scss/styles-m.scss */
.minicart-items .product-item-details {
  padding-left: 88px;
}
/* line 8218, ../scss/styles-m.scss */
.minicart-items .product-item-details .price {
  font-weight: 700;
}
/* line 8221, ../scss/styles-m.scss */
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
/* line 8224, ../scss/styles-m.scss */
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
/* line 8227, ../scss/styles-m.scss */
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
/* line 8233, ../scss/styles-m.scss */
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
/* line 8237, ../scss/styles-m.scss */
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
/* line 8240, ../scss/styles-m.scss */
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
/* line 8246, ../scss/styles-m.scss */
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
/* line 8249, ../scss/styles-m.scss */
.minicart-items .product.pricing {
  margin-top: 3px;
}
/* line 8253, ../scss/styles-m.scss */
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
/* line 8256, ../scss/styles-m.scss */
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 8266, ../scss/styles-m.scss */
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 8283, ../scss/styles-m.scss */
.minicart-items .product.options .details {
  display: none;
}
/* line 8288, ../scss/styles-m.scss */
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
/* line 8293, ../scss/styles-m.scss */
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
/* line 8297, ../scss/styles-m.scss */
.minicart-items .subtitle {
  display: none;
}
/* line 8301, ../scss/styles-m.scss */
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
/* line 8305, ../scss/styles-m.scss */
.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;
}
/* line 8315, ../scss/styles-m.scss */
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 8330, ../scss/styles-m.scss */
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333;
}
/* line 8333, ../scss/styles-m.scss */
.minicart-items .action.edit:active:before {
  color: #757575;
}
/* line 8337, ../scss/styles-m.scss */
.minicart-items .action.delete:active:before {
  color: #757575;
}
/* line 8340, ../scss/styles-m.scss */
.minicart-items .action.delete:before {
  content: '\e604';
}
/* line 8347, ../scss/styles-m.scss */
.checkout-container {
  margin: 0 0 20px;
}
/* line 8351, ../scss/styles-m.scss */
.opc-wrapper {
  margin: 0 0 20px;
}
/* line 8353, ../scss/styles-m.scss */
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
}
/* line 8356, ../scss/styles-m.scss */
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
/* line 8362, ../scss/styles-m.scss */
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
/* line 8365, ../scss/styles-m.scss */
.checkout-index-index .logo {
  margin-left: 0;
}
/* line 8370, ../scss/styles-m.scss */
.checkout-onepage-success .print {
  display: none;
}
/* line 8374, ../scss/styles-m.scss */
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
/* line 8380, ../scss/styles-m.scss */
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
/* line 8384, ../scss/styles-m.scss */
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
/* line 8389, ../scss/styles-m.scss */
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
/* line 8401, ../scss/styles-m.scss */
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
/* line 8405, ../scss/styles-m.scss */
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 8413, ../scss/styles-m.scss */
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 8419, ../scss/styles-m.scss */
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333;
}
/* line 8423, ../scss/styles-m.scss */
.opc-progress-bar {
  display: none;
}
/* line 8429, ../scss/styles-m.scss */
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
/* line 8435, ../scss/styles-m.scss */
.field.choice .field-tooltip-action {
  line-height: 21px;
}
/* line 8440, ../scss/styles-m.scss */
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
/* line 8447, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
/* line 8450, ../scss/styles-m.scss */
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
/* line 8455, ../scss/styles-m.scss */
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
/* line 8460, ../scss/styles-m.scss */
.field-tooltip._active {
  z-index: 100;
}
/* line 8462, ../scss/styles-m.scss */
.field-tooltip._active .field-tooltip-content {
  display: block;
}
/* line 8465, ../scss/styles-m.scss */
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
/* line 8469, ../scss/styles-m.scss */
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
/* line 8472, ../scss/styles-m.scss */
.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;
}
/* line 8482, ../scss/styles-m.scss */
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 8497, ../scss/styles-m.scss */
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
/* line 8503, ../scss/styles-m.scss */
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
/* line 8505, ../scss/styles-m.scss */
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
/* line 8508, ../scss/styles-m.scss */
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333;
}
/* line 8513, ../scss/styles-m.scss */
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
/* line 8527, ../scss/styles-m.scss */
.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;
}
/* line 8539, ../scss/styles-m.scss */
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666;
}
/* line 8542, ../scss/styles-m.scss */
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
/* line 8550, ../scss/styles-m.scss */
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
/* line 8554, ../scss/styles-m.scss */
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
/* line 8557, ../scss/styles-m.scss */
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
/* line 8561, ../scss/styles-m.scss */
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
/* line 8564, ../scss/styles-m.scss */
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
/* line 8576, ../scss/styles-m.scss */
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
/* line 8578, ../scss/styles-m.scss */
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
/* line 8593, ../scss/styles-m.scss */
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
/* line 8598, ../scss/styles-m.scss */
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
/* line 8600, ../scss/styles-m.scss */
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
/* line 8605, ../scss/styles-m.scss */
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
/* line 8609, ../scss/styles-m.scss */
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
/* line 8617, ../scss/styles-m.scss */
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
/* line 8620, ../scss/styles-m.scss */
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
/* line 8625, ../scss/styles-m.scss */
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
/* line 8630, ../scss/styles-m.scss */
.table-checkout-shipping-method thead th {
  display: none;
}
/* line 8634, ../scss/styles-m.scss */
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* line 8638, ../scss/styles-m.scss */
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
/* line 8644, ../scss/styles-m.scss */
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
/* line 8647, ../scss/styles-m.scss */
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
/* line 8650, ../scss/styles-m.scss */
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
/* line 8658, ../scss/styles-m.scss */
.checkout-shipping-method {
  position: relative;
}
/* line 8662, ../scss/styles-m.scss */
.shipping-policy-block.field-tooltip {
  top: 12px;
}
/* line 8664, ../scss/styles-m.scss */
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
/* line 8667, ../scss/styles-m.scss */
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
/* line 8671, ../scss/styles-m.scss */
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
/* line 8677, ../scss/styles-m.scss */
.opc-block-shipping-information {
  padding: 0 30px;
}
/* line 8679, ../scss/styles-m.scss */
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
/* line 8683, ../scss/styles-m.scss */
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
/* line 8690, ../scss/styles-m.scss */
.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;
}
/* line 8700, ../scss/styles-m.scss */
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 8715, ../scss/styles-m.scss */
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
/* line 8718, ../scss/styles-m.scss */
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
/* line 8723, ../scss/styles-m.scss */
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
/* line 8725, ../scss/styles-m.scss */
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
/* line 8729, ../scss/styles-m.scss */
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
/* line 8734, ../scss/styles-m.scss */
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
/* line 8738, ../scss/styles-m.scss */
.opc-block-summary > .title {
  display: block;
}
/* line 8741, ../scss/styles-m.scss */
.opc-block-summary .mark .value {
  color: #666;
  display: block;
}
/* line 8746, ../scss/styles-m.scss */
.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;
}
/* line 8751, ../scss/styles-m.scss */
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
/* line 8755, ../scss/styles-m.scss */
.opc-block-summary .not-calculated {
  font-style: italic;
}
/* line 8759, ../scss/styles-m.scss */
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
/* line 8767, ../scss/styles-m.scss */
.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;
}
/* line 8777, ../scss/styles-m.scss */
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 0;
  top: 10px;
}
/* line 8796, ../scss/styles-m.scss */
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
/* line 8802, ../scss/styles-m.scss */
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
/* line 8805, ../scss/styles-m.scss */
.opc-block-summary .items-in-cart .product {
  position: relative;
}
/* line 8809, ../scss/styles-m.scss */
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
/* line 8817, ../scss/styles-m.scss */
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
/* line 8824, ../scss/styles-m.scss */
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
/* line 8829, ../scss/styles-m.scss */
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
/* line 8834, ../scss/styles-m.scss */
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
/* line 8838, ../scss/styles-m.scss */
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
/* line 8842, ../scss/styles-m.scss */
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
/* line 8846, ../scss/styles-m.scss */
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
/* line 8849, ../scss/styles-m.scss */
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #ccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
/* line 8855, ../scss/styles-m.scss */
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
/* line 8862, ../scss/styles-m.scss */
.authentication-dropdown {
  box-sizing: border-box;
}
/* line 8864, ../scss/styles-m.scss */
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
/* line 8869, ../scss/styles-m.scss */
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
/* line 8877, ../scss/styles-m.scss */
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
/* line 8882, ../scss/styles-m.scss */
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
/* line 8886, ../scss/styles-m.scss */
.block-authentication .block-title strong {
  font-weight: 300;
}
/* line 8890, ../scss/styles-m.scss */
.block-authentication .field .label {
  font-weight: 400;
}
/* line 8893, ../scss/styles-m.scss */
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
/* line 8895, ../scss/styles-m.scss */
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
/* line 8900, ../scss/styles-m.scss */
.block-authentication .block[class] {
  margin: 0;
}
/* line 8902, ../scss/styles-m.scss */
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
/* line 8907, ../scss/styles-m.scss */
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
/* line 8912, ../scss/styles-m.scss */
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
/* line 8917, ../scss/styles-m.scss */
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
/* line 8942, ../scss/styles-m.scss */
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
/* line 8947, ../scss/styles-m.scss */
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
/* line 8950, ../scss/styles-m.scss */
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
/* line 8953, ../scss/styles-m.scss */
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
/* line 8957, ../scss/styles-m.scss */
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
/* line 8960, ../scss/styles-m.scss */
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
/* line 8965, ../scss/styles-m.scss */
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
/* line 8970, ../scss/styles-m.scss */
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
/* line 8973, ../scss/styles-m.scss */
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
/* line 8977, ../scss/styles-m.scss */
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
/* line 8980, ../scss/styles-m.scss */
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
/* line 8983, ../scss/styles-m.scss */
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
/* line 8986, ../scss/styles-m.scss */
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
/* line 8988, ../scss/styles-m.scss */
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
/* line 8991, ../scss/styles-m.scss */
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
/* line 8996, ../scss/styles-m.scss */
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
/* line 8999, ../scss/styles-m.scss */
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
/* line 9004, ../scss/styles-m.scss */
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
/* line 9008, ../scss/styles-m.scss */
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
/* line 9012, ../scss/styles-m.scss */
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
/* line 9015, ../scss/styles-m.scss */
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
/* line 9020, ../scss/styles-m.scss */
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
/* line 9023, ../scss/styles-m.scss */
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
/* line 9027, ../scss/styles-m.scss */
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 9043, ../scss/styles-m.scss */
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
/* line 9046, ../scss/styles-m.scss */
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
/* line 9051, ../scss/styles-m.scss */
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
/* line 9054, ../scss/styles-m.scss */
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
/* line 9057, ../scss/styles-m.scss */
.checkout-payment-method .credit-card-types {
  padding: 0;
}
/* line 9059, ../scss/styles-m.scss */
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
/* line 9064, ../scss/styles-m.scss */
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
/* line 9066, ../scss/styles-m.scss */
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
/* line 9070, ../scss/styles-m.scss */
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
/* line 9073, ../scss/styles-m.scss */
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
/* line 9079, ../scss/styles-m.scss */
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
/* line 9086, ../scss/styles-m.scss */
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
/* line 9089, ../scss/styles-m.scss */
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 9094, ../scss/styles-m.scss */
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
/* line 9097, ../scss/styles-m.scss */
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
/* line 9100, ../scss/styles-m.scss */
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
/* line 9103, ../scss/styles-m.scss */
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
/* line 9108, ../scss/styles-m.scss */
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
/* line 9111, ../scss/styles-m.scss */
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
/* line 9115, ../scss/styles-m.scss */
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
/* line 9122, ../scss/styles-m.scss */
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
/* line 9125, ../scss/styles-m.scss */
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
/* line 9130, ../scss/styles-m.scss */
.checkout-agreements-items {
  padding-bottom: 30px;
}
/* line 9132, ../scss/styles-m.scss */
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
/* line 9135, ../scss/styles-m.scss */
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
/* line 9140, ../scss/styles-m.scss */
.checkout-agreement-item-content {
  overflow: auto;
}
/* line 9145, ../scss/styles-m.scss */
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
/* line 9148, ../scss/styles-m.scss */
.login-container .block .block-title {
  font-size: 1.8rem;
}
/* line 9151, ../scss/styles-m.scss */
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 35px;
}
/* line 9164, ../scss/styles-m.scss */
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
/* line 9166, ../scss/styles-m.scss */
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
/* line 9170, ../scss/styles-m.scss */
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
/* line 9175, ../scss/styles-m.scss */
.form-address-edit #region_id,
.form-edit-account .fieldset.password {
  display: none;
}
/* line 9179, ../scss/styles-m.scss */
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
/* line 9184, ../scss/styles-m.scss */
.account .page-title-wrapper .page-title {
  display: inline-block;
}
/* line 9187, ../scss/styles-m.scss */
.account .messages {
  margin-bottom: 20px;
}
/* line 9190, ../scss/styles-m.scss */
.account .column.main {
  margin-bottom: 30px;
}
/* line 9192, ../scss/styles-m.scss */
.account .column.main h2 {
  margin-top: 0;
}
/* line 9196, ../scss/styles-m.scss */
.account .sidebar-additional {
  margin-top: 40px;
}
/* line 9199, ../scss/styles-m.scss */
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
/* line 9202, ../scss/styles-m.scss */
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
/* line 9206, ../scss/styles-m.scss */
.account .data.table .col.actions .action.delete {
  color: #d10029;
}
/* line 9211, ../scss/styles-m.scss */
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
/* line 9215, ../scss/styles-m.scss */
.column.main .block:last-child {
  margin-bottom: 0;
}
/* line 9220, ../scss/styles-m.scss */
.block .title {
  margin-bottom: 10px;
}
/* line 9222, ../scss/styles-m.scss */
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* line 9230, ../scss/styles-m.scss */
.block p:last-child {
  margin: 0;
}
/* line 9233, ../scss/styles-m.scss */
.block .box-actions {
  margin-top: 5px;
}
/* line 9238, ../scss/styles-m.scss */
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 9245, ../scss/styles-m.scss */
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
/* line 9250, ../scss/styles-m.scss */
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
/* line 9258, ../scss/styles-m.scss */
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
/* line 9265, ../scss/styles-m.scss */
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
/* line 9275, ../scss/styles-m.scss */
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
/* line 9280, ../scss/styles-m.scss */
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
/* line 9285, ../scss/styles-m.scss */
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
/* line 9290, ../scss/styles-m.scss */
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
/* line 9295, ../scss/styles-m.scss */
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
/* line 9300, ../scss/styles-m.scss */
.control.captcha-image {
  margin-top: 10px;
}
/* line 9302, ../scss/styles-m.scss */
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
/* line 9307, ../scss/styles-m.scss */
.order-products-toolbar {
  position: relative;
}
/* line 9309, ../scss/styles-m.scss */
.order-products-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
/* line 9315, ../scss/styles-m.scss */
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
/* line 9323, ../scss/styles-m.scss */
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
/* line 9327, ../scss/styles-m.scss */
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
/* line 9330, ../scss/styles-m.scss */
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 9350, ../scss/styles-m.scss */
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
/* line 9354, ../scss/styles-m.scss */
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
/* line 9359, ../scss/styles-m.scss */
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
/* line 9365, ../scss/styles-m.scss */
.samples-item {
  margin: 0 0 10px;
}
/* line 9369, ../scss/styles-m.scss */
.field.downloads {
  margin-bottom: 10px;
}
/* line 9373, ../scss/styles-m.scss */
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
/* line 9379, ../scss/styles-m.scss */
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
/* line 9382, ../scss/styles-m.scss */
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
/* line 9387, ../scss/styles-m.scss */
.field.downloads .price-excluding-tax {
  display: inline;
}
/* line 9389, ../scss/styles-m.scss */
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
/* line 9392, ../scss/styles-m.scss */
.field.downloads .price-excluding-tax:after {
  content: ')';
}
/* line 9396, ../scss/styles-m.scss */
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
/* line 9402, ../scss/styles-m.scss */
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
/* line 9411, ../scss/styles-m.scss */
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
/* line 9417, ../scss/styles-m.scss */
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
/* line 9422, ../scss/styles-m.scss */
.field.downloads .sample.link {
  float: right;
}
/* line 9427, ../scss/styles-m.scss */
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
/* line 9431, ../scss/styles-m.scss */
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 9435, ../scss/styles-m.scss */
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 9439, ../scss/styles-m.scss */
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 9444, ../scss/styles-m.scss */
.field.downloads-all input {
  opacity: 0;
}
/* line 9448, ../scss/styles-m.scss */
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
/* line 9454, ../scss/styles-m.scss */
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
/* line 9460, ../scss/styles-m.scss */
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
/* line 9466, ../scss/styles-m.scss */
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
/* line 9470, ../scss/styles-m.scss */
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
/* line 9473, ../scss/styles-m.scss */
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
/* line 9477, ../scss/styles-m.scss */
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
/* line 9483, ../scss/styles-m.scss */
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
/* line 9488, ../scss/styles-m.scss */
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
/* line 9492, ../scss/styles-m.scss */
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
/* line 9495, ../scss/styles-m.scss */
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
/* line 9499, ../scss/styles-m.scss */
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 9504, ../scss/styles-m.scss */
.page-product-giftcard .giftcard.form {
  clear: both;
}
/* line 9507, ../scss/styles-m.scss */
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
/* line 9510, ../scss/styles-m.scss */
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
/* line 9520, ../scss/styles-m.scss */
.giftcard-account .please-wait {
  display: none;
}
/* line 9523, ../scss/styles-m.scss */
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
/* line 9529, ../scss/styles-m.scss */
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
/* line 9531, ../scss/styles-m.scss */
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
/* line 9535, ../scss/styles-m.scss */
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
/* line 9537, ../scss/styles-m.scss */
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
/* line 9543, ../scss/styles-m.scss */
.gift-message .field {
  margin-bottom: 20px;
}
/* line 9545, ../scss/styles-m.scss */
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
/* line 9551, ../scss/styles-m.scss */
.gift-options {
  margin: 20px 0;
}
/* line 9553, ../scss/styles-m.scss */
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
/* line 9558, ../scss/styles-m.scss */
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
/* line 9563, ../scss/styles-m.scss */
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
/* line 9567, ../scss/styles-m.scss */
.gift-summary {
  position: relative;
  margin-top: 10px;
}
/* line 9570, ../scss/styles-m.scss */
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
/* line 9574, ../scss/styles-m.scss */
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
/* line 9578, ../scss/styles-m.scss */
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 9588, ../scss/styles-m.scss */
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 9603, ../scss/styles-m.scss */
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333;
}
/* line 9606, ../scss/styles-m.scss */
.gift-summary .action-edit:active:before {
  color: #757575;
}
/* line 9610, ../scss/styles-m.scss */
.gift-summary .action-delete:active:before {
  color: #757575;
}
/* line 9613, ../scss/styles-m.scss */
.gift-summary .action-delete:before {
  content: '\e604';
}
/* line 9619, ../scss/styles-m.scss */
.action-gift {
  display: inline-block;
  text-decoration: none;
}
/* line 9622, ../scss/styles-m.scss */
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 9638, ../scss/styles-m.scss */
.action-gift:hover:after {
  color: #333;
}
/* line 9641, ../scss/styles-m.scss */
.action-gift:active:after {
  color: #757575;
}
/* line 9644, ../scss/styles-m.scss */
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
/* line 9649, ../scss/styles-m.scss */
.gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 9657, ../scss/styles-m.scss */
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 9663, ../scss/styles-m.scss */
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
/* line 9671, ../scss/styles-m.scss */
.cart.table-wrapper .gift-content._active {
  display: block;
}
/* line 9676, ../scss/styles-m.scss */
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
/* line 9679, ../scss/styles-m.scss */
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
/* line 9685, ../scss/styles-m.scss */
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
/* line 9688, ../scss/styles-m.scss */
.gift-item-block._active .title:after {
  content: '\e621';
}
/* line 9691, ../scss/styles-m.scss */
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
/* line 9699, ../scss/styles-m.scss */
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 9715, ../scss/styles-m.scss */
.gift-item-block .title:hover:after {
  color: #333;
}
/* line 9719, ../scss/styles-m.scss */
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
/* line 9726, ../scss/styles-m.scss */
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
/* line 9729, ../scss/styles-m.scss */
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
/* line 9732, ../scss/styles-m.scss */
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
/* line 9738, ../scss/styles-m.scss */
.gift-messages-order {
  margin-bottom: 25px;
}
/* line 9742, ../scss/styles-m.scss */
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
/* line 9746, ../scss/styles-m.scss */
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
/* line 9750, ../scss/styles-m.scss */
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
/* line 9754, ../scss/styles-m.scss */
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
/* line 9759, ../scss/styles-m.scss */
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
/* line 9762, ../scss/styles-m.scss */
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
/* line 9764, ../scss/styles-m.scss */
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
/* line 9771, ../scss/styles-m.scss */
.form-giftregistry-search {
  margin-bottom: 60px;
}
/* line 9773, ../scss/styles-m.scss */
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* line 9778, ../scss/styles-m.scss */
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
/* line 9782, ../scss/styles-m.scss */
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
/* line 9787, ../scss/styles-m.scss */
.block-giftregistry-shared-items .item .col {
  border: 0;
}
/* line 9790, ../scss/styles-m.scss */
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #ccc;
}
/* line 9793, ../scss/styles-m.scss */
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
/* line 9795, ../scss/styles-m.scss */
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
/* line 9798, ../scss/styles-m.scss */
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
/* line 9805, ../scss/styles-m.scss */
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
/* line 9808, ../scss/styles-m.scss */
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
/* line 9813, ../scss/styles-m.scss */
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
/* line 9821, ../scss/styles-m.scss */
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
/* line 9825, ../scss/styles-m.scss */
.gift-wrapping .field {
  margin-bottom: 10px;
}
/* line 9830, ../scss/styles-m.scss */
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
/* line 9836, ../scss/styles-m.scss */
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
/* line 9840, ../scss/styles-m.scss */
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
/* line 9844, ../scss/styles-m.scss */
.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;
}
/* line 9854, ../scss/styles-m.scss */
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  display: block;
}
/* line 9873, ../scss/styles-m.scss */
.gift-wrapping-preview {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* line 9881, ../scss/styles-m.scss */
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 9882, ../scss/styles-m.scss */
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* line 9891, ../scss/styles-m.scss */
.gift-wrapping-item:last-child {
  margin-right: 0;
}
/* line 9894, ../scss/styles-m.scss */
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
/* line 9904, ../scss/styles-m.scss */
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
/* line 9910, ../scss/styles-m.scss */
.gift-wrapping-title {
  margin: 10px 0;
}
/* line 9912, ../scss/styles-m.scss */
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
/* line 9916, ../scss/styles-m.scss */
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 9926, ../scss/styles-m.scss */
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 9941, ../scss/styles-m.scss */
.gift-wrapping-title .action-remove:hover:before {
  color: #333;
}
/* line 9944, ../scss/styles-m.scss */
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
/* line 9950, ../scss/styles-m.scss */
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
/* line 9954, ../scss/styles-m.scss */
.gift-wrapping-summary {
  padding-right: 7rem;
}
/* line 9956, ../scss/styles-m.scss */
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
/* line 9964, ../scss/styles-m.scss */
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
/* line 9968, ../scss/styles-m.scss */
.opc-wrapper .data.table .gift-wrapping {
  margin: 20px 0 0;
}
/* line 9973, ../scss/styles-m.scss */
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
/* line 9977, ../scss/styles-m.scss */
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
/* line 9981, ../scss/styles-m.scss */
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
/* line 9985, ../scss/styles-m.scss */
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
/* line 9992, ../scss/styles-m.scss */
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
/* line 9996, ../scss/styles-m.scss */
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
/* line 10000, ../scss/styles-m.scss */
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
/* line 10005, ../scss/styles-m.scss */
.order-options .item {
  padding-bottom: 20px;
}
/* line 10008, ../scss/styles-m.scss */
.order-options .product {
  margin-bottom: 10px;
}
/* line 10011, ../scss/styles-m.scss */
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
/* line 10015, ../scss/styles-m.scss */
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
/* line 10020, ../scss/styles-m.scss */
.table-wrapper.grouped {
  width: auto;
}
/* line 10025, ../scss/styles-m.scss */
.table.grouped .row-tier-price > td {
  border-top: 0;
}
/* line 10029, ../scss/styles-m.scss */
.table.grouped .col.item {
  width: 90%;
}
/* line 10032, ../scss/styles-m.scss */
.table.grouped .col.qty {
  width: 10%;
}
/* line 10036, ../scss/styles-m.scss */
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 10042, ../scss/styles-m.scss */
.table.grouped .price-box p {
  margin: 0;
}
/* line 10045, ../scss/styles-m.scss */
.table.grouped .price-box .price {
  font-weight: 700;
}
/* line 10048, ../scss/styles-m.scss */
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
/* line 10052, ../scss/styles-m.scss */
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
/* line 10060, ../scss/styles-m.scss */
.page-product-grouped .product-info-main .alert {
  clear: left;
}
/* line 10065, ../scss/styles-m.scss */
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
/* line 10069, ../scss/styles-m.scss */
.form-add-invitations .action.remove {
  top: 4px;
}
/* line 10072, ../scss/styles-m.scss */
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
/* line 10078, ../scss/styles-m.scss */
.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;
}
/* line 10088, ../scss/styles-m.scss */
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 10104, ../scss/styles-m.scss */
.form-add-invitations .action.add:hover:before,
.form-add-invitations .action.add:active:before {
  color: inherit;
}
/* line 10111, ../scss/styles-m.scss */
.filter.block {
  margin-bottom: 0;
}
/* line 10115, ../scss/styles-m.scss */
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
/* line 10128, ../scss/styles-m.scss */
.filter-title strong[data-count]:after {
  color: #fff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
/* line 10140, ../scss/styles-m.scss */
.filter-title strong.disabled {
  opacity: .5;
}
/* line 10145, ../scss/styles-m.scss */
.filter .block-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
/* line 10153, ../scss/styles-m.scss */
.filter-subtitle {
  display: none;
}
/* line 10157, ../scss/styles-m.scss */
.filter-current {
  margin: 0;
}
/* line 10159, ../scss/styles-m.scss */
.filter-current .items {
  padding: 5px 10px;
}
/* line 10162, ../scss/styles-m.scss */
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
/* line 10169, ../scss/styles-m.scss */
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
/* line 10175, ../scss/styles-m.scss */
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
/* line 10181, ../scss/styles-m.scss */
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
/* line 10186, ../scss/styles-m.scss */
.filter-label {
  font-weight: 700;
}
/* line 10188, ../scss/styles-m.scss */
.filter-label:after {
  content: ': ';
}
/* line 10193, ../scss/styles-m.scss */
.filter-value {
  color: #757575;
}
/* line 10197, ../scss/styles-m.scss */
.filter-options {
  display: none;
  margin: 0;
}
/* line 10202, ../scss/styles-m.scss */
.filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
/* line 10206, ../scss/styles-m.scss */
.sidebar.sidebar-additional {
  display: none;
}
/* line 10209, ../scss/styles-m.scss */
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
  font-size: 13px;
}
/* line 10222, ../scss/styles-m.scss */
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 13px;
  top: 12px;
}
/* line 10245, ../scss/styles-m.scss */
.active > .filter-options-title:after {
  content: '\e621';
}
/* line 10249, ../scss/styles-m.scss */
.filter-options-content {
  margin: 0;
  padding: 10px;
}
/* line 10252, ../scss/styles-m.scss */
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
/* line 10256, ../scss/styles-m.scss */
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
/* line 10262, ../scss/styles-m.scss */
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
/* line 10265, ../scss/styles-m.scss */
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
/* line 10270, ../scss/styles-m.scss */
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 10275, ../scss/styles-m.scss */
.filter-options-content .count:before {
  content: '(';
}
/* line 10278, ../scss/styles-m.scss */
.filter-options-content .count:after {
  content: ')';
}
/* line 10284, ../scss/styles-m.scss */
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
/* line 10288, ../scss/styles-m.scss */
.map-popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity .3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
/* line 10303, ../scss/styles-m.scss */
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
/* line 10306, ../scss/styles-m.scss */
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
/* line 10314, ../scss/styles-m.scss */
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
/* line 10330, ../scss/styles-m.scss */
.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;
}
/* line 10340, ../scss/styles-m.scss */
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 10356, ../scss/styles-m.scss */
.map-popup .popup-actions .action.close:hover:before,
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
/* line 10359, ../scss/styles-m.scss */
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active,
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
/* line 10363, ../scss/styles-m.scss */
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 10371, ../scss/styles-m.scss */
fieldset[disabled] .map-popup .popup-actions .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 10378, ../scss/styles-m.scss */
.map-popup.active {
  opacity: 1;
}
/* line 10381, ../scss/styles-m.scss */
.map-popup .map-info-price {
  margin: 0 0 20px;
}
/* line 10383, ../scss/styles-m.scss */
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
/* line 10385, ../scss/styles-m.scss */
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
/* line 10390, ../scss/styles-m.scss */
.map-popup .action.primary {
  margin-right: 10px;
}
/* line 10393, ../scss/styles-m.scss */
.map-popup .map-msrp {
  margin-bottom: 10px;
}
/* line 10396, ../scss/styles-m.scss */
.map-popup .actual-price {
  margin: 3px 0 15px;
}
/* line 10399, ../scss/styles-m.scss */
.map-popup .regular-price .price-label,
.map-popup .popup-header {
  display: none;
}
/* line 10404, ../scss/styles-m.scss */
.map-old-price {
  text-decoration: none;
  display: inline-block;
  min-width: 10rem;
}
/* line 10406, ../scss/styles-m.scss */
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
/* line 10413, ../scss/styles-m.scss */
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
/* line 10418, ../scss/styles-m.scss */
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
/* line 10422, ../scss/styles-m.scss */
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
/* line 10426, ../scss/styles-m.scss */
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
/* line 10429, ../scss/styles-m.scss */
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
/* line 10435, ../scss/styles-m.scss */
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
/* line 10450, ../scss/styles-m.scss */
button.map-show-info:focus,
button.map-show-info:active,
button.map-show-info:hover {
  background: none;
  border: none;
}
/* line 10454, ../scss/styles-m.scss */
button.map-show-info.disabled,
button.map-show-info[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 10461, ../scss/styles-m.scss */
fieldset[disabled] button.map-show-info {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 10468, ../scss/styles-m.scss */
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 10472, ../scss/styles-m.scss */
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 10476, ../scss/styles-m.scss */
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 10480, ../scss/styles-m.scss */
button.map-show-info:hover {
  color: #006bb4;
  background: none;
  border: 0;
}
/* line 10485, ../scss/styles-m.scss */
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
/* line 10489, ../scss/styles-m.scss */
button.map-show-info.disabled,
button.map-show-info[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 10498, ../scss/styles-m.scss */
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 10506, ../scss/styles-m.scss */
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
/* line 10511, ../scss/styles-m.scss */
.wishlist.split.button:before {
  content: '';
  display: table;
}
/* line 10515, ../scss/styles-m.scss */
.wishlist.split.button:after {
  content: '';
  display: table;
  clear: both;
}
/* line 10521, ../scss/styles-m.scss */
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
/* line 10525, ../scss/styles-m.scss */
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}
/* line 10530, ../scss/styles-m.scss */
.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;
}
/* line 10540, ../scss/styles-m.scss */
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 10556, ../scss/styles-m.scss */
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
/* line 10559, ../scss/styles-m.scss */
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
/* line 10562, ../scss/styles-m.scss */
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
/* line 10565, ../scss/styles-m.scss */
.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;
}
/* line 10575, ../scss/styles-m.scss */
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 10591, ../scss/styles-m.scss */
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
/* line 10594, ../scss/styles-m.scss */
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
/* line 10600, ../scss/styles-m.scss */
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
/* line 10614, ../scss/styles-m.scss */
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
/* line 10617, ../scss/styles-m.scss */
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
/* line 10622, ../scss/styles-m.scss */
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
/* line 10630, ../scss/styles-m.scss */
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
/* line 10635, ../scss/styles-m.scss */
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
/* line 10640, ../scss/styles-m.scss */
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
/* line 10644, ../scss/styles-m.scss */
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
/* line 10649, ../scss/styles-m.scss */
.wishlist.split.button.active {
  overflow: visible;
}
/* line 10651, ../scss/styles-m.scss */
.wishlist.split.button.active .items {
  display: block;
}
/* line 10655, ../scss/styles-m.scss */
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
/* line 10660, ../scss/styles-m.scss */
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
/* line 10662, ../scss/styles-m.scss */
.wishlist.split.button > .action.split:before {
  content: '\e600';
  margin: 0;
  width: 18px;
}
/* line 10668, ../scss/styles-m.scss */
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333;
}
/* line 10671, ../scss/styles-m.scss */
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
/* line 10681, ../scss/styles-m.scss */
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
/* line 10684, ../scss/styles-m.scss */
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
/* line 10689, ../scss/styles-m.scss */
.cart.table-wrapper .wishlist.split.button > .action.toggle:after,
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
/* line 10692, ../scss/styles-m.scss */
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
/* line 10698, ../scss/styles-m.scss */
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity .3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
/* line 10714, ../scss/styles-m.scss */
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
/* line 10717, ../scss/styles-m.scss */
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
/* line 10725, ../scss/styles-m.scss */
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
/* line 10741, ../scss/styles-m.scss */
.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;
}
/* line 10751, ../scss/styles-m.scss */
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 10767, ../scss/styles-m.scss */
.wishlist.window.popup .popup-actions .action.close:hover:before,
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
/* line 10770, ../scss/styles-m.scss */
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active,
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
/* line 10774, ../scss/styles-m.scss */
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 10782, ../scss/styles-m.scss */
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 10789, ../scss/styles-m.scss */
.wishlist.window.popup.active {
  opacity: 1;
  display: block;
}
/* line 10793, ../scss/styles-m.scss */
.wishlist.overlay {
  transition: opacity .15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
/* line 10803, ../scss/styles-m.scss */
.wishlist.overlay.active {
  opacity: .7;
  filter: alpha(opacity=70);
  display: block;
}
/* line 10812, ../scss/styles-m.scss */
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
/* line 10817, ../scss/styles-m.scss */
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
/* line 10821, ../scss/styles-m.scss */
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
/* line 10826, ../scss/styles-m.scss */
.block-wishlist-management {
  position: relative;
}
/* line 10828, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
/* line 10831, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
/* line 10833, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
/* line 10838, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
/* line 10842, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
/* line 10845, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 10863, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
/* line 10866, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
/* line 10869, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
/* line 10871, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
/* line 10875, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
/* line 10880, ../scss/styles-m.scss */
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
/* line 10885, ../scss/styles-m.scss */
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
/* line 10890, ../scss/styles-m.scss */
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
/* line 10895, ../scss/styles-m.scss */
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
/* line 10898, ../scss/styles-m.scss */
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
/* line 10902, ../scss/styles-m.scss */
.block-wishlist-info-items .product-item {
  width: 100%;
}
/* line 10905, ../scss/styles-m.scss */
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
/* line 10908, ../scss/styles-m.scss */
.block-wishlist-info-items .product-item-info {
  width: auto;
}
/* line 10910, ../scss/styles-m.scss */
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
/* line 10914, ../scss/styles-m.scss */
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
/* line 10918, ../scss/styles-m.scss */
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
/* line 10923, ../scss/styles-m.scss */
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
/* line 10926, ../scss/styles-m.scss */
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
/* line 10929, ../scss/styles-m.scss */
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
/* line 10934, ../scss/styles-m.scss */
.block.newsletter {
  margin-bottom: 20px;
}
/* line 10936, ../scss/styles-m.scss */
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
/* line 10940, ../scss/styles-m.scss */
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/* line 10946, ../scss/styles-m.scss */
.block.newsletter .field {
  margin: 0;
}
/* line 10948, ../scss/styles-m.scss */
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
/* line 10952, ../scss/styles-m.scss */
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
/* line 10971, ../scss/styles-m.scss */
.block.newsletter input {
  padding-left: 35px;
  color: black;
}
/* line 10974, ../scss/styles-m.scss */
.block.newsletter .title {
  display: none;
}
/* line 10977, ../scss/styles-m.scss */
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
/* line 10982, ../scss/styles-m.scss */
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
/* line 10989, ../scss/styles-m.scss */
.data.switch .counter {
  color: #7d7d7d;
}
/* line 10991, ../scss/styles-m.scss */
.data.switch .counter:before {
  content: '(';
}
/* line 10994, ../scss/styles-m.scss */
.data.switch .counter:after {
  content: ')';
}
/* line 10999, ../scss/styles-m.scss */
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
/* line 11002, ../scss/styles-m.scss */
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
/* line 11007, ../scss/styles-m.scss */
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
/* line 11026, ../scss/styles-m.scss */
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
/* line 11029, ../scss/styles-m.scss */
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
/* line 11045, ../scss/styles-m.scss */
.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;
}
/* line 11059, ../scss/styles-m.scss */
.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;
}
/* line 11070, ../scss/styles-m.scss */
.review-control-vote {
  overflow: hidden;
}
/* line 11072, ../scss/styles-m.scss */
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
/* line 11089, ../scss/styles-m.scss */
.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;
}
/* line 11098, ../scss/styles-m.scss */
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
/* line 11102, ../scss/styles-m.scss */
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
/* line 11106, ../scss/styles-m.scss */
.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;
}
/* line 11116, ../scss/styles-m.scss */
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
/* line 11131, ../scss/styles-m.scss */
.review-control-vote label:hover:before {
  opacity: 1;
}
/* line 11134, ../scss/styles-m.scss */
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
/* line 11139, ../scss/styles-m.scss */
.review-control-vote .rating-5 {
  z-index: 2;
}
/* line 11141, ../scss/styles-m.scss */
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
/* line 11145, ../scss/styles-m.scss */
.review-control-vote .rating-4 {
  z-index: 3;
}
/* line 11147, ../scss/styles-m.scss */
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
/* line 11151, ../scss/styles-m.scss */
.review-control-vote .rating-3 {
  z-index: 4;
}
/* line 11153, ../scss/styles-m.scss */
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
/* line 11157, ../scss/styles-m.scss */
.review-control-vote .rating-2 {
  z-index: 5;
}
/* line 11159, ../scss/styles-m.scss */
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
/* line 11163, ../scss/styles-m.scss */
.review-control-vote .rating-1 {
  z-index: 6;
}
/* line 11165, ../scss/styles-m.scss */
.review-control-vote .rating-1:before {
  content: '\e605';
}
/* line 11169, ../scss/styles-m.scss */
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
/* line 11174, ../scss/styles-m.scss */
.products-reviews-toolbar {
  position: relative;
}
/* line 11176, ../scss/styles-m.scss */
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
/* line 11182, ../scss/styles-m.scss */
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
/* line 11187, ../scss/styles-m.scss */
.review-toolbar:first-child {
  display: none;
}
/* line 11190, ../scss/styles-m.scss */
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
/* line 11196, ../scss/styles-m.scss */
.review-toolbar .limiter {
  display: none;
}
/* line 11201, ../scss/styles-m.scss */
.review-add .block-title {
  display: none;
}
/* line 11206, ../scss/styles-m.scss */
.review-form .action.submit.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
/* line 11214, ../scss/styles-m.scss */
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
/* line 11219, ../scss/styles-m.scss */
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
/* line 11225, ../scss/styles-m.scss */
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
/* line 11231, ../scss/styles-m.scss */
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
/* line 11236, ../scss/styles-m.scss */
.fieldset .review-legend.legend span {
  margin: 0;
}
/* line 11239, ../scss/styles-m.scss */
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
/* line 11244, ../scss/styles-m.scss */
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
/* line 11252, ../scss/styles-m.scss */
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
/* line 11261, ../scss/styles-m.scss */
.review-field-rating .label {
  font-weight: 600;
}
/* line 11264, ../scss/styles-m.scss */
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
/* line 11270, ../scss/styles-m.scss */
.review-list {
  margin-bottom: 30px;
}
/* line 11272, ../scss/styles-m.scss */
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
/* line 11281, ../scss/styles-m.scss */
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
/* line 11285, ../scss/styles-m.scss */
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
/* line 11290, ../scss/styles-m.scss */
.review-item:last-child {
  border-width: 0;
}
/* line 11295, ../scss/styles-m.scss */
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
/* line 11301, ../scss/styles-m.scss */
.review-author {
  display: inline;
}
/* line 11303, ../scss/styles-m.scss */
.review-author .review-details-value {
  font-weight: 400;
}
/* line 11308, ../scss/styles-m.scss */
.review-date {
  display: inline;
}
/* line 11312, ../scss/styles-m.scss */
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
/* line 11321, ../scss/styles-m.scss */
.review-content {
  margin-bottom: 20px;
}
/* line 11325, ../scss/styles-m.scss */
.page-main .column .review-add {
  margin-bottom: 0;
}
/* line 11329, ../scss/styles-m.scss */
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
/* line 11334, ../scss/styles-m.scss */
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
/* line 11339, ../scss/styles-m.scss */
.product-reviews-summary {
  margin-bottom: 5px;
}
/* line 11343, ../scss/styles-m.scss */
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
/* line 11348, ../scss/styles-m.scss */
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
/* line 11352, ../scss/styles-m.scss */
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
/* line 11356, ../scss/styles-m.scss */
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
/* line 11362, ../scss/styles-m.scss */
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
/* line 11367, ../scss/styles-m.scss */
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
/* line 11369, ../scss/styles-m.scss */
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
/* line 11373, ../scss/styles-m.scss */
.block-reviews-dashboard .product-name {
  display: inline-block;
}
/* line 11375, ../scss/styles-m.scss */
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
/* line 11379, ../scss/styles-m.scss */
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}
/* line 11385, ../scss/styles-m.scss */
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
/* line 11389, ../scss/styles-m.scss */
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
/* line 11395, ../scss/styles-m.scss */
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
/* line 11401, ../scss/styles-m.scss */
.customer-review .review-details {
  margin: 0;
}
/* line 11403, ../scss/styles-m.scss */
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
/* line 11405, ../scss/styles-m.scss */
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
/* line 11407, ../scss/styles-m.scss */
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
/* line 11412, ../scss/styles-m.scss */
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 11420, ../scss/styles-m.scss */
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
/* line 11424, ../scss/styles-m.scss */
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
/* line 11431, ../scss/styles-m.scss */
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
/* line 11435, ../scss/styles-m.scss */
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
/* line 11438, ../scss/styles-m.scss */
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
/* line 11444, ../scss/styles-m.scss */
.order-details-items.rma .order-title {
  display: none;
}
/* line 11446, ../scss/styles-m.scss */
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
/* line 11452, ../scss/styles-m.scss */
.form-create-return .additional:first-child {
  margin-top: 0;
}
/* line 11455, ../scss/styles-m.scss */
.form-create-return .field.comment {
  margin-top: 55px;
}
/* line 11462, ../scss/styles-m.scss */
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
/* line 11465, ../scss/styles-m.scss */
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
/* line 11468, ../scss/styles-m.scss */
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
/* line 11470, ../scss/styles-m.scss */
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
/* line 11475, ../scss/styles-m.scss */
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
/* line 11480, ../scss/styles-m.scss */
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
/* line 11489, ../scss/styles-m.scss */
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 11493, ../scss/styles-m.scss */
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 11497, ../scss/styles-m.scss */
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 11501, ../scss/styles-m.scss */
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  background: none;
  border: 0;
}
/* line 11506, ../scss/styles-m.scss */
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
/* line 11510, ../scss/styles-m.scss */
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 11519, ../scss/styles-m.scss */
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 11527, ../scss/styles-m.scss */
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
/* line 11530, ../scss/styles-m.scss */
.order-links .item strong {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
/* line 11537, ../scss/styles-m.scss */
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
/* line 11544, ../scss/styles-m.scss */
.order-links .item a:hover {
  background: #fff;
  text-decoration: none;
}
/* line 11551, ../scss/styles-m.scss */
.order-details-items {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 10px;
}
/* line 11555, ../scss/styles-m.scss */
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
/* line 11558, ../scss/styles-m.scss */
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
/* line 11562, ../scss/styles-m.scss */
.order-details-items .order-title .action {
  display: inline-block;
}
/* line 11566, ../scss/styles-m.scss */
.order-details-items .table-wrapper {
  margin: 0;
}
/* line 11568, ../scss/styles-m.scss */
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
/* line 11571, ../scss/styles-m.scss */
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
/* line 11576, ../scss/styles-m.scss */
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
/* line 11579, ../scss/styles-m.scss */
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ccc;
}
/* line 11585, ../scss/styles-m.scss */
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
/* line 11592, ../scss/styles-m.scss */
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
/* line 11597, ../scss/styles-m.scss */
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
/* line 11602, ../scss/styles-m.scss */
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
/* line 11607, ../scss/styles-m.scss */
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
/* line 11610, ../scss/styles-m.scss */
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
/* line 11614, ../scss/styles-m.scss */
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
/* line 11619, ../scss/styles-m.scss */
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
/* line 11623, ../scss/styles-m.scss */
.order-details-items .item-options {
  margin: 0;
}
/* line 11625, ../scss/styles-m.scss */
.order-details-items .item-options dt {
  margin: 0;
}
/* line 11628, ../scss/styles-m.scss */
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
/* line 11630, ../scss/styles-m.scss */
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
/* line 11635, ../scss/styles-m.scss */
.order-details-items .item-options.links dt {
  display: inline-block;
}
/* line 11637, ../scss/styles-m.scss */
.order-details-items .item-options.links dt:after {
  content: ': ';
}
/* line 11641, ../scss/styles-m.scss */
.order-details-items .item-options.links dd {
  margin: 0;
}
/* line 11646, ../scss/styles-m.scss */
.order-details-items thead .col.qty {
  text-align: center;
}
/* line 11649, ../scss/styles-m.scss */
.order-details-items .col.name {
  padding-top: 16px;
}
/* line 11652, ../scss/styles-m.scss */
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
/* line 11656, ../scss/styles-m.scss */
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 11666, ../scss/styles-m.scss */
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 11681, ../scss/styles-m.scss */
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
/* line 11685, ../scss/styles-m.scss */
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
/* line 11689, ../scss/styles-m.scss */
.order-details-items .items-qty .item {
  white-space: nowrap;
}
/* line 11692, ../scss/styles-m.scss */
.order-details-items .items-qty .title:after {
  content: ': ';
}
/* line 11697, ../scss/styles-m.scss */
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
/* line 11703, ../scss/styles-m.scss */
.block-order-details-comments {
  margin: 0 0 40px;
}
/* line 11705, ../scss/styles-m.scss */
.block-order-details-comments .comment-date {
  font-weight: 600;
}
/* line 11708, ../scss/styles-m.scss */
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
/* line 11715, ../scss/styles-m.scss */
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
/* line 11718, ../scss/styles-m.scss */
.block-order-details-view .box-title {
  font-weight: 600;
}
/* line 11722, ../scss/styles-m.scss */
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
/* line 11725, ../scss/styles-m.scss */
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
/* line 11727, ../scss/styles-m.scss */
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
/* line 11729, ../scss/styles-m.scss */
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
/* line 11737, ../scss/styles-m.scss */
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
/* line 11741, ../scss/styles-m.scss */
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
/* line 11745, ../scss/styles-m.scss */
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
/* line 11750, ../scss/styles-m.scss */
.order-title + .order-tracking {
  border-bottom: 1px solid #ccc;
}
/* line 11755, ../scss/styles-m.scss */
.order-tracking .tracking-title {
  display: inline-block;
}
/* line 11758, ../scss/styles-m.scss */
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
/* line 11764, ../scss/styles-m.scss */
.order-actions-toolbar {
  margin-bottom: 25px;
}
/* line 11766, ../scss/styles-m.scss */
.order-actions-toolbar .action {
  margin-right: 30px;
}
/* line 11768, ../scss/styles-m.scss */
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
/* line 11775, ../scss/styles-m.scss */
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
/* line 11780, ../scss/styles-m.scss */
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
/* line 11783, ../scss/styles-m.scss */
.block-reorder .product-item-name,
.block-reorder .product-item .field.item {
  display: inline-block;
}
/* line 11788, ../scss/styles-m.scss */
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
/* line 11793, ../scss/styles-m.scss */
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
/* line 11797, ../scss/styles-m.scss */
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
/* line 11799, ../scss/styles-m.scss */
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
/* line 11802, ../scss/styles-m.scss */
.block-collapsible-nav .item a {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
  text-decoration: none;
}
/* line 11808, ../scss/styles-m.scss */
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
/* line 11812, ../scss/styles-m.scss */
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
/* line 11819, ../scss/styles-m.scss */
.block-collapsible-nav .item.current a {
  color: #000;
  font-weight: 600;
  border-color: #ff5501;
}
/* line 11825, ../scss/styles-m.scss */
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000;
  font-weight: 600;
}
/* line 11831, ../scss/styles-m.scss */
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
/* line 11839, ../scss/styles-m.scss */
body {
  background-color: #fff;
}
/* line 11843, ../scss/styles-m.scss */
.ie9 .page-wrapper {
  background-color: #fff;
  min-height: 0;
}
/* line 11848, ../scss/styles-m.scss */
.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
/* line 11851, ../scss/styles-m.scss */
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #fff;
}
/* line 11858, ../scss/styles-m.scss */
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
/* line 11866, ../scss/styles-m.scss */
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 0 0 15px;
}
/* line 11871, ../scss/styles-m.scss */
.header.panel > .header.links > li > a {
  color: #fff;
  text-decoration: none;
}
/* line 11874, ../scss/styles-m.scss */
.header.panel > .header.links > li > a:visited {
  color: #fff;
  text-decoration: none;
}
/* line 11878, ../scss/styles-m.scss */
.header.panel > .header.links > li > a:hover,
.header.panel > .header.links > li > a:active {
  color: #fff;
  text-decoration: underline;
}
/* line 11885, ../scss/styles-m.scss */
.header.content {
  padding-top: 10px;
  position: relative;
}
/* line 11891, ../scss/styles-m.scss */
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 108px;
  position: relative;
  z-index: 5;
}
/* line 11897, ../scss/styles-m.scss */
.logo img {
  display: block;
}
/* line 11902, ../scss/styles-m.scss */
.page-print .logo {
  display: inline-block;
  float: none;
}
/* line 11907, ../scss/styles-m.scss */
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
/* line 11911, ../scss/styles-m.scss */
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
/* line 11923, ../scss/styles-m.scss */
.action-skip-wrapper {
  height: 0;
  position: relative;
}
/* line 11929, ../scss/styles-m.scss */
.message.global p {
  margin: 0;
}
/* line 11932, ../scss/styles-m.scss */
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
/* line 11942, ../scss/styles-m.scss */
.message.global.noscript a,
.message.global.cookie a,
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
/* line 11945, ../scss/styles-m.scss */
.message.global.noscript a:active {
  color: #ff5501;
}
/* line 11948, ../scss/styles-m.scss */
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
/* line 11949, ../scss/styles-m.scss */
.message.global.cookie a:active {
  color: #ff5501;
}
/* line 11957, ../scss/styles-m.scss */
.message.global.cookie .actions {
  margin-top: 10px;
}
/* line 11961, ../scss/styles-m.scss */
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
/* line 11971, ../scss/styles-m.scss */
.message.global.demo a {
  color: #006bb4;
}
/* line 11973, ../scss/styles-m.scss */
.message.global.demo a:hover {
  color: #006bb4;
}
/* line 11976, ../scss/styles-m.scss */
.message.global.demo a:active {
  color: #ff5501;
}
/* line 11983, ../scss/styles-m.scss */
.page-footer {
  margin-top: 25px;
  float: left;
  width: 100%;
}
/* line 11989, ../scss/styles-m.scss */
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
/* line 11993, ../scss/styles-m.scss */
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
/* line 12000, ../scss/styles-m.scss */
.footer.content .links a {
  display: block;
  padding: 10px 0;
}
/* line 12004, ../scss/styles-m.scss */
.footer.content .links strong {
  display: block;
  padding: 10px 0;
  color: #a6a6a6;
  font-weight: normal;
}
/* line 12010, ../scss/styles-m.scss */
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
/* line 12013, ../scss/styles-m.scss */
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
/* line 12017, ../scss/styles-m.scss */
.footer.content .links a:hover,
.footer.content .links a:active {
  color: #333;
  text-decoration: underline;
}
/* line 12025, ../scss/styles-m.scss */
.copyright {
  background-color: #6e716e;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}
/* line 12033, ../scss/styles-m.scss */
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
/* line 12038, ../scss/styles-m.scss */
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
/* line 12043, ../scss/styles-m.scss */
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
/* line 12047, ../scss/styles-m.scss */
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
/* line 12054, ../scss/styles-m.scss */
.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;
}
/* line 12065, ../scss/styles-m.scss */
.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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 12082, ../scss/styles-m.scss */
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after,
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
/* line 12086, ../scss/styles-m.scss */
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
/* line 12091, ../scss/styles-m.scss */
.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;
}
/* line 12102, ../scss/styles-m.scss */
.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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 12119, ../scss/styles-m.scss */
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after,
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
/* line 12123, ../scss/styles-m.scss */
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
/* line 12139, ../scss/styles-m.scss */
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
/* line 12144, ../scss/styles-m.scss */
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
/* line 12149, ../scss/styles-m.scss */
.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;
}
/* line 12158, ../scss/styles-m.scss */
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
/* line 12164, ../scss/styles-m.scss */
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
/* line 12170, ../scss/styles-m.scss */
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
/* line 12175, ../scss/styles-m.scss */
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
/* line 12180, ../scss/styles-m.scss */
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
/* line 12184, ../scss/styles-m.scss */
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
/* line 12188, ../scss/styles-m.scss */
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
/* line 12195, ../scss/styles-m.scss */
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited,
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover,
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
/* line 12200, ../scss/styles-m.scss */
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
/* line 12205, ../scss/styles-m.scss */
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
/* line 12210, ../scss/styles-m.scss */
.widget {
  clear: both;
}
/* line 12214, ../scss/styles-m.scss */
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
/* line 12218, ../scss/styles-m.scss */
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
/* line 12222, ../scss/styles-m.scss */
.ui-datepicker td {
  padding: 0;
}
/* line 12226, ../scss/styles-m.scss */
.ui-tooltip {
  background: #fff;
  border: 1px solid #bbb;
  padding: 10px;
}
/* line 12233, ../scss/styles-m.scss */
.my-credit-cards .status {
  font-style: italic;
}
/* line 12236, ../scss/styles-m.scss */
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
/* line 12251, ../scss/styles-m.scss */
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
/* line 12255, ../scss/styles-m.scss */
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 12263, ../scss/styles-m.scss */
fieldset[disabled] .my-credit-cards .action.delete {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 12270, ../scss/styles-m.scss */
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 12274, ../scss/styles-m.scss */
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 12278, ../scss/styles-m.scss */
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 12282, ../scss/styles-m.scss */
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  background: none;
  border: 0;
}
/* line 12287, ../scss/styles-m.scss */
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
/* line 12291, ../scss/styles-m.scss */
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 12300, ../scss/styles-m.scss */
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 12309, ../scss/styles-m.scss */
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
/* line 12312, ../scss/styles-m.scss */
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
/* line 12328, ../scss/styles-m.scss */
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
/* line 12332, ../scss/styles-m.scss */
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 12340, ../scss/styles-m.scss */
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 12347, ../scss/styles-m.scss */
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
/* line 12351, ../scss/styles-m.scss */
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
/* line 12355, ../scss/styles-m.scss */
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
/* line 12359, ../scss/styles-m.scss */
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  background: none;
  border: 0;
}
/* line 12364, ../scss/styles-m.scss */
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
/* line 12368, ../scss/styles-m.scss */
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled] {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 12377, ../scss/styles-m.scss */
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* line 12385, ../scss/styles-m.scss */
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
/* line 12391, ../scss/styles-m.scss */
.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 #ccc;
}
/* line 12394, ../scss/styles-m.scss */
.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;
}
/* line 12397, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #ccc;
}
/* line 12401, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
/* line 12404, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
/* line 12407, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
/* line 12411, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
/* line 12413, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
/* line 12418, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
/* line 12421, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
/* line 12424, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
/* line 12428, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
/* line 12431, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
/* line 12434, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
/* line 12437, ../scss/styles-m.scss */
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
/* line 12442, ../scss/styles-m.scss */
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
/* line 12445, ../scss/styles-m.scss */
.link.wishlist .counter:before {
  content: '(';
}
/* line 12448, ../scss/styles-m.scss */
.link.wishlist .counter:after {
  content: ')';
}
/* line 12453, ../scss/styles-m.scss */
.block-wishlist .product-item-name {
  margin-right: 25px;
}
/* line 12458, ../scss/styles-m.scss */
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
/* line 12462, ../scss/styles-m.scss */
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
/* line 12465, ../scss/styles-m.scss */
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
/* line 12468, ../scss/styles-m.scss */
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
/* line 12473, ../scss/styles-m.scss */
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
/* line 12475, ../scss/styles-m.scss */
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
/* line 12481, ../scss/styles-m.scss */
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
/* line 12485, ../scss/styles-m.scss */
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
/* line 12489, ../scss/styles-m.scss */
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
/* line 12494, ../scss/styles-m.scss */
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
/* line 12499, ../scss/styles-m.scss */
.block-product-link-inline.widget {
  margin: 0;
}
/* line 12504, ../scss/styles-m.scss */
.block.widget .product-item-info {
  width: auto;
}
/* line 12507, ../scss/styles-m.scss */
.block.widget .pager {
  padding: 0;
}
/* line 12509, ../scss/styles-m.scss */
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
/* line 12513, ../scss/styles-m.scss */
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
/* line 12516, ../scss/styles-m.scss */
.block.widget .pager .pages-item-next {
  position: relative;
}
/* line 12519, ../scss/styles-m.scss */
.block.widget .pager .items {
  white-space: nowrap;
}
/* line 12525, ../scss/styles-m.scss */
.columns .block-event {
  position: relative;
  z-index: 2;
}
/* line 12531, ../scss/styles-m.scss */
.block-event .block-content {
  position: relative;
}
/* line 12533, ../scss/styles-m.scss */
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
/* line 12539, ../scss/styles-m.scss */
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
/* line 12546, ../scss/styles-m.scss */
.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;
}
/* line 12556, ../scss/styles-m.scss */
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 12571, ../scss/styles-m.scss */
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
/* line 12574, ../scss/styles-m.scss */
.block-event .block-content > .action.backward {
  left: 0;
}
/* line 12577, ../scss/styles-m.scss */
.block-event .block-content > .action.forward {
  right: 0;
}
/* line 12579, ../scss/styles-m.scss */
.block-event .block-content > .action.forward:before {
  content: '\e608';
  margin-left: -20px;
}
/* line 12584, ../scss/styles-m.scss */
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
/* line 12588, ../scss/styles-m.scss */
.block-event .block-content > .action:hover {
  opacity: 1;
}
/* line 12593, ../scss/styles-m.scss */
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
/* line 12597, ../scss/styles-m.scss */
.block-event .slider-panel .slider {
  white-space: nowrap;
}
/* line 12599, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
/* line 12611, ../scss/styles-m.scss */
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
/* line 12616, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
/* line 12619, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
/* line 12625, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 12629, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
/* line 12633, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
/* line 12637, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
/* line 12642, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
/* line 12644, ../scss/styles-m.scss */
.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;
}
/* line 12647, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
/* line 12652, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
/* line 12656, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
/* line 12661, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
/* line 12664, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
/* line 12671, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
/* line 12674, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
/* line 12678, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
/* line 12682, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
/* line 12696, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
/* line 12701, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled] {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 12710, ../scss/styles-m.scss */
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
/* line 12716, ../scss/styles-m.scss */
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
/* line 12720, ../scss/styles-m.scss */
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
/* line 12725, ../scss/styles-m.scss */
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
/* line 12730, ../scss/styles-m.scss */
.block-cms-link-inline.widget {
  margin: 0;
}
/* line 12734, ../scss/styles-m.scss */
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
/* line 12738, ../scss/styles-m.scss */
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
/* line 12743, ../scss/styles-m.scss */
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
/* line 12748, ../scss/styles-m.scss */
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
/* line 12750, ../scss/styles-m.scss */
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
/* line 12752, ../scss/styles-m.scss */
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
/* line 12756, ../scss/styles-m.scss */
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
/* line 12761, ../scss/styles-m.scss */
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
/* line 12765, ../scss/styles-m.scss */
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
/* line 12772, ../scss/styles-m.scss */
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
/* line 12774, ../scss/styles-m.scss */
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
/* line 12776, ../scss/styles-m.scss */
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
/* line 12780, ../scss/styles-m.scss */
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
/* line 12786, ../scss/styles-m.scss */
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
/* line 12792, ../scss/styles-m.scss */
.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;
}
/* line 12802, ../scss/styles-m.scss */
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 12818, ../scss/styles-m.scss */
.sidebar .block-addbysku .action.add:hover:before,
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
/* line 12822, ../scss/styles-m.scss */
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
/* line 12826, ../scss/styles-m.scss */
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
/* line 12830, ../scss/styles-m.scss */
.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;
}
/* line 12843, ../scss/styles-m.scss */
.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;
}
/* line 12853, ../scss/styles-m.scss */
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 12869, ../scss/styles-m.scss */
.sidebar .block-addbysku .action.remove:hover:before,
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
/* line 12872, ../scss/styles-m.scss */
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active,
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
/* line 12876, ../scss/styles-m.scss */
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
/* line 12885, ../scss/styles-m.scss */
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
@media only screen and (max-width: 479px) {
  /* line 12892, ../scss/styles-m.scss */
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  /* line 12895, ../scss/styles-m.scss */
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  /* line 12898, ../scss/styles-m.scss */
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 639px) {
  /* line 12904, ../scss/styles-m.scss */
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 12915, ../scss/styles-m.scss */
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after {
    content: '';
    display: table;
  }
  /* line 12921, ../scss/styles-m.scss */
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after {
    content: '';
    display: table;
  }
  /* line 12927, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after {
    content: '';
    display: table;
  }
  /* line 12933, ../scss/styles-m.scss */
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after {
    content: '';
    display: table;
  }
  /* line 12939, ../scss/styles-m.scss */
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  /* line 12944, ../scss/styles-m.scss */
  .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 {
    clear: both;
  }
  /* line 12948, ../scss/styles-m.scss */
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  /* line 12951, ../scss/styles-m.scss */
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  /* line 12955, ../scss/styles-m.scss */
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  /* line 12958, ../scss/styles-m.scss */
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  /* line 12965, ../scss/styles-m.scss */
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  /* line 12971, ../scss/styles-m.scss */
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  /* line 12976, ../scss/styles-m.scss */
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  /* line 12980, ../scss/styles-m.scss */
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  /* line 12984, ../scss/styles-m.scss */
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  /* line 12988, ../scss/styles-m.scss */
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  /* line 12992, ../scss/styles-m.scss */
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  /* line 12994, ../scss/styles-m.scss */
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  /* line 12998, ../scss/styles-m.scss */
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  /* line 13001, ../scss/styles-m.scss */
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  /* line 13008, ../scss/styles-m.scss */
  .abs-account-table-margin-mobile {
    margin-top: -20px;
  }
  /* line 13012, ../scss/styles-m.scss */
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  /* line 13017, ../scss/styles-m.scss */
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 13029, ../scss/styles-m.scss */
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 13041, ../scss/styles-m.scss */
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 13053, ../scss/styles-m.scss */
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 13064, ../scss/styles-m.scss */
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 13075, ../scss/styles-m.scss */
  .account .table-reviews .col.actions:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 13086, ../scss/styles-m.scss */
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 13099, ../scss/styles-m.scss */
  .cart-totals .totals th:before,
  .cart-totals .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 13111, ../scss/styles-m.scss */
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 13122, ../scss/styles-m.scss */
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  /* line 13125, ../scss/styles-m.scss */
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  /* line 13128, ../scss/styles-m.scss */
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  /* line 13131, ../scss/styles-m.scss */
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  /* line 13134, ../scss/styles-m.scss */
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper {
    border-top: 0;
  }
  /* line 13138, ../scss/styles-m.scss */
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent {
    border-top: 0;
  }
  /* line 13142, ../scss/styles-m.scss */
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  /* line 13145, ../scss/styles-m.scss */
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  /* line 13148, ../scss/styles-m.scss */
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  /* line 13151, ../scss/styles-m.scss */
  .table-wrapper {
    border-top: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  /* line 13160, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  /* line 13164, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  /* line 13167, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  /* line 13169, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  /* line 13171, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  /* line 13176, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #111;
    font-weight: 700;
  }
  /* line 13183, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  /* line 13190, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  /* line 13193, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  /* line 13197, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  /* line 13201, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  /* line 13206, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  /* line 13208, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  /* line 13211, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  /* line 13216, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  /* line 13222, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  /* line 13228, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  /* line 13230, ../scss/styles-m.scss */
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  /* line 13238, ../scss/styles-m.scss */
  .data-table-definition-list thead {
    display: none;
  }
  /* line 13242, ../scss/styles-m.scss */
  .data-table-definition-list tbody th {
    padding-bottom: 0;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 13248, ../scss/styles-m.scss */
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 13255, ../scss/styles-m.scss */
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  /* line 13262, ../scss/styles-m.scss */
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  /* line 13271, ../scss/styles-m.scss */
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  /* line 13274, ../scss/styles-m.scss */
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  /* line 13278, ../scss/styles-m.scss */
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  /* line 13281, ../scss/styles-m.scss */
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  /* line 13285, ../scss/styles-m.scss */
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  /* line 13287, ../scss/styles-m.scss */
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  /* line 13290, ../scss/styles-m.scss */
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  /* line 13296, ../scss/styles-m.scss */
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  /* line 13299, ../scss/styles-m.scss */
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  /* line 13305, ../scss/styles-m.scss */
  .form-new-agreement select {
    width: auto;
  }
  /* line 13309, ../scss/styles-m.scss */
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  /* line 13312, ../scss/styles-m.scss */
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  /* line 13317, ../scss/styles-m.scss */
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  /* line 13321, ../scss/styles-m.scss */
  .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;
  }
  /* line 13334, ../scss/styles-m.scss */
  .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;
  }
  /* line 13344, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 13360, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove:hover:before,
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  /* line 13363, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  /* line 13367, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
  }
  /* line 13374, ../scss/styles-m.scss */
  fieldset[disabled] .column .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
  }
  /* line 13380, ../scss/styles-m.scss */
  .products-list .product-item {
    table-layout: fixed;
  }
  /* line 13383, ../scss/styles-m.scss */
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  /* line 13388, ../scss/styles-m.scss */
  .toolbar-products {
    margin-bottom: 0;
  }
  /* line 13391, ../scss/styles-m.scss */
  .product-social-links .action.tocompare {
    display: none;
  }
  /* line 13394, ../scss/styles-m.scss */
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(120%) !important;
  }
  /* line 13398, ../scss/styles-m.scss */
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  /* line 13401, ../scss/styles-m.scss */
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  /* line 13407, ../scss/styles-m.scss */
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  /* line 13411, ../scss/styles-m.scss */
  .block-search {
    margin-top: 10px;
  }
  /* line 13414, ../scss/styles-m.scss */
  .cart .table.items .col.qty {
    text-align: center;
  }
  /* line 13417, ../scss/styles-m.scss */
  .minicart-wrapper {
    margin-top: 10px;
  }
  /* line 13421, ../scss/styles-m.scss */
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  /* line 13426, ../scss/styles-m.scss */
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  /* line 13429, ../scss/styles-m.scss */
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  /* line 13434, ../scss/styles-m.scss */
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  /* line 13437, ../scss/styles-m.scss */
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  /* line 13442, ../scss/styles-m.scss */
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  /* line 13445, ../scss/styles-m.scss */
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  /* line 13450, ../scss/styles-m.scss */
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  /* line 13455, ../scss/styles-m.scss */
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  /* line 13458, ../scss/styles-m.scss */
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
  }
  /* line 13462, ../scss/styles-m.scss */
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  /* line 13469, ../scss/styles-m.scss */
  .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;
  }
  /* line 13479, ../scss/styles-m.scss */
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 13494, ../scss/styles-m.scss */
  .opc-wrapper .edit-address-link:hover:before {
    color: #333;
  }
  /* line 13497, ../scss/styles-m.scss */
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  /* line 13502, ../scss/styles-m.scss */
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  /* line 13507, ../scss/styles-m.scss */
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  /* line 13510, ../scss/styles-m.scss */
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  /* line 13515, ../scss/styles-m.scss */
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  /* line 13522, ../scss/styles-m.scss */
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  /* line 13526, ../scss/styles-m.scss */
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  /* line 13529, ../scss/styles-m.scss */
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  /* line 13533, ../scss/styles-m.scss */
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  /* line 13543, ../scss/styles-m.scss */
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  /* line 13547, ../scss/styles-m.scss */
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  /* line 13551, ../scss/styles-m.scss */
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  /* line 13554, ../scss/styles-m.scss */
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  /* line 13559, ../scss/styles-m.scss */
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  /* line 13562, ../scss/styles-m.scss */
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  /* line 13567, ../scss/styles-m.scss */
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #ccc;
    display: table-cell;
  }
  /* line 13571, ../scss/styles-m.scss */
  .table.grouped > tbody {
    border-bottom: 1px solid #ccc;
  }
  /* line 13573, ../scss/styles-m.scss */
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  /* line 13580, ../scss/styles-m.scss */
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  /* line 13584, ../scss/styles-m.scss */
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  /* line 13587, ../scss/styles-m.scss */
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  /* line 13590, ../scss/styles-m.scss */
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  /* line 13595, ../scss/styles-m.scss */
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  /* line 13598, ../scss/styles-m.scss */
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 13608, ../scss/styles-m.scss */
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 13624, ../scss/styles-m.scss */
  .form-add-invitations .action.remove:hover:before,
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  /* line 13629, ../scss/styles-m.scss */
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  /* line 13632, ../scss/styles-m.scss */
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  /* line 13638, ../scss/styles-m.scss */
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  /* line 13641, ../scss/styles-m.scss */
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  /* line 13645, ../scss/styles-m.scss */
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  /* line 13650, ../scss/styles-m.scss */
  .order-details-items thead {
    display: block;
  }
  /* line 13652, ../scss/styles-m.scss */
  .order-details-items thead tr {
    display: block;
  }
  /* line 13656, ../scss/styles-m.scss */
  .order-pager-wrapper {
    display: block;
  }
  /* line 13660, ../scss/styles-m.scss */
  .account .table-order-items tbody tr {
    display: block;
  }
  /* line 13663, ../scss/styles-m.scss */
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  /* line 13667, ../scss/styles-m.scss */
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  /* line 13672, ../scss/styles-m.scss */
  .order-details-items .order-title strong {
    display: block;
  }
  /* line 13675, ../scss/styles-m.scss */
  .order-details-items .action {
    margin-top: 10px;
  }
  /* line 13678, ../scss/styles-m.scss */
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  /* line 13683, ../scss/styles-m.scss */
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  /* line 13687, ../scss/styles-m.scss */
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  /* line 13689, ../scss/styles-m.scss */
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  /* line 13693, ../scss/styles-m.scss */
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  /* line 13699, ../scss/styles-m.scss */
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  /* line 13703, ../scss/styles-m.scss */
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  /* line 13706, ../scss/styles-m.scss */
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  /* line 13710, ../scss/styles-m.scss */
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  /* line 13715, ../scss/styles-m.scss */
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  /* line 13717, ../scss/styles-m.scss */
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  /* line 13720, ../scss/styles-m.scss */
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  /* line 13724, ../scss/styles-m.scss */
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  /* line 13728, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 13730, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 767px) {
  /* line 13737, ../scss/styles-m.scss */
  .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;
  }
  /* line 13748, ../scss/styles-m.scss */
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after {
    content: '';
    display: table;
  }
  /* line 13754, ../scss/styles-m.scss */
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  /* line 13759, ../scss/styles-m.scss */
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  /* line 13762, ../scss/styles-m.scss */
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  /* line 13772, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  /* line 13777, ../scss/styles-m.scss */
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 13793, ../scss/styles-m.scss */
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  /* line 13796, ../scss/styles-m.scss */
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  /* line 13800, ../scss/styles-m.scss */
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 13816, ../scss/styles-m.scss */
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 13821, ../scss/styles-m.scss */
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 13826, ../scss/styles-m.scss */
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 13830, ../scss/styles-m.scss */
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  /* line 13834, ../scss/styles-m.scss */
  .navigation {
    padding: 0;
  }
  /* line 13836, ../scss/styles-m.scss */
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  /* line 13840, ../scss/styles-m.scss */
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 7px;
    top: -8px;
  }
  /* line 13858, ../scss/styles-m.scss */
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  /* line 13863, ../scss/styles-m.scss */
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: -80%;
    left: calc(-46%);
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(46%);
  }
  /* line 13877, ../scss/styles-m.scss */
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  /* line 13883, ../scss/styles-m.scss */
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  /* line 13887, ../scss/styles-m.scss */
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  /* line 13892, ../scss/styles-m.scss */
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  /* line 13896, ../scss/styles-m.scss */
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: -40px;
    top: -16px;
  }
  /* line 13915, ../scss/styles-m.scss */
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  /* line 13919, ../scss/styles-m.scss */
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  /* line 13925, ../scss/styles-m.scss */
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  /* line 13930, ../scss/styles-m.scss */
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  /* line 13933, ../scss/styles-m.scss */
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: .8rem 20px;
  }
  /* line 13938, ../scss/styles-m.scss */
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  /* line 13942, ../scss/styles-m.scss */
  .nav-sections .header.links a {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: .8rem 20px;
  }
  /* line 13948, ../scss/styles-m.scss */
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: .8rem 20px;
  }
  /* line 13956, ../scss/styles-m.scss */
  .nav-sections .header.links .header.links {
    border: 0;
  }
  /* line 13961, ../scss/styles-m.scss */
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  /* line 13965, ../scss/styles-m.scss */
  .nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  /* line 13975, ../scss/styles-m.scss */
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  /* line 13983, ../scss/styles-m.scss */
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(46%);
  }
  /* line 13987, ../scss/styles-m.scss */
  .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;
  }
  /* line 13995, ../scss/styles-m.scss */
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  /* line 14007, ../scss/styles-m.scss */
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  /* line 14010, ../scss/styles-m.scss */
  .nav-sections-items:before {
    content: '';
    display: table;
  }
  /* line 14014, ../scss/styles-m.scss */
  .nav-sections-items:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 14020, ../scss/styles-m.scss */
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  /* line 14030, ../scss/styles-m.scss */
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  /* line 14034, ../scss/styles-m.scss */
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  /* line 14038, ../scss/styles-m.scss */
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  /* line 14045, ../scss/styles-m.scss */
  .nav-sections-item-content:before {
    content: '';
    display: table;
  }
  /* line 14049, ../scss/styles-m.scss */
  .nav-sections-item-content:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 14054, ../scss/styles-m.scss */
  .nav-sections-item-content.active {
    display: block;
  }
  /* line 14058, ../scss/styles-m.scss */
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  /* line 14061, ../scss/styles-m.scss */
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  /* line 14065, ../scss/styles-m.scss */
  .navigation li {
    margin: 0;
  }
  /* line 14068, ../scss/styles-m.scss */
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #575757;
    text-decoration: none;
  }
  /* line 14076, ../scss/styles-m.scss */
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  /* line 14081, ../scss/styles-m.scss */
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  /* line 14084, ../scss/styles-m.scss */
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  /* line 14091, ../scss/styles-m.scss */
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
    display: inline-block;
  }
  /* line 14099, ../scss/styles-m.scss */
  .navigation .level0.active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  /* line 14106, ../scss/styles-m.scss */
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  /* line 14109, ../scss/styles-m.scss */
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  /* line 14115, ../scss/styles-m.scss */
  .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;
  }
  /* line 14119, ../scss/styles-m.scss */
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  /* line 14123, ../scss/styles-m.scss */
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  /* line 14126, ../scss/styles-m.scss */
  .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;
  }
  /* line 14136, ../scss/styles-m.scss */
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  /* line 14139, ../scss/styles-m.scss */
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  /* line 14143, ../scss/styles-m.scss */
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  /* line 14146, ../scss/styles-m.scss */
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  /* line 14148, ../scss/styles-m.scss */
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  /* line 14155, ../scss/styles-m.scss */
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  /* line 14160, ../scss/styles-m.scss */
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  /* line 14167, ../scss/styles-m.scss */
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  /* line 14173, ../scss/styles-m.scss */
  .breadcrumbs {
    display: none;
  }
  /* line 14176, ../scss/styles-m.scss */
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  /* line 14179, ../scss/styles-m.scss */
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 14183, ../scss/styles-m.scss */
  .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;
    margin: 0;
    max-height: none;
  }
  /* line 14196, ../scss/styles-m.scss */
  .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;
  }
  /* line 14209, ../scss/styles-m.scss */
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  /* line 14214, ../scss/styles-m.scss */
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 14219, ../scss/styles-m.scss */
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  /* line 14225, ../scss/styles-m.scss */
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 14229, ../scss/styles-m.scss */
  .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;
  }
  /* line 14239, ../scss/styles-m.scss */
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  /* line 14244, ../scss/styles-m.scss */
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  /* line 14251, ../scss/styles-m.scss */
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  /* line 14255, ../scss/styles-m.scss */
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  /* line 14261, ../scss/styles-m.scss */
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  /* line 14265, ../scss/styles-m.scss */
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  /* line 14269, ../scss/styles-m.scss */
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  /* line 14275, ../scss/styles-m.scss */
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  /* line 14281, ../scss/styles-m.scss */
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  /* line 14284, ../scss/styles-m.scss */
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  /* line 14288, ../scss/styles-m.scss */
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  /* line 14292, ../scss/styles-m.scss */
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 14300, ../scss/styles-m.scss */
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  /* line 14306, ../scss/styles-m.scss */
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  /* line 14309, ../scss/styles-m.scss */
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  /* line 14312, ../scss/styles-m.scss */
  .cart-discount {
    border-bottom: 1px solid #ccc;
  }
  /* line 14315, ../scss/styles-m.scss */
  .cart.table-wrapper {
    border-top: 1px solid #ccc;
  }
  /* line 14318, ../scss/styles-m.scss */
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  /* line 14323, ../scss/styles-m.scss */
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  /* line 14330, ../scss/styles-m.scss */
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  /* line 14336, ../scss/styles-m.scss */
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  /* line 14337, ../scss/styles-m.scss */
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  /* line 14346, ../scss/styles-m.scss */
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  /* line 14349, ../scss/styles-m.scss */
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  /* line 14353, ../scss/styles-m.scss */
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 14356, ../scss/styles-m.scss */
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  /* line 14359, ../scss/styles-m.scss */
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  /* line 14364, ../scss/styles-m.scss */
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  /* line 14367, ../scss/styles-m.scss */
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  /* line 14372, ../scss/styles-m.scss */
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  /* line 14375, ../scss/styles-m.scss */
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  /* line 14378, ../scss/styles-m.scss */
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  /* line 14381, ../scss/styles-m.scss */
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  /* line 14384, ../scss/styles-m.scss */
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  /* line 14386, ../scss/styles-m.scss */
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  /* line 14389, ../scss/styles-m.scss */
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  /* line 14394, ../scss/styles-m.scss */
  .login-container .fieldset:after {
    text-align: center;
  }
  /* line 14398, ../scss/styles-m.scss */
  .account .page.messages {
    margin-bottom: 0px;
  }
  /* line 14402, ../scss/styles-m.scss */
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  /* line 14406, ../scss/styles-m.scss */
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  /* line 14408, ../scss/styles-m.scss */
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  /* line 14414, ../scss/styles-m.scss */
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  /* line 14418, ../scss/styles-m.scss */
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  /* line 14422, ../scss/styles-m.scss */
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  /* line 14425, ../scss/styles-m.scss */
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  /* line 14429, ../scss/styles-m.scss */
  .field.open-amount {
    width: 100%;
  }
  /* line 14432, ../scss/styles-m.scss */
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  /* line 14437, ../scss/styles-m.scss */
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  /* line 14442, ../scss/styles-m.scss */
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  /* line 14445, ../scss/styles-m.scss */
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  /* line 14451, ../scss/styles-m.scss */
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 14456, ../scss/styles-m.scss */
  .gift-message-summary {
    padding-right: 7rem;
  }
  /* line 14460, ../scss/styles-m.scss */
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 14467, ../scss/styles-m.scss */
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  /* line 14470, ../scss/styles-m.scss */
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 14480, ../scss/styles-m.scss */
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 14496, ../scss/styles-m.scss */
  .cart .action-gift:hover:after {
    color: #333;
  }
  /* line 14499, ../scss/styles-m.scss */
  .cart .action-gift:active:after {
    color: #757575;
  }
  /* line 14502, ../scss/styles-m.scss */
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  /* line 14507, ../scss/styles-m.scss */
  .cart .action-gift._active:after {
    color: #333;
  }
  /* line 14513, ../scss/styles-m.scss */
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  /* line 14517, ../scss/styles-m.scss */
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  /* line 14520, ../scss/styles-m.scss */
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 14530, ../scss/styles-m.scss */
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 14545, ../scss/styles-m.scss */
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333;
  }
  /* line 14548, ../scss/styles-m.scss */
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  /* line 14552, ../scss/styles-m.scss */
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  /* line 14557, ../scss/styles-m.scss */
  .gift-wrapping-list {
    width: 100%;
  }
  /* line 14560, ../scss/styles-m.scss */
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  /* line 14563, ../scss/styles-m.scss */
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  /* line 14567, ../scss/styles-m.scss */
  .gift-wrapping-preview img {
    width: 100%;
  }
  /* line 14571, ../scss/styles-m.scss */
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  /* line 14575, ../scss/styles-m.scss */
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 14580, ../scss/styles-m.scss */
  body.filter-active .page-header {
    display: none;
  }
  /* line 14583, ../scss/styles-m.scss */
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  /* line 14588, ../scss/styles-m.scss */
  body.filter-active .columns {
    z-index: 999;
  }
  /* line 14593, ../scss/styles-m.scss */
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  /* line 14597, ../scss/styles-m.scss */
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  /* line 14600, ../scss/styles-m.scss */
  .filter.active .filter-title {
    border-bottom: 1px solid #ccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  /* line 14608, ../scss/styles-m.scss */
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  /* line 14618, ../scss/styles-m.scss */
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 14635, ../scss/styles-m.scss */
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  /* line 14646, ../scss/styles-m.scss */
  .filter.active .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  /* line 14658, ../scss/styles-m.scss */
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  /* line 14663, ../scss/styles-m.scss */
  .filter-actions {
    margin: -35px -10px 25px;
  }
  /* line 14666, ../scss/styles-m.scss */
  .filter-options-content {
    padding: 5px 10px;
  }
  /* line 14670, ../scss/styles-m.scss */
  .filter .filter-current {
    border: solid #ccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  /* line 14674, ../scss/styles-m.scss */
  .filter .filter-current .items {
    display: none;
  }
  /* line 14678, ../scss/styles-m.scss */
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  /* line 14684, ../scss/styles-m.scss */
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  /* line 14702, ../scss/styles-m.scss */
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: " (" attr(data-count) ")";
    font-size: .9em;
  }
  /* line 14709, ../scss/styles-m.scss */
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  /* line 14711, ../scss/styles-m.scss */
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  /* line 14714, ../scss/styles-m.scss */
  .filter .filter-current.active .items,
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  /* line 14718, ../scss/styles-m.scss */
  .filter .filter-current + .block-actions {
    display: none;
  }
  /* line 14724, ../scss/styles-m.scss */
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  /* line 14735, ../scss/styles-m.scss */
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  /* line 14739, ../scss/styles-m.scss */
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  /* line 14744, ../scss/styles-m.scss */
  .map-popup {
    max-width: 100%;
  }
  /* line 14747, ../scss/styles-m.scss */
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  /* line 14750, ../scss/styles-m.scss */
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 14753, ../scss/styles-m.scss */
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  /* line 14756, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  /* line 14758, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  /* line 14762, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  /* line 14767, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  /* line 14770, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  /* line 14772, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  /* line 14775, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  /* line 14778, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  /* line 14783, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  /* line 14789, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  /* line 14792, ../scss/styles-m.scss */
  .block-wishlist-management .wishlist-info,
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  /* line 14796, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  /* line 14802, ../scss/styles-m.scss */
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  /* line 14805, ../scss/styles-m.scss */
  .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;
  }
  /* line 14809, ../scss/styles-m.scss */
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  /* line 14813, ../scss/styles-m.scss */
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  /* line 14819, ../scss/styles-m.scss */
  .order-pager-wrapper .pages {
    text-align: center;
  }
  /* line 14823, ../scss/styles-m.scss */
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  /* line 14828, ../scss/styles-m.scss */
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  /* line 14834, ../scss/styles-m.scss */
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  /* line 14837, ../scss/styles-m.scss */
  .block-collapsible-nav .content.active {
    display: block;
  }
  /* line 14842, ../scss/styles-m.scss */
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  /* line 14845, ../scss/styles-m.scss */
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  /* line 14850, ../scss/styles-m.scss */
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  /* line 14855, ../scss/styles-m.scss */
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  /* line 14859, ../scss/styles-m.scss */
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  /* line 14861, ../scss/styles-m.scss */
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  /* line 14867, ../scss/styles-m.scss */
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  /* line 14871, ../scss/styles-m.scss */
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  /* line 14876, ../scss/styles-m.scss */
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  /* line 14879, ../scss/styles-m.scss */
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  /* line 14884, ../scss/styles-m.scss */
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  /* line 14887, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  /* line 14891, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  /* line 14895, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  /* line 14898, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  /* line 14900, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  /* line 14902, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  /* line 14905, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  /* line 14908, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  /* line 14911, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  /* line 14916, ../scss/styles-m.scss */
  .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;
  }
  /* line 14920, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  /* line 14923, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  /* line 14927, ../scss/styles-m.scss */
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  /* line 14931, ../scss/styles-m.scss */
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  /* line 14936, ../scss/styles-m.scss */
  .wishlist-index-index .product-item {
    width: 100%;
  }
  /* line 14939, ../scss/styles-m.scss */
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  /* line 14943, ../scss/styles-m.scss */
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  /* line 14946, ../scss/styles-m.scss */
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 14956, ../scss/styles-m.scss */
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 14971, ../scss/styles-m.scss */
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #333;
  }
  /* line 14974, ../scss/styles-m.scss */
  .cart.table-wrapper .action-towishlist:active:before {
    color: #757575;
  }
}
@media only screen and (max-width: 768px) {
  /* line 14981, ../scss/styles-m.scss */
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 40px;
    left: auto;
  }
  /* line 14986, ../scss/styles-m.scss */
  .columns {
    display: block;
  }
  /* line 14989, ../scss/styles-m.scss */
  .cwiw .row .col-md-4 {
    width: initial !important;
    float: initial !important;
  }
}
@media all and (min-width: 640px) {
  /* line 14996, ../scss/styles-m.scss */
  .abs-blocks-2columns-s {
    width: 48%;
  }
  /* line 14999, ../scss/styles-m.scss */
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  /* line 15002, ../scss/styles-m.scss */
  .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;
  }
  /* line 15013, ../scss/styles-m.scss */
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after {
    content: '';
    display: table;
  }
  /* line 15019, ../scss/styles-m.scss */
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  /* line 15024, ../scss/styles-m.scss */
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  /* line 15027, ../scss/styles-m.scss */
  .abs-add-box-sizing-desktop-s {
    box-sizing: border-box;
  }
  /* line 15031, ../scss/styles-m.scss */
  .multicheckout .block-shipping .box {
    box-sizing: border-box;
  }
  /* line 15035, ../scss/styles-m.scss */
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  /* line 15040, ../scss/styles-m.scss */
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  /* line 15046, ../scss/styles-m.scss */
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  /* line 15049, ../scss/styles-m.scss */
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  /* line 15054, ../scss/styles-m.scss */
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  /* line 15057, ../scss/styles-m.scss */
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  /* line 15060, ../scss/styles-m.scss */
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 15079, ../scss/styles-m.scss */
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #ccc;
  }
  /* line 15083, ../scss/styles-m.scss */
  .table > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  /* line 15087, ../scss/styles-m.scss */
  .ui-dialog.popup {
    width: 420px;
  }
  /* line 15091, ../scss/styles-m.scss */
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  /* line 15095, ../scss/styles-m.scss */
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  /* line 15097, ../scss/styles-m.scss */
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  /* line 15103, ../scss/styles-m.scss */
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  /* line 15106, ../scss/styles-m.scss */
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  /* line 15110, ../scss/styles-m.scss */
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  /* line 15114, ../scss/styles-m.scss */
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  /* line 15118, ../scss/styles-m.scss */
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  /* line 15124, ../scss/styles-m.scss */
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  /* line 15128, ../scss/styles-m.scss */
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  /* line 15134, ../scss/styles-m.scss */
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  /* line 15138, ../scss/styles-m.scss */
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  /* line 15144, ../scss/styles-m.scss */
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  /* line 15149, ../scss/styles-m.scss */
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  /* line 15151, ../scss/styles-m.scss */
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  /* line 15157, ../scss/styles-m.scss */
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  /* line 15163, ../scss/styles-m.scss */
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  /* line 15169, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  /* line 15185, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  /* line 15189, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
  }
  /* line 15195, ../scss/styles-m.scss */
  fieldset[disabled] .column .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
  }
  /* line 15201, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  /* line 15205, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  /* line 15209, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  /* line 15213, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    background: none;
    border: 0;
  }
  /* line 15218, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  /* line 15222, ../scss/styles-m.scss */
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled] {
    color: #006bb4;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  /* line 15230, ../scss/styles-m.scss */
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  /* line 15237, ../scss/styles-m.scss */
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  /* line 15242, ../scss/styles-m.scss */
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    top: 9px;
    left: 9px;
  }
  /* line 15247, ../scss/styles-m.scss */
  .products-grid .product-item-inner {
    background: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
    display: none;
  }
  /* line 15260, ../scss/styles-m.scss */
  .page-products .product-item-info .price-box {
    display: none;
  }
  /* line 15263, ../scss/styles-m.scss */
  .product-item-actions {
    display: block;
  }
  /* line 15266, ../scss/styles-m.scss */
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  /* line 15269, ../scss/styles-m.scss */
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  /* line 15270, ../scss/styles-m.scss */
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
    vertical-align: middle;
  }
  /* line 15275, ../scss/styles-m.scss */
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
  /* line 15277, ../scss/styles-m.scss */
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  /* line 15285, ../scss/styles-m.scss */
  .page-products .products-grid .product-item-inner:before {
    background: #fff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
  }
  /* line 15295, ../scss/styles-m.scss */
  .page-products .product-item-actions {
    position: relative;
    z-index: 1;
  }
  /* line 15300, ../scss/styles-m.scss */
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  /* line 15304, ../scss/styles-m.scss */
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  /* line 15308, ../scss/styles-m.scss */
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  /* line 15312, ../scss/styles-m.scss */
  .review-form {
    max-width: 500px;
  }
  /* line 15315, ../scss/styles-m.scss */
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  /* line 15320, ../scss/styles-m.scss */
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  /* line 15325, ../scss/styles-m.scss */
  .review-toolbar {
    margin: 0 0 30px;
  }
  /* line 15327, ../scss/styles-m.scss */
  .review-toolbar .pages {
    padding: 30px 0;
  }
  /* line 15331, ../scss/styles-m.scss */
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  /* line 15334, ../scss/styles-m.scss */
  .review-item {
    padding: 30px 0;
  }
  /* line 15337, ../scss/styles-m.scss */
  .review-title {
    margin: 0 0 30px;
  }
  /* line 15340, ../scss/styles-m.scss */
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  /* line 15342, ../scss/styles-m.scss */
  .order-details-items .order-title .action.track {
    float: right;
  }
  /* line 15346, ../scss/styles-m.scss */
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  /* line 15349, ../scss/styles-m.scss */
  .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%;
  }
}
.product-item-details .item-names span {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.product-item-details.multiple {
  min-height: 226px !important;
}
.page-layout-1column .product.media div#product-options-wrapper .field .label span {
  color: #000;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
  font-weight: normal;
}
#catewithimg .block-content .row .col-md-4 {
  width: 20%;
}
#catewithimg .Modular.Seating {
  display: none;
}
.cms-block-modal .modal-content {
  padding: 0px !important;
}
.cms-block-modal .modal-header {
  padding: 0px;
}
.cms-block-modal .modal-header .modal-title {
  display: none;
}
.cms-block-modal .action-close {
  z-index: 1000;
}
.act-dialogbox .popup-content-wrapper {
  display: flex;
  flex-direction: row;
}
.act-dialogbox .popup-content-wrapper .column-image {
  flex: 1;
  background-image: url(/media/wysiwyg/pexels-victoria-akvarel-1620653.jpg);
  background-size: cover;
  background-position: center;
}
.act-dialogbox .popup-content-wrapper .column-text {
  flex: 1;
  padding-top: 150px;
  padding-bottom: 150px;
}
.cms-design-consultation.cms-page-view.page-layout-1column #banner-container {
  background-image: url(/media/wysiwyg/design-consultation/AVFI-Design_Consultation_Web_image.png);
  background-size: cover;
  padding: 100px 0;
}
.cms-design-consultation.cms-page-view.page-layout-1column #banner-container h1,
.cms-design-consultation.cms-page-view.page-layout-1column #banner-container h2 {
  color: white;
}
.cms-design-consultation.cms-page-view.page-layout-1column form.formbuilder {
  background-color: white;
  padding: 35px;
}
.cms-design-consultation.cms-page-view.page-layout-1column form.formbuilder div.field {
  min-height: 40px;
}
.cms-design-consultation.cms-page-view.page-layout-1column form.formbuilder .response-field-paragraph .subtemplate-wrapper label,
.cms-design-consultation.cms-page-view.page-layout-1column form.formbuilder .response-field-email .subtemplate-wrapper label,
.cms-design-consultation.cms-page-view.page-layout-1column form.formbuilder .response-field-text .subtemplate-wrapper label {
  visibility: hidden;
  display: none;
}
.cms-design-consultation.cms-page-view.page-layout-1column a.button {
  background-color: #548335;
  color: white;
  padding: 10px;
  display: inline-block;
}
.cms-design-consultation.cms-page-view.page-layout-1column .main-content-container .cards {
  margin-top: 50px;
}
.cms-design-consultation.cms-page-view.page-layout-1column .main-content-container .cards .card {
  text-align: center;
}
.cms-design-consultation.cms-page-view.page-layout-1column .main-content-container .cards .card-container {
  box-shadow: 0px 3px 6px #00000029;
  padding: 35px;
  position: relative;
  min-height: 300px;
  text-align: center;
}
.cms-design-consultation.cms-page-view.page-layout-1column .main-content-container .cards .card-container img {
  background-color: #EFEFEF;
  border-radius: 40px;
  padding: 15px;
  position: absolute;
  top: -30px;
  left: 40%;
}
.cms-design-consultation.cms-page-view.page-layout-1column .action-links {
  display: block;
  margin: 20px auto 0;
  max-width: 508px;
}
@media screen and (max-width: 479px) {
  .cms-design-consultation.cms-page-view.page-layout-1column .action-links {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .cms-design-consultation.cms-page-view.page-layout-1column .action-links a {
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .cms-design-consultation.cms-page-view.page-layout-1column .inspiration-for-your-new-office {
    text-align: center;
  }
}
.cms-design-consultation.cms-page-view.page-layout-1column .inspiration-for-your-new-office ul {
  text-align: initial;
  padding-left: 15px !important;
}
.cms-design-consultation.cms-page-view.page-layout-1column .inspiration-for-your-new-office ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #548335;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.cms-design-consultation.cms-page-view.page-layout-1column .informational {
  margin-top: 50px;
}
.cms-design-consultation.cms-page-view.page-layout-1column .informational .center {
  background-color: #EFEFEF;
}
.cms-design-consultation.cms-page-view.page-layout-1column .informational div {
  padding: 50px;
  min-height: 240px;
}
.cms-design-consultation.cms-page-view.page-layout-1column .banner-bottom {
  background-image: url(/media/wysiwyg/design-consultation/AdobeStock_86198156.jpeg);
  background-position: center;
  background-size: cover;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.cms-design-consultation.cms-page-view.page-layout-1column .banner-bottom .banner {
  background: white;
  padding: 20px 50px;
  margin: 0 auto;
  text-align: center;
}
.cms-design-consultation.cms-page-view.page-layout-1column .column.main {
  padding-bottom: 0;
}
#catewithimg .block-content .row .col-md-4 {
  width: 16.6%;
  padding-left: 5px;
  padding-right: 5px;
}
.block-content .category_name {
  border-radius: 25px;
  padding: 15px;
  border: 2px solid #ffffff;
}
.block-content .category_name:hover {
  border: 2px solid #548335;
}
.cms-home #catewithimg {
  padding-top: 35px;
  padding-bottom: 35px;
}
.block-content .category_name img {
  margin-bottom: 25px;
}
.cms-home .block.widget.block-new-products.grid .product-item {
  margin: 0 2px;
}
.cms-home .block.widget.block-new-products.grid .block-title {
  text-transform: uppercase;
}
.swatch-option {
  width: 50px !important;
  height: 50px !important;
  border-radius: 5px;
}
section.about-avfi {
  padding-bottom: 100px;
}
.about-avfi .small-container {
  max-width: 800px;
  margin: 0 auto !important;
  margin-bottom: 40px !important;
  text-align: center;
}
.about-avfi .small-container p {
  text-align: center;
}
.about-avfi .flex {
  display: flex;
}
.about-avfi .gap-50 {
  gap: 50px;
  flex-direction: row;
}
@media screen and (max-width: 850px) {
  .about-avfi .gap-50 {
    flex-direction: column;
  }
}
.about-avfi .gap-50 .column {
  width: 50%;
}
.about-avfi .block-title strong {
  font-size: 32px;
  font-family: oswaldregular;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
ul.green-bullet {
  position: relative;
}
ul.green-bullet li::before {
  content: '';
  background-color: green;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  border-radius: 100%;
  margin-top: 5px;
}
.news-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.news-title {
  margin-bottom: 50px;
}
.news-card-wrapper {
  display: flex;
  gap: 50px;
}
.news-card {
  flex: 1;
  box-shadow: 0 0 20px #00000040;
  padding: 25px;
}
.news-card-content a {
  background-color: #548335;
  padding: 5px 19px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: oswaldregular;
  border: 1px solid #548335;
  display: inline-block;
  margin-top: 20px;
}
.news-card-content a:hover {
  background: transparent;
  color: #548335;
  text-decoration: none;
}
#file-download-request-form {
  padding: 20px;
  border: solid 1px grey;
  border-radius: 5px;
  margin-bottom: 20px;
}
#file-download-request-form button {
  background-color: #548335;
  margin-top: 10px;
}
#form-response {
  margin-bottom: 20px;
}
#form-response .error-message {
  background-color: #ffb546;
  padding: 20px;
  border-radius: 5px;
}
#form-response .success-message {
  background-color: #548335;
  padding: 20px;
  border-radius: 5px;
  color: white;
}
.categorypath-rdy2go.catalog-category-view .category-view .category-cms {
  display: none;
}
.categorypath-rdy2go.catalog-category-view .category-view .catyegory-banner-text {
  color: #58595b !important;
}
.categorypath-rdy2go.catalog-category-view .category-view .catyegory-banner-text .Banner-text-category {
  font-size: 16px;
  margin-top: 7px;
}
.categorypath-rdy2go.catalog-category-view .catyegory-banner-text .banner-cmplt-text {
  top: 50px;
}
.categorypath-rdy2go.catalog-category-view .catyegory-banner-text .banner-cmplt-text h1::before {
  border-top: 2px solid #58595b !important;
}
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li ul.submenu {
  top: 30px !important;
}
@media (min-width: 768px) {
  .page-header .panel.wrapper .header-right .header-right-bottom .navigation li ul.submenu {
    top: 45px !important;
  }
}
@media (max-width: 767px) {
  .categorypath-rdy2go.catalog-category-view .category-view .catyegory-banner-text {
    height: 100px !important;
  }
  .categorypath-rdy2go.catalog-category-view .catyegory-banner-text .banner-cmplt-text h1::before {
    border-top: 2px solid white !important;
  }
}
.article-wrapper,
.news-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.article-wrapper img.hero-image {
  max-width: 100%;
}
.article-wrapper .article-title {
  margin-bottom: 50px;
}
.article-wrapper h1 {
  margin-bottom: 5px;
}
.article-wrapper .back-button {
  display: inline-block;
  background-color: #548335;
  color: white;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 40px;
  padding: 13px 34px;
}
/**  Fix for the swatches to move below the gallery ***/
.page-layout-1column .swatches-container {
  order: 1;
}
h3.ui-accordion-header.ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
}
h3.ui-accordion-header.ui-state-active {
  border: 1px solid #548335;
  background: #548335;
  color: white;
}
.Productattachment .content a {
  color: inherit;
}
.product-info-price .product-info-stock-sku {
  display: block !important;
  clear: both !important;
  width: 100% !important;
  text-align: left !important;
}
@media (min-width: 1024px) {
  .page-products.page-layout-2columns-left .products-grid .product-item,
  .page-products.page-layout-2columns-right .products-grid .product-item {
    margin-left: 0 !important;
  }
}
.column.main .product-item {
  margin-left: 0;
}
@media (max-width: 639px) {
  .column.main .product-item {
    padding-left: 0;
    margin-bottom: 15px;
    width: 50%;
  }
}
.products-grid .product-item .product-item-info {
  padding: 10px;
}
.products-grid .product-item .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  padding: 10px;
  overflow: hidden;
}
.products-grid .product-item .product-item-info:hover .product-item-inner {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main {
    width: 50% !important;
    margin-top: 15px;
    display: inline-flex;
    flex-flow: wrap;
  }
  .page-layout-1column .product.media {
    width: 45% !important;
    display: inline-flex;
    flex-flow: column;
  }
}
.product-image-wrapper {
  background-color: white;
}
body.customer-account-create .field.choice.newsletter + .field.choice {
  display: none !important;
  visibility: hidden;
}
.product-image-wrapper img.product-image-photo {
  max-height: none;
}
.fotorama__thumb {
  background-color: #ffffff !important;
}
/**
* Custom designs page
*/
.pagebuilder-mobile-hidden {
  display: none;
  visibility: hidden;
}
.cms-custom-designs li {
  list-style: inherit;
}
/**
* New Home Page 2024 Elements
*/
body.cms-home-2024 {
  color: #083700;
}
body.cms-home-2024 .page-header {
  margin-bottom: 0px !important;
}
body.cms-home-2024 #maincontent {
  font-family: "inter-regular", opensans;
}
body.cms-home-2024 #maincontent h1,
body.cms-home-2024 #maincontent h2,
body.cms-home-2024 #maincontent h3,
body.cms-home-2024 #maincontent h4,
body.cms-home-2024 #maincontent h5,
body.cms-home-2024 #maincontent h6 {
  font-family: "inter";
}
body.cms-home-2024 #maincontent h1 {
  margin-bottom: 0 !important;
}
body.cms-home-2024 #maincontent h2 {
  font-size: 48px;
  color: #083700;
  font-family: 'inter';
  font-weight: 700;
}
body.cms-home-2024 #maincontent h3 {
  font-size: 30px;
}
body.cms-home-2024 #maincontent a,
body.cms-home-2024 #maincontent .pagebuilder-button-link,
body.cms-home-2024 #maincontent p {
  font-size: 25px;
  line-height: 30px;
}
body.cms-home-2024 .row-main-banner {
  margin-top: 40px;
}
body.cms-home-2024 .row-main-banner h1 {
  font-weight: 700;
  line-height: 58px;
}
body.cms-home-2024 .row-main-banner h3 {
  color: white;
  font-family: "inter" !important;
  margin: 20px 0 50px 0;
  font-weight: 500 !important;
  line-height: 36px;
  max-width: 680px;
}
body.cms-home-2024 .row-main-banner [data-content-type="button-item"] a {
  color: #548335;
  background: white;
  padding: 10px 20px;
  display: inline-block;
  font-size: 25px;
  border-radius: 10px;
  border: solid 1px #548335;
  font-family: 'inter';
  font-weight: 500;
}
body.cms-home-2024 .range-of-products-row [data-content-type="buttons"] > div + div a {
  font-size: 18px !important;
  padding: 0 0 5px 10px;
}
body.cms-home-2024 .range-of-products-row figure img {
  max-height: 250px;
  margin-bottom: 70px;
}
body.cms-home-2024 .range-of-products-row a.pagebuilder-button-link {
  background-color: #548335;
  color: white;
  display: inline-block;
  padding: 5px;
  width: 100%;
  font-size: 20px !important;
  font-family: "inter-medium";
  padding: 5px 0 0 10px;
}
body.cms-home-2024 .range-of-products-row .product-title span {
  font-family: 'inter';
  font-weight: 700;
}
body.cms-home-2024 .range-of-products-row .product-link span:after {
  content: url("/media/.thumbswysiwyg/Arrow-Product.png");
  margin-left: 10px;
}
@media (max-width: 700px) {
  body.cms-home-2024 .range-of-products-row .pagebuilder-column-line {
    display: block !important;
  }
}
body.cms-home-2024 .range-of-products-row .pagebuilder-column-line .pagebuilder-column {
  position: relative;
  margin-top: 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
body.cms-home-2024 .range-of-products-row .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #548335;
}
@media (max-width: 700px) {
  body.cms-home-2024 .range-of-products-row .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  body.cms-home-2024 .checkout-products .pagebuilder-column {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
body.cms-home-2024 .checkout-products h2 {
  margin-bottom: 0px;
}
body.cms-home-2024 .checkout-products .product-title a {
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 700px) {
  body.cms-home-2024 .manufacturer-supplier .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  body.cms-home-2024 .manufacturer-supplier .pagebuilder-column {
    flex: 100%;
    margin: 0 !important;
  }
  body.cms-home-2024 .manufacturer-supplier .pagebuilder-column + div {
    min-height: 600px;
    margin-top: 24px;
  }
}
@media (max-width: 700px) {
  body.cms-home-2024 .final-touches .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  body.cms-home-2024 .final-touches .pagebuilder-column {
    flex: 100%;
  }
  body.cms-home-2024 .final-touches .pagebuilder-column + div {
    min-height: 600px;
    margin-top: 24px;
  }
}
body.cms-home-2024 .final-touches p {
  font-size: 20px !important;
}
body.cms-home-2024 .final-touches .left-halfcont {
  max-width: 570px;
  margin-right: 0px;
  margin-left: auto;
}
@media (max-width: 768px) {
  body.cms-home-2024 .final-touches .left-halfcont {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  body.cms-home-2024 .final-touches .left-halfcont {
    padding-left: 25px;
    padding-right: 50px !important;
  }
}
body.cms-home-2024 .cta-learn-more a {
  color: white;
  background: #548335;
  padding: 10px 20px;
  display: inline-block;
  font-size: 25px;
  border-radius: 8px;
}
body.cms-home-2024 .how-to-buy a.pagebuilder-button-link {
  padding: 10px 40px 10px 0;
  margin-right: 50px;
  color: inherit;
  display: inline-block;
}
body.cms-home-2024 .how-to-buy a.pagebuilder-button-link span::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 10px;
}
body.cms-home-2024 .how-to-buy h3.sub-text-cta {
  font-weight: 500;
}
body.cms-home-2024 .page-builder-quality-furniture .pagebuilder-column-line {
  flex-direction: column;
}
@media (min-width: 768px) {
  body.cms-home-2024 .page-builder-quality-furniture .pagebuilder-column-line {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  body.cms-home-2024 .page-builder-quality-furniture .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 25px;
    width: 100% !important;
  }
}
body.cms-home-2024 .page-builder-quality-furniture .pagebuilder-column-line .icon-text {
  display: flex;
  flex-direction: row !important;
}
body.cms-home-2024 .page-builder-quality-furniture figure {
  margin-right: 20px;
}
body.cms-home-2024 .page-builder-quality-furniture img {
  max-width: initial !important;
}
body.cms-home-2024 .create-your-ideal-space .pagebuilder-column-line {
  flex-direction: column;
}
@media (min-width: 768px) {
  body.cms-home-2024 .create-your-ideal-space .pagebuilder-column-line {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  body.cms-home-2024 .create-your-ideal-space .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 25px;
    width: 100% !important;
    padding-left: 0px !important;
  }
}
body.cms-home-2024 .create-your-ideal-space a {
  color: #083700;
}
body.cms-home-2024 .create-your-ideal-space a.pagebuilder-button-link {
  color: inherit;
  display: inline-block;
}
body.cms-home-2024 .create-your-ideal-space a.pagebuilder-button-link span:before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 10px;
}
body.cms-home-2024 .create-your-ideal-space h3 {
  text-decoration: underline;
}
body.cms-home-2024 .container.whats-new-avfi-container {
  padding: 0;
}
body.cms-home-2024 .whats-new > div + div .pagebuilder-column {
  padding: 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  body.cms-home-2024 .whats-new > div + div .pagebuilder-column {
    padding: 0;
  }
}
body.cms-home-2024 .whats-new > div + div .pagebuilder-column-line:first-child .pagebuilder-column:first-child {
  border-right: solid 5px #548335;
  border-bottom: solid 5px #548335;
}
body.cms-home-2024 .whats-new > div + div .pagebuilder-column-line + div .pagebuilder-column:first-child {
  border-top: solid 5px #548335;
  border-right: solid 5px #548335;
}
body.cms-home-2024 .whats-new > div + div .pagebuilder-column-line:first-child .pagebuilder-column:first-child + div {
  border-left: solid 5px #548335;
  border-bottom: solid 5px #548335;
}
body.cms-home-2024 .whats-new > div + div .pagebuilder-column-line + div .pagebuilder-column:first-child + div {
  border-top: solid 5px #548335;
  border-left: solid 5px #548335;
}
body.cms-home-2024 .whats-new a.pagebuilder-button-primary {
  font-family: 'inter-medium';
}
body.cms-home-2024 .whats-new .pagebuilder-column a {
  color: #083700;
}
@media (max-width: 768px) {
  body.cms-home-2024 .whats-new .pagebuilder-column a {
    padding: 0;
    font-size: 100% !important;
    display: block;
    margin: 0 15px;
  }
}
body.cms-home-2024 .testimonials a {
  color: #083700;
}
body.cms-home-2024 .testimonials .pagebuilder-column-group.container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media (min-width: 768px) {
  body.cms-home-2024 .testimonials .pagebuilder-column-group.container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
body.cms-home-2024 .testimonials .pagebuilder-column-group.container::before {
  display: none;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line {
  box-shadow: #c5c5c5 0px 3px 6px;
  overflow: hidden;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table {
  border: none;
  padding: 25px;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td {
  border: none;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td:first-child {
  width: 92px !important;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td:last-child {
  width: auto !important;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td img {
  height: auto !important;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td p {
  font-family: "inter-medium";
  font-size: 20px;
  padding: 0px;
  background-color: white;
  height: auto;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td p + p {
  font-size: 18px;
  font-family: 'inter-regular';
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table + p {
  font-size: 20px;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table + p:last-child {
  margin-bottom: 0;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line p {
  padding: 25px;
  background-color: #87A872;
  color: white;
  height: 100%;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line .pagebuilder-column {
  border-radius: 10px;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line .pagebuilder-column.active {
  border: 2px solid #548335;
  /* Apple's blue color */
  box-shadow: 0 0 10px #548335 /* Blue glow */;
}
/**
*
* Testimonials page
**/
body.cms-testimonials #maincontent {
  font-family: "inter-regular", opensans;
}
body.cms-testimonials #maincontent h1,
body.cms-testimonials #maincontent h2,
body.cms-testimonials #maincontent h3,
body.cms-testimonials #maincontent h4,
body.cms-testimonials #maincontent h5,
body.cms-testimonials #maincontent h6 {
  font-family: "inter-medium";
}
body.cms-testimonials #maincontent h1 {
  margin-bottom: 0 !important;
}
body.cms-testimonials #maincontent h2 {
  font-size: 48px;
}
body.cms-testimonials #maincontent h3 {
  font-size: 30px;
}
body.cms-testimonials #maincontent a,
body.cms-testimonials #maincontent .pagebuilder-button-link,
body.cms-testimonials #maincontent p {
  font-size: 25px;
  line-height: 30px;
}
body.cms-testimonials #maincontent .testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-group.container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media (min-width: 768px) {
  body.cms-testimonials #maincontent .testimonials .pagebuilder-column-group.container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-group.container::before {
  display: none;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line {
  box-shadow: #c5c5c5 0px 3px 6px;
  overflow: hidden;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table {
  border: none;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td {
  border: none;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td:first-child {
  width: 92px !important;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td:last-child {
  width: auto !important;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td img {
  height: auto !important;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td p {
  font-family: "inter-medium";
  font-size: 20px;
  padding: 0px;
  background-color: white;
  height: auto;
  color: #000;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td p + p {
  font-size: 18px;
  font-family: 'inter-regular';
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table + p {
  font-size: 20px;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table + p:last-child {
  margin-bottom: 0;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line p {
  padding: 25px;
  background-color: #87A872;
  color: white;
  height: 100%;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line .pagebuilder-column {
  border-radius: 10px;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line .pagebuilder-column.active {
  border: 2px solid #548335;
  /* Apple's blue color */
  box-shadow: 0 0 10px #548335 /* Blue glow */;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] {
  height: 100%;
}
.footer-social-icons li {
  margin-bottom: 0px;
}
.footer-social-icons li a i {
  font-size: 20px;
  color: #000;
  padding: 5px;
}
.footer-social-icons li a::before {
  display: none;
}
.toll-free-media {
  font-family: "inter-regular", opensans;
  padding: 15px;
  background-color: #548335;
  margin: 0;
}
@media (min-width: 768px) {
  .toll-free-media .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
    width: 100%;
  }
}
.toll-free-media .toll a {
  color: white;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 10px 10px 0px;
  display: inline-block;
}
@media (min-width: 940px) {
  .toll-free-media .toll a {
    font-size: 25px;
  }
}
.toll-free-media .footer-social-icons li {
  background: none;
}
.toll-free-media .footer-social-icons li i {
  color: white;
  font-size: 25px;
}
footer.main-footer.static-footer {
  background-color: #083700;
  font-family: "inter-regular", opensans;
}
footer.main-footer.static-footer h1,
footer.main-footer.static-footer h2,
footer.main-footer.static-footer h3,
footer.main-footer.static-footer h4,
footer.main-footer.static-footer h5,
footer.main-footer.static-footer h6 {
  font-family: "inter-medium";
}
footer.main-footer.static-footer h2 {
  font-size: 48px;
}
footer.main-footer.static-footer h3 {
  font-size: 30px;
}
footer.main-footer.static-footer a,
footer.main-footer.static-footer .pagebuilder-button-link,
footer.main-footer.static-footer p,
footer.main-footer.static-footer span {
  font-size: 20px;
  line-height: 30px;
}
footer.main-footer.static-footer .hours h3 {
  display: inline-block;
  border-bottom: 2px solid #548335;
}
footer.main-footer.static-footer .hours p {
  margin-bottom: 25px;
  display: block;
  clear: both;
}
footer.main-footer.static-footer .hours p span {
  float: none;
}
footer.main-footer.static-footer .hours ul,
footer.main-footer.static-footer .footer-account ul,
footer.main-footer.static-footer .categories ul {
  margin: 0;
  padding: 0;
}
footer.main-footer.static-footer .hours span.title,
footer.main-footer.static-footer .footer-account span.title,
footer.main-footer.static-footer .categories span.title {
  font-size: 25px;
  margin-bottom: 20px;
}
footer.main-footer.static-footer .footer-account span.title,
footer.main-footer.static-footer .categories span.title {
  font-family: "inter-medium";
}
/*
* New Theme Style 2024 Header
*
**/
header.page-header.theme-2024 {
  float: none;
  margin-top: 0;
  font-family: "inter-regular";
}
header.page-header.theme-2024 .panel.wrapper .logo,
header.page-header.theme-2024 .panel.wrapper .header-right,
header.page-header.theme-2024 .panel.wrapper .header-right-top {
  float: none;
  width: 100%;
  display: block;
  padding-top: 0;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content {
  float: none;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
}
@media (min-width: 768px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column {
    padding: 0;
  }
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .block.block-search,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .block.block-search,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .block.block-search {
  width: 100%;
  float: none;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .miniquote-wrapper,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .miniquote-wrapper,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .miniquote-wrapper {
  float: none;
  text-align: right;
  width: 100%;
  margin: 0;
  padding-right: 10px;
  border: none;
}
@media (max-width: 768px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .miniquote-wrapper,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .miniquote-wrapper,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .miniquote-wrapper {
    text-align: left;
  }
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .miniquote-wrapper .miniquote-items .item-qty,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .miniquote-wrapper .miniquote-items .item-qty,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .miniquote-wrapper .miniquote-items .item-qty {
  margin-right: 0px;
  margin-bottom: 20px;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .miniquote-wrapper .action.showquote::before,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .miniquote-wrapper .action.showquote::before,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .miniquote-wrapper .action.showquote::before {
  content: "\f07a";
  font-family: 'FontAwesome';
  background-image: none;
  color: #548335;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .miniquote-wrapper .product.actions,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .miniquote-wrapper .product.actions,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .miniquote-wrapper .product.actions {
  float: none !important;
  margin: 0px;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column input[type="text"],
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column input[type="text"],
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column input[type="text"] {
  border: 1px solid #548335;
  border-radius: 10px;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .navigation a,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .navigation a,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .navigation a {
  font-family: 'inter-regular';
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .nav-toggle,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .nav-toggle,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .nav-toggle {
  top: 10px;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .logo,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .logo,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .logo {
  margin: 0 auto;
}
@media (min-width: 768px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .header-logo-container,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .header-logo-container,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .header-logo-container,
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .header-search-container,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .header-search-container,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .header-search-container {
    display: flex;
    align-items: center;
  }
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .header-contact-container,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .header-contact-container,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .header-contact-container {
  background-color: #548335;
  width: 100vw;
  /* Make it span the full viewport width */
  position: absolute;
  left: 50%;
  /* Start from the middle of the row */
  transform: translateX(-50%);
  /* Move it back to align with the left edge */
  padding: 15px;
  /* Optional: Add some padding if needed */
  box-sizing: border-box;
  /* Ensure padding is included in the width */
  z-index: 1;
  /* Ensure it is above other content */
  color: white;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .header-contact-container a,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .header-contact-container a,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .header-contact-container a {
  color: white;
}
@media (max-width: 768px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .header-contact-container .container,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .header-contact-container .container,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .header-contact-container .container {
    text-align: center;
    font-size: 90%;
  }
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .header-contact-row,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .header-contact-row,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .header-contact-row {
  min-height: 50px;
  margin-top: -2px;
  text-align: right;
}
@media (max-width: 769px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .header-contact-row,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .header-contact-row,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .header-contact-row {
    margin-top: -11px;
  }
}
@media (max-width: 769px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .header-contact-row .title,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .header-contact-row .title,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .header-contact-row .title {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 769px) {
  .announcement h3 {
    display: none;
    visibility: hidden;
  }
}
body.theme-2024 {
  font-family: "inter-regular";
}
body.theme-2024 h1,
body.theme-2024 h2,
body.theme-2024 h3,
body.theme-2024 h4,
body.theme-2024 h5,
body.theme-2024 h6 {
  font-family: "inter-medium";
}
body.theme-2024 h2 {
  font-size: 48px;
}
body.theme-2024 h3 {
  font-size: 30px;
}
body.theme-2024 a,
body.theme-2024 .pagebuilder-button-link,
body.theme-2024 p,
body.theme-2024 span {
  font-size: 20px;
  line-height: 30px;
}
.informational-icons .pagebuilder-column-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 992px) {
  .informational-icons .pagebuilder-column-group {
    gap: 13px;
  }
}
.informational-icons .pagebuilder-column-group figure {
  margin-bottom: 22px;
}
.informational-icons .pagebuilder-column-group .pagebuilder-column-line {
  flex: 1;
  /* Distribute equal space to each column */
}
body.theme-2024.cms-product.cms-page-view {
  font-family: 'Open Sans';
}
body.theme-2024.cms-product.cms-page-view h1,
body.theme-2024.cms-product.cms-page-view h2,
body.theme-2024.cms-product.cms-page-view h3,
body.theme-2024.cms-product.cms-page-view h4,
body.theme-2024.cms-product.cms-page-view h5,
body.theme-2024.cms-product.cms-page-view h6,
body.theme-2024.cms-product.cms-page-view a.pagebuilder-button-primary,
body.theme-2024.cms-product.cms-page-view a.pagebuilder-button-secondary {
  font-family: "raleway-bold";
}
body.theme-2024.cms-product.cms-page-view h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 5px;
  font-family: "raleway-extrabold";
}
body.theme-2024.cms-product.cms-page-view h2 {
  font-size: 26px;
  font-family: "raleway-extrabold";
}
body.theme-2024.cms-product.cms-page-view h3 {
  font-size: 22px;
  font-family: "raleway-extrabold";
}
body.theme-2024.cms-product.cms-page-view a,
body.theme-2024.cms-product.cms-page-view .pagebuilder-button-link,
body.theme-2024.cms-product.cms-page-view p,
body.theme-2024.cms-product.cms-page-view span {
  font-size: 19px;
  line-height: 29px;
}
@media (max-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .header.content .container,
  body.theme-2024.cms-product.cms-page-view .header.content a,
  body.theme-2024.cms-product.cms-page-view .header.content span {
    text-align: center;
    font-size: 12.6px;
  }
  body.theme-2024.cms-product.cms-page-view .header.content .header-contact-container {
    max-height: 50px;
  }
}
body.theme-2024.cms-product.cms-page-view .column.main {
  padding-bottom: 0;
}
body.theme-2024.cms-product.cms-page-view .page-header {
  margin-bottom: 0 !important;
}
body.theme-2024.cms-product.cms-page-view .light-background {
  background-color: #F2F5F0;
}
body.theme-2024.cms-product.cms-page-view .medium-background {
  background-color: #5F813F;
}
body.theme-2024.cms-product.cms-page-view .strong-background {
  background-color: #093700;
}
body.theme-2024.cms-product.cms-page-view .section-padding-top {
  padding-top: 40px;
}
body.theme-2024.cms-product.cms-page-view .section-padding-bottom {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  body.theme-2024.cms-product.cms-page-view .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.theme-2024.cms-product.cms-page-view h1,
body.theme-2024.cms-product.cms-page-view h2,
body.theme-2024.cms-product.cms-page-view h3,
body.theme-2024.cms-product.cms-page-view h4,
body.theme-2024.cms-product.cms-page-view h5,
body.theme-2024.cms-product.cms-page-view .informational-icons,
body.theme-2024.cms-product.cms-page-view .category-banner-text p,
body.theme-2024.cms-product.cms-page-view .product-right-display .info a,
body.theme-2024.cms-product.cms-page-view .service-list a {
  color: #5F813F;
}
body.theme-2024.cms-product.cms-page-view .category-banner-text p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 24px;
}
body.theme-2024.cms-product.cms-page-view .informational-custom-label h3:before,
body.theme-2024.cms-product.cms-page-view .new_products_static-text h3:before,
body.theme-2024.cms-product.cms-page-view .services-section-wrapper h3:before,
body.theme-2024.cms-product.cms-page-view .product-right-display h3:before {
  content: '';
  padding: 1px;
  height: 3px;
  width: 120px;
  display: block;
  background-color: #5F813F;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.theme-2024.cms-product.cms-page-view .informational-banner {
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
}
@media (min-width: 992px) {
  body.theme-2024.cms-product.cms-page-view .informational-banner:before {
    content: '';
    background-color: #5F813F;
    position: absolute;
    width: 500px;
    height: 550px;
    top: 0;
    right: 0;
    border-radius: 50px 0px 0px 50px;
  }
}
@media (min-width: 1200px) {
  body.theme-2024.cms-product.cms-page-view .informational-banner:before {
    width: 650px;
  }
}
@media (min-width: 1650px) {
  body.theme-2024.cms-product.cms-page-view .informational-banner:before {
    width: 800px;
  }
}
@media (min-width: 2300px) {
  body.theme-2024.cms-product.cms-page-view .informational-banner:before {
    width: 1150px;
  }
}
body.theme-2024.cms-product.cms-page-view .informational-banner .category-image img {
  border-radius: 25px;
  height: 490px;
  width: 100%;
  object-fit: cover;
  margin-top: 50px;
}
@media (min-width: 992px) {
  body.theme-2024.cms-product.cms-page-view .informational-banner .category-image img {
    margin-top: 0px;
  }
}
body.theme-2024.cms-product.cms-page-view .informational-banner a span::after {
  content: '\f061';
  font-family: 'FontAwesome';
  margin-left: 5px;
}
body.theme-2024.cms-product.cms-page-view .informational-banner a.pagebuilder-button-secondary {
  color: #5F813F;
  padding: 17px;
  display: block;
}
body.theme-2024.cms-product.cms-page-view .informational-banner a.pagebuilder-button-secondary:hover {
  background-color: #5F813F;
  color: white;
  text-decoration: none;
}
body.theme-2024.cms-product.cms-page-view .informational-icons {
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 3px 1px rgba(128, 128, 128, 0.32);
  margin-top: -60px;
  background-color: white;
  width: 100%;
  font-weight: 700;
  max-width: 1170px;
}
@media (min-width: 992px) {
  body.theme-2024.cms-product.cms-page-view .informational-icons {
    padding: 20px 100px;
  }
}
body.theme-2024.cms-product.cms-page-view .informational-icons img {
  min-height: 65px;
}
body.theme-2024.cms-product.cms-page-view .informational-icons p {
  line-height: 25px;
}
body.theme-2024.cms-product.cms-page-view .informational-description {
  padding-top: 65px;
}
body.theme-2024.cms-product.cms-page-view .informational-description h3 {
  margin-top: 0px;
}
body.theme-2024.cms-product.cms-page-view .informational-description p {
  font-size: 16px;
  line-height: 24px;
}
body.theme-2024.cms-product.cms-page-view .informational-custom-label h3 {
  font-size: 32px;
  margin-bottom: 40px;
}
body.theme-2024.cms-product.cms-page-view .product-page.avfi-product .product-landing.side-menu ul {
  padding-left: 0px;
}
body.theme-2024.cms-product.cms-page-view .product-page.avfi-product .product-landing.side-menu .info {
  margin-top: 30px;
}
body.theme-2024.cms-product.cms-page-view .product-page.avfi-product .product-landing.side-menu li:first-of-type .info {
  margin-top: 0px;
}
body.theme-2024.cms-product.cms-page-view .new_products_static-text h3:first-of-type {
  font-size: 32px;
  margin-bottom: 40px;
}
body.theme-2024.cms-product.cms-page-view .new_products_static-text .product-items.widget-product-grid {
  gap: 15px;
}
body.theme-2024.cms-product.cms-page-view .new_products_static-text .product-items.widget-product-grid li.product-item {
  margin: 0px !important;
}
body.theme-2024.cms-product.cms-page-view .new_products_static-text .product-item-details h3.Product-sku {
  margin-bottom: 0px;
}
body.theme-2024.cms-product.cms-page-view .services_static-text h3:first-of-type {
  font-size: 32px;
  margin-bottom: 40px;
}
body.theme-2024.cms-product.cms-page-view .services_static-text .pagebuilder-column-line {
  gap: 15px;
}
body.theme-2024.cms-product.cms-page-view .services_static-text .pagebuilder-column-line .pagebuilder-column {
  margin: 0px !important;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper {
  color: white;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper h3 {
  color: white;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper p {
  font-size: 16px;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a {
  color: white;
  padding: 14px 16px;
  border-radius: 30px;
  border: solid 2px #5F813F;
  display: block;
  margin: 5px 0;
  font-weight: bold;
  margin-bottom: 25px;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a:hover {
  background-color: #5F813F;
  text-decoration: none;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a:after {
  content: '\f054';
  font-family: 'FontAwesome';
  margin-left: 5px;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a.pagebuilder-button-primary {
  color: #5F813F;
  background-color: white;
  padding: 14px 70px;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a.pagebuilder-button-primary:hover {
  color: white;
  background-color: #5F813F;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a.pagebuilder-button-primary:after {
  display: none;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper .pagebuilder-column-line {
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper .pagebuilder-column-line {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper .pagebuilder-column-line img {
  width: 100%;
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text h3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  color: #5F813F;
  background-color: #FFFFFF;
  padding: 25px 30px;
  border-radius: 60px;
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text h3 .ui-icon {
  display: none;
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text h3:before {
  content: '\f054';
  font-family: 'FontAwesome';
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text h3.ui-state-active {
  background-color: #F2F5F0;
  padding: 25px 40px;
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text h3.ui-state-active:before {
  content: '\f078';
  font-family: 'FontAwesome';
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text .content {
  padding: 75px 25px 35px 25px;
  margin-top: -40px;
  border-radius: 60px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .informational-accordion-text .content {
    padding: 75px 100px 35px 100px;
  }
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text .content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text a {
  color: #5F813F;
  font-size: 16px;
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item,
body.theme-2024.cms-product.cms-page-view .product-right-display .cat-image a img,
body.theme-2024.cms-product.cms-page-view .product-right-display {
  border-radius: 30px;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column,
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item,
body.theme-2024.cms-product.cms-page-view .product-right-display {
  border: solid 1px #8b7f7f;
  padding: 10px;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column h3,
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item h3,
body.theme-2024.cms-product.cms-page-view .product-right-display h3 {
  color: #5F813F;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column h3 a,
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item h3 a,
body.theme-2024.cms-product.cms-page-view .product-right-display h3 a {
  color: #5F813F;
}
@media (max-width: 1200px) {
  body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column h3 a,
  body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item h3 a,
  body.theme-2024.cms-product.cms-page-view .product-right-display h3 a {
    font-size: 14px;
  }
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item:hover,
body.theme-2024.cms-product.cms-page-view .product-right-display:hover {
  box-shadow: 0px 0px 1px 1px #8b7f7f;
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper a {
  color: #5F813F;
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* Ensures even distribution of space between items */
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* Distributes space between items in each row */
  width: 100%;
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item {
  flex: 1 1 calc(5%);
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: white;
  margin-left: 0;
  margin: 20px !important;
  text-align: center;
}
@media (max-width: 1200px) {
  body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item {
    flex: 1 1 calc(30%);
  }
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  padding: inherit;
  overflow: hidden;
  border: none;
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .price-box,
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item-actions {
  display: none;
  visibility: hidden;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper {
  padding-bottom: 60px;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items a.pagebuilder-button-link:before {
  content: '';
  padding: 1px;
  height: 3px;
  width: 120px;
  display: block;
  background-color: #5F813F;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* Distributes space between items in each row */
  width: 100%;
}
@media (max-width: 485px) {
  body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line {
    flex-direction: column;
  }
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line .pagebuilder-column {
  flex: 1 1 calc(5%);
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: white;
  margin-left: 0;
  text-align: center;
  border-radius: 30px;
  padding: 80px 10px;
}
@media (max-width: 1200px) {
  body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line .pagebuilder-column {
    flex: 1 1 calc(30%);
  }
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line .pagebuilder-column a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper {
  padding-inline: 15px;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .pagebuilder-column-line {
  gap: 40px;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .pagebuilder-column-line {
    flex-direction: row;
  }
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .pagebuilder-column-line .pagebuilder-column {
  width: 100% !important;
}
@media (min-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .pagebuilder-column-line .pagebuilder-column {
    width: 50%;
  }
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .bottom_section-text {
  border-radius: 30px;
  padding: 50px 100px;
  color: white;
}
@media (max-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .bottom_section-text {
    padding: 50px 25px;
  }
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .bottom_section-text h2 {
  font-size: 40px;
  line-height: 50px;
  color: white;
  margin-top: 0;
  text-transform: uppercase;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .bottom_section-text p {
  font-size: 18px;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper form .field label {
  display: none;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper form input {
  width: 100%;
  height: 40px !important;
  border-radius: 10px;
  color: #000000;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper form textarea {
  border-radius: 10px;
  color: #000000;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper form button {
  background: none;
  border-radius: 30px;
  color: white;
  border: solid 2px white;
  box-shadow: none;
  text-transform: uppercase;
  padding: 14px 24px;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper form button:hover {
  border: solid 2px #5F813F;
  background-color: white;
  color: #5F813F;
}
.cms-product.cms-page-view .product-right-display p a,
.cms-product.cms-page-view .product-right-display h3 a {
  color: #58595b;
}
.colour_path {
  fill: #ffc100;
  animation: logo_animation 5s;
}
@keyframes logo_animation {
  0% {
    fill: #FF002C;
  }
  50% {
    fill: #394DAA;
  }
  100% {
    fill: #ffc100;
  }
}
@media (max-width: 769px) {
  #html-body .wellcome-message-row .pagebuilder-column-line {
    display: block;
  }
}
@media (max-width: 769px) {
  #html-body .wellcome-message-row .pagebuilder-column-line .pagebuilder-column {
    display: block;
    width: 100%;
  }
}
#html-body .wellcome-message-row .button-column {
  text-align: center;
}
#html-body .wellcome-message-row .pagebuilder-button-primary {
  color: #548335;
  background: white;
  padding: 10px 20px;
  display: inline-block;
  font-size: 25px;
  border-radius: 10px;
  border: solid 1px #548335;
  font-family: 'inter';
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .nav-toggle {
    z-index: 999999 !important;
  }
  .header.content .row:has(.header-logo-container) {
    position: relative;
  }
  .miniquote-wrapper {
    padding-top: 0;
  }
  .header.content .action.showquote:before,
  .header.content .action.showquote.active:before,
  .header.content .action.showquote:hover:before {
    font-size: 34px;
    padding-top: 5px;
    width: 44px;
    height: 40px;
  }
  .header-logo-container {
    padding-bottom: 20px;
  }
  .row .header-logo-container + .col-md-8 + .col-md-1 {
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
  }
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .action.showquote .counter.qty {
    top: -14px;
    right: -14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  footer.main-footer ul li {
    margin-bottom: 4px;
    text-align: left;
  }
}
@font-face {
  font-family: 'helvetica-neue';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Helvetica-neue/helvetica-neue-lt-std-45-light-58bce22f712fc.otf") format("otf"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/Helvetica-neue/helvetica-neue-lt-std-45-light-58bce22f712fc.woff") format("woff");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-neue';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Helvetica-neue/helvetica-neue-lt-std-55-roman-58bce42a3c043.otf") format("otf"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/Helvetica-neue/helvetica-neue-lt-std-55-roman-58bce42a3c043.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-neue';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Helvetica-neue/helvetica-neue-lt-std-57-condensed-58bce46f393d8.otf") format("otf"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/Helvetica-neue/helvetica-neue-lt-std-57-condensed-58bce46f393d8.woff") format("woff");
  font-weight: condensed;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-neue';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Helvetica-neue/helvetica-neue-lt-std-67-medium-condensed-58bce4a1a08e3.otf") format("otf"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/Helvetica-neue/helvetica-neue-lt-std-67-medium-condensed-58bce4a1a08e3.woff") format("woff");
  font-weight: medium;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/open-sans/opensans-regular.woff2") format("woff2"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/open-sans/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldregular';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Oswald/oswald_regular.woff2") format("woff2"), url("../../frontend/Videofun/videofuntheme/en_US/fonts/Oswald/oswald_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'inter-regular';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Inter/static/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'inter-bold';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Inter/static/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'inter-black';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Inter/static/Inter-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'inter-medium';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Inter/static/Inter-Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'inter-semibold';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Inter/static/Inter-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'raleway-regular';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Raleway/static/Raleway-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'raleway-bold';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Raleway/static/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'raleway-extrabold';
  src: url("../../frontend/Videofun/videofuntheme/en_US/fonts/Raleway/static/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*custom theme css*/
/*
.page-layout-1column {
	.main {
		max-width: 1170px;
		margin: 0 auto;
	}
}
*/
/*main header*/
/* line 56, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li .parentactive {
  color: #548335;
}
/* line 59, ../scss/styles-l.scss */
#maincontent .checkout-success p a {
  color: #548335;
}
/* line 62, ../scss/styles-l.scss */
.page-header {
  margin: 0px;
  width: 100%;
  float: left;
  padding: 0px;
}
/* line 67, ../scss/styles-l.scss */
.page-header .panel.wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  background-color: transparent !important;
  border-bottom: 0px !important;
  box-shadow: none;
}
/* line 74, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right {
  width: 80%;
  float: right;
}
/* line 78, ../scss/styles-l.scss */
.page-header .panel.wrapper .control input {
  color: black;
  border: 1px solid gainsboro;
}
/* line 82, ../scss/styles-l.scss */
.page-header .panel.wrapper .block.block-search {
  padding: 0px;
}
/* line 85, ../scss/styles-l.scss */
.page-header .panel.wrapper .logo-header {
  float: left;
  width: 20%;
}
/* line 89, ../scss/styles-l.scss */
.page-header .panel.wrapper .panel {
  box-shadow: none;
}
/* line 93, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top {
  float: right;
  width: auto;
  padding-top: 7px;
}
/* line 97, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .panel.header {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
/* line 103, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content {
  float: none;
  width: auto;
  display: inline-block;
  padding: 0px;
  vertical-align: middle;
  color: #58595b;
}
/* line 110, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .minicart-wrapper {
  display: none;
}
/* line 113, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper {
  margin-right: 14px;
  margin-left: 0;
  float: left;
}
/* line 117, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .request-text {
  margin: 3px 8px 0 0;
  display: inline-block;
}
/* line 123, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .block-miniquote {
  height: 350px;
  overflow-y: auto;
  background-color: white;
}
/* line 127, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
  position: absolute;
  right: 0;
}
/* line 131, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog button#top-quote-btn-sumit {
  background: #548335;
  width: auto;
  font-size: 14px;
  padding: 6px 10px;
  float: left;
}
/* line 138, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog .block-miniquote .block-content > .actions {
  margin-top: 0;
  float: left;
  width: auto;
}
/* line 143, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog .miniquote-items-wrapper {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0;
}
/* line 148, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog .miniquote-items .product > .product-item-photo,
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog .miniquote-items .product > .product-image-container {
  float: left;
  margin-left: 0;
}
/* line 152, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog .miniquote-items .product-item-details {
  padding-left: 93px;
}
/* line 155, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog .block-miniquote .block-content > .actions > .secondary {
  text-align: center;
  display: none;
}
/* line 159, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog .product.list .label {
  width: auto;
  display: inline-block;
  color: #333;
  font-size: 14px;
  padding: 0;
}
/* line 166, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog .product.list .values {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
/* line 171, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog .miniquote-items .product-item-pricing .label {
  color: #333;
  font-size: 14px;
}
/* line 180, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom {
  float: right;
  width: auto;
  margin-top: 8px;
}
/* line 184, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation {
  background: transparent;
  height: auto;
  overflow: visible;
}
/* line 188, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li {
  margin: 0px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
/* line 193, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li a {
  cursor: pointer;
  float: left;
  color: #2c2c2d;
  font-size: 14px;
  padding: 6px 5px;
  font-family: 'open_sansregular';
}
@media (min-width: 768px) {
  .page-header .panel.wrapper .header-right .header-right-bottom .navigation li a {
    font-size: 9px;
  }
}
@media (min-width: 991px) {
  .page-header .panel.wrapper .header-right .header-right-bottom .navigation li a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .page-header .panel.wrapper .header-right .header-right-bottom .navigation li a {
    font-size: 14px;
  }
}
/* line 199, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li a:hover {
  color: #548335;
}
/* line 207, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .panel.header ul li a {
  color: #58595b;
  cursor: pointer;
}
/* line 211, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .panel.header ul li span {
  color: #58595b;
}
/* line 215, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation ul {
  padding: 0px;
  overflow: visible;
}
/* line 222, ../scss/styles-l.scss */
.page-header {
  margin-bottom: 20px !important;
}
/* line 225, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .panel.header .links li {
  position: relative;
}
/* line 226, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .panel.header .links li a {
  text-transform: uppercase;
}
/* line 229, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .panel.header .links li::after {
  content: "";
}
/* line 232, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .panel.header .links li:last-child::before {
  border-left: 1px solid rgba(147, 147, 147, 0.52);
  content: "";
  float: left;
  position: absolute;
  height: 85%;
  left: -10px;
  top: 2px;
}
/* line 243, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li.custom-designs a {
  background: #548335;
  color: white;
}
/* line 248, ../scss/styles-l.scss */
.page-header .panel.wrapper .logo-header .logo {
  margin: 0px;
}
/* line 254, ../scss/styles-l.scss */
.header .miniquote-wrapper .action.showquote:hover:before {
  background-image: url("../../frontend/Videofun/videofuntheme/en_US/images/ADd-to-Cart-orig(1).png");
  height: 25px;
  width: 25px;
}
/* line 262, ../scss/styles-l.scss */
.header .miniquote-wrapper .action.showquote::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../../frontend/Videofun/videofuntheme/en_US/images/ADd-to-Cart-orig.png");
  background-size: 100% 100%;
}
/* line 269, ../scss/styles-l.scss */
.header .miniquote-wrapper .action.showquote .counter.qty {
  font-size: 13px;
  height: 19px;
  line-height: 19px;
}
/* line 275, ../scss/styles-l.scss */
.header .miniquote-wrapper .action.showquote.active {
  background-color: transparent;
}
/* line 279, ../scss/styles-l.scss */
.header .miniquote-wrapper .action.showquote.active::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../../frontend/Videofun/videofuntheme/en_US/images/ADd-to-Cart-orig(1).png");
  background-size: 100% 100%;
}
/* line 288, ../scss/styles-l.scss */
.product-social-links h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 10px;
  font-weight: 300;
}
/* line 296, ../scss/styles-l.scss */
.page-layout-1column.newmodule-index-index .column.main {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  clear: both;
}
/* line 302, ../scss/styles-l.scss */
.page-layout-1column.newmodule-index-index .column.main .intrmediate-page-content {
  font-size: 13px;
  padding: 0 10px;
}
/* line 306, ../scss/styles-l.scss */
.page-layout-1column.newmodule-index-index .column.main .intrmediate-page-content img {
  height: 230px;
  margin-right: 10px;
}
/* line 310, ../scss/styles-l.scss */
.page-layout-1column.newmodule-index-index .column.main ol.products.list.items.product-items {
  margin: 0;
}
/* line 313, ../scss/styles-l.scss */
.page-layout-1column.newmodule-index-index .column.main ol.products.list.items.product-items li.item.product.product-item {
  width: 18.2%;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  margin-bottom: 40px;
}
/* line 322, ../scss/styles-l.scss */
.page-layout-1column.newmodule-index-index .column.main ol.products.list.items.product-items li.item.product.product-item .product-item-info {
  border: 1px solid gainsboro;
  text-align: center;
  padding-bottom: 15px;
  width: auto;
}
/* line 328, ../scss/styles-l.scss */
.page-layout-1column.newmodule-index-index .column.main ol.products.list.items.product-items li.item.product.product-item .product-item-info img {
  padding: 10px;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 160px;
  width: auto;
}
/* line 345, ../scss/styles-l.scss */
h3.product-sku a:active {
  text-decoration: underline;
}
/* line 349, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .panel.header .links li:nth-child(2)::before {
  border-left: 1px solid rgba(147, 147, 147, 0.52);
  content: "";
  float: left;
  position: absolute;
  height: 85%;
  left: -10px;
  top: 2px;
}
/* line 359, ../scss/styles-l.scss */
.breadcrumbs {
  display: none;
}
/* line 362, ../scss/styles-l.scss */
li {
  list-style: none;
}
/* line 365, ../scss/styles-l.scss */
.customer-account-createpassword main#maincontent .columns {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}
/* line 369, ../scss/styles-l.scss */
.customer-account-createpassword main#maincontent .columns fieldset label {
  color: #58595b;
  padding-left: 0;
  font-size: 75%;
}
/* line 375, ../scss/styles-l.scss */
.customer-account-createpassword main#maincontent .columns form button {
  background: #548335;
  border-color: #548335;
}
/* line 378, ../scss/styles-l.scss */
.customer-account-createpassword main#maincontent .columns form button:hover {
  color: #548335;
  background: white;
}
/* line 383, ../scss/styles-l.scss */
.customer-account-createpassword main#maincontent .columns form .field {
  width: 60%;
}
/* line 389, ../scss/styles-l.scss */
.cart.table-wrapper .product-item-name span a {
  color: #333;
}
/* line 392, ../scss/styles-l.scss */
.cart.table-wrapper .product-item-name .Product-title-lof {
  font-size: 14px;
  padding-left: 10px;
}
/*end main header*/
/* line 398, ../scss/styles-l.scss */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
/* line 408, ../scss/styles-l.scss */
.extra a {
  background-color: #c9c5c5;
  color: black;
  border-radius: 0px;
  padding: 0px 19px 0px 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 415, ../scss/styles-l.scss */
.extra a span {
  width: 48px;
  height: 38px;
  float: left;
  background: #548335;
  background-image: url("../../frontend/Videofun/videofuntheme/en_US/images/jpg icon.png");
  background-repeat: no-repeat;
  background-position: 11px 5px;
  cursor: pointer;
}
/* line 425, ../scss/styles-l.scss */
.extra a label {
  padding: 10px 32px 9px 10px;
  margin: 0px;
  cursor: pointer;
  font-size: 13px;
}
/* line 432, ../scss/styles-l.scss */
a.printdra {
  float: right;
  font-size: 0px;
  padding: 3px 7px;
  text-align: center;
  border-radius: 50%;
  border: 1px dotted gray;
  color: #4e4e4e;
  text-decoration: none !important;
}
/* line 433, ../scss/styles-l.scss */
a.printdra::before {
  content: "\f02f";
  font-family: fontawesome;
  font-size: 20px;
}
/* Inner */
/* line 448, ../scss/styles-l.scss */
.popup-inner {
  max-width: 700px;
  width: auto;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px black;
  border-radius: 3px;
  background: #fff;
  height: 605px;
}
/* line 462, ../scss/styles-l.scss */
.popup-inner img {
  width: 100%;
  max-height: 100%;
}
/* Close Button */
/* line 467, ../scss/styles-l.scss */
.popup-inner .popup-close {
  width: 30px;
  height: 30px;
  padding: 4px 0px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
/* line 487, ../scss/styles-l.scss */
.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: black;
  text-decoration: none;
}
/* line 494, ../scss/styles-l.scss */
.product-landing.side-menu {
  padding: 0px 0px 0px 15px;
}
/* line 496, ../scss/styles-l.scss */
.product-landing.side-menu li {
  list-style: none;
}
/* line 498, ../scss/styles-l.scss */
.product-landing.side-menu li a {
  color: rgba(67, 67, 67, 0.74);
  font-size: 14px;
}
/* line 502, ../scss/styles-l.scss */
.product-landing.side-menu li h4 {
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 8px;
  margin-top: 0px;
}
/* line 507, ../scss/styles-l.scss */
.product-landing.side-menu li h4 a {
  color: #58595b;
  font-size: 16px;
}
/* line 512, ../scss/styles-l.scss */
.product-landing.side-menu li ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
/* line 518, ../scss/styles-l.scss */
body {
  font-family: open_sansregular;
  font-weight: lighter;
  font-size: 14px;
}
/* line 523, ../scss/styles-l.scss */
.banner .container .col-md-12 {
  padding: 0px;
}
/* line 526, ../scss/styles-l.scss */
section {
  float: left;
  width: 100%;
  padding: 0px 0px 20px;
}
/* line 531, ../scss/styles-l.scss */
banner {
  width: 100%;
  float: left;
}
/* line 535, ../scss/styles-l.scss */
p {
  font-size: 13px;
}
/* line 538, ../scss/styles-l.scss */
.copyright {
  background-color: #548335;
}
/* line 540, ../scss/styles-l.scss */
.copyright a {
  color: white;
}
/* line 545, ../scss/styles-l.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: oswaldregular;
}
/* line 549, ../scss/styles-l.scss */
.page-header {
  margin: 0px;
}
/* line 553, ../scss/styles-l.scss */
.panel.wrapper {
  border-radius: 0px;
  margin: 0px;
}
/* line 556, ../scss/styles-l.scss */
.panel.wrapper .panel.header {
  background: transparent;
  margin: 0px;
}
/* line 562, ../scss/styles-l.scss */
.page-header {
  margin: 0px;
}
/* line 566, ../scss/styles-l.scss */
.page-title-wrapper {
  display: none;
}
/* line 570, ../scss/styles-l.scss */
footer.main-footer ul {
  list-style: none;
}
/* line 571, ../scss/styles-l.scss */
footer.main-footer ul li a {
  color: white;
  font-size: 13px;
}
/* line 574, ../scss/styles-l.scss */
footer.main-footer ul li a:hover {
  text-decoration: none;
  font-weight: 600;
}
/* line 579, ../scss/styles-l.scss */
footer.main-footer ul li {
  margin-bottom: 5px;
}
/* line 585, ../scss/styles-l.scss */
.footer-social-icons {
  float: left;
  width: 100%;
}
/* line 588, ../scss/styles-l.scss */
.footer-social-icons li {
  padding: 0px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  background: white;
  min-width: 30px;
  text-align: center;
}
/* line 599, ../scss/styles-l.scss */
div .custom-button {
  background-color: #548335;
  padding: 5px 19px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: oswaldregular;
  border: 1px solid #548335;
}
/* line 607, ../scss/styles-l.scss */
div .custom-button:hover {
  background: transparent;
  color: #548335;
  text-decoration: none;
}
/* line 614, ../scss/styles-l.scss */
.contact-2 .main-contact h1 {
  font-size: 23px;
  margin: 0;
  padding: 50px 0px 12px;
}
/* line 620, ../scss/styles-l.scss */
.addres.change {
  margin-top: 15px;
}
/* line 624, ../scss/styles-l.scss */
.contact-3 h2 {
  font-size: 18px;
  font-weight: 100;
  min-height: 38px;
}
/* line 630, ../scss/styles-l.scss */
section.contact-3 p {
  font-size: 12px;
}
/* line 634, ../scss/styles-l.scss */
.product-explorer h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
/* line 639, ../scss/styles-l.scss */
.contact-3 .container::before {
  border-top: 4px solid #548335;
  content: "";
  top: 0;
  position: absolute;
  width: 1140px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 652, ../scss/styles-l.scss */
section.contact-2,
section.contact-3 {
  position: relative;
}
/* line 657, ../scss/styles-l.scss */
#catewithimg .content-heading {
  display: none;
}
/* line 661, ../scss/styles-l.scss */
.addres p {
  margin: 0px;
}
/* line 665, ../scss/styles-l.scss */
#catewithimg .row {
  margin-bottom: 0px;
}
/* line 668, ../scss/styles-l.scss */
#catewithimg .block-content .row .col-md-4 {
  width: 16.6%;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 673, ../scss/styles-l.scss */
.block-content .category_name {
  color: #000;
  float: left;
  width: 100%;
  margin-bottom: 2px;
}
/* line 674, ../scss/styles-l.scss */
.block-content .category_name img {
  min-height: auto;
}
/* line 681, ../scss/styles-l.scss */
.block-content .category_name:hover {
  box-shadow: 0px 5px 10px #8b7f7f;
  border-radius: 4px;
}
/* line 685, ../scss/styles-l.scss */
.block-content .category_name h3 {
  font-family: oswaldregular;
  font-weight: 100;
  margin: 10px 0px 9px;
  font-size: 16px;
}
/* line 693, ../scss/styles-l.scss */
.product-explorer {
  float: left;
  width: 100%;
  background-color: #EFEFEF;
  padding: 40px 0px;
}
/* line 698, ../scss/styles-l.scss */
.product-explorer .custom-button {
  float: left;
  margin-top: 50px;
  color: white;
}
/* line 705, ../scss/styles-l.scss */
footer.main-footer {
  float: left;
  width: 100%;
  background: #3C4043;
  padding: 22px 0px;
  color: white;
}
/* line 706, ../scss/styles-l.scss */
footer.main-footer h3 {
  margin: 0px 0px 20px;
  border-bottom: 6px solid #548335;
  float: left;
  padding-bottom: 5px;
  font-family: oswaldregular;
  font-size: 25px;
}
/* line 714, ../scss/styles-l.scss */
footer.main-footer span {
  float: left;
  width: 100%;
  font-size: 13px;
  color: white;
}
/* line 726, ../scss/styles-l.scss */
.panel.wrapper {
  border-radius: 0px;
  margin: 0px;
}
/* line 729, ../scss/styles-l.scss */
.panel.wrapper .panel.header {
  background: transparent;
  margin: 0px;
}
/* line 735, ../scss/styles-l.scss */
#maincontent {
  margin: 0px;
  max-width: 100%;
  float: left;
  padding: 0px;
}
/* line 742, ../scss/styles-l.scss */
.our-special .block-title {
  text-align: center;
}
/* line 743, ../scss/styles-l.scss */
.our-special .block-title strong {
  font-size: 24px;
  font-size: 32px;
  font-family: oswaldregular;
}
/* line 751, ../scss/styles-l.scss */
.footers.contents .block.newsletter {
  display: none;
}
/* line 754, ../scss/styles-l.scss */
.footers.contents ul.footer.links {
  display: none;
}
/* line 757, ../scss/styles-l.scss */
.footers.contents small.bugs {
  display: none;
}
/* line 763, ../scss/styles-l.scss */
.contact-1 .left p {
  font-size: 15px;
}
/* line 766, ../scss/styles-l.scss */
.contact-1 .left h1 {
  font-size: 25px;
  margin-top: 40px;
  border-top: 3px solid #548335;
  padding-top: 8px;
  width: auto;
  float: left;
  margin-bottom: 20px;
}
/* line 775, ../scss/styles-l.scss */
.contact-1 .left h3 {
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 3px;
}
/* line 782, ../scss/styles-l.scss */
.contact-1 .right h1 {
  font-size: 25px;
  margin: 0px 0px 15px;
}
/* line 786, ../scss/styles-l.scss */
.contact-1 .right h4 {
  color: #548335;
  font-weight: 100;
  margin-bottom: 5px;
}
/* line 794, ../scss/styles-l.scss */
.contact-2 .main-contact p {
  font-size: 14px;
}
/* line 798, ../scss/styles-l.scss */
a.product-item-link {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  max-height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  font-size: 12px;
}
/* line 810, ../scss/styles-l.scss */
.cms-no-route .columns {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  clear: both;
  min-height: 370px;
}
/* line 816, ../scss/styles-l.scss */
.cms-no-route .columns a {
  color: white;
  background: #548335;
  padding: 5px 9px;
  display: inline-block;
  margin-top: 4px;
}
/* line 825, ../scss/styles-l.scss */
.our-special .block-content .products-grid.grid ol li {
  border: 2px solid #BFBFBF;
  padding: 0px 10px;
}
/* line 828, ../scss/styles-l.scss */
.our-special .block-content .products-grid.grid ol li .product-item-info {
  box-shadow: none;
  border: 0px;
  margin: 0px;
  width: 100%;
  padding: 0px;
}
/* line 834, ../scss/styles-l.scss */
.our-special .block-content .products-grid.grid ol li .product-item-info .price-final_price,
.our-special .block-content .products-grid.grid ol li .product-item-info .product-item-actions {
  display: none;
}
/* line 837, ../scss/styles-l.scss */
.our-special .block-content .products-grid.grid ol li .product-item-info .product-item-name {
  text-align: center;
  text-transform: uppercase;
  font-family: oswaldregular;
}
/*Product Landing page*/
/* line 845, ../scss/styles-l.scss */
.product-info-main .product.attribute.sku .type {
  display: none;
}
/* line 848, ../scss/styles-l.scss */
.product-info-main .product.attribute.sku .value {
  FONT-SIZE: 21px;
  line-height: 1.2;
  color: black;
  font-family: oswaldregular;
}
/* line 853, ../scss/styles-l.scss */
.product-right-display {
  max-width: 100%;
  text-align: center;
  float: left;
  color: #000;
  margin-bottom: 30px;
}
/* line 859, ../scss/styles-l.scss */
.product-right-display .cat-image {
  min-height: 200px;
  float: left;
  width: 100%;
}
/* line 863, ../scss/styles-l.scss */
.product-right-display .cat-image a {
  height: 100%;
  float: left;
  width: 100%;
}
/* line 867, ../scss/styles-l.scss */
.product-right-display .cat-image a img {
  height: 200px;
}
/* line 872, ../scss/styles-l.scss */
.product-right-display .info {
  float: left;
  width: 100%;
}
/* line 875, ../scss/styles-l.scss */
.product-right-display .info h4 {
  margin: 0px;
}
/* line 877, ../scss/styles-l.scss */
.product-right-display .info h4 a {
  font-size: 18px;
  line-height: 35px;
  color: #434343;
  font-weight: normal;
}
/* line 885, ../scss/styles-l.scss */
.product-right-display:hover {
  box-shadow: 0px 5px 10px #8b7f7f;
  border-radius: 4px;
}
/* line 890, ../scss/styles-l.scss */
.gallery-banner {
  width: 100%;
}
/* line 893, ../scss/styles-l.scss */
.gallery-banner img {
  width: 100%;
}
/*End of Prodjuct Landing page*/
/*category page*/
/* line 901, ../scss/styles-l.scss */
.catalog-category-view .category-view .featured-product {
  width: 100%;
  float: left;
  background: #EFEFEF;
  padding: 40px 10px;
}
/* line 906, ../scss/styles-l.scss */
.catalog-category-view .category-view .featured-product .featured-product-list {
  width: 19.7%;
  padding: 0px 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
/* line 912, ../scss/styles-l.scss */
.catalog-category-view .category-view .featured-product .featured-product-list .featured-pro {
  background: white;
  float: left;
  padding: 0px;
  text-align: center;
  border: 2px solid gainsboro;
  width: 100%;
}
/* line 919, ../scss/styles-l.scss */
.catalog-category-view .category-view .featured-product .featured-product-list .featured-pro a span {
  width: 84% !important;
  max-width: 84%;
  margin: 0px;
}
/* line 923, ../scss/styles-l.scss */
.catalog-category-view .category-view .featured-product .featured-product-list .featured-pro a span span {
  width: 100% !important;
  max-width: 100%;
}
/* line 931, ../scss/styles-l.scss */
.catalog-category-view .category-view .category-image {
  margin-bottom: 30px;
  position: relative;
  background-color: #000;
}
/* line 935, ../scss/styles-l.scss */
.catalog-category-view .category-view .category-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  left: 0;
  top: 0;
}
/* line 946, ../scss/styles-l.scss */
strong.block-subtitle.filter-current-subtitle {
  display: none;
}
/* line 950, ../scss/styles-l.scss */
.catalog-category-view .category-view .category-description {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10%;
}
/* line 955, ../scss/styles-l.scss */
.catalog-category-view .category-view .category-description p {
  font-size: 13px;
}
/* line 959, ../scss/styles-l.scss */
.catalog-category-view .category-view .category-cms {
  width: 49%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
/* line 964, ../scss/styles-l.scss */
.catalog-category-view .category-view .category-cms h1 {
  font-size: 25px;
  padding-right: 0%;
  padding-left: 8%;
  line-height: 35px;
  color: #58595b;
  margin-bottom: 25px;
}
/* line 975, ../scss/styles-l.scss */
.catalog-category-view .columns,
.catalog-category-view .category-view {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  clear: both;
}
/* line 982, ../scss/styles-l.scss */
.page-products .product-item-info {
  width: 95%;
  border: 1px solid gainsboro;
  padding: 10px;
  position: relative;
  text-align: center;
  min-height: 318px;
  box-sizing: border-box;
}
/* line 991, ../scss/styles-l.scss */
.page-products .product-item-info a::focus {
  border: none;
  outline: 0;
}
/* line 997, ../scss/styles-l.scss */
.product-item-info a:focus {
  border: none;
  outline: 0;
}
/* line 998, ../scss/styles-l.scss */
.product-social-links h3.bld {
  font-size: 1.7rem;
  font-weight: 100;
  margin-bottom: 15px;
}
/* line 1003, ../scss/styles-l.scss */
.product-social-links h2 {
  margin-bottom: 15px;
  font-size: 1.7rem;
  line-height: 1.2;
  margin-top: 10px;
}
/* line 1009, ../scss/styles-l.scss */
.filter-options-content {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
/* line 1012, ../scss/styles-l.scss */
.filter-options-content:last-child {
  border-bottom: 0px;
}
/* line 1016, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .product-info-price {
  display: block !important;
  border-bottom: 0;
  margin-bottom: 0;
  order: 1;
}
/* line 1020, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .product-info-price .price-box.price-final_price,
.catalog-product-view .columns .product-info-main .product-info-price .stock.available {
  display: none;
}
/* line 1023, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .product-info-price .product-info-stock-sku {
  padding-left: 0px;
  padding-bottom: 5px;
}
/* line 1027, ../scss/styles-l.scss */
.page-layout-2columns-left .column.main .toolbar.toolbar-products .modes {
  display: none;
}
/* line 1030, ../scss/styles-l.scss */
.toolbar-sorter.sorter {
  display: none;
}
/* line 1033, ../scss/styles-l.scss */
.page-products .toolbar .limiter {
  display: block;
  text-align: right;
}
/* line 1034, ../scss/styles-l.scss */
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
/* line 1037, ../scss/styles-l.scss */
.page-layout-1column .product-info-main .feats-sec ul li {
  list-style: inherit;
  margin-left: 26px;
}
/* line 1041, ../scss/styles-l.scss */
#rfq-confirm h1 {
  text-align: center;
  padding: 11px 5px !important;
  margin: 0;
  background: #548335 !important;
  color: #FFF;
  font-size: 30px !important;
  vertical-align: middle;
  line-height: 1.2 !important;
}
/* line 1051, ../scss/styles-l.scss */
#rfq-confirm #confirmButtons .action.primary {
  max-width: 180px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: #548335;
  border-color: #548335;
}
/* line 1060, ../scss/styles-l.scss */
#rfq-confirm #confirmButtons .action.primary:hover {
  background: transparent;
  color: #548335;
}
/*end of category page*/
/*product single page*/
/*
.page-layout-1column .product-info-main .options-ralated {
		@media (min-width: 767px){
	  column-count: 2;
	  column-gap: 30px;
	  -webkit-column-break-inside: avoid;
		page-break-inside: avoid;

	}
}
*/
/* line 1081, ../scss/styles-l.scss */
.page-layout-1column .product-info-main .options-ralated li {
  list-style: initial;
  position: relative;
  width: 44%;
  float: left;
  margin-left: 20px;
}
/* line 1091, ../scss/styles-l.scss */
.page-layout-1column .product-info-main .options-ralated li a {
  color: #333;
  font-weight: 600;
}
/* line 1095, ../scss/styles-l.scss */
.page-layout-1column .product-info-main .options-ralated li .product-image-container {
  display: none;
  position: absolute;
  top: 20px;
  left: 50px;
  border: 1px solid rgba(128, 128, 128, 0.2);
  opacity: 1;
  z-index: 999;
  box-shadow: 0px 5px 10px #8b7f7f;
  /* Also the same as */
}
/* line 1104, ../scss/styles-l.scss */
.page-layout-1column .product-info-main .options-ralated li a:hover ~ .product-image-container {
  display: block;
  transition-duration: 1s;
}
/* line 1110, ../scss/styles-l.scss */
.page-layout-1column .product-info-main .options-ralated li a:hover {
  color: #548335;
  text-decoration: none;
}
/* line 1114, ../scss/styles-l.scss */
.page-layout-1column .product-info-main .options-ralated li .product-image-container .product-image-photo {
  width: 100%;
  height: initial;
}
/* line 1120, ../scss/styles-l.scss */
.page-layout-1column a:focus,
.page-layout-1column a:active {
  outline: 0;
  text-decoration: none;
}
/* line 1124, ../scss/styles-l.scss */
.cms-become-a-dealer #maincontent {
  min-height: 400px;
}
/* line 1127, ../scss/styles-l.scss */
h3.product-sku a:hover {
  color: #548335;
  text-decoration: none;
}
/* line 1132, ../scss/styles-l.scss */
.product-item-name .product-item-link:hover {
  color: #548335;
  text-decoration: none;
}
/* line 1136, ../scss/styles-l.scss */
#loadMore,
#showLess {
  display: none;
  cursor: pointer;
  color: #548335;
}
/* line 1138, ../scss/styles-l.scss */
.catalog-product-view .columns {
  margin: 0 auto;
  width: 1170px;
  padding: 0px 15px;
}
/* line 1140, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .product-reviews-summary,
.catalog-product-view .columns .product-info-main .product-info-price,
.catalog-product-view .columns .product-info-main .product-addto-links,
.catalog-product-view .columns .product-info-main .action.mailto.friend,
.catalog-product-view .columns .product-info-main button#product-addtocart-button,
.catalog-product-view .columns .product-info-main .field.qty {
  display: none;
}
/* line 1157, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection a:nth-child(odd)::before {
  position: absolute;
  top: 10px;
  left: 3px;
  width: 1.5px;
  height: 18px;
  background: black;
}
/* line 1167, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection a:last-child::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 1.5px;
  height: 18px;
  background: transparent;
}
/* line 1177, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment h1 {
  font-size: 1.7rem;
  margin: 0px 0px 20px;
}
/* line 1181, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection {
  color: black;
  border-radius: 0px;
  padding: 0px 10px 0px 0px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  width: auto;
  float: left;
  max-width: 100%;
}
/* line 1196, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection span {
  width: 48px;
  height: 38px;
  float: left;
  background: #548335;
  background-image: url("../../frontend/Videofun/videofuntheme/en_US/images/pdf icon.png");
  background-repeat: no-repeat;
  background-position: 11px 5px;
  cursor: pointer;
}
/* line 1206, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection a {
  background-color: #c9c5c5;
  display: inline-block;
  color: black;
  font-weight: 700;
  width: auto;
  float: none;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
  padding-right: 5px;
}
/* line 1217, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection a span {
  background: transparent;
  width: auto;
  padding: 10px 0px 10px 10px;
  font-size: 13px;
}
/* line 1225, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection.img > span {
  background-image: url("../../frontend/Videofun/videofuntheme/en_US/images/jpg icon.png");
}
/* line 1226, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection1 {
  color: black;
  border-radius: 0px;
  padding: 0px 10px 0px 0px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  float: left;
  max-width: 100%;
}
/* line 1240, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection1 span {
  width: 48px;
  height: 38px;
  float: left;
  background: #548335;
  background-image: url("../../frontend/Videofun/videofuntheme/en_US/images/dwg-image-new.png");
  background-repeat: no-repeat;
  background-position: 11px 5px;
  cursor: pointer;
}
/* line 1250, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection1 a {
  display: inline-block;
  color: black;
  background-color: #c9c5c5;
  font-weight: 700;
  width: auto;
  float: left;
  padding-right: 10px;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
}
/* line 1261, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection1 a span {
  background: transparent;
  width: auto;
  padding: 10px 0px 10px 10px;
  font-size: 13px;
}
/* line 1271, ../scss/styles-l.scss */
.catalog-product-view .columns .product.info.detailed {
  display: none;
}
/* line 1278, ../scss/styles-l.scss */
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection a:hover,
.extra a.btn:hover,
.catalog-product-view .columns .product-info-main .Productattachment .attachmentsection1 a:hover {
  color: #548335;
}
/* line 1281, ../scss/styles-l.scss */
.page-layout-1column .product-info-main ul {
  padding: 0px;
}
/* line 1282, ../scss/styles-l.scss */
.page-layout-1column .product-info-main ul li {
  list-style: none;
  margin-bottom: 4px;
  font-size: 13px;
}
/* line 1289, ../scss/styles-l.scss */
.text-of-banner {
  position: absolute;
  top: 90px;
  color: white;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 1298, ../scss/styles-l.scss */
.text-of-banner h1 {
  margin-bottom: 20px;
}
/* line 1302, ../scss/styles-l.scss */
.page-layout-1column .column.main .block.related {
  display: none;
}
/* line 1305, ../scss/styles-l.scss */
body.customer-account-forgotpassword.page-layout-1column .page-title-wrapper {
  display: block;
  text-align: center;
}
/* line 1308, ../scss/styles-l.scss */
body.customer-account-forgotpassword.page-layout-1column .page-title-wrapper h1.page-title {
  font-size: 25px;
}
/* line 1312, ../scss/styles-l.scss */
li.item.pages-item-previous .action.previous {
  border-radius: 50%;
  border-color: transparent;
}
/* line 1316, ../scss/styles-l.scss */
.contact-1 .col-md-6.right .col-md-12 p {
  margin-bottom: 0;
}
/* line 1319, ../scss/styles-l.scss */
body.quotation-quote-index.page-layout-1column .column.main,
body.quotation-cart-success.page-layout-1column .column.main {
  min-height: 240px;
  padding-bottom: 0;
}
/* line 1323, ../scss/styles-l.scss */
.cart-empty p {
  font-size: 16px;
}
/* line 1326, ../scss/styles-l.scss */
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  text-align: center;
}
/*end of product single page*/
/*contact page*/
/* line 1331, ../scss/styles-l.scss */
.banner-text {
  position: absolute;
  top: 120px;
  color: white;
  width: auto;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-family: oswaldregular;
  font-size: 40px;
}
/* line 1342, ../scss/styles-l.scss */
.banner-text::before {
  content: "";
  border-top: 2px solid white;
  width: 90px;
  float: none;
  position: absolute;
  margin: -8px auto 0px;
  display: block;
  left: 0;
  right: 0;
}
/*end of contact page*/
/*about page*/
/* line 1356, ../scss/styles-l.scss */
.staff {
  width: 100%;
  float: left;
  margin: 0 0px 50px;
  text-align: center;
}
/* line 1361, ../scss/styles-l.scss */
.staff h2 {
  color: #58595b;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 22px;
}
/* line 1367, ../scss/styles-l.scss */
.staff p {
  font-size: 18px;
  color: #d1d1d1;
  margin-top: 5px;
  font-weight: 600;
  font-size: 16px;
}
/* line 1374, ../scss/styles-l.scss */
.staff .staff-links {
  color: #b2b2b2;
  font-weight: 600;
}
/* line 1380, ../scss/styles-l.scss */
.heading-top h1 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #58595b;
  font-size: 36px;
}
/* line 1387, ../scss/styles-l.scss */
.heading-top p {
  text-align: center;
  color: #6d6d6d;
  margin-bottom: 70px;
}
/* line 1393, ../scss/styles-l.scss */
.heading-top > p {
  max-width: 70%;
  margin: 01px auto 70px;
}
/* line 1399, ../scss/styles-l.scss */
.staff .staff-links .skype::after {
  content: "\f17e";
  float: left;
  width: 100%;
  margin-top: 1px;
}
/* line 1405, ../scss/styles-l.scss */
.staff .staff-links a::after {
  content: "";
  font-family: fontawesome;
}
/* line 1411, ../scss/styles-l.scss */
.staff-links a {
  width: 28px;
  height: 28px;
  background: #b2b2b2;
  border-radius: 50%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  color: white;
  text-align: center;
  padding: 3px 0px;
}
/* line 1425, ../scss/styles-l.scss */
.staff .staff-links .msg::after {
  content: "\f003";
}
/* line 1428, ../scss/styles-l.scss */
.staff .staff-links .call::after {
  content: "\f095";
  float: left;
  width: 100%;
  margin-top: 2px;
}
/* line 1435, ../scss/styles-l.scss */
.staff p {
  margin-bottom: 10px;
}
/*end of about page*/
/*footer*/
/* line 1441, ../scss/styles-l.scss */
.staff p {
  margin-bottom: 10px;
}
/*end of footer*/
/* line 1469, ../scss/styles-l.scss */
.cms-home .column.main .block.widget.ves-widget.imageslider-widget {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}
/*account page*/
/* line 1476, ../scss/styles-l.scss */
.customer-account-login .columns,
.customer-account-create .columns {
  float: left;
  width: 100%;
}
/* line 1481, ../scss/styles-l.scss */
.customer-account-login .columns .column.main,
.account .columns,
.customer-account-create .columns .column.main {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}
/* line 1488, ../scss/styles-l.scss */
.customer-account-login .columns .column.main .login-container {
  margin-bottom: 30px;
}
/* line 1491, ../scss/styles-l.scss */
.customer-account-login .columns .column.main .block-content label {
  color: #58595b;
  padding: 5px 0px;
}
/* line 1500, ../scss/styles-l.scss */
.account .columns .column.main button {
  border-radius: 0px;
  background: #548335;
  border: 1px solid #548335;
  text-transform: uppercase;
}
/* line 1506, ../scss/styles-l.scss */
.account .columns .column.main .action.remind {
  color: #548335;
}
/* line 1509, ../scss/styles-l.scss */
.account .columns .column.main .login-container .block-new-customer a.action.create.primary {
  border-radius: 0px;
  background: #548335;
  border: 1px solid #548335;
  text-transform: uppercase;
}
/* line 1516, ../scss/styles-l.scss */
.customer-account-create .columns .column.main #form-validate fieldset .field.choice.newsletter {
  margin-top: 39px;
}
/* line 1518, ../scss/styles-l.scss */
.customer-account-create .columns .column.main #form-validate fieldset .field.choice.newsletter input {
  margin-top: 0px;
  vertical-align: middle;
}
/* line 1523, ../scss/styles-l.scss */
.customer-account-create .columns .column.main #form-validate {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
/* line 1527, ../scss/styles-l.scss */
.customer-account-create .columns .column.main #form-validate fieldset .field {
  width: 33%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
/* line 1533, ../scss/styles-l.scss */
.customer-account-create .columns .column.main #form-validate fieldset .field label {
  color: #58595b;
  padding: 6px 0px;
}
/* line 1537, ../scss/styles-l.scss */
.customer-account-create .columns .column.main #form-validate fieldset .field .control {
  width: 90%;
}
/* line 1540, ../scss/styles-l.scss */
.customer-account-create .columns .column.main #form-validate fieldset .field #is_subscribed {
  float: none;
  display: inline-block;
}
/* line 1544, ../scss/styles-l.scss */
.customer-account-create .columns .column.main #form-validate fieldset .field .control #password-strength-meter-container {
  display: none;
}
/* line 1548, ../scss/styles-l.scss */
.customer-account-create .columns .column.main #form-validate .actions-toolbar button {
  border-radius: 0px;
  background: #548335;
  border: 1px solid #548335;
  text-transform: uppercase;
}
/* line 1557, ../scss/styles-l.scss */
form#form-validate .field.captcha .field.captcha {
  width: 100% !important;
}
/* line 1563, ../scss/styles-l.scss */
.account .columns {
  margin-bottom: 30px;
}
/* line 1567, ../scss/styles-l.scss */
.sidebar.sidebar-additional .block {
  background: #f5f5f5;
  padding: 15px;
}
/* line 1571, ../scss/styles-l.scss */
li.greet.welcome {
  display: none !important;
}
/* line 1574, ../scss/styles-l.scss */
.account .columns .column.main a {
  color: #548335;
}
/* line 1577, ../scss/styles-l.scss */
.account .columns .column.main form fieldset {
  float: left;
  width: 100%;
}
/* line 1580, ../scss/styles-l.scss */
.account .columns .column.main form fieldset .field {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
/* line 1585, ../scss/styles-l.scss */
.account .columns .column.main form fieldset .field .control {
  width: 98%;
}
/* line 1588, ../scss/styles-l.scss */
.account .columns .column.main form fieldset .field label {
  color: #58595b;
  padding: 7px 0px;
  font-size: 14px;
}
/* line 1593, ../scss/styles-l.scss */
.account .columns .column.main form fieldset .field.choice input {
  float: none;
  vertical-align: middle;
  display: inline-block;
}
/* line 1600, ../scss/styles-l.scss */
.account .columns .column.main form fieldset .field.choice {
  margin-top: 38px;
}
/* line 1603, ../scss/styles-l.scss */
.customer-account-logoutsuccess p {
  text-align: center;
  font-size: 16px;
}
/* line 1604, ../scss/styles-l.scss */
.account .columns .column.main form fieldset .field.choice input {
  margin-top: 0px;
}
/* line 1607, ../scss/styles-l.scss */
.account.page-layout-2columns-left .sidebar-main .c-sidebar.c-sidebar--categories {
  background: rgba(220, 220, 220, 0.4);
  width: 100%;
  float: left;
}
/* line 1612, ../scss/styles-l.scss */
section.contact-1 {
  padding-top: 10px;
}
/* line 1615, ../scss/styles-l.scss */
.account.page-layout-2columns-left .sidebar-main .c-sidebar.c-sidebar--categories h3 {
  padding-left: 15px;
}
/* line 1619, ../scss/styles-l.scss */
.account.page-layout-2columns-left .sidebar-main .c-sidebar.c-sidebar--categories ul.o-list {
  padding: 15px;
}
/* line 1622, ../scss/styles-l.scss */
div#password-strength-meter {
  display: none;
}
/* line 1625, ../scss/styles-l.scss */
.page.messages {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  clear: both;
}
/* line 1631, ../scss/styles-l.scss */
.customer-account-create .page.messages {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  clear: both;
}
/* line 1639, ../scss/styles-l.scss */
.customer-account-login .columns .column.main .login-container button {
  border-radius: 0px;
  background: #548335;
  border: 1px solid #548335;
  text-transform: uppercase;
}
/* line 1645, ../scss/styles-l.scss */
.customer-account-login .columns .column.main .login-container .secondary a {
  color: #548335;
}
/* line 1648, ../scss/styles-l.scss */
.customer-account-login .columns .column.main .login-container .primary a {
  border-radius: 0px;
  background: #548335;
  border: 1px solid #548335;
  text-transform: uppercase;
}
/* line 1655, ../scss/styles-l.scss */
.customer-account-forgotpassword .columns {
  float: left;
  width: 100%;
}
/* line 1658, ../scss/styles-l.scss */
.customer-account-forgotpassword .columns .column.main {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  min-height: 185px;
}
/* line 1663, ../scss/styles-l.scss */
.customer-account-forgotpassword .columns .column.main form {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
/* line 1667, ../scss/styles-l.scss */
.customer-account-forgotpassword .columns .column.main form fieldset {
  width: 100%;
  float: left;
}
/* line 1670, ../scss/styles-l.scss */
.customer-account-forgotpassword .columns .column.main form fieldset .field {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}
/* line 1675, ../scss/styles-l.scss */
.customer-account-forgotpassword .columns .column.main form fieldset .field.note {
  width: 100%;
}
/* line 1678, ../scss/styles-l.scss */
.customer-account-forgotpassword .columns .column.main form fieldset .field label {
  color: #58595b;
  padding: 7px 0px;
}
/* line 1684, ../scss/styles-l.scss */
.customer-account-forgotpassword .columns .column.main form .actions-toolbar {
  float: left;
  width: 100%;
}
/* line 1687, ../scss/styles-l.scss */
.customer-account-forgotpassword .columns .column.main form .actions-toolbar .primary button,
.customer-account-forgotpassword .columns .column.main form .actions-toolbar .secondary a {
  border-radius: 0px;
  background: #548335;
  border: 1px solid #548335;
  text-transform: uppercase;
}
/* line 1694, ../scss/styles-l.scss */
.customer-account-forgotpassword .columns .column.main form fieldset .field .control {
  width: 95%;
}
/*end of account page*/
/* line 1703, ../scss/styles-l.scss */
.cms-home .column.main {
  display: flex;
  flex-flow: column;
}
/* line 1706, ../scss/styles-l.scss */
.cms-home .column.main .block.widget.ves-widget.imageslider-widget {
  order: 2;
  position: relative;
  margin-bottom: 14px;
  margin-top: 10px;
  max-height: 575px;
  height: auto;
}
/* line 1709, ../scss/styles-l.scss */
.cms-home .column.main .block.widget.ves-widget.imageslider-widget .text-om-image {
  position: relative;
  top: auto;
  background: rgba(128, 128, 128, 0.5600000000000001);
  padding: 2px;
  font-size: 11px;
  /* left: 16px; */
  color: white;
  bottom: 0;
  text-align: center;
  width: 230px;
  margin: -20px auto 0;
}
/* line 1723, ../scss/styles-l.scss */
.cms-home .column.main .container {
  order: 1;
}
/* line 1726, ../scss/styles-l.scss */
.cms-home .column.main .widget.block.block-static-block {
  order: 3;
  margin: 0px 0px;
}
/* line 1730, ../scss/styles-l.scss */
.cms-home .column.main section.our-special {
  order: 4;
  margin-top: 30px;
}
/* line 1736, ../scss/styles-l.scss */
.our-special .block-content .products-grid.grid ol li .product-item-info .product-item-name a {
  width: 100%;
  float: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  min-height: 37px;
}
/* line 1745, ../scss/styles-l.scss */
.catyegory-banner-text {
  position: relative;
  text-align: center;
  color: white;
}
/* line 1749, ../scss/styles-l.scss */
.catyegory-banner-text .banner-cmplt-text {
  position: absolute;
  top: 115px;
  width: 100%;
  float: left;
  display: block;
}
/* line 1755, ../scss/styles-l.scss */
.catyegory-banner-text .banner-cmplt-text h1 {
  margin: 0 auto;
  width: 30%;
}
/* line 1759, ../scss/styles-l.scss */
.catyegory-banner-text .banner-cmplt-text .Banner-text-category {
  padding: 0px 20%;
}
/* line 1762, ../scss/styles-l.scss */
.catyegory-banner-text .banner-cmplt-text h1::before {
  content: "";
  border-top: 2px solid white;
  width: 90px;
  float: none;
  position: absolute;
  margin: -8px auto 0px;
  display: block;
  left: 0;
  right: 0;
}
/* line 1775, ../scss/styles-l.scss */
.text-of-banner h1::before {
  content: "";
  border-top: 2px solid white;
  width: 90px;
  float: none;
  position: absolute;
  margin: -8px auto 0px;
  display: block;
  left: 0;
  right: 0;
}
/*specials*/
/* line 1787, ../scss/styles-l.scss */
.categorypath-specials,
.cms-specials {
  /* line 1790, ../scss/styles-l.scss */
  /* line 1795, ../scss/styles-l.scss */
  /* line 1798, ../scss/styles-l.scss */
  /* line 1807, ../scss/styles-l.scss */
  /* line 1811, ../scss/styles-l.scss */
  /* line 1824, ../scss/styles-l.scss */
  /* line 1828, ../scss/styles-l.scss */
}
.categorypath-specials .columns,
.cms-specials .columns {
  float: left;
  width: 100%;
}
.categorypath-specials .columns .column.main,
.cms-specials .columns .column.main {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  clear: both;
}
.categorypath-specials .columns .column.main .product-items,
.cms-specials .columns .column.main .product-items {
  float: left;
  width: 100%;
}
.categorypath-specials .columns .column.main .product-items li.product-item,
.cms-specials .columns .column.main .product-items li.product-item {
  width: 17.9%;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  margin-bottom: 40px;
}
.categorypath-specials .columns .column.main .product-items li.product-item .product-item-details,
.cms-specials .columns .column.main .product-items li.product-item .product-item-details {
  min-height: 150px;
  padding: 0 10px;
}
.categorypath-specials .columns .column.main .product-items li.product-item .product-item-details .extra-content-field p,
.cms-specials .columns .column.main .product-items li.product-item .product-item-details .extra-content-field p {
  margin-bottom: 2px;
}
.categorypath-specials .columns .column.main .product-items li.product-item .product-item-info,
.cms-specials .columns .column.main .product-items li.product-item .product-item-info {
  border: 1px solid gainsboro;
  text-align: center;
  padding-bottom: 15px;
}
.categorypath-specials .columns .column.main .product-items li.product-item .product-item-info .price-box,
.cms-specials .columns .column.main .product-items li.product-item .product-item-info .price-box,
.categorypath-specials .columns .column.main .product-items li.product-item .product-item-info .product-item-actions,
.cms-specials .columns .column.main .product-items li.product-item .product-item-info .product-item-actions {
  display: none;
}
.categorypath-specials h3.product-sku,
.cms-specials h3.product-sku {
  min-height: auto;
}
/* line 1821, ../scss/styles-l.scss */
.page-header.sticky .panel.wrapper .header-right .header-right-bottom .navigation {
  margin-top: 15px;
}
/* line 1832, ../scss/styles-l.scss */
.page-title-wrapper.product {
  display: block;
  width: 100%;
  order: 1;
  float: left;
  padding-top: 0px;
}
/* line 1836, ../scss/styles-l.scss */
.page-title-wrapper.product .page-title {
  font-size: 18px;
}
/* line 1841, ../scss/styles-l.scss */
.account .data.table th.col.price,
.account .data.table td.col.price {
  display: none;
}
/* line 1845, ../scss/styles-l.scss */
li.item.product.product-item .product.details.product-item-details {
  min-height: 110px;
  max-height: 110px;
}
/* line 1848, ../scss/styles-l.scss */
.page-products .page-bottom .products ol.products.list.items.product-items {
  text-align: center;
}
/* line 1851, ../scss/styles-l.scss */
h3.product-sku {
  font-weight: normal;
  font-size: 19px;
  min-height: 50px;
}
/* line 1853, ../scss/styles-l.scss */
h3.product-sku a {
  color: #333;
  font-size: 18px;
}
/* line 1858, ../scss/styles-l.scss */
.manual-message {
  text-align: center;
  font-size: 13px;
  width: auto;
  margin: 0 auto;
}
/* line 1864, ../scss/styles-l.scss */
.swatch-group .swatch-option {
  border: none;
  max-width: 100%;
}
/*end of specials*/
/* line 1868, ../scss/styles-l.scss */
footer.main-footer .footer-contact ul {
  margin-bottom: 69px;
}
/* line 1872, ../scss/styles-l.scss */
.page-layout-1column .product.media .Productattachment {
  order: 4;
}
/* line 1875, ../scss/styles-l.scss */
.page-layout-1column .product.media .specification-section {
  order: 3;
  float: left;
  width: 100%;
}
/* line 1879, ../scss/styles-l.scss */
.page-layout-1column .product.media .specification-section h2 {
  font-size: 1.7rem;
  line-height: 1.2;
  margin-top: 7px;
  margin-bottom: 15px;
}
/* line 1884, ../scss/styles-l.scss */
.page-layout-1column .product.media .specification-section ul {
  padding-left: 0;
}
/* line 1886, ../scss/styles-l.scss */
.page-layout-1column .product.media .specification-section ul li {
  list-style: none;
  margin-bottom: 4px;
  font-size: 13px;
}
/* line 1893, ../scss/styles-l.scss */
.page-layout-1column .product.media .gallery-placeholder {
  order: 1;
  margin-bottom: 0px;
}
/* line 1897, ../scss/styles-l.scss */
.page-layout-1column .product.media .product-add-form {
  order: 2;
  width: 100%;
  float: left;
}
/* line 1901, ../scss/styles-l.scss */
.page-layout-1column .product.media .product-add-form .field.qty,
.page-layout-1column .product.media .product-add-form button#product-addtocart-button {
  display: none;
}
/* line 1904, ../scss/styles-l.scss */
.page-layout-1column .product.media .product-add-form .box-tocart {
  margin-bottom: 14px;
}
/* line 1907, ../scss/styles-l.scss */
.page-layout-1column .product.media .product-add-form .swatch-opt {
  margin-bottom: 0;
}
/* line 1911, ../scss/styles-l.scss */
.page-layout-1column .product.media .extra {
  order: 5;
  width: 100%;
}
/* line 1914, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper {
  order: 2;
  /*Components style*/
}
/* line 1917, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper .field .label span {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: oswaldregular;
  text-transform: capitalize;
}
/* line 1923, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper span.swatch-attribute-label {
  font-size: 1.7rem;
  font-weight: normal;
  font-family: oswaldregular;
  text-transform: capitalize;
}
/* line 1928, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper .swatch-group span.swatch-group-title {
  font-weight: normal;
  font-size: 15px;
  text-transform: capitalize;
  padding: 3px 0 3px;
  text-align: left;
}
/* line 1934, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper .swatch-attribute-options {
  padding-left: 3px;
}
/* line 1937, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper .swatch-option.color {
  height: 50px;
  width: 50px;
}
/* line 1941, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper .swatch-option.tops_color {
  height: 50px;
  width: 50px;
}
/* line 1945, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper .swatch-option.bottomm_color,
.page-layout-1column .product.media div#product-options-wrapper .swatch-option.table_top_finishes {
  height: 50px;
  width: 50px;
}
/* line 1950, ../scss/styles-l.scss */
.page-layout-1column .product.media .swatch-attribute.table_top_finishes.customswatch {
  margin-top: 14px;
}
/* line 1953, ../scss/styles-l.scss */
.page-layout-1column .product.media .Productattachment .attachmentsection {
  background-color: #c9c5c5;
  color: black;
  border-radius: 0px;
  padding: 0px 10px 0px 0px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: auto;
  float: left;
}
/* line 1967, ../scss/styles-l.scss */
.page-layout-1column .product.media .Productattachment .attachmentsection span {
  width: 48px;
  height: 38px;
  float: left;
  background: #548335;
  background-image: url("../../frontend/Videofun/videofuntheme/en_US/images/pdf icon.png");
  background-repeat: no-repeat;
  background-position: 11px 5px;
  cursor: pointer;
}
/* line 1977, ../scss/styles-l.scss */
.page-layout-1column .product.media .Productattachment .attachmentsection a {
  display: inline-block;
  color: black;
  font-weight: 700;
  width: auto;
  float: none;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
  background-color: #c9c5c5;
}
/* line 1987, ../scss/styles-l.scss */
.page-layout-1column .product.media .Productattachment .attachmentsection a span {
  background: transparent;
  width: auto;
  padding: 10px 0px 10px 10px;
  font-size: 13px;
}
/* line 1998, ../scss/styles-l.scss */
div#product-options-wrapper span.swatch-attribute-label {
  font-size: 2.2rem;
  font-weight: normal;
  font-family: oswaldregular;
  text-transform: uppercase;
}
/* line 2003, ../scss/styles-l.scss */
div#product-options-wrapper .swatch-group span.swatch-group-title {
  font-weight: normal;
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 0;
}
/* line 2009, ../scss/styles-l.scss */
div#product-options-wrapper .swatch-attribute-options {
  padding-left: 0px;
}
/* line 2012, ../scss/styles-l.scss */
div#product-options-wrapper .swatch-option.color {
  height: 50px;
  width: 50px;
}
/* line 2017, ../scss/styles-l.scss */
ol.product-items.widget-product-grid .Product-sku {
  font-weight: normal;
  font-size: 19px;
}
/* line 2020, ../scss/styles-l.scss */
ol.product-items.widget-product-grid .Product-sku a {
  color: #333;
  text-align: center;
  font-size: 19px;
}
/* line 2022, ../scss/styles-l.scss */
ol.product-items.widget-product-grid .Product-sku a::hover {
  color: #548335;
}
/* line 2031, ../scss/styles-l.scss */
.page-layout-1column .product.media .Productattachment .attachmentsection a:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -8px;
  width: 1.5px;
  height: 18px;
  background: black;
}
/* line 2040, ../scss/styles-l.scss */
.page-layout-1column .product.media .Productattachment .attachmentsection a:nth-child(odd)::before {
  position: absolute;
  top: 10px;
  left: 3px;
  width: 1.5px;
  height: 18px;
  background: black;
}
/* line 2050, ../scss/styles-l.scss */
.page-layout-1column .product.media .Productattachment .attachmentsection a:last-child::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 1.5px;
  height: 18px;
  background: transparent;
}
/* line 2060, ../scss/styles-l.scss */
.page-layout-1column .product.media .Productattachment h1 {
  font-size: 2.2rem;
  margin: 0px 0px 20px;
}
/* line 2065, ../scss/styles-l.scss */
.page-layout-1column .product.media .gallery-placeholder span a {
  opacity: 0;
}
/* line 2071, ../scss/styles-l.scss */
.account .columns #account-nav .nav.items li.nav.item:nth-child(3),
.account .columns #account-nav .nav.items li.nav.item:nth-child(4),
.account .columns #account-nav .nav.items li.nav.item:nth-child(11) {
  display: none;
}
/* line 2075, ../scss/styles-l.scss */
h2.intermediate-page-title {
  margin-top: 2px;
  text-align: center;
  font-size: 20px;
}
/* line 2080, ../scss/styles-l.scss */
.nav > li > strong {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 2085, ../scss/styles-l.scss */
.page-layout-1column .column.main .cart-container {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}
/* line 2090, ../scss/styles-l.scss */
.page-layout-1column .column.main .cart-container form .field label span {
  color: #58595b;
  font-size: 14px;
}
/* line 2094, ../scss/styles-l.scss */
.page-layout-1column .column.main .cart-container form button {
  background: #548335;
  border-color: #548335;
  color: white;
  width: auto !important;
  box-shadow: none;
}
/* line 2103, ../scss/styles-l.scss */
.catalogsearch-result-index .columns {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  clear: both;
}
/* line 2111, ../scss/styles-l.scss */
.catalogsearch-result-index .columns li.item.product.product-item a::focus {
  border: none;
  outline: 0;
}
/* line 2117, ../scss/styles-l.scss */
strong.block-subtitle.filter-subtitle {
  display: none;
  visibility: hidden;
}
/* line 2121, ../scss/styles-l.scss */
.page-layout-1column .column.main .cart-container #form-validate #shopping-cart-table .col.price {
  display: none;
}
/* line 2125, ../scss/styles-l.scss */
#product-addtoquote-button {
  color: white !important;
  width: 112px;
  border-color: #548335 !important;
  background: #548335 !important;
  padding: 5px 10px;
  font-size: 1.3rem;
  margin-top: 20px;
}
/* line 2132, ../scss/styles-l.scss */
#product-addtoquote-button:hover {
  color: #548335 !important;
  background: white !important;
}
/* line 2137, ../scss/styles-l.scss */
.page-products .page-bottom {
  width: 100% !important;
  clear: both;
  background: gainsboro;
  margin: 0;
  display: block;
  max-width: 100% !important;
  padding: 30px 0px 0px;
}
/* line 2146, ../scss/styles-l.scss */
.page-products .page-bottom .products .items li {
  width: 16.5%;
}
/* line 2149, ../scss/styles-l.scss */
.page-products .page-bottom .products.wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 20px 15px 0;
}
/* line 2155, ../scss/styles-l.scss */
.page-products .page-bottom strong {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 31px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-family: oswaldregular;
  font-weight: 100;
}
/* line 2166, ../scss/styles-l.scss */
.page-products .page-bottom .products .items li .product.details strong {
  font-size: 14px;
  word-wrap: normal;
}
/* line 2172, ../scss/styles-l.scss */
.page-products .page-bottom .products .items li .product-item-info {
  background: white;
  border: 4px solid #c5c3c3;
}
/* line 2178, ../scss/styles-l.scss */
.page-products .page-bottom .products .items li .product-item-info a::focus {
  border: none;
  outline: 0;
}
/* line 2184, ../scss/styles-l.scss */
header.page-header.sticky {
  position: fixed;
  z-index: 999;
  background: white;
  top: 0px;
  padding-bottom: 8px;
}
/* line 2190, ../scss/styles-l.scss */
header.page-header.sticky .logo-header .logo {
  max-width: 80px;
}
/* line 2193, ../scss/styles-l.scss */
header.page-header.sticky .header-right-top {
  display: none;
}
/* line 2196, ../scss/styles-l.scss */
header.page-header.sticky .panel.wrapper .header-right .header-right-bottom {
  margin-top: 5px;
}
/* line 2200, ../scss/styles-l.scss */
.quotation-quote-index .cart-container .cart-summary {
  z-index: 1 !important;
}
/* line 2203, ../scss/styles-l.scss */
#maincontent .checkout-success,
#maincontent .cart-empty {
  width: 400px;
  margin: 30px auto;
  border: 1px solid gainsboro;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 2px 10px gainsboro;
  min-height: 220px;
}
/* line 2211, ../scss/styles-l.scss */
#maincontent .checkout-success p,
#maincontent .cart-empty p {
  float: left;
  width: 100%;
}
/* line 2214, ../scss/styles-l.scss */
#maincontent .checkout-success p strong,
#maincontent .cart-empty p strong {
  font-size: 20px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
/* line 2221, ../scss/styles-l.scss */
#maincontent .checkout-success .actions-toolbar,
#maincontent .cart-empty .actions-toolbar {
  float: left;
  width: 100%;
  margin-top: 10px;
}
/* line 2225, ../scss/styles-l.scss */
#maincontent .checkout-success .actions-toolbar .primary,
#maincontent .cart-empty .actions-toolbar .primary {
  margin: 0 auto;
  display: block;
  width: 180px;
  float: none;
}
/* line 2230, ../scss/styles-l.scss */
#maincontent .checkout-success .actions-toolbar .primary a,
#maincontent .cart-empty .actions-toolbar .primary a {
  background: #548335;
  border-color: #548335;
}
/* line 2233, ../scss/styles-l.scss */
#maincontent .checkout-success .actions-toolbar .primary a:hover,
#maincontent .cart-empty .actions-toolbar .primary a:hover {
  background: transparent;
  color: #548335;
}
/* line 2241, ../scss/styles-l.scss */
.cms-home .column.main .block.widget.ves-widget.imageslider-widget ul {
  margin-bottom: 10px;
}
/* line 2244, ../scss/styles-l.scss */
.toolbar-products .pages {
  float: none !important;
}
/* line 2246, ../scss/styles-l.scss */
.toolbar-products .pages strong.page {
  background: transparent;
}
/* line 2249, ../scss/styles-l.scss */
.toolbar-products .pages li.item.pages-item-next a {
  border-radius: 50%;
  border-color: transparent;
}
/* line 2254, ../scss/styles-l.scss */
header.page-header.sticky ~ #maincontent {
  margin-top: 55px;
}
/* line 2257, ../scss/styles-l.scss */
.loading-mask .loader {
  display: block;
  text-align: center;
}
/* line 2261, ../scss/styles-l.scss */
#quote-sidebar .action.primary {
  margin-top: 10px !important;
}
/* line 2264, ../scss/styles-l.scss */
.block.block-dashboard-addresses {
  margin-top: 20px;
}
/* line 2267, ../scss/styles-l.scss */
.account .columns .sidebar.sidebar-main .block.account-nav {
  background: rgba(220, 220, 220, 0.27);
  border: 1px solid gainsboro;
  float: left;
  width: 100%;
}
/* line 2272, ../scss/styles-l.scss */
.account .columns .sidebar.sidebar-main .block.account-nav .title.account-nav-title {
  text-align: center;
  float: left;
  width: 100%;
  border-bottom: 1px solid gainsboro;
  background: rgba(220, 220, 220, 0.34);
}
/* line 2278, ../scss/styles-l.scss */
.account .columns .sidebar.sidebar-main .block.account-nav .title.account-nav-title strong {
  font-size: 18px;
  padding: 12px 0;
  float: left;
  width: 100%;
  margin: 0;
}
/* line 2286, ../scss/styles-l.scss */
.account .columns .sidebar.sidebar-main .block.account-nav #account-nav {
  float: left;
  width: 100%;
}
/* line 2289, ../scss/styles-l.scss */
.account .columns .sidebar.sidebar-main .block.account-nav #account-nav ul {
  float: left;
  width: 100%;
}
/* line 2293, ../scss/styles-l.scss */
.account .columns .sidebar.sidebar-main .block.account-nav #account-nav .item.current {
  color: #548335;
}
/* line 2295, ../scss/styles-l.scss */
.account .columns .sidebar.sidebar-main .block.account-nav #account-nav .item.current strong {
  color: #548335;
}
/* line 2299, ../scss/styles-l.scss */
.account .columns .sidebar.sidebar-main .block.account-nav #account-nav .nav.item a {
  color: #58595b;
  cursor: pointer;
}
/* line 2300, ../scss/styles-l.scss */
.account .columns .sidebar.sidebar-main .block.account-nav #account-nav .nav.item a:hover {
  color: #548335;
}
/* line 2308, ../scss/styles-l.scss */
.account.page-layout-2columns-left .column.main form.form-newsletter-manage .field.choice {
  margin-top: 0;
}
/* line 2311, ../scss/styles-l.scss */
.product-social-links .feats-sec {
  float: left;
  width: 100%;
  font-size: 13px;
}
/* line 2316, ../scss/styles-l.scss */
.account .columns .column.main {
  float: right;
}
/* line 2319, ../scss/styles-l.scss */
.account .columns .sidebar.sidebar-main {
  padding: 0px 2% 0px 0px;
}
/* line 2323, ../scss/styles-l.scss */
.fotorama__arr {
  top: 140px !important;
  height: 80px;
}
/* line 2327, ../scss/styles-l.scss */
.quotation-quote-index #maincontent .cart-empty {
  padding-top: 80px;
}
/* line 2330, ../scss/styles-l.scss */
.page-products .page-bottom .message.info.empty {
  margin: 0 0px 30px;
}
/* line 2334, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .block-content .items-total {
  float: left;
  margin: 0 0px;
  margin-top: 9px;
}
/* line 2339, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .block-content .actions {
  float: right !important;
}
/* line 2341, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .block-content .actions .primary {
  margin-right: 0;
}
/* line 2345, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .block-content .miniquote-items-wrapper {
  padding: 0px 0px;
  height: auto !important;
}
/* line 2348, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .block-content .miniquote-items-wrapper li {
  padding: 15px 0 15px;
}
/* line 2350, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .block-content .miniquote-items-wrapper li .product-item-details .product-item-pricing label.label {
  padding-left: 0;
  text-align: left;
}
/* line 2354, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .block-content .miniquote-items-wrapper li span.toggle {
  padding-left: 0;
}
/* line 2357, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .block-content .miniquote-items-wrapper li a {
  color: #7a9e62;
}
/* line 2363, ../scss/styles-l.scss */
.contact-3 {
  padding-top: 30px;
}
/* line 2366, ../scss/styles-l.scss */
.account.page-layout-2columns-left .column.main .block.block-addresses-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 2370, ../scss/styles-l.scss */
.account .columns .column.main form fieldset .field.choice:nth-child(7) {
  margin-top: 0;
}
/* line 2373, ../scss/styles-l.scss */
.related-products-responsive {
  display: none;
}
/*new product page css*/
/* line 2378, ../scss/styles-l.scss */
.cms-new-product #maincontent .block.widget .block-title {
  display: none;
}
/* line 2381, ../scss/styles-l.scss */
.cms-new-product #maincontent .block.widget ol.product-items {
  margin: 0px -15px;
}
/* line 2383, ../scss/styles-l.scss */
.cms-new-product #maincontent .block.widget ol.product-items li {
  margin: 0px 0 30px;
  padding: 0px 15px;
  width: 17.4%;
  display: inline-block;
  vertical-align: top;
  float: none;
}
/* line 2390, ../scss/styles-l.scss */
.cms-new-product #maincontent .block.widget ol.product-items li .product-item-info {
  border: 1px solid gainsboro;
  text-align: center;
  padding: 10px;
}
/* line 2394, ../scss/styles-l.scss */
.cms-new-product #maincontent .block.widget ol.product-items li .product-item-info .price-box,
.cms-new-product #maincontent .block.widget ol.product-items li .product-item-info .product-item-actions {
  display: none;
}
/* line 2398, ../scss/styles-l.scss */
.cms-new-product #maincontent .block.widget ol.product-items li .product-item-details {
  min-height: 76px;
  max-height: 85px;
}
/* line 2405, ../scss/styles-l.scss */
.cms-home ol.product-items.widget-product-grid .Product-sku {
  text-align: center;
}
/* line 2408, ../scss/styles-l.scss */
.cms-home ol.product-items.widget-product-grid .Product-sku a {
  text-align: center;
  font-size: 20px;
}
/*end new product page css*/
/* line 2416, ../scss/styles-l.scss */
.col-md-6.right .block.newsletter {
  width: 68%;
  margin: 19px 0;
}
/* line 2420, ../scss/styles-l.scss */
.col-md-6.right .block.newsletter button.action.subscribe.primary {
  background: #548335;
  border-color: #548335;
}
/* line 2426, ../scss/styles-l.scss */
.footer-contact form#newsletter-validate-detail {
  width: 88%;
}
/* line 2429, ../scss/styles-l.scss */
.footer-contact form#newsletter-validate-detail label.label {
  display: none;
}
/* line 2432, ../scss/styles-l.scss */
.footer-contact form#newsletter-validate-detail .control {
  float: left;
  width: 100%;
}
/* line 2436, ../scss/styles-l.scss */
.footer-contact form#newsletter-validate-detail button.action.subscribe.primary {
  background: #548335;
  border-color: #548335;
}
/* line 2441, ../scss/styles-l.scss */
.footer-contact .block.newsletter {
  width: 100%;
  float: left;
}
/* line 2444, ../scss/styles-l.scss */
ul.square {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 2449, ../scss/styles-l.scss */
ul.square li {
  list-style: inherit;
}
/* line 2453, ../scss/styles-l.scss */
.med-fnt-grey {
  margin-bottom: 12px;
}
/* line 2456, ../scss/styles-l.scss */
h1.title-lft {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #58595b;
  font-size: 36px;
}
/* line 2463, ../scss/styles-l.scss */
.footer-contact p {
  padding-left: 13%;
}
#search_autocomplete {
  display: none !important;
}
/* line 2466, ../scss/styles-l.scss */
div#search_autocomplete ul li span {
  text-transform: uppercase;
}
/*pdf page scss*/
/*end of pdf page scss*/
/* line 2473, ../scss/styles-l.scss */
.custom-content .accordion {
  background: #ddd none repeat scroll 0 0;
  border-top: 1px solid #fff;
  box-sizing: unset;
  color: #000;
  cursor: pointer;
  font-size: 0.9em;
  height: 20px;
  margin: 0;
  padding: 10px;
  text-decoration: none;
}
/* line 2485, ../scss/styles-l.scss */
.custom-content .accordion:hover {
  background-color: #ccc;
}
/* line 2491, ../scss/styles-l.scss */
.custom-content .accordion-close span {
  background: transparent url("/images/icons/plus.png") no-repeat scroll center center;
  display: block;
  float: right;
  padding: 10px;
}
/* line 2498, ../scss/styles-l.scss */
div.content-accordion {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e5e5e5 #e5e5e5 -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  line-height: 1.5em;
  margin: 0;
  padding: 10px;
}
/* line 2512, ../scss/styles-l.scss */
div.content-accordion p {
  margin: 0;
  padding: 3px;
}
/* line 2516, ../scss/styles-l.scss */
.med-fnt {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
/* line 2522, ../scss/styles-l.scss */
div.content-accordion {
  line-height: 1.5em;
}
/* line 2525, ../scss/styles-l.scss */
.bullets {
  list-style-type: none;
  padding: 5px;
}
/* line 2530, ../scss/styles-l.scss */
.bullets li {
  display: inline-block;
  font-family: Calibri, "Myriad Pro", Arial;
  font-size: 87.5%;
  padding: 7px;
  margin-bottom: 0;
}
/* line 2536, ../scss/styles-l.scss */
.bullets {
  list-style-type: none;
}
/* line 2540, ../scss/styles-l.scss */
.bullets li a.info {
  color: #000;
  font-weight: 700;
}
/* line 2545, ../scss/styles-l.scss */
div.content-accordion p.med-fnt {
  font-weight: bold;
  font-size: 14px;
}
/* line 2549, ../scss/styles-l.scss */
.accordion-open {
  background: #777 none repeat scroll 0 0;
  color: #fff;
}
/* line 2555, ../scss/styles-l.scss */
.gallery-category-pdf .custom-content .container {
  position: relative;
  z-index: 1;
}
/* line 2561, ../scss/styles-l.scss */
.custom-content .accordion-open span {
  background: transparent url("/images/icons/minus.png") no-repeat scroll center center;
}
/* line 2564, ../scss/styles-l.scss */
.accordion-open span {
  display: block;
  float: right;
  padding: 10px;
}
/* line 2570, ../scss/styles-l.scss */
.custom-content .container {
  padding: 0px !important;
  width: 100% !important;
}
/* line 2575, ../scss/styles-l.scss */
.page-layout-2columns-left .column.main {
  /*float: unset !important;
  margin: 0 auto !important;
  width: 90% !important;*/
}
/* line 2580, ../scss/styles-l.scss */
.gallery-category-display.page-layout-2columns-left .column.main,
.gallery-category-pdf.page-layout-2columns-left .column.main {
  float: unset !important;
  margin: 0 auto !important;
  width: 1170px !important;
}
/* line 2587, ../scss/styles-l.scss */
a.info {
  position: relative;
  z-index: 24;
  text-decoration: none;
}
/* line 2591, ../scss/styles-l.scss */
.gallery-category-pdf .column.main .custom-content {
  padding: 0px 15px;
}
/* line 2594, ../scss/styles-l.scss */
a.info:hover {
  z-index: 25;
}
/* line 2596, ../scss/styles-l.scss */
a.info span {
  display: none;
}
/* line 2598, ../scss/styles-l.scss */
a.info:hover span {
  display: block;
  position: absolute;
  top: 18px;
  background: white;
  left: 0em;
  width: initial;
  box-shadow: 0px 2px 6px #58595b;
}
/* line 2607, ../scss/styles-l.scss */
.desc {
  background-color: #fff;
  width: 100px;
  font-size: 11px;
  padding: 5px !important;
  text-align: center;
}
/* line 2615, ../scss/styles-l.scss */
.info img {
  height: auto;
  width: auto !important;
  margin: 0 auto;
  float: none;
  max-height: 100px;
  display: block;
}
/* line 2623, ../scss/styles-l.scss */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
/* line 2635, ../scss/styles-l.scss */
.active,
.accordion:hover {
  background-color: transparent;
}
/* line 2639, ../scss/styles-l.scss */
.custompanel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
/*display psge*/
/* line 2646, ../scss/styles-l.scss */
.photos-lable {
  float: left;
  width: 100%;
}
/* line 2649, ../scss/styles-l.scss */
.photos-lable .photos-group {
  float: left;
  width: 100%;
}
/* line 2653, ../scss/styles-l.scss */
.photos-lable .label {
  float: left;
}
/* line 2656, ../scss/styles-l.scss */
.photos-lable .photos-image {
  margin: 0 0 30px !important;
  padding: 0px 15px;
}
/* line 2659, ../scss/styles-l.scss */
.photos-lable .photos-image img {
  height: 150px;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(57, 57, 57, 0.39);
}
/* line 2665, ../scss/styles-l.scss */
.photos-lable .image-title-client {
  float: left;
  width: 100%;
  padding: 0px 15px;
  text-transform: capitalize;
}
/*end of display page*/
/* line 2674, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper .swatch-group span.swatch-group-title i {
  font-style: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.62);
}
/* line 2680, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper .swatch-attribute-options .swatch-group.option-based-attribute {
  border: 0px;
  background: transparent;
}
/* line 2684, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper .swatch-attribute-options span.swatch-group-title {
  padding: 8px 0 !important;
  color: black !important;
  background: transparent;
}
/* line 2691, ../scss/styles-l.scss */
.page-layout-1column .product.media div#product-options-wrapper .swatch-attribute-options span.swatch-group-title::after {
  margin-left: 12px;
  padding: 1px 0px;
  float: none;
  display: inline-block;
}
/* line 2698, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li ul.submenu {
  display: none;
  position: absolute;
  top: 32px;
  background: white;
  width: 206px;
  box-shadow: 0px 5px 10px rgba(88, 89, 91, 0.36);
  padding: 10px;
}
/* line 2707, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li:hover ul.submenu {
  display: block;
}
/* line 2710, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li ul.submenu .liclasssubmenu {
  float: left;
  width: 100%;
}
/* line 2713, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li ul.submenu .liclasssubmenu a {
  background: transparent;
  color: #2c2c2d;
  font-size: 13px;
  text-align: left;
}
/* line 2716, ../scss/styles-l.scss */
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li ul.submenu .liclasssubmenu a:hover {
  color: #548335;
}
/* line 2722, ../scss/styles-l.scss */
.cms-company-profile #maincontent,
.cms-freight-policy #maincontent,
.cms-warranty #maincontent,
.cms-terms-of-use #maincontent {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  position: relative;
}
/* line 2730, ../scss/styles-l.scss */
.cms-company-profile #maincontent .head-office-pdf {
  width: 49%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
/* line 2737, ../scss/styles-l.scss */
.cms-company-profile #maincontent .special-announcement {
  width: 49%;
  float: none;
  display: inline-block;
  margin-left: 1%;
  margin-top: 20px;
  border: 1px solid gainsboro;
  padding: 10px;
}
/* line 2745, ../scss/styles-l.scss */
.cms-company-profile #maincontent .special-announcement h2 {
  margin-top: 0;
}
/* line 2748, ../scss/styles-l.scss */
.cms-company-profile #maincontent .special-announcement span {
  font-size: 13px;
}
/* line 2751, ../scss/styles-l.scss */
.cms-company-profile #maincontent .special-announcement img {
  width: 275px;
  float: none;
  display: block;
  margin: 26px auto 0;
}
/* line 2760, ../scss/styles-l.scss */
.cms-company-profile #maincontent .head-office-pdf a.grey:hover {
  text-decoration: none;
  color: #548335;
}
/* line 2767, ../scss/styles-l.scss */
.col-md-12.staff-page-banner p {
  position: relative;
}
/* line 2770, ../scss/styles-l.scss */
.col-md-12.staff-page-banner h1 {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  color: white;
}
/* line 2777, ../scss/styles-l.scss */
.col-md-12.staff-page-banner h1::before {
  content: "";
  border-top: 2px solid white;
  width: 90px;
  float: none;
  position: absolute;
  margin: -8px auto 0px;
  display: block;
  left: 0;
  right: 0;
}
/* line 2791, ../scss/styles-l.scss */
.page-info-pdf {
  float: left;
  width: initial;
}
/* line 2794, ../scss/styles-l.scss */
.page-info-pdf a.grey {
  background: #58863a;
  color: white !important;
  font-weight: 600;
  margin-top: 20px;
  padding: 5px;
  float: left;
}
/* line 2801, ../scss/styles-l.scss */
.page-info-pdf a.grey::after {
  content: "\f1c1";
  font-family: fontawesome;
  margin-left: 8px;
}
/* line 2809, ../scss/styles-l.scss */
.cms-warranty #maincontent .column.main ul li,
.cms-freight-policy #maincontent .column.main ul li {
  list-style: inherit;
}
/* line 2811, ../scss/styles-l.scss */
.cms-warranty #maincontent .column.main ul li ul,
.cms-freight-policy #maincontent .column.main ul li ul {
  margin-top: 20px;
}
/* line 2815, ../scss/styles-l.scss */
.cms-warranty #maincontent p a,
.cms-freight-policy #maincontent p a {
  color: #548335;
  text-decoration: none !important;
  border-bottom: 1px solid;
  font-weight: 600;
}
/* line 2822, ../scss/styles-l.scss */
#maincontent .grey {
  color: #548335;
}
/* line 2825, ../scss/styles-l.scss */
.cms-warranty #maincontent .page-info-pdf,
.cms-freight-policy #maincontent .page-info-pdf {
  position: absolute;
  top: 25px;
  right: 15px;
}
/* line 2829, ../scss/styles-l.scss */
.cms-warranty #maincontent .page-info-pdf a,
.cms-freight-policy #maincontent .page-info-pdf a {
  background: #58863a;
  color: white !important;
  font-weight: 600;
  margin-top: 0;
  padding: 5px;
  float: left;
  text-decoration: none !important;
}
/* line 2837, ../scss/styles-l.scss */
.cms-warranty #maincontent .page-info-pdf a::after,
.cms-freight-policy #maincontent .page-info-pdf a::after {
  content: "\f1c1";
  font-family: fontawesome;
  margin-left: 8px;
}
/* line 2844, ../scss/styles-l.scss */
.block.upsell .block-content.content {
  float: left;
  width: 100%;
}
/* line 2847, ../scss/styles-l.scss */
.block.upsell .block-content.content ol li .product-item-info {
  width: 100% !important;
  border: 1px solid gainsboro;
  min-height: 315px;
  text-align: center;
}
/* line 2852, ../scss/styles-l.scss */
.block.upsell .block-content.content ol li .product-item-info span.product-image-container {
  width: 100% !important;
}
/* line 2855, ../scss/styles-l.scss */
.block.upsell .block-content.content ol li .product-item-info .product.details.product-item-details {
  padding: 0px 10px;
  min-height: 136px;
}
/* line 2861, ../scss/styles-l.scss */
.block.upsell .block-content.content ol li .product-item-info .product.details.product-item-details .product-item-name {
  /* overflow: hidden;
   text-overflow: ellipsis; */
  display: -webkit-box;
  line-height: 16px;
  min-height: 136px;
  /*-webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}
/* line 2870, ../scss/styles-l.scss */
.block.upsell .block-title.title {
  display: none;
}
/* line 2873, ../scss/styles-l.scss */
.upsell-hading {
  float: left;
  width: 100%;
  font-size: 16px;
}
/* line 2878, ../scss/styles-l.scss */
.block.upsell .block-content.content .products .product-item {
  width: 14.9%;
}
/* line 2881, ../scss/styles-l.scss */
.block.upsell .block-content.content ol li .product-item-info span.product-image-container .product-image-photo {
  width: 100%;
  height: initial;
}
/* line 2885, ../scss/styles-l.scss */
.block.upsell .block-content.content .products {
  margin-top: 20px;
}
/* line 2888, ../scss/styles-l.scss */
.cms-company-profile #maincontent h2,
.cms-freight-policy #maincontent h2,
.cms-warranty #maincontent h2,
.cms-terms-of-use #maincontent h2 {
  font-size: 18px;
}
/* line 2891, ../scss/styles-l.scss */
.block.upsell .block-content.content ol li .product-item-info .product.details.product-item-details .price-box.price-final_price {
  display: none;
}
/* line 2895, ../scss/styles-l.scss */
.fancybox-outer .fancybox-prev span {
  visibility: visible;
}
/* line 2896, ../scss/styles-l.scss */
.fancybox-outer .fancybox-prev span::before {
  content: "\f137";
  color: #000;
  float: left;
  text-align: center;
  padding: 7px 0px;
  font-family: fontawesome;
  font-size: 25px;
}
/* line 2907, ../scss/styles-l.scss */
.fancybox-outer .fancybox-next span {
  visibility: visible;
}
/* line 2909, ../scss/styles-l.scss */
.fancybox-outer .fancybox-next span::before {
  content: "\f138";
  color: #000;
  float: left;
  text-align: center;
  padding: 7px 0px;
  font-family: fontawesome;
  font-size: 25px;
}
/* line 2920, ../scss/styles-l.scss */
.fancybox-skin .fancybox-close {
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  border-radius: 50%;
}
/* line 2921, ../scss/styles-l.scss */
.fancybox-skin .fancybox-close::before {
  content: "X";
  font-family: inherit;
  color: white;
  font-size: 19px;
  padding: 4px 0px;
  float: left;
  width: 100%;
}
/*end custome theme css*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  /* line 2938, ../scss/styles-l.scss */
  .product-video {
    height: 100%;
    width: 81%;
  }
  /* line 2942, ../scss/styles-l.scss */
  .heading-top > p {
    max-width: 100%;
  }
}
@media all and (min-width: 768px), print {
  /* line 2949, ../scss/styles-l.scss */
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  /* line 2954, ../scss/styles-l.scss */
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  /* line 2958, ../scss/styles-l.scss */
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  /* line 2962, ../scss/styles-l.scss */
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  /* line 2967, ../scss/styles-l.scss */
  .abs-button-desktop {
    width: auto;
  }
  /* line 2970, ../scss/styles-l.scss */
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  /* line 2973, ../scss/styles-l.scss */
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  /* line 2977, ../scss/styles-l.scss */
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  /* line 2980, ../scss/styles-l.scss */
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  /* line 2983, ../scss/styles-l.scss */
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 0px;
  }
  /* line 2986, ../scss/styles-l.scss */
  .abs-reset-left-margin-desktop {
    margin-left: 0;
  }
  /* line 2990, ../scss/styles-l.scss */
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  /* line 2994, ../scss/styles-l.scss */
  .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-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  /* line 2997, ../scss/styles-l.scss */
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  /* line 3000, ../scss/styles-l.scss */
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  /* line 3003, ../scss/styles-l.scss */
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 3014, ../scss/styles-l.scss */
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after {
    content: '';
    display: table;
  }
  /* line 3020, ../scss/styles-l.scss */
  .paypal-review .block-content:before,
  .paypal-review .block-content:after {
    content: '';
    display: table;
  }
  /* line 3026, ../scss/styles-l.scss */
  .paypal-review-discount:before,
  .paypal-review-discount:after {
    content: '';
    display: table;
  }
  /* line 3032, ../scss/styles-l.scss */
  .order-review-form:before,
  .order-review-form:after {
    content: '';
    display: table;
  }
  /* line 3038, ../scss/styles-l.scss */
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after {
    content: '';
    display: table;
  }
  /* line 3044, ../scss/styles-l.scss */
  .cart-container:before,
  .cart-container:after {
    content: '';
    display: table;
  }
  /* line 3050, ../scss/styles-l.scss */
  .login-container:before,
  .login-container:after {
    content: '';
    display: table;
  }
  /* line 3057, ../scss/styles-l.scss */
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after {
    content: '';
    display: table;
  }
  /* line 3063, ../scss/styles-l.scss */
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after {
    content: '';
    display: table;
  }
  /* line 3070, ../scss/styles-l.scss */
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after {
    content: '';
    display: table;
  }
  /* line 3076, ../scss/styles-l.scss */
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after {
    content: '';
    display: table;
  }
  /* line 3083, ../scss/styles-l.scss */
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after {
    content: '';
    display: table;
  }
  /* line 3089, ../scss/styles-l.scss */
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after {
    content: '';
    display: table;
  }
  /* line 3096, ../scss/styles-l.scss */
  .block-wishlist-management:before,
  .block-wishlist-management:after {
    content: '';
    display: table;
  }
  /* line 3102, ../scss/styles-l.scss */
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after {
    content: '';
    display: table;
  }
  /* line 3108, ../scss/styles-l.scss */
  .order-links:before,
  .order-links:after {
    content: '';
    display: table;
  }
  /* line 3114, ../scss/styles-l.scss */
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after {
    content: '';
    display: table;
  }
  /* line 3120, ../scss/styles-l.scss */
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after {
    content: '';
    display: table;
  }
  /* line 3126, ../scss/styles-l.scss */
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    content: '';
    display: table;
  }
  /* line 3132, ../scss/styles-l.scss */
  .page-header .header.panel:before,
  .page-header .header.panel:after {
    content: '';
    display: table;
  }
  /* line 3138, ../scss/styles-l.scss */
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  /* line 3143, ../scss/styles-l.scss */
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after {
    clear: both;
  }
  /* line 3147, ../scss/styles-l.scss */
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after {
    clear: both;
  }
  /* line 3151, ../scss/styles-l.scss */
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after {
    clear: both;
  }
  /* line 3155, ../scss/styles-l.scss */
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after {
    clear: both;
  }
  /* line 3159, ../scss/styles-l.scss */
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  /* line 3162, ../scss/styles-l.scss */
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed {
    box-sizing: border-box;
  }
  /* line 3166, ../scss/styles-l.scss */
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  /* line 3170, ../scss/styles-l.scss */
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  /* line 3174, ../scss/styles-l.scss */
  .abs-revert-field-type-desktop .fieldset > .field {
    margin: 0 0 20px;
  }
  /* line 3178, ../scss/styles-l.scss */
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  /* line 3181, ../scss/styles-l.scss */
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  /* line 3188, ../scss/styles-l.scss */
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  /* line 3192, ../scss/styles-l.scss */
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  /* line 3196, ../scss/styles-l.scss */
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  /* line 3200, ../scss/styles-l.scss */
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  /* line 3207, ../scss/styles-l.scss */
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  /* line 3211, ../scss/styles-l.scss */
  .abs-revert-field-type-desktop .fieldset > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  /* line 3215, ../scss/styles-l.scss */
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before {
    display: none;
  }
  /* line 3219, ../scss/styles-l.scss */
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  /* line 3226, ../scss/styles-l.scss */
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  /* line 3230, ../scss/styles-l.scss */
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  /* line 3235, ../scss/styles-l.scss */
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  /* line 3240, ../scss/styles-l.scss */
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  /* line 3245, ../scss/styles-l.scss */
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  /* line 3249, ../scss/styles-l.scss */
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  /* line 3253, ../scss/styles-l.scss */
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  /* line 3256, ../scss/styles-l.scss */
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  /* line 3259, ../scss/styles-l.scss */
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 3269, ../scss/styles-l.scss */
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  /* line 3272, ../scss/styles-l.scss */
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 3276, ../scss/styles-l.scss */
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  /* line 3279, ../scss/styles-l.scss */
  .abs-account-table-margin-desktop {
    margin-top: -25px;
  }
  /* line 3283, ../scss/styles-l.scss */
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  /* line 3287, ../scss/styles-l.scss */
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  /* line 3290, ../scss/styles-l.scss */
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 3307, ../scss/styles-l.scss */
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  /* line 3310, ../scss/styles-l.scss */
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  /* line 3314, ../scss/styles-l.scss */
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  /* line 3317, ../scss/styles-l.scss */
  .abs-table-bordered-desktop {
    border: none;
  }
  /* line 3320, ../scss/styles-l.scss */
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  /* line 3324, ../scss/styles-l.scss */
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #ccc;
  }
  /* line 3330, ../scss/styles-l.scss */
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  /* line 3334, ../scss/styles-l.scss */
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter {
    position: relative;
    z-index: 1;
  }
  /* line 3340, ../scss/styles-l.scss */
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter {
    position: relative;
    z-index: 1;
  }
  /* line 3346, ../scss/styles-l.scss */
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter {
    position: relative;
    z-index: 1;
  }
  /* line 3352, ../scss/styles-l.scss */
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  /* line 3357, ../scss/styles-l.scss */
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  /* line 3361, ../scss/styles-l.scss */
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  /* line 3366, ../scss/styles-l.scss */
  .abs-shopping-cart-items-desktop,
  .block-cart-failed {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  /* line 3376, ../scss/styles-l.scss */
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  /* line 3386, ../scss/styles-l.scss */
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  /* line 3390, ../scss/styles-l.scss */
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  /* line 3393, ../scss/styles-l.scss */
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  /* line 3396, ../scss/styles-l.scss */
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  /* line 3401, ../scss/styles-l.scss */
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  /* line 3405, ../scss/styles-l.scss */
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  /* line 3415, ../scss/styles-l.scss */
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  /* line 3425, ../scss/styles-l.scss */
  .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;
  }
  /* line 3434, ../scss/styles-l.scss */
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  /* line 3450, ../scss/styles-l.scss */
  .ie9 .page-main {
    width: auto;
  }
  /* line 3453, ../scss/styles-l.scss */
  .columns {
    display: block;
  }
  /* line 3456, ../scss/styles-l.scss */
  .column.main {
    min-height: 300px;
  }
  /* line 3459, ../scss/styles-l.scss */
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  /* line 3465, ../scss/styles-l.scss */
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  /* line 3472, ../scss/styles-l.scss */
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  /* line 3479, ../scss/styles-l.scss */
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  /* line 3486, ../scss/styles-l.scss */
  .sidebar-main {
    padding-right: 2%;
  }
  /* line 3489, ../scss/styles-l.scss */
  .page-layout-3columns .sidebar-main,
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  /* line 3496, ../scss/styles-l.scss */
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 2%;
    padding-right: 0;
  }
  /* line 3505, ../scss/styles-l.scss */
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  /* line 3509, ../scss/styles-l.scss */
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  /* line 3516, ../scss/styles-l.scss */
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  /* line 3523, ../scss/styles-l.scss */
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  /* line 3529, ../scss/styles-l.scss */
  .panel.header {
    padding: 10px 20px;
  }
  /* line 3532, ../scss/styles-l.scss */
  .nav-toggle {
    display: none;
  }
  /* line 3535, ../scss/styles-l.scss */
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 0px;
  }
  /* line 3542, ../scss/styles-l.scss */
  .nav-sections-item-title {
    display: none;
  }
  /* line 3545, ../scss/styles-l.scss */
  .nav-sections-item-content {
    display: block !important;
  }
  /* line 3548, ../scss/styles-l.scss */
  .nav-sections-item-content > * {
    display: none;
  }
  /* line 3551, ../scss/styles-l.scss */
  .nav-sections-item-content > .navigation {
    display: block;
  }
  /* line 3556, ../scss/styles-l.scss */
  .block.related {
    display: none;
  }
  /* line 3559, ../scss/styles-l.scss */
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  /* line 3570, ../scss/styles-l.scss */
  .navigation:empty {
    display: none;
  }
  /* line 3573, ../scss/styles-l.scss */
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  /* line 3579, ../scss/styles-l.scss */
  .navigation li.level0 {
    border-top: none;
  }
  /* line 3582, ../scss/styles-l.scss */
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  /* line 3586, ../scss/styles-l.scss */
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 3590, ../scss/styles-l.scss */
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  /* line 3597, ../scss/styles-l.scss */
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  /* line 3602, ../scss/styles-l.scss */
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  /* line 3610, ../scss/styles-l.scss */
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  /* line 3613, ../scss/styles-l.scss */
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  /* line 3627, ../scss/styles-l.scss */
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  /* line 3629, ../scss/styles-l.scss */
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  /* line 3635, ../scss/styles-l.scss */
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  /* line 3645, ../scss/styles-l.scss */
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    color: #ccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  /* line 3656, ../scss/styles-l.scss */
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  /* line 3661, ../scss/styles-l.scss */
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  /* line 3667, ../scss/styles-l.scss */
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333;
  }
  /* line 3673, ../scss/styles-l.scss */
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  /* line 3677, ../scss/styles-l.scss */
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  /* line 3682, ../scss/styles-l.scss */
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  /* line 3686, ../scss/styles-l.scss */
  .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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 3701, ../scss/styles-l.scss */
  .navigation .level0.more:before {
    display: none;
  }
  /* line 3704, ../scss/styles-l.scss */
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  /* line 3710, ../scss/styles-l.scss */
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  /* line 3713, ../scss/styles-l.scss */
  .navigation .level0.more li {
    display: block;
  }
  /* line 3720, ../scss/styles-l.scss */
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  /* line 3724, ../scss/styles-l.scss */
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  /* line 3727, ../scss/styles-l.scss */
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 3733, ../scss/styles-l.scss */
  .product.data.items:before {
    content: '';
    display: table;
  }
  /* line 3737, ../scss/styles-l.scss */
  .product.data.items:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 3743, ../scss/styles-l.scss */
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  /* line 3746, ../scss/styles-l.scss */
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  /* line 3753, ../scss/styles-l.scss */
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  /* line 3759, ../scss/styles-l.scss */
  .product.data.items > .item.content:before {
    content: '';
    display: table;
  }
  /* line 3763, ../scss/styles-l.scss */
  .product.data.items > .item.content:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 3768, ../scss/styles-l.scss */
  .product.data.items > .item.content.active {
    display: block;
  }
  /* line 3772, ../scss/styles-l.scss */
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  /* line 3774, ../scss/styles-l.scss */
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  /* line 3785, ../scss/styles-l.scss */
  .product.data.items > .item.title > .switch:visited,
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  /* line 3789, ../scss/styles-l.scss */
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  /* line 3795, ../scss/styles-l.scss */
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fff;
  }
  /* line 3798, ../scss/styles-l.scss */
  .product.data.items > .item.title:not(.disabled) > .switch:active {
    background: #fff;
    color: #333;
  }
  /* line 3803, ../scss/styles-l.scss */
  .product.data.items > .item.title.active > .switch {
    background: #fff;
    color: #333;
    padding-bottom: 2px;
  }
  /* line 3806, ../scss/styles-l.scss */
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #fff;
    color: #333;
  }
  /* line 3811, ../scss/styles-l.scss */
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  /* line 3816, ../scss/styles-l.scss */
  .product.data.items > .item.content {
    background: #fff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  /* line 3823, ../scss/styles-l.scss */
  .product.data.items .item.title a:after {
    display: none;
  }
  /* line 3827, ../scss/styles-l.scss */
  .actions-toolbar {
    text-align: left;
  }
  /* line 3829, ../scss/styles-l.scss */
  .actions-toolbar:before {
    content: '';
    display: table;
  }
  /* line 3833, ../scss/styles-l.scss */
  .actions-toolbar:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 3838, ../scss/styles-l.scss */
  .actions-toolbar .primary {
    float: left;
    display: inline-block;
  }
  /* line 3842, ../scss/styles-l.scss */
  .actions-toolbar .secondary,
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  /* line 3845, ../scss/styles-l.scss */
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  /* line 3848, ../scss/styles-l.scss */
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  /* line 3852, ../scss/styles-l.scss */
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  /* line 3855, ../scss/styles-l.scss */
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  /* line 3862, ../scss/styles-l.scss */
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  /* line 3866, ../scss/styles-l.scss */
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  /* line 3870, ../scss/styles-l.scss */
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /* line 3874, ../scss/styles-l.scss */
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  /* line 3877, ../scss/styles-l.scss */
  .braintree-paypal-account {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  /* line 3884, ../scss/styles-l.scss */
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  /* line 3888, ../scss/styles-l.scss */
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  /* line 3892, ../scss/styles-l.scss */
  .block-category-event .block-title {
    margin: 0;
  }
  /* line 3894, ../scss/styles-l.scss */
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  /* line 3899, ../scss/styles-l.scss */
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  /* line 3903, ../scss/styles-l.scss */
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  /* line 3906, ../scss/styles-l.scss */
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  /* line 3912, ../scss/styles-l.scss */
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  /* line 3915, ../scss/styles-l.scss */
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  /* line 3917, ../scss/styles-l.scss */
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  /* line 3925, ../scss/styles-l.scss */
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ccc;
  }
  /* line 3929, ../scss/styles-l.scss */
  .paypal-review .block-content .box-order-shipping-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  /* line 3934, ../scss/styles-l.scss */
  .paypal-review .block-content .box-order-shipping-method {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  /* line 3938, ../scss/styles-l.scss */
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  /* line 3944, ../scss/styles-l.scss */
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  /* line 3950, ../scss/styles-l.scss */
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  /* line 3953, ../scss/styles-l.scss */
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  /* line 3957, ../scss/styles-l.scss */
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  /* line 3961, ../scss/styles-l.scss */
  .paypal-review-discount {
    border-top: 1px solid #ccc;
  }
  /* line 3963, ../scss/styles-l.scss */
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  /* line 3965, ../scss/styles-l.scss */
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  /* line 3968, ../scss/styles-l.scss */
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  /* line 3973, ../scss/styles-l.scss */
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  /* line 3979, ../scss/styles-l.scss */
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  /* line 3982, ../scss/styles-l.scss */
  .order-review-form .action.primary {
    margin-right: 0;
  }
  /* line 3987, ../scss/styles-l.scss */
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  /* line 3990, ../scss/styles-l.scss */
  .block-cart-failed .actions.primary {
    float: right;
  }
  /* line 3994, ../scss/styles-l.scss */
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  /* line 3998, ../scss/styles-l.scss */
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  /* line 4001, ../scss/styles-l.scss */
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  /* line 4005, ../scss/styles-l.scss */
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  /* line 4011, ../scss/styles-l.scss */
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  /* line 4016, ../scss/styles-l.scss */
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  /* line 4023, ../scss/styles-l.scss */
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  /* line 4025, ../scss/styles-l.scss */
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  /* line 4030, ../scss/styles-l.scss */
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  /* line 4034, ../scss/styles-l.scss */
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: 49%;
  }
  /* line 4038, ../scss/styles-l.scss */
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  /* line 4044, ../scss/styles-l.scss */
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  /* line 4049, ../scss/styles-l.scss */
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  /* line 4054, ../scss/styles-l.scss */
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  /* line 4059, ../scss/styles-l.scss */
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  /* line 4062, ../scss/styles-l.scss */
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  /* line 4065, ../scss/styles-l.scss */
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  /* line 4068, ../scss/styles-l.scss */
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  /* line 4074, ../scss/styles-l.scss */
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  /* line 4079, ../scss/styles-l.scss */
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  /* line 4083, ../scss/styles-l.scss */
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  /* line 4088, ../scss/styles-l.scss */
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  /* line 4091, ../scss/styles-l.scss */
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  /* line 4105, ../scss/styles-l.scss */
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  /* line 4109, ../scss/styles-l.scss */
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  /* line 4113, ../scss/styles-l.scss */
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ccc;
  }
  /* line 4117, ../scss/styles-l.scss */
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  /* line 4122, ../scss/styles-l.scss */
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 4132, ../scss/styles-l.scss */
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 4147, ../scss/styles-l.scss */
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  /* line 4151, ../scss/styles-l.scss */
  .page-products .sorter {
    position: static;
  }
  /* line 4154, ../scss/styles-l.scss */
  .mode-list:before {
    content: '\e60b';
  }
  /* line 4157, ../scss/styles-l.scss */
  .limiter {
    float: right;
  }
  /* line 4160, ../scss/styles-l.scss */
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  /* line 4164, ../scss/styles-l.scss */
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  /* line 4167, ../scss/styles-l.scss */
  .product-info-main .product-add-form {
    padding-top: 0px;
    width: auto;
    clear: inherit;
    float: left;
  }
  /* line 4174, ../scss/styles-l.scss */
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  /* line 4179, ../scss/styles-l.scss */
  .product-social-links {
    text-align: left;
    float: left;
    order: 3;
    display: inline-flex;
    width: 100%;
    flex-flow: wrap;
  }
  /* line 4184, ../scss/styles-l.scss */
  .product-social-links .Productattachment {
    order: 2;
    width: 100%;
    margin-top: 15px;
  }
  /* line 4187, ../scss/styles-l.scss */
  .product-social-links .feats-sec {
    order: 1;
  }
  /* line 4190, ../scss/styles-l.scss */
  .product-social-links .feats-sec .extra-field {
    float: left;
    width: 50%;
  }
  /* line 4196, ../scss/styles-l.scss */
  .product-social-links .extra {
    order: 3;
  }
  /* line 4200, ../scss/styles-l.scss */
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  /* line 4203, ../scss/styles-l.scss */
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  /* line 4207, ../scss/styles-l.scss */
  .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;
  }
  /* line 4211, ../scss/styles-l.scss */
  .product-info-main {
    float: right;
  }
  /* line 4214, ../scss/styles-l.scss */
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  /* line 4219, ../scss/styles-l.scss */
  .page-layout-1column .product-info-main {
    width: 50%;
    margin-top: 15px;
    display: inline-flex;
    flex-flow: wrap;
  }
  /* line 4223, ../scss/styles-l.scss */
  .page-layout-1column .product.media {
    width: 45%;
    display: inline-flex;
    flex-flow: column;
  }
  /* line 4229, ../scss/styles-l.scss */
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  /* line 4232, ../scss/styles-l.scss */
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  /* line 4235, ../scss/styles-l.scss */
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  /* line 4239, ../scss/styles-l.scss */
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  /* line 4246, ../scss/styles-l.scss */
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  /* line 4249, ../scss/styles-l.scss */
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  /* line 4253, ../scss/styles-l.scss */
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  /* line 4258, ../scss/styles-l.scss */
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333;
    text-decoration: none;
  }
  /* line 4262, ../scss/styles-l.scss */
  .compare.wrapper .action.compare:visited {
    color: #333;
    text-decoration: none;
  }
  /* line 4266, ../scss/styles-l.scss */
  .compare.wrapper .action.compare:hover,
  .compare.wrapper .action.compare:active {
    color: #333;
    text-decoration: underline;
  }
  /* line 4271, ../scss/styles-l.scss */
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  /* line 4273, ../scss/styles-l.scss */
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  /* line 4276, ../scss/styles-l.scss */
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  /* line 4281, ../scss/styles-l.scss */
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  /* line 4287, ../scss/styles-l.scss */
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  /* line 4292, ../scss/styles-l.scss */
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  /* line 4296, ../scss/styles-l.scss */
  .block-search input::-webkit-input-placeholder,
  .block-search input:-moz-placeholder,
  .block-search input::-moz-placeholder,
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  /* line 4300, ../scss/styles-l.scss */
  .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;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  /* line 4317, ../scss/styles-l.scss */
  .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;
  }
  /* line 4327, ../scss/styles-l.scss */
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 4343, ../scss/styles-l.scss */
  .block-search .action.search:hover:before {
    color: #333;
  }
  /* line 4346, ../scss/styles-l.scss */
  .block-search .action.search:active:before {
    color: inherit;
  }
  /* line 4349, ../scss/styles-l.scss */
  .block-search .action.search:focus,
  .block-search .action.search:active,
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  /* line 4353, ../scss/styles-l.scss */
  .block-search .action.search.disabled,
  .block-search .action.search[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
  }
  /* line 4360, ../scss/styles-l.scss */
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
  }
  /* line 4365, ../scss/styles-l.scss */
  .block-search .action.search:focus:before {
    color: #333;
  }
  /* line 4368, ../scss/styles-l.scss */
  .search-autocomplete {
    margin-top: 0;
  }
  /* line 4371, ../scss/styles-l.scss */
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 4376, ../scss/styles-l.scss */
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  /* line 4379, ../scss/styles-l.scss */
  .cart-container .widget {
    float: left;
  }
  /* line 4383, ../scss/styles-l.scss */
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  /* line 4391, ../scss/styles-l.scss */
  .cart-summary > .title {
    display: block;
  }
  /* line 4394, ../scss/styles-l.scss */
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  /* line 4396, ../scss/styles-l.scss */
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  /* line 4401, ../scss/styles-l.scss */
  .cart-summary .block > .title {
    padding-left: 0;
    font-size: 17px !important;
  }
  /* line 4404, ../scss/styles-l.scss */
  .cart-summary .block > .title:after {
    right: 3px;
  }
  /* line 4408, ../scss/styles-l.scss */
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  /* line 4412, ../scss/styles-l.scss */
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  /* line 4419, ../scss/styles-l.scss */
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  /* line 4424, ../scss/styles-l.scss */
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  /* line 4428, ../scss/styles-l.scss */
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  /* line 4433, ../scss/styles-l.scss */
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  /* line 4438, ../scss/styles-l.scss */
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  /* line 4442, ../scss/styles-l.scss */
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  /* line 4445, ../scss/styles-l.scss */
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  /* line 4448, ../scss/styles-l.scss */
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  /* line 4451, ../scss/styles-l.scss */
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  /* line 4459, ../scss/styles-l.scss */
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  /* line 4467, ../scss/styles-l.scss */
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  /* line 4469, ../scss/styles-l.scss */
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  /* line 4473, ../scss/styles-l.scss */
  .cart-products-toolbar .pages {
    float: right;
  }
  /* line 4475, ../scss/styles-l.scss */
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  /* line 4481, ../scss/styles-l.scss */
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  /* line 4485, ../scss/styles-l.scss */
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  /* line 4489, ../scss/styles-l.scss */
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  /* line 4498, ../scss/styles-l.scss */
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  /* line 4504, ../scss/styles-l.scss */
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  /* line 4511, ../scss/styles-l.scss */
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  /* line 4515, ../scss/styles-l.scss */
  .minicart-wrapper {
    margin-left: 13px;
  }
  /* line 4517, ../scss/styles-l.scss */
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  /* line 4522, ../scss/styles-l.scss */
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  /* line 4526, ../scss/styles-l.scss */
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  /* line 4534, ../scss/styles-l.scss */
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  /* line 4539, ../scss/styles-l.scss */
  .opc-estimated-wrapper {
    display: none;
  }
  /* line 4542, ../scss/styles-l.scss */
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  /* line 4548, ../scss/styles-l.scss */
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  /* line 4555, ../scss/styles-l.scss */
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #ccc;
    top: 19px;
    transition: background .3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* line 4566, ../scss/styles-l.scss */
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  /* line 4569, ../scss/styles-l.scss */
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  /* line 4572, ../scss/styles-l.scss */
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  /* line 4580, ../scss/styles-l.scss */
  .opc-progress-bar-item > span:before {
    background: #e4e4e4;
    border: 1px solid #ccc;
    height: 38px;
    margin-left: -19px;
    transition: background .3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  /* line 4593, ../scss/styles-l.scss */
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #ccc;
    height: 38px;
    margin-left: -19px;
    transition: background .3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  /* line 4617, ../scss/styles-l.scss */
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  /* line 4620, ../scss/styles-l.scss */
  .opc-progress-bar-item._complete:hover:before,
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  /* line 4624, ../scss/styles-l.scss */
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  /* line 4626, ../scss/styles-l.scss */
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  /* line 4633, ../scss/styles-l.scss */
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  /* line 4637, ../scss/styles-l.scss */
  .opc-progress-bar-item._active > span {
    color: #333;
    font-weight: 600;
  }
  /* line 4640, ../scss/styles-l.scss */
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  /* line 4644, ../scss/styles-l.scss */
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  /* line 4653, ../scss/styles-l.scss */
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  /* line 4656, ../scss/styles-l.scss */
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  /* line 4662, ../scss/styles-l.scss */
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  /* line 4665, ../scss/styles-l.scss */
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  /* line 4670, ../scss/styles-l.scss */
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  /* line 4673, ../scss/styles-l.scss */
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  /* line 4678, ../scss/styles-l.scss */
  .table-checkout-shipping-method {
    width: auto;
  }
  /* line 4681, ../scss/styles-l.scss */
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  /* line 4689, ../scss/styles-l.scss */
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  /* line 4692, ../scss/styles-l.scss */
  .authentication-dropdown {
    background-color: #fff;
    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%;
  }
  /* line 4706, ../scss/styles-l.scss */
  .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;
  }
  /* line 4715, ../scss/styles-l.scss */
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  /* line 4720, ../scss/styles-l.scss */
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  /* line 4726, ../scss/styles-l.scss */
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  /* line 4730, ../scss/styles-l.scss */
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  /* line 4734, ../scss/styles-l.scss */
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  /* line 4742, ../scss/styles-l.scss */
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  /* line 4746, ../scss/styles-l.scss */
  .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;
  }
  /* line 4755, ../scss/styles-l.scss */
  .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;
  }
  /* line 4765, ../scss/styles-l.scss */
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  /* line 4770, ../scss/styles-l.scss */
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  /* line 4775, ../scss/styles-l.scss */
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  /* line 4781, ../scss/styles-l.scss */
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  /* line 4787, ../scss/styles-l.scss */
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  /* line 4791, ../scss/styles-l.scss */
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  /* line 4797, ../scss/styles-l.scss */
  .checkout-billing-address .action-update {
    float: right;
  }
  /* line 4800, ../scss/styles-l.scss */
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  /* line 4805, ../scss/styles-l.scss */
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  /* line 4808, ../scss/styles-l.scss */
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  /* line 4814, ../scss/styles-l.scss */
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  /* line 4818, ../scss/styles-l.scss */
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  /* line 4822, ../scss/styles-l.scss */
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  /* line 4827, ../scss/styles-l.scss */
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  /* line 4830, ../scss/styles-l.scss */
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  /* line 4832, ../scss/styles-l.scss */
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  /* line 4837, ../scss/styles-l.scss */
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  /* line 4842, ../scss/styles-l.scss */
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  /* line 4849, ../scss/styles-l.scss */
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  /* line 4852, ../scss/styles-l.scss */
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  /* line 4856, ../scss/styles-l.scss */
  .account .data.table {
    margin-bottom: 0;
  }
  /* line 4858, ../scss/styles-l.scss */
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  /* line 4863, ../scss/styles-l.scss */
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  /* line 4865, ../scss/styles-l.scss */
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  /* line 4871, ../scss/styles-l.scss */
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  /* line 4874, ../scss/styles-l.scss */
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  /* line 4879, ../scss/styles-l.scss */
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 4883, ../scss/styles-l.scss */
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  /* line 4886, ../scss/styles-l.scss */
  .storecredit .block-balance-history {
    width: 100%;
  }
  /* line 4889, ../scss/styles-l.scss */
  .table-balance-history .col {
    width: 25%;
  }
  /* line 4893, ../scss/styles-l.scss */
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  /* line 4897, ../scss/styles-l.scss */
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  /* line 4904, ../scss/styles-l.scss */
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  /* line 4906, ../scss/styles-l.scss */
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  /* line 4911, ../scss/styles-l.scss */
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  /* line 4914, ../scss/styles-l.scss */
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  /* line 4918, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  /* line 4920, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  /* line 4927, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  /* line 4931, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  /* line 4934, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  /* line 4937, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  /* line 4939, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  /* line 4943, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  /* line 4947, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before {
    content: '';
    display: table;
  }
  /* line 4951, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 4956, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  /* line 4960, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  /* line 4963, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  /* line 4966, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  /* line 4969, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  /* line 4973, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  /* line 4981, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .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;
  }
  /* line 4991, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  /* line 5012, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: .5;
  }
  /* line 5015, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  /* line 5018, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  /* line 5025, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  /* line 5028, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  /* line 5034, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  /* line 5040, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 5054, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  /* line 5057, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  /* line 5061, ../scss/styles-l.scss */
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  /* line 5066, ../scss/styles-l.scss */
  .gift-options {
    position: relative;
    z-index: 1;
  }
  /* line 5069, ../scss/styles-l.scss */
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  /* line 5073, ../scss/styles-l.scss */
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  /* line 5075, ../scss/styles-l.scss */
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  /* line 5080, ../scss/styles-l.scss */
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  /* line 5086, ../scss/styles-l.scss */
  .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;
  }
  /* line 5099, ../scss/styles-l.scss */
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  /* line 5103, ../scss/styles-l.scss */
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  /* line 5107, ../scss/styles-l.scss */
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5112, ../scss/styles-l.scss */
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  /* line 5117, ../scss/styles-l.scss */
  .cart .action-gift {
    float: left;
  }
  /* line 5121, ../scss/styles-l.scss */
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  /* line 5123, ../scss/styles-l.scss */
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  /* line 5127, ../scss/styles-l.scss */
  .form-giftregistry-share .fieldset .field {
    width: 45%;
  }
  /* line 5131, ../scss/styles-l.scss */
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  /* line 5134, ../scss/styles-l.scss */
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  /* line 5139, ../scss/styles-l.scss */
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  /* line 5142, ../scss/styles-l.scss */
  .table-giftregistry .col.message {
    width: 40%;
  }
  /* line 5145, ../scss/styles-l.scss */
  .table-giftregistry .col.actions {
    width: 30%;
  }
  /* line 5149, ../scss/styles-l.scss */
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  /* line 5154, ../scss/styles-l.scss */
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #ccc;
  }
  /* line 5157, ../scss/styles-l.scss */
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  /* line 5160, ../scss/styles-l.scss */
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  /* line 5164, ../scss/styles-l.scss */
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  /* line 5168, ../scss/styles-l.scss */
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  /* line 5173, ../scss/styles-l.scss */
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  /* line 5176, ../scss/styles-l.scss */
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  /* line 5184, ../scss/styles-l.scss */
  .form-giftregistry-search .fieldset .field.name + .fieldset {
    clear: both;
  }
  /* line 5187, ../scss/styles-l.scss */
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  /* line 5188, ../scss/styles-l.scss */
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  /* line 5196, ../scss/styles-l.scss */
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #ccc;
    border-top: 0;
  }
  /* line 5200, ../scss/styles-l.scss */
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  /* line 5207, ../scss/styles-l.scss */
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  /* line 5214, ../scss/styles-l.scss */
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  /* line 5217, ../scss/styles-l.scss */
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  /* line 5220, ../scss/styles-l.scss */
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  /* line 5224, ../scss/styles-l.scss */
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  /* line 5228, ../scss/styles-l.scss */
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  /* line 5234, ../scss/styles-l.scss */
  .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%;
  }
  /* line 5241, ../scss/styles-l.scss */
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  /* line 5244, ../scss/styles-l.scss */
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  /* line 5247, ../scss/styles-l.scss */
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  /* line 5251, ../scss/styles-l.scss */
  .page-product-grouped .product-info-price {
    float: none;
  }
  /* line 5254, ../scss/styles-l.scss */
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  /* line 5258, ../scss/styles-l.scss */
  .table-invitations .col {
    width: 50%;
  }
  /* line 5261, ../scss/styles-l.scss */
  .filter.block {
    margin-bottom: 40px;
  }
  /* line 5264, ../scss/styles-l.scss */
  .filter-title {
    display: none;
  }
  /* line 5267, ../scss/styles-l.scss */
  .filter-content .item {
    margin: 10px 0;
  }
  /* line 5270, ../scss/styles-l.scss */
  .filter-actions {
    margin-bottom: 30px;
  }
  /* line 5273, ../scss/styles-l.scss */
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  /* line 5280, ../scss/styles-l.scss */
  .filter-subtitle {
    display: block;
    position: static;
  }
  /* line 5285, ../scss/styles-l.scss */
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  /* line 5290, ../scss/styles-l.scss */
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  /* line 5293, ../scss/styles-l.scss */
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  /* line 5298, ../scss/styles-l.scss */
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  /* line 5301, ../scss/styles-l.scss */
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  /* line 5304, ../scss/styles-l.scss */
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  /* line 5307, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  /* line 5312, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  /* line 5314, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  /* line 5317, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  /* line 5320, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  /* line 5332, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  /* line 5339, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  /* line 5341, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  /* line 5347, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #ccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  /* line 5360, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  /* line 5363, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  /* line 5366, ../scss/styles-l.scss */
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  /* line 5371, ../scss/styles-l.scss */
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  /* line 5375, ../scss/styles-l.scss */
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  /* line 5381, ../scss/styles-l.scss */
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  /* line 5386, ../scss/styles-l.scss */
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  /* line 5389, ../scss/styles-l.scss */
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  /* line 5393, ../scss/styles-l.scss */
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  /* line 5397, ../scss/styles-l.scss */
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  /* line 5400, ../scss/styles-l.scss */
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  /* line 5405, ../scss/styles-l.scss */
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  /* line 5413, ../scss/styles-l.scss */
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  /* line 5415, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  /* line 5420, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  /* line 5429, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  /* line 5433, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  /* line 5437, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  /* line 5441, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  /* line 5446, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  /* line 5449, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 5454, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  /* line 5457, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  /* line 5460, ../scss/styles-l.scss */
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  /* line 5464, ../scss/styles-l.scss */
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  /* line 5467, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  /* line 5469, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  /* line 5473, ../scss/styles-l.scss */
  .block.newsletter {
    width: 34%;
  }
  /* line 5476, ../scss/styles-l.scss */
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  /* line 5479, ../scss/styles-l.scss */
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  /* line 5482, ../scss/styles-l.scss */
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  /* line 5486, ../scss/styles-l.scss */
  .form-create-return .fieldset .field {
    width: 45%;
  }
  /* line 5489, ../scss/styles-l.scss */
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  /* line 5495, ../scss/styles-l.scss */
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  /* line 5498, ../scss/styles-l.scss */
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  /* line 5503, ../scss/styles-l.scss */
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  /* line 5506, ../scss/styles-l.scss */
  .order-links .item a {
    padding: 1px 35px;
  }
  /* line 5509, ../scss/styles-l.scss */
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  /* line 5515, ../scss/styles-l.scss */
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  /* line 5519, ../scss/styles-l.scss */
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  /* line 5524, ../scss/styles-l.scss */
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  /* line 5526, ../scss/styles-l.scss */
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  /* line 5532, ../scss/styles-l.scss */
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  /* line 5536, ../scss/styles-l.scss */
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  /* line 5540, ../scss/styles-l.scss */
  .order-details-items .col.name {
    padding-left: 0;
  }
  /* line 5543, ../scss/styles-l.scss */
  .order-details-items .col.price {
    text-align: center;
  }
  /* line 5546, ../scss/styles-l.scss */
  .order-details-items .col.subtotal {
    text-align: right;
  }
  /* line 5550, ../scss/styles-l.scss */
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  /* line 5555, ../scss/styles-l.scss */
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  /* line 5559, ../scss/styles-l.scss */
  .order-details-items.ordered .order-title {
    display: none;
  }
  /* line 5564, ../scss/styles-l.scss */
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5568, ../scss/styles-l.scss */
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  /* line 5571, ../scss/styles-l.scss */
  .order-pager-wrapper .pages {
    float: right;
  }
  /* line 5577, ../scss/styles-l.scss */
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  /* line 5581, ../scss/styles-l.scss */
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  /* line 5585, ../scss/styles-l.scss */
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  /* line 5588, ../scss/styles-l.scss */
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  /* line 5593, ../scss/styles-l.scss */
  .form.send.friend {
    width: 60%;
  }
  /* line 5595, ../scss/styles-l.scss */
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  /* line 5597, ../scss/styles-l.scss */
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  /* line 5602, ../scss/styles-l.scss */
  html,
  body {
    height: 100%;
  }
  /* line 5605, ../scss/styles-l.scss */
  .ie9 body {
    background-color: #6e716e;
  }
  /* line 5608, ../scss/styles-l.scss */
  .navigation ul {
    padding: 0 8px;
  }
  /* line 5611, ../scss/styles-l.scss */
  .page-header {
    border: 0;
    box-shadow: 0px 0px 10px rgba(88, 89, 91, 0.36);
    position: relative;
    padding-bottom: 10px;
  }
  /* line 5616, ../scss/styles-l.scss */
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  /* line 5620, ../scss/styles-l.scss */
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  /* line 5624, ../scss/styles-l.scss */
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  /* line 5633, ../scss/styles-l.scss */
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  /* line 5635, ../scss/styles-l.scss */
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  /* line 5640, ../scss/styles-l.scss */
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  /* line 5643, ../scss/styles-l.scss */
  .customer-welcome:before {
    content: '';
    display: table;
  }
  /* line 5647, ../scss/styles-l.scss */
  .customer-welcome:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 5652, ../scss/styles-l.scss */
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  /* line 5657, ../scss/styles-l.scss */
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 5667, ../scss/styles-l.scss */
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 5683, ../scss/styles-l.scss */
  .customer-welcome .action.switch:hover:after,
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  /* line 5686, ../scss/styles-l.scss */
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  /* line 5689, ../scss/styles-l.scss */
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 5699, ../scss/styles-l.scss */
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /* line 5715, ../scss/styles-l.scss */
  .customer-welcome .action.switch.active:hover:after,
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  /* line 5720, ../scss/styles-l.scss */
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  /* line 5735, ../scss/styles-l.scss */
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  /* line 5738, ../scss/styles-l.scss */
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  /* line 5743, ../scss/styles-l.scss */
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  /* line 5751, ../scss/styles-l.scss */
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  /* line 5756, ../scss/styles-l.scss */
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  /* line 5761, ../scss/styles-l.scss */
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  /* line 5765, ../scss/styles-l.scss */
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  /* line 5770, ../scss/styles-l.scss */
  .customer-welcome.active {
    overflow: visible;
  }
  /* line 5772, ../scss/styles-l.scss */
  .customer-welcome.active ul {
    display: block;
  }
  /* line 5776, ../scss/styles-l.scss */
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  /* line 5782, ../scss/styles-l.scss */
  .customer-welcome li a:visited,
  .customer-welcome li a:hover,
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  /* line 5787, ../scss/styles-l.scss */
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  /* line 5790, ../scss/styles-l.scss */
  .customer-welcome .customer-menu {
    display: none;
  }
  /* line 5793, ../scss/styles-l.scss */
  .customer-welcome .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;
  }
  /* line 5805, ../scss/styles-l.scss */
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active,
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  /* line 5809, ../scss/styles-l.scss */
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
  }
  /* line 5816, ../scss/styles-l.scss */
  fieldset[disabled] .customer-welcome .action.switch {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
  }
  /* line 5822, ../scss/styles-l.scss */
  .customer-welcome .header.links {
    min-width: 175px;
  }
  /* line 5826, ../scss/styles-l.scss */
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  /* line 5829, ../scss/styles-l.scss */
  .customer-welcome.active .customer-menu {
    display: block;
  }
  /* line 5833, ../scss/styles-l.scss */
  .customer-welcome .greet {
    display: none;
  }
  /* line 5838, ../scss/styles-l.scss */
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  /* line 5845, ../scss/styles-l.scss */
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px;
  }
  /* line 5849, ../scss/styles-l.scss */
  .header.panel > .header.links > li.welcome {
    display: inline-block;
    line-height: 1.4;
  }
  /* line 5852, ../scss/styles-l.scss */
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  /* line 5857, ../scss/styles-l.scss */
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  /* line 5863, ../scss/styles-l.scss */
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  /* line 5868, ../scss/styles-l.scss */
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  /* line 5872, ../scss/styles-l.scss */
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  /* line 5877, ../scss/styles-l.scss */
  .header.content {
    padding: 30px 20px 0;
  }
  /* line 5881, ../scss/styles-l.scss */
  .logo {
    margin: -8px auto 25px 0;
  }
  /* line 5883, ../scss/styles-l.scss */
  .logo img {
    max-height: inherit;
  }
  /* line 5887, ../scss/styles-l.scss */
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  /* line 5899, ../scss/styles-l.scss */
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  /* line 5905, ../scss/styles-l.scss */
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  /* line 5908, ../scss/styles-l.scss */
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 0px;
  }
  /* line 5912, ../scss/styles-l.scss */
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  /* line 5917, ../scss/styles-l.scss */
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  /* line 5923, ../scss/styles-l.scss */
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  /* line 5926, ../scss/styles-l.scss */
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  /* line 5932, ../scss/styles-l.scss */
  .footer.content {
    border-top: none;
  }
  /* line 5934, ../scss/styles-l.scss */
  .footer.content .block {
    float: right;
  }
  /* line 5937, ../scss/styles-l.scss */
  .footer.content ul {
    padding-right: 50px;
  }
  /* line 5940, ../scss/styles-l.scss */
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  /* line 5944, ../scss/styles-l.scss */
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  /* line 5948, ../scss/styles-l.scss */
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  /* line 5955, ../scss/styles-l.scss */
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  /* line 5960, ../scss/styles-l.scss */
  .my-credit-cards .card-type img {
    display: block;
  }
  /* line 5964, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  /* line 5967, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  /* line 5970, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  /* line 5972, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  /* line 5979, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  /* line 5981, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  /* line 5985, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  /* line 5990, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  /* line 5993, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  /* line 5997, ../scss/styles-l.scss */
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  /* line 6003, ../scss/styles-l.scss */
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  /* line 6006, ../scss/styles-l.scss */
  .wishlist-index-index .product-item-inner {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  /* line 6017, ../scss/styles-l.scss */
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  /* line 6022, ../scss/styles-l.scss */
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  /* line 6025, ../scss/styles-l.scss */
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  /* line 6028, ../scss/styles-l.scss */
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  /* line 6033, ../scss/styles-l.scss */
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  /* line 6036, ../scss/styles-l.scss */
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  /* line 6039, ../scss/styles-l.scss */
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  /* line 6041, ../scss/styles-l.scss */
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  /* line 6048, ../scss/styles-l.scss */
  .products-grid .product-item {
    width: 20%;
  }
  /* line 6051, ../scss/styles-l.scss */
  .page-layout-1column .products-grid .product-item {
    width: 16.2%;
  }
  /* line 6054, ../scss/styles-l.scss */
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  /* line 6059, ../scss/styles-l.scss */
  .page-products .products-grid .product-items {
    margin: 0;
  }
  /* line 6062, ../scss/styles-l.scss */
  .page-products .products-grid .product-item {
    padding: 0;
    width: 19.8%;
  }
  /* line 6066, ../scss/styles-l.scss */
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  /* line 6071, ../scss/styles-l.scss */
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  /* line 6075, ../scss/styles-l.scss */
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  /* line 6078, ../scss/styles-l.scss */
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  /* line 6081, ../scss/styles-l.scss */
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  /* line 6086, ../scss/styles-l.scss */
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  /* line 6089, ../scss/styles-l.scss */
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  /* line 6094, ../scss/styles-l.scss */
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  /* line 6096, ../scss/styles-l.scss */
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(80%);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  /* line 6105, ../scss/styles-l.scss */
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  /* line 6109, ../scss/styles-l.scss */
  .opc-wrapper .shipping-address-item.selected-item:before,
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  /* line 6114, ../scss/styles-l.scss */
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  /* line 6118, ../scss/styles-l.scss */
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  /* line 6121, ../scss/styles-l.scss */
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    padding: 0;
    width: 19.8%;
  }
  /* line 6125, ../scss/styles-l.scss */
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  /* line 6130, ../scss/styles-l.scss */
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  /* line 6133, ../scss/styles-l.scss */
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc(0%);
    width: 14.2%;
  }
  /* line 6136, ../scss/styles-l.scss */
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc(0%);
  }
  /* line 6139, ../scss/styles-l.scss */
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  /* line 6143, ../scss/styles-l.scss */
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  /* line 6147, ../scss/styles-l.scss */
  .block.widget .products-grid .product-items {
    margin: 0;
    text-align: center;
  }
  /* line 6150, ../scss/styles-l.scss */
  .block.widget .products-grid .product-item {
    padding: 0;
    width: 32.9%;
  }
  /* line 6153, ../scss/styles-l.scss */
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  /* line 6162, ../scss/styles-l.scss */
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  /* line 6169, ../scss/styles-l.scss */
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /*display page css*/
  /* line 6176, ../scss/styles-l.scss */
  .cms-company-profile #maincontent,
  .cms-freight-policy #maincontent,
  .cms-warranty #maincontent {
    width: 100%;
  }
  /* line 6179, ../scss/styles-l.scss */
  .gallery-category-display.page-layout-2columns-left .column.main,
  .gallery-category-pdf.page-layout-2columns-left .column.main {
    width: 98% !important;
  }
  /* line 6182, ../scss/styles-l.scss */
  .popup-inner {
    padding: 16px;
    position: absolute;
    top: 26%;
    left: 15%;
    -webkit-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
    height: auto;
  }
  /* line 6191, ../scss/styles-l.scss */
  .block.upsell .block-content.content .products .product-item {
    width: 47%;
    padding: 0 4px;
  }
  /* line 6195, ../scss/styles-l.scss */
  .block.upsell .block-content.content .products .product-item .product.details.product-item-details {
    min-height: 197px;
  }
  /* line 6199, ../scss/styles-l.scss */
  .cms-no-route .columns {
    width: 100%;
  }
  /* line 6202, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .request-text {
    display: none;
  }
  /* line 6205, ../scss/styles-l.scss */
  .col-md-12.staff-page-banner h1 {
    width: 93%;
  }
  /* line 6207, ../scss/styles-l.scss */
  .block-content.filter-content .filter-current {
    display: none;
  }
  /* line 6210, ../scss/styles-l.scss */
  #catewithimg .block-content .row {
    margin: 0;
  }
  /* line 6212, ../scss/styles-l.scss */
  #catewithimg .block-content .row .col-md-4 img {
    width: 100%;
  }
  /* line 6216, ../scss/styles-l.scss */
  .cart.table-wrapper .item .col.item {
    padding: 0;
  }
  /* line 6219, ../scss/styles-l.scss */
  .cart.table-wrapper .item .col.item a.product-item-photo {
    max-width: 100%;
    position: inherit;
    left: 0;
    float: left;
    top: 0;
  }
  /* line 6226, ../scss/styles-l.scss */
  .cart.table-wrapper .item .col.item span.product-image-container {
    width: 100% !important;
  }
  /* line 6229, ../scss/styles-l.scss */
  .cart.table-wrapper .item .col.item .product-item-details {
    width: 100%;
    float: left;
  }
  /* line 6234, ../scss/styles-l.scss */
  .cart.table-wrapper .item td.col.qty {
    padding: 0;
    width: auto;
  }
  /* line 6238, ../scss/styles-l.scss */
  .cms-warranty #maincontent .page-info-pdf,
  .cms-freight-policy #maincontent .page-info-pdf {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  /* line 6246, ../scss/styles-l.scss */
  .cms-company-profile #maincontent .head-office-pdf {
    width: 100%;
  }
  /* line 6249, ../scss/styles-l.scss */
  .cms-company-profile #maincontent .special-announcement {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  /* line 6255, ../scss/styles-l.scss */
  .photos-lable .image-title-client {
    padding: 0;
  }
  /* line 6258, ../scss/styles-l.scss */
  .photos-lable .photos-image {
    float: none !important;
    width: 288px !important;
    margin: 0 auto 15px !important;
    padding: 0;
  }
  /* line 6264, ../scss/styles-l.scss */
  .photos-lable .photos-group {
    text-align: center;
  }
  /*end of display page css*/
  /*pdf page scss*/
  /* line 6270, ../scss/styles-l.scss */
  .gallery-category-pdf .column.main .custom-content {
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 6275, ../scss/styles-l.scss */
  .bullets li {
    display: inline-block;
    padding: 5px;
  }
  /* line 6280, ../scss/styles-l.scss */
  a.info span {
    display: none !important;
  }
  /* line 6284, ../scss/styles-l.scss */
  ul,
  ol {
    margin-bottom: 0.5rem;
  }
  /*end of pdf page scss*/
  /* line 6289, ../scss/styles-l.scss */
  .product-landing.side-menu {
    display: none;
  }
  /* line 6292, ../scss/styles-l.scss */
  .col-md-6.right .block.newsletter {
    width: 100%;
  }
  /* line 6295, ../scss/styles-l.scss */
  h1.title-lft {
    font-size: 27px;
  }
  /* line 6298, ../scss/styles-l.scss */
  .footer-contact form#newsletter-validate-detail {
    width: 100%;
  }
  /* line 6301, ../scss/styles-l.scss */
  .cms-home .column.main .block.widget.ves-widget.imageslider-widget .text-om-image {
    padding: 3px;
    font-size: 8px;
  }
  /* line 6306, ../scss/styles-l.scss */
  .cms-new-product #maincontent .block.widget ol.product-items {
    margin: 0;
    text-align: center;
  }
  /* line 6309, ../scss/styles-l.scss */
  .cms-new-product #maincontent .block.widget ol.product-items li {
    padding: 0 10px;
    width: 200px;
  }
  /* line 6314, ../scss/styles-l.scss */
  .cms-new-product #maincontent h2 {
    text-align: center;
  }
  /* line 6318, ../scss/styles-l.scss */
  .heading-top > p {
    max-width: 100%;
  }
  /* line 6321, ../scss/styles-l.scss */
  .action.nav-toggle.show-close-sign::before {
    content: "\f00d";
    font-family: fontawesome;
    font-weight: 100;
    width: 100%;
  }
  /* line 6327, ../scss/styles-l.scss */
  .related-products-responsive {
    display: block;
    position: fixed;
    bottom: 0;
    background: white;
    padding: 8px;
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 0px 10px #58595b;
    z-index: 999;
  }
  /* line 6340, ../scss/styles-l.scss */
  .product-landing.side-menu.show-main {
    display: block;
    position: fixed;
    bottom: 18px;
    background: white;
    z-index: 999;
    box-shadow: 0px 0px 10px #58595b;
    height: 200px;
    overflow-y: auto;
    padding: 10px;
  }
  /* line 6351, ../scss/styles-l.scss */
  strong.block-subtitle.filter-subtitle {
    display: block;
    visibility: visible;
    position: fixed;
    bottom: 0px;
    background: white;
    padding: 10px;
    font-size: 14px;
    left: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0px 0px 5px #58595b;
    cursor: pointer;
    z-index: 999;
  }
  /* line 6366, ../scss/styles-l.scss */
  .sidebar.sidebar-main.main #narrow-by-list {
    display: block;
    position: fixed;
    background: white;
    z-index: 999;
    bottom: 41px;
    height: 200px;
    overflow-y: scroll;
    box-shadow: 0px 0px 4px #58595b;
  }
  /* line 6378, ../scss/styles-l.scss */
  .block.block-dashboard-addresses {
    margin-top: 20px;
  }
  /* line 6381, ../scss/styles-l.scss */
  .pages-item-previous {
    position: relative;
  }
  /* line 6384, ../scss/styles-l.scss */
  .customer-account-createpassword main#maincontent .columns {
    width: 100%;
    padding-bottom: 20px;
  }
  /* line 6388, ../scss/styles-l.scss */
  .customer-account-createpassword main#maincontent .columns form .field {
    width: 100%;
  }
  /* line 6391, ../scss/styles-l.scss */
  .contact-3 .container::before {
    width: 93%;
  }
  /* line 6394, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .action.showquote {
    position: relative;
  }
  /* line 6397, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .action.showquote .counter.qty {
    position: absolute;
    top: -18px;
    right: -18px;
    font-size: 10px;
    border-radius: 50%;
  }
  /* line 6404, ../scss/styles-l.scss */
  .page-with-filter .catyegory-banner-text .banner-cmplt-text {
    top: 23px;
    position: initial;
    color: #333;
  }
  /* line 6409, ../scss/styles-l.scss */
  .page-products .page-bottom .message.info.empty {
    margin: 0 auto 0;
    width: 90%;
  }
  /* line 6413, ../scss/styles-l.scss */
  .quote-items {
    border: 0px solid #ccc !important;
    padding: 0px 0px !important;
    margin-bottom: 10px !important;
  }
  /* line 6418, ../scss/styles-l.scss */
  .customer-account-forgotpassword .columns .column.main form fieldset .field .control {
    width: 100%;
  }
  /* line 6421, ../scss/styles-l.scss */
  .catalog-product-view .columns .product-info-main .Productattachment .attachmentsection a span {
    padding: 10px 0px 10px 4px;
    font-size: 10px;
  }
  /* line 6425, ../scss/styles-l.scss */
  .catalog-product-view .columns .product-info-main .Productattachment .attachmentsection a:nth-child(2n+1)::before {
    left: 0px;
    height: 15px;
  }
  /* line 6429, ../scss/styles-l.scss */
  .catalog-product-view .columns .product-info-main .Productattachment .attachmentsection a:nth-child(2n+1)::after {
    right: -5px;
    height: 15px;
  }
  /* line 6433, ../scss/styles-l.scss */
  .account .columns .sidebar.sidebar-main .block.account-nav {
    margin-top: 40px;
  }
  /* line 6436, ../scss/styles-l.scss */
  .customer-account-create .columns .column.main #form-validate fieldset .field.choice.newsletter {
    margin-top: 0px;
  }
  /* line 6439, ../scss/styles-l.scss */
  .page-products .product-item-info {
    min-height: 200px;
  }
  /* line 6442, ../scss/styles-l.scss */
  .page-products .page-bottom {
    padding: 30px 0px 25px;
  }
  /* line 6445, ../scss/styles-l.scss */
  .fancybox-opened {
    width: 300px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }
  /* line 6451, ../scss/styles-l.scss */
  .fancybox-opened .fancybox-inner {
    width: 100% !important;
  }
  /* line 6454, ../scss/styles-l.scss */
  .page-layout-1column .product.media .gallery-placeholder .fotorama__stage {
    height: 250px !important;
  }
  /* line 6457, ../scss/styles-l.scss */
  .cms-contact-us section .row .col-md-12 img {
    min-height: 130px;
  }
  /* line 6460, ../scss/styles-l.scss */
  section.contact-2 .main-contact img {
    width: 100%;
  }
  /* line 6463, ../scss/styles-l.scss */
  .cms-contact-us section .row .col-md-12 .banner-text {
    top: 30%;
    font-size: 30px;
  }
  /* line 6467, ../scss/styles-l.scss */
  .page-footer {
    margin-top: 0px;
  }
  /* line 6471, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper {
    margin-right: 0px;
    margin-top: 0;
    width: 40px;
    border: 1px solid gainsboro;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: gainsboro;
    margin-left: 0;
    height: 40px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 5px;
    float: right;
    border-left: 0px;
  }
  /* line 6487, ../scss/styles-l.scss */
  .page-header .panel.wrapper .block.block-search {
    padding: 0px;
    width: calc(60%);
    float: left;
  }
  /* line 6494, ../scss/styles-l.scss */
  .staff h2 {
    font-size: 16px;
  }
  /* line 6497, ../scss/styles-l.scss */
  .staff p {
    font-size: 14px;
  }
  /* line 6502, ../scss/styles-l.scss */
  .customer-account-create .page.messages {
    width: 100%;
  }
  /* line 6506, ../scss/styles-l.scss */
  .page-with-filter .columns .sidebar-main .block.filter .block-title.filter-title {
    display: none;
  }
  /* line 6510, ../scss/styles-l.scss */
  .customer-account-create .columns .column.main #form-validate fieldset .field {
    width: 100%;
  }
  /* line 6512, ../scss/styles-l.scss */
  .customer-account-create .columns .column.main #form-validate fieldset .field .control {
    width: 100%;
  }
  /* line 6516, ../scss/styles-l.scss */
  .customer-account-forgotpassword .columns .column.main {
    width: 100%;
  }
  /* line 6518, ../scss/styles-l.scss */
  .customer-account-forgotpassword .columns .column.main form fieldset {
    margin-bottom: 20px;
  }
  /* line 6519, ../scss/styles-l.scss */
  .customer-account-forgotpassword .columns .column.main form fieldset .field {
    width: 100%;
  }
  /* line 6526, ../scss/styles-l.scss */
  .customer-account-create .columns .column.main #form-validate fieldset .field.newsletter .label {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 6530, ../scss/styles-l.scss */
  .customer-account-create .columns .column.main #form-validate fieldset .field.newsletter #is_subscribed {
    vertical-align: middle;
  }
  /* line 6535, ../scss/styles-l.scss */
  .fieldset {
    margin: 0 0 10px;
  }
  /* line 6539, ../scss/styles-l.scss */
  .login-container .fieldset::after {
    margin-top: 10px;
  }
  /* line 6543, ../scss/styles-l.scss */
  .page.messages {
    width: 100%;
  }
  /* line 6547, ../scss/styles-l.scss */
  .page-with-filter .toolbar-amount {
    width: auto;
    float: left;
  }
  /* line 6552, ../scss/styles-l.scss */
  #maincontent {
    width: 100%;
  }
  /* line 6554, ../scss/styles-l.scss */
  #maincontent .checkout-success,
  #maincontent .cart-empty {
    width: 285px;
    min-height: 270px;
    float: none;
    display: block;
  }
  /* line 6561, ../scss/styles-l.scss */
  #quote-sidebar .block .label {
    padding-left: 0px !important;
  }
  /* line 6564, ../scss/styles-l.scss */
  .page-layout-1column .column.main .cart-container {
    display: flex;
    flex-flow: column;
  }
  /* line 6567, ../scss/styles-l.scss */
  .page-layout-1column .column.main .cart-container #quote-sidebar {
    order: 2;
    padding: 10px;
  }
  /* line 6571, ../scss/styles-l.scss */
  .page-layout-1column .column.main .cart-container #form-validate {
    order: 1;
  }
  /* line 6575, ../scss/styles-l.scss */
  .page-layout-1column.newmodule-index-index .column.main {
    width: 100%;
  }
  /* line 6577, ../scss/styles-l.scss */
  .page-layout-1column.newmodule-index-index .column.main ol.products.list.items.product-items li.item.product.product-item {
    width: 256px;
    max-width: 300px;
  }
  /* line 6582, ../scss/styles-l.scss */
  #quote-sidebar .block .title {
    font-size: 20px !important;
  }
  /* line 6585, ../scss/styles-l.scss */
  #quote-sidebar .block .content {
    margin: 15px 0 0 !important;
  }
  /* line 6588, ../scss/styles-l.scss */
  #quote-sidebar .action.primary {
    padding: 8px 10px !important;
    font-size: 15px !important;
    margin-top: 10px !important;
    margin: 0 auto;
    margin-top: 0px;
    display: block;
  }
  /* line 6597, ../scss/styles-l.scss */
  .heading-top h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  /* line 6602, ../scss/styles-l.scss */
  .categorypath-specials,
  .cms-specials {
    /* line 6604, ../scss/styles-l.scss */
    /* line 6605, ../scss/styles-l.scss */
  }
  .categorypath-specials .columns .column.main,
  .cms-specials .columns .column.main {
    width: 100%;
  }
  .categorypath-specials .columns .column.main .product-items,
  .cms-specials .columns .column.main .product-items {
    text-align: center;
  }
  .categorypath-specials .columns .column.main .product-items li.product-item,
  .cms-specials .columns .column.main .product-items li.product-item {
    width: 240px;
  }
  /* line 6611, ../scss/styles-l.scss */
  .product-explorer h1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  /* line 6616, ../scss/styles-l.scss */
  .contact-3 .responsive {
    margin: 25px 0px 10px;
  }
  /* line 6618, ../scss/styles-l.scss */
  .contact-3 .responsive h2 {
    min-height: auto;
  }
  /* line 6623, ../scss/styles-l.scss */
  .columns .column.main .search.results {
    position: relative;
  }
  /* line 6627, ../scss/styles-l.scss */
  .category-image .image {
    /*min-height: 170px;*/
    opacity: 0.7;
  }
  /* line 6633, ../scss/styles-l.scss */
  header.page-header.sticky ~ #maincontent {
    margin-top: 75px;
  }
  /* line 6636, ../scss/styles-l.scss */
  header.page-header.sticky .action.nav-toggle {
    top: 18px;
  }
  /* line 6641, ../scss/styles-l.scss */
  .customer-account-login .columns .column.main,
  .account .columns,
  .customer-account-create .columns .column.main {
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }
  /* line 6647, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .links li:nth-child(2)::before {
    border-left: 1px solid white;
    left: -17px;
  }
  /* line 6651, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header {
    position: absolute;
    top: 0;
    background: #548335;
    display: block !important;
    border-radius: 0px;
    width: 100%;
    left: 0;
  }
  /* line 6652, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .action.skip.contentarea {
    display: none;
  }
  /* line 6655, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .header.links {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  /* line 6660, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .header.links a {
    color: white;
    font-size: 12px;
    line-height: 22px;
  }
  /* line 6673, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .links li {
    margin: 0 15px;
    padding: 0px 0px;
  }
  /* line 6678, ../scss/styles-l.scss */
  .page-header .panel.wrapper .nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    right: 15px;
    position: absolute;
    top: 74px;
    z-index: 14;
    background: #548335;
    width: 40px;
    padding: 0px 7px;
  }
  /* line 6691, ../scss/styles-l.scss */
  .page-header .panel.wrapper .nav-toggle::before {
    color: white;
  }
  /* line 6695, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .links li:last-child::before {
    border-left: 1px solid white;
    left: -18px;
  }
  /* line 6699, ../scss/styles-l.scss */
  header.page-header.sticky .logo-header {
    margin-top: 0px !important;
  }
  /* line 6703, ../scss/styles-l.scss */
  .block-search .control {
    border-top: 0;
    clear: both;
    margin: 0 0px 10px 0;
    padding: 0;
  }
  /* line 6710, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content {
    width: 100%;
  }
  /* line 6714, ../scss/styles-l.scss */
  .block-search {
    margin-top: 0px;
  }
  /* line 6716, ../scss/styles-l.scss */
  .block-search .label {
    display: none;
  }
  /* line 6723, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top {
    width: calc(61%);
    padding: 0px;
    margin-top: 7px;
  }
  /* line 6727, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header {
    display: none;
  }
  /* line 6731, ../scss/styles-l.scss */
  .page-header .panel.wrapper .control input {
    color: black;
    border: 1px solid gainsboro;
    position: relative;
    left: 0;
    margin: 0;
    padding: 0 10px;
    height: 40px;
  }
  /* line 6741, ../scss/styles-l.scss */
  .page-header.sticky .panel.wrapper .header-right .header-right-bottom .navigation {
    margin-top: 0;
  }
  /* line 6746, ../scss/styles-l.scss */
  header.page-header.sticky .panel.wrapper .header-right .header-right-bottom {
    margin-top: 8px;
  }
  /* line 6749, ../scss/styles-l.scss */
  .header-right-bottom {
    display: none;
  }
  /* line 6751, ../scss/styles-l.scss */
  .header-right-bottom.header-sidenav {
    display: block;
    position: fixed;
    background: white;
    top: 0;
    z-index: 999;
    width: 200px !important;
    right: 0;
    padding: 15px;
    height: 100%;
    margin-top: 0 !important;
  }
  /* line 6762, ../scss/styles-l.scss */
  .header-right-bottom.header-sidenav ul li {
    width: 100%;
    margin-bottom: 10px !important;
    position: relative;
  }
  /* line 6768, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-bottom .navigation li ul.submenu {
    top: 32px !important;
    min-height: 165px;
    max-height: 220px;
    overflow-y: auto;
    width: 100%;
    z-index: 999;
  }
  /* line 6776, ../scss/styles-l.scss */
  .page-products .page-bottom .products .items li .price-container.price-final_price.tax.weee {
    display: none;
  }
  /* line 6780, ../scss/styles-l.scss */
  .page-products .page-bottom .products.wrapper {
    width: 100%;
    margin: 0;
    padding: 15px 15px 0;
  }
  /* line 6784, ../scss/styles-l.scss */
  .page-products .page-bottom .products.wrapper .products.list {
    text-align: center;
  }
  /* line 6788, ../scss/styles-l.scss */
  .page-products .page-bottom .products .items li {
    width: 50%;
    margin-bottom: 10px;
    float: none;
  }
  /* line 6794, ../scss/styles-l.scss */
  .text-of-banner {
    display: block;
    top: 15%;
    width: 90%;
  }
  /* line 6799, ../scss/styles-l.scss */
  .columns .column.main .banner .col-md-12 img {
    min-height: 250px;
  }
  /* line 6803, ../scss/styles-l.scss */
  .catalog-product-view .column.main .product.media {
    display: flex;
    flex-flow: column;
  }
  /* line 6807, ../scss/styles-l.scss */
  .catalog-product-view .columns {
    width: 100%;
  }
  /* line 6812, ../scss/styles-l.scss */
  .catalogsearch-result-index .columns,
  .page-layout-1column .column.main .cart-container {
    width: 100%;
  }
  /* line 6816, ../scss/styles-l.scss */
  .product-social-links {
    text-align: left;
    display: flex;
    flex-flow: column;
    order: 3;
  }
  /* line 6820, ../scss/styles-l.scss */
  .product-social-links .Productattachment {
    order: 2;
  }
  /* line 6823, ../scss/styles-l.scss */
  .product-social-links .extra {
    order: 3;
    margin-bottom: 10px;
  }
  /* line 6827, ../scss/styles-l.scss */
  .product-social-links .feats-sec {
    order: 1;
  }
  /* line 6831, ../scss/styles-l.scss */
  .extra a label {
    font-size: 10px;
  }
  /* line 6834, ../scss/styles-l.scss */
  .page-title-wrapper.product .page-title {
    font-size: 18px;
  }
  /* line 6838, ../scss/styles-l.scss */
  .catalog-product-view .columns .product-info-main .product-info-price {
    margin: 0px;
    width: 100% !important;
    order: 1;
  }
  /* line 6843, ../scss/styles-l.scss */
  .page-layout-1column .product-info-main ul {
    padding: 0px 0px 0px 0px;
  }
  /* line 6847, ../scss/styles-l.scss */
  .columns .column.main .product-info-main {
    margin-top: 20px;
    display: flex;
    flex-flow: column;
  }
  /* line 6853, ../scss/styles-l.scss */
  .page-layout-1column .product-info-main .options-ralated li {
    list-style: none;
  }
  /* line 6857, ../scss/styles-l.scss */
  .contact-1 .left h1 {
    margin-top: 10px;
    width: 100%;
  }
  /* line 6862, ../scss/styles-l.scss */
  .contact-2 .main-contact h1 {
    padding: 20px 0px 12px;
  }
  /* line 6866, ../scss/styles-l.scss */
  section.contact-2 .main-contact {
    margin-bottom: 30px;
  }
  /* line 6870, ../scss/styles-l.scss */
  .catalog-category-view .columns {
    width: 100%;
  }
  /* line 6873, ../scss/styles-l.scss */
  .catalog-category-view .category-view {
    width: 100%;
  }
  /* line 6875, ../scss/styles-l.scss */
  .catalog-category-view .category-view .category-description {
    width: 100%;
    padding-right: 0%;
  }
  /* line 6879, ../scss/styles-l.scss */
  .catalog-category-view .category-view .category-cms {
    width: 100%;
  }
  /* line 6881, ../scss/styles-l.scss */
  .catalog-category-view .category-view .category-cms h1 {
    font-size: 20px;
    padding-right: 0%;
    line-height: 28px;
    padding-left: 0;
  }
  /* line 6891, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text {
    top: 15px;
  }
  /* line 6893, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text h1 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 6896, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text .Banner-text-category {
    padding: 0px 1%;
    font-size: 13px;
    margin-bottom: 10px;
  }
  /* line 6902, ../scss/styles-l.scss */
  .catalog-category-view .category-view .category-image {
    margin-bottom: 20px;
  }
  /* line 6906, ../scss/styles-l.scss */
  .column.main .product-item {
    padding-left: 0;
    margin-bottom: 15px;
    width: 50%;
  }
  /* line 6910, ../scss/styles-l.scss */
  .column.main .product-item .price-box.price-final_price {
    display: none;
  }
  /* line 6916, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row {
    display: flex;
    flex-flow: column;
  }
  /* line 6919, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row .left {
    order: 2;
  }
  /* line 6922, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row .right {
    order: 1;
  }
  /* line 6926, ../scss/styles-l.scss */
  .columns .column.main .banner {
    float: left;
    width: 100%;
  }
  /* line 6929, ../scss/styles-l.scss */
  .columns .column.main .banner section {
    padding: 0px;
  }
  /* line 6936, ../scss/styles-l.scss */
  .page-header {
    float: left;
    width: 100%;
  }
  /* line 6937, ../scss/styles-l.scss */
  .page-header .panel.wrapper {
    width: 100%;
    margin: 0;
    float: left;
    display: flex;
    flex-flow: column;
    padding: 0px;
  }
  /* line 6944, ../scss/styles-l.scss */
  .page-header .panel.wrapper .logo-header {
    width: auto;
    order: 1;
    margin-top: 0px;
  }
  /* line 6949, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right {
    width: 100%;
    order: 2;
    padding: 0px 15px;
  }
  /* line 6954, ../scss/styles-l.scss */
  .page-header .panel.wrapper .logo-header .logo {
    margin: 0 auto;
    display: block;
    float: none;
    width: 80px;
  }
  /* line 6964, ../scss/styles-l.scss */
  .copyright {
    float: left;
    width: 100%;
  }
  /* line 6970, ../scss/styles-l.scss */
  .cms-home .column.main .block.widget.ves-widget.imageslider-widget,
  .cms-home .column.main .container {
    width: 100%;
  }
  /* line 6975, ../scss/styles-l.scss */
  .block-content .category_name {
    width: 272px;
    margin: 0 auto 30px;
    float: none;
    display: block;
    padding-bottom: 2px;
  }
  /* line 6983, ../scss/styles-l.scss */
  .product-explorer {
    padding: 20px 0px;
    text-align: justify;
    text-align-last: center;
    display: flex;
    flex-flow: column;
  }
  /* line 6989, ../scss/styles-l.scss */
  .product-explorer .row {
    display: flex;
    flex-flow: column;
  }
  /* line 6993, ../scss/styles-l.scss */
  .product-explorer .left-section {
    order: 2;
    padding-top: 15px;
  }
  /* line 6997, ../scss/styles-l.scss */
  .product-explorer .custom-button {
    float: none;
    color: white;
    display: block;
    margin: 15px auto 0px;
  }
  /* line 7005, ../scss/styles-l.scss */
  .column.main .product-items {
    margin-left: 0px;
    text-align: center;
  }
  /* line 7010, ../scss/styles-l.scss */
  .page-products .page-bottom strong {
    font-size: 21px;
  }
  /* line 7013, ../scss/styles-l.scss */
  .page-products .page-bottom .products ol.products.list.items.product-items {
    margin-bottom: 0px;
  }
  /* line 7016, ../scss/styles-l.scss */
  .our-special .block-content .products-grid.grid ol li {
    border: 2px solid #BFBFBF;
    padding: 0px 10px;
    width: 49.3%;
    margin-bottom: 15px;
  }
  /* line 7023, ../scss/styles-l.scss */
  .block-static-block.widget,
  .block-cms-link.widget {
    margin-bottom: 0px;
  }
  /* line 7027, ../scss/styles-l.scss */
  .block-compare .block-title,
  .block-reorder .block-title,
  .widget .block-title,
  .block-wishlist .block-title {
    margin: 0 0 15px;
  }
  /* line 7031, ../scss/styles-l.scss */
  .our-special .block-title strong {
    font-size: 25px;
  }
  /* line 7035, ../scss/styles-l.scss */
  footer.main-footer .col-md-3 ul {
    margin-top: 15px;
  }
  /* line 7038, ../scss/styles-l.scss */
  footer.main-footer ul {
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /* line 7045, ../scss/styles-l.scss */
  footer.main-footer .footer-contact ul {
    margin-bottom: 20px;
    text-align: left;
  }
  /* line 7050, ../scss/styles-l.scss */
  .col-md-2.footer-account {
    margin-top: 15px !important;
    display: inline-block;
    width: 100%;
  }
  /* line 7055, ../scss/styles-l.scss */
  .quotation-quote-index .column.main h3 {
    font-size: 16px;
    padding: 0px 15px;
    margin-bottom: 20px;
  }
  /* line 7060, ../scss/styles-l.scss */
  #quote-sidebar .block .title {
    padding: 0 0 5px;
    font-size: 20px;
  }
  /* line 7065, ../scss/styles-l.scss */
  .footer-contact p,
  .footer-contact a {
    float: left;
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
    clear: both;
    padding-left: 0;
  }
  /* line 7075, ../scss/styles-l.scss */
  footer.main-footer ul li a {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    padding: 4px 0px;
  }
  /* line 7082, ../scss/styles-l.scss */
  section {
    padding: 0px 0px 20px;
  }
  /* line 7086, ../scss/styles-l.scss */
  .columns .column.main {
    padding-bottom: 0px;
  }
  /* line 7090, ../scss/styles-l.scss */
  footer.main-footer ul li {
    margin-bottom: 4px;
    text-align: left;
  }
  /* line 7093, ../scss/styles-l.scss */
  .account .columns .column.main form fieldset .field {
    width: 100%;
  }
  /* line 7096, ../scss/styles-l.scss */
  .account .columns .column.main form fieldset .field.choice {
    margin-top: 0;
  }
  /* line 7099, ../scss/styles-l.scss */
  .toolbar-amount {
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 7px 0;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: middle;
    float: left;
  }
  /* line 7110, ../scss/styles-l.scss */
  .account .column.main .quote-products-toolbar.toolbar.bottom {
    margin-bottom: 0;
  }
  /* line 7113, ../scss/styles-l.scss */
  .cms-home .column.main section.our-special {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 707px) {
  /* line 7119, ../scss/styles-l.scss */
  .customer-account-create .columns .column.main #form-validate fieldset .field.choice.newsletter {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /*display page css*/
  /* line 7126, ../scss/styles-l.scss */
  .cms-company-profile #maincontent,
  .cms-freight-policy #maincontent,
  .cms-warranty #maincontent,
  .cms-terms-of-use #maincontent {
    width: 100%;
  }
  /* line 7129, ../scss/styles-l.scss */
  .gallery-category-display.page-layout-2columns-left .column.main,
  .gallery-category-pdf.page-layout-2columns-left .column.main {
    width: 98% !important;
  }
  /* line 7132, ../scss/styles-l.scss */
  .popup-inner {
    padding: 16px;
    position: absolute;
    top: 38%;
    left: 15%;
    -webkit-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
    height: auto;
  }
  /* line 7141, ../scss/styles-l.scss */
  .block.upsell .block-content.content .products .product-item {
    width: 206px;
    padding: 0 5px;
  }
  /* line 7145, ../scss/styles-l.scss */
  .block-content.filter-content .filter-current {
    display: none;
  }
  /* line 7148, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .request-text {
    display: none;
  }
  /* line 7151, ../scss/styles-l.scss */
  .col-md-12.staff-page-banner h1 {
    width: 93%;
  }
  /* line 7153, ../scss/styles-l.scss */
  .cart.table-wrapper .item .col.item {
    padding: 0;
    margin-top: 10px;
    width: 89%;
    float: left;
  }
  /* line 7159, ../scss/styles-l.scss */
  .cart.table-wrapper .item .col.item a.product-item-photo {
    max-width: 31%;
    position: inherit;
    left: 0;
    float: left;
    top: 0;
  }
  /* line 7166, ../scss/styles-l.scss */
  .cart.table-wrapper .item .col.item span.product-image-container {
    width: 100% !important;
  }
  /* line 7169, ../scss/styles-l.scss */
  .cart.table-wrapper .item .col.item .product-item-details {
    width: 69%;
    float: left;
  }
  /* line 7174, ../scss/styles-l.scss */
  .cart.table-wrapper .item td.col.qty {
    width: 47px;
    padding: 0;
    margin-top: 10px;
  }
  /* line 7179, ../scss/styles-l.scss */
  .cart.table-wrapper .item td.col.qty::before {
    text-align: center;
  }
  /* line 7184, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-bottom .navigation li ul.submenu {
    top: 32px !important;
    min-height: 165px;
    max-height: 220px;
    overflow-y: auto;
    width: 100%;
    z-index: 999;
  }
  /* line 7192, ../scss/styles-l.scss */
  .cms-no-route .columns {
    width: 100%;
  }
  /* line 7195, ../scss/styles-l.scss */
  .cms-warranty #maincontent .page-info-pdf,
  .cms-freight-policy #maincontent .page-info-pdf {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  /* line 7203, ../scss/styles-l.scss */
  .page-layout-1column.newmodule-index-index .column.main {
    width: 100%;
  }
  /* line 7205, ../scss/styles-l.scss */
  .page-layout-1column.newmodule-index-index .column.main ol.products.list.items.product-items li.item.product.product-item {
    width: 195px;
    max-width: 300px;
  }
  /* line 7211, ../scss/styles-l.scss */
  .cms-company-profile #maincontent .head-office-pdf {
    width: 100%;
  }
  /* line 7214, ../scss/styles-l.scss */
  .cms-company-profile #maincontent .special-announcement {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
  }
  /* line 7219, ../scss/styles-l.scss */
  .cms-company-profile #maincontent .head-office-pdf img {
    width: 100%;
  }
  /* line 7224, ../scss/styles-l.scss */
  .photos-lable .image-title-client {
    padding: 0;
  }
  /* line 7227, ../scss/styles-l.scss */
  .photos-lable .photos-image {
    float: none !important;
    width: 204px !important;
    margin: 0 5px 15px 5px !important;
    padding: 0;
    display: inline-block;
    vertical-align: top;
  }
  /* line 7235, ../scss/styles-l.scss */
  .photos-lable .photos-group {
    text-align: center;
  }
  /*end of display page css*/
  /*pdf page scss*/
  /* line 7241, ../scss/styles-l.scss */
  .gallery-category-pdf .column.main .custom-content {
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 7246, ../scss/styles-l.scss */
  .bullets li {
    display: inline-block;
    padding: 5px;
  }
  /* line 7251, ../scss/styles-l.scss */
  a.info span {
    display: none !important;
  }
  /* line 7255, ../scss/styles-l.scss */
  ul,
  ol {
    margin-bottom: 0.5rem;
  }
  /*end of pdf page scss*/
  /* line 7260, ../scss/styles-l.scss */
  .cms-new-product #maincontent .block.widget ol.product-items {
    margin: 0;
    text-align: center;
  }
  /* line 7263, ../scss/styles-l.scss */
  .cms-new-product #maincontent .block.widget ol.product-items li {
    padding: 0 10px;
    width: 200px;
  }
  /* line 7268, ../scss/styles-l.scss */
  .cms-new-product #maincontent h2 {
    text-align: center;
  }
  /* line 7272, ../scss/styles-l.scss */
  .footer-contact form#newsletter-validate-detail {
    width: 100%;
  }
  /* line 7274, ../scss/styles-l.scss */
  .footer-contact form#newsletter-validate-detail div#newsletter-error {
    font-size: 10px;
  }
  /* line 7279, ../scss/styles-l.scss */
  .col-md-6.right .block.newsletter {
    width: 373px;
  }
  /* line 7282, ../scss/styles-l.scss */
  .cms-home .column.main .block.widget.ves-widget.imageslider-widget .text-om-image {
    font-size: 12px;
    width: 260px;
  }
  /* line 7285, ../scss/styles-l.scss */
  .product-landing.side-menu {
    display: none;
  }
  /* line 7288, ../scss/styles-l.scss */
  .heading-top > p {
    max-width: 100%;
  }
  /* line 7291, ../scss/styles-l.scss */
  .action.nav-toggle.show-close-sign::before {
    content: "\f00d";
    font-family: fontawesome;
    font-weight: 100;
    width: 100%;
  }
  /* line 7297, ../scss/styles-l.scss */
  .related-products-responsive {
    display: block;
    position: fixed;
    bottom: 0;
    background: white;
    padding: 8px;
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 0px 10px #58595b;
    z-index: 999;
  }
  /* line 7310, ../scss/styles-l.scss */
  .product-landing.side-menu.show-main {
    display: block;
    position: fixed;
    bottom: 18px;
    background: white;
    z-index: 999;
    box-shadow: 0px 0px 10px #58595b;
    height: 200px;
    overflow-y: auto;
    padding: 10px;
  }
  /* line 7321, ../scss/styles-l.scss */
  .categorypath-specials .columns .column.main,
  .cms-specials .columns .column.main {
    width: 100%;
  }
  /* line 7324, ../scss/styles-l.scss */
  strong.block-subtitle.filter-subtitle {
    display: block;
    visibility: visible;
    position: fixed;
    bottom: 0px;
    background: white;
    padding: 10px;
    font-size: 14px;
    left: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0px 0px 5px #58595b;
    cursor: pointer;
    z-index: 999;
  }
  /* line 7339, ../scss/styles-l.scss */
  .sidebar.sidebar-main.main #narrow-by-list {
    display: block;
    position: fixed;
    background: white;
    z-index: 999;
    bottom: 41px;
    height: 200px;
    overflow-y: scroll;
    box-shadow: 0px 0px 4px #58595b;
  }
  /* line 7349, ../scss/styles-l.scss */
  .pages-item-previous {
    position: relative;
  }
  /* line 7352, ../scss/styles-l.scss */
  .customer-account-createpassword main#maincontent .columns {
    width: 100%;
    padding-bottom: 20px;
  }
  /* line 7356, ../scss/styles-l.scss */
  .customer-account-createpassword main#maincontent .columns form .field {
    width: 100%;
  }
  /* line 7359, ../scss/styles-l.scss */
  .account .columns .column.main form fieldset .field.choice:nth-child(6) {
    margin-top: 0;
  }
  /* line 7362, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .action.showquote {
    position: relative;
  }
  /* line 7365, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .action.showquote .counter.qty {
    position: absolute;
    top: -18px;
    right: -18px;
    font-size: 10px;
    border-radius: 50%;
  }
  /* line 7372, ../scss/styles-l.scss */
  .page-products .page-bottom {
    float: left;
  }
  /* line 7375, ../scss/styles-l.scss */
  .page-products .page-bottom .message.info.empty {
    margin: 0 auto 30px;
    width: 90%;
  }
  /* line 7379, ../scss/styles-l.scss */
  .quote-items {
    border: 0px solid #ccc !important;
    padding: 0px 0px !important;
    margin-bottom: 10px !important;
  }
  /* line 7384, ../scss/styles-l.scss */
  .customer-account-forgotpassword .columns .column.main form fieldset .field .control {
    width: 100%;
  }
  /* line 7387, ../scss/styles-l.scss */
  .product-social-links {
    text-align: left;
    display: flex;
    flex-flow: column;
  }
  /* line 7391, ../scss/styles-l.scss */
  .product-social-links .Productattachment {
    order: 1;
  }
  /* line 7394, ../scss/styles-l.scss */
  .product-social-links .extra {
    order: 2;
    margin-bottom: 10px;
  }
  /* line 7398, ../scss/styles-l.scss */
  .product-social-links .feats-sec {
    order: 3;
  }
  /* line 7402, ../scss/styles-l.scss */
  .account .column.main .quote-products-toolbar.toolbar.bottom {
    margin-bottom: 0;
  }
  /* line 7405, ../scss/styles-l.scss */
  .toolbar-amount {
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 7px 0;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: middle;
    float: left;
  }
  /* line 7416, ../scss/styles-l.scss */
  .account .columns .column.main form fieldset .field {
    width: 220px;
  }
  /* line 7419, ../scss/styles-l.scss */
  .account .columns .sidebar.sidebar-main .block.account-nav {
    margin-top: 40px;
  }
  /* line 7422, ../scss/styles-l.scss */
  .categorypath-specials .columns .column.main .product-items li.product-item,
  .cms-specials .columns .column.main .product-items li.product-item {
    width: 147px;
    margin-bottom: 20px;
  }
  /* line 7426, ../scss/styles-l.scss */
  .product-item-name .product-item-link {
    font-size: 12px;
  }
  /* line 7429, ../scss/styles-l.scss */
  .contact-3 .container::before {
    width: 95%;
  }
  /* line 7432, ../scss/styles-l.scss */
  section.contact-2 .main-contact img {
    width: 100%;
  }
  /* line 7435, ../scss/styles-l.scss */
  section.contact-3 p {
    margin-bottom: 40px;
  }
  /* line 7438, ../scss/styles-l.scss */
  .contact-3 h2 {
    margin-bottom: 0px;
  }
  /* line 7441, ../scss/styles-l.scss */
  .cms-contact-us section .row .col-md-12 img {
    min-height: 130px;
  }
  /* line 7444, ../scss/styles-l.scss */
  .cms-contact-us section .row .col-md-12 .banner-text {
    top: 30%;
    font-size: 30px;
  }
  /* line 7448, ../scss/styles-l.scss */
  .page-footer {
    margin-top: 0px;
  }
  /* line 7451, ../scss/styles-l.scss */
  .product-item .price-box {
    margin: 10px 0 25px;
    display: none;
  }
  /* line 7456, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper {
    margin-right: 0px;
    margin-top: 0;
    width: 40px;
    border: 1px solid gainsboro;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: gainsboro;
    margin-left: 0;
    height: 40px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 5px;
    float: right;
    border-left: 0px;
  }
  /* line 7472, ../scss/styles-l.scss */
  .page-header .panel.wrapper .block.block-search {
    padding: 0px;
    width: calc(60%);
    float: left;
  }
  /* line 7478, ../scss/styles-l.scss */
  .customer-account-forgotpassword .columns .column.main {
    width: 100%;
  }
  /* line 7481, ../scss/styles-l.scss */
  .customer-account-forgotpassword .columns .column.main form fieldset .field {
    width: 100%;
  }
  /* line 7485, ../scss/styles-l.scss */
  footer.main-footer .col-md-3,
  footer.main-footer .col-md-2,
  footer.main-footer .col-md-4 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* line 7490, ../scss/styles-l.scss */
  footer.main-footer h3 {
    margin: 0px 0px 10px;
    font-size: 19px;
  }
  /* line 7494, ../scss/styles-l.scss */
  header.page-header.sticky .action.nav-toggle {
    top: 18px;
  }
  /* line 7497, ../scss/styles-l.scss */
  .category-image .image {
    /* min-height: 165px; */
  }
  /* line 7500, ../scss/styles-l.scss */
  .page-with-filter .toolbar-amount {
    float: left;
  }
  /* line 7503, ../scss/styles-l.scss */
  .filter-title strong {
    display: none;
  }
  /* line 7506, ../scss/styles-l.scss */
  .columns .column.main .cart-container {
    display: flex;
    flex-flow: column;
  }
  /* line 7509, ../scss/styles-l.scss */
  .columns .column.main .cart-container #quote-sidebar {
    order: 2;
  }
  /* line 7512, ../scss/styles-l.scss */
  .columns .column.main .cart-container #form-validate {
    order: 1;
  }
  /* line 7515, ../scss/styles-l.scss */
  .columns .column.main .cart-container #quote-sidebar .title {
    padding-left: 0;
  }
  /* line 7520, ../scss/styles-l.scss */
  header.page-header.sticky ~ #maincontent {
    margin-top: 75px;
  }
  /* line 7523, ../scss/styles-l.scss */
  .customer-account-create .columns .column.main #form-validate fieldset .field {
    width: 225px;
  }
  /* line 7526, ../scss/styles-l.scss */
  .customer-account-create .columns .column.main #form-validate fieldset .field #is_subscribed {
    vertical-align: middle;
  }
  /* line 7529, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-bottom {
    margin-top: 0px;
  }
  /* line 7533, ../scss/styles-l.scss */
  header.page-header.sticky {
    margin-top: 0;
  }
  /* line 7536, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .links li:nth-child(2)::before {
    border-left: 1px solid white;
  }
  /* line 7539, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .links li:last-child::before {
    border-left: 1px solid white;
  }
  /* line 7542, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header {
    position: absolute;
    top: 0;
    background: #548335;
    border-radius: 0px;
    width: 100%;
    left: 0;
  }
  /* line 7543, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .action.skip.contentarea {
    display: none;
  }
  /* line 7546, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .header.links {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  /* line 7551, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .header.links a {
    color: white;
    font-size: 12px;
    line-height: 22px;
  }
  /* line 7563, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header .links li {
    margin: 0 15px;
    padding: 0px 0px;
  }
  /* line 7568, ../scss/styles-l.scss */
  .page-header .panel.wrapper .nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    right: 15px;
    position: absolute;
    top: 100px;
    z-index: 1;
    background: #548335;
    width: 40px;
    padding: 0px 7px;
  }
  /* line 7581, ../scss/styles-l.scss */
  .page-header .panel.wrapper .nav-toggle::before {
    color: white;
  }
  /* line 7588, ../scss/styles-l.scss */
  .block-search .control {
    border-top: 0;
    clear: both;
    margin: 0 0px 10px 0;
    padding: 0;
  }
  /* line 7595, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content {
    width: 100%;
  }
  /* line 7599, ../scss/styles-l.scss */
  .block-search {
    margin-top: 0px;
  }
  /* line 7601, ../scss/styles-l.scss */
  .block-search .label {
    display: none;
  }
  /* line 7608, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top {
    width: calc(61%);
    padding: 0px;
    margin-top: 10px;
  }
  /* line 7612, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header {
    display: none;
  }
  /* line 7616, ../scss/styles-l.scss */
  .page-header .panel.wrapper .control input {
    color: black;
    border: 1px solid gainsboro;
    position: relative;
    left: 0;
    margin: 0;
    padding: 0 10px;
    height: 40px;
  }
  /* line 7626, ../scss/styles-l.scss */
  .page-header.sticky .panel.wrapper .header-right .header-right-bottom .navigation {
    margin-top: 0;
  }
  /* line 7631, ../scss/styles-l.scss */
  header.page-header.sticky .panel.wrapper .header-right .header-right-bottom {
    margin-top: 0px;
  }
  /* line 7634, ../scss/styles-l.scss */
  .header-right-bottom {
    display: none;
  }
  /* line 7636, ../scss/styles-l.scss */
  .header-right-bottom.header-sidenav {
    display: block;
    position: fixed;
    background: white;
    top: 0;
    z-index: 999;
    width: 200px !important;
    right: 0;
    padding: 15px;
    height: 100%;
  }
  /* line 7647, ../scss/styles-l.scss */
  .header-right-bottom.header-sidenav ul li {
    width: 100%;
    margin-bottom: 10px !important;
    position: relative;
  }
  /* line 7654, ../scss/styles-l.scss */
  .page-products .page-bottom .products.wrapper {
    width: 100%;
    margin: 0;
    padding: 15px 15px 0;
  }
  /* line 7658, ../scss/styles-l.scss */
  .page-products .page-bottom .products.wrapper .products.list {
    text-align: center;
    margin: 0;
  }
  /* line 7663, ../scss/styles-l.scss */
  .page-products .page-bottom .products .items li {
    width: 200px;
    margin-bottom: 10px;
    float: none;
  }
  /* line 7669, ../scss/styles-l.scss */
  .text-of-banner {
    top: 25px;
    width: 85%;
  }
  /* line 7673, ../scss/styles-l.scss */
  .columns .column.main .banner section .col-md-12 img {
    min-height: 150px;
  }
  /* line 7676, ../scss/styles-l.scss */
  .text-of-banner p {
    font-size: 12px;
  }
  /* line 7679, ../scss/styles-l.scss */
  .text-of-banner h1 {
    margin-bottom: 8px;
  }
  /* line 7683, ../scss/styles-l.scss */
  .catalog-product-view .column.main .product.media {
    display: flex;
    flex-flow: column;
  }
  /* line 7687, ../scss/styles-l.scss */
  .catalog-product-view .columns,
  .catalogsearch-result-index .columns,
  .page-layout-1column .column.main .cart-container {
    width: 100%;
  }
  /* line 7691, ../scss/styles-l.scss */
  .product-social-links {
    text-align: left;
  }
  /* line 7695, ../scss/styles-l.scss */
  .page-title-wrapper.product .page-title {
    font-size: 18px;
  }
  /* line 7699, ../scss/styles-l.scss */
  .catalog-product-view .columns .product-info-main .product-info-price {
    margin: 0px;
    width: 100% !important;
  }
  /* line 7704, ../scss/styles-l.scss */
  .page-layout-1column .product-info-main ul {
    padding: 0px 0px 0px 0px;
  }
  /* line 7708, ../scss/styles-l.scss */
  .columns .column.main .product-info-main {
    margin-top: 20px;
  }
  /* line 7712, ../scss/styles-l.scss */
  .page-layout-1column .product-info-main .options-ralated li {
    list-style: none;
  }
  /* line 7715, ../scss/styles-l.scss */
  .contact-1 .left h1 {
    margin-top: 10px;
    width: 100%;
  }
  /* line 7719, ../scss/styles-l.scss */
  .contact-2 .main-contact h1 {
    padding: 20px 0px 12px;
  }
  /* line 7722, ../scss/styles-l.scss */
  section.contact-2 .main-contact {
    width: 363px;
    margin: 0 auto 30px;
  }
  /* line 7726, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text {
    top: 12%;
    position: initial;
    color: #333;
  }
  /* line 7729, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text h1 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  /* line 7732, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text .Banner-text-category {
    padding: 0px 1%;
    font-size: 13px;
    margin-bottom: 10px;
    color: #333;
  }
  /* line 7739, ../scss/styles-l.scss */
  .catalog-category-view .columns {
    width: 100%;
  }
  /* line 7742, ../scss/styles-l.scss */
  .catalog-category-view .category-view {
    width: 100%;
  }
  /* line 7744, ../scss/styles-l.scss */
  .catalog-category-view .category-view .category-description {
    width: 100%;
    padding-right: 0%;
  }
  /* line 7748, ../scss/styles-l.scss */
  .catalog-category-view .category-view .category-cms {
    width: 100%;
  }
  /* line 7750, ../scss/styles-l.scss */
  .catalog-category-view .category-view .category-cms h1 {
    font-size: 25px;
    padding-right: 0%;
    line-height: 30px;
    padding-left: 0;
  }
  /* line 7757, ../scss/styles-l.scss */
  .catalog-category-view .category-view .category-image {
    margin-bottom: 20px;
  }
  /* line 7763, ../scss/styles-l.scss */
  .column.main .product-item {
    padding-left: 0px;
    margin-bottom: 20px;
  }
  /* line 7769, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row {
    display: flex;
    flex-flow: column;
  }
  /* line 7772, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row .left {
    order: 2;
  }
  /* line 7775, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row .right {
    order: 1;
  }
  /* line 7779, ../scss/styles-l.scss */
  .columns .column.main .banner {
    float: left;
    width: 100%;
  }
  /* line 7782, ../scss/styles-l.scss */
  .columns .column.main .banner section {
    padding: 0px;
  }
  /* line 7786, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row .right .col-md-4 {
    width: 49% !important;
    float: none !important;
    display: inline-block;
    padding: 0px 12px;
  }
  /* line 7793, ../scss/styles-l.scss */
  .page-header.sticky .panel.wrapper .logo-header {
    margin-top: 0;
  }
  /* line 7796, ../scss/styles-l.scss */
  .page-header {
    float: left;
    width: 100%;
    margin-top: 25px;
  }
  /* line 7797, ../scss/styles-l.scss */
  .page-header .panel.wrapper {
    width: 100%;
    margin: 0;
    float: left;
    display: flex;
    flex-flow: column;
    padding: 0px;
  }
  /* line 7804, ../scss/styles-l.scss */
  .page-header .panel.wrapper .logo-header {
    width: auto;
    order: 1;
    margin-top: 0px;
  }
  /* line 7808, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right {
    width: 100%;
    order: 2;
    padding: 0px 15px;
  }
  /* line 7813, ../scss/styles-l.scss */
  .page-header .panel.wrapper .logo-header .logo {
    margin: 0 auto;
    display: block;
    float: none;
  }
  /* line 7823, ../scss/styles-l.scss */
  #catewithimg .block-content .row .col-md-4 {
    width: 49% !important;
    float: none !important;
    display: inline-block;
    padding: 0 3%;
  }
  /* line 7829, ../scss/styles-l.scss */
  #catewithimg .block-content .row .col-md-4 img {
    width: 100%;
  }
  /* line 7833, ../scss/styles-l.scss */
  .product-explorer img {
    width: 100%;
  }
  /* line 7836, ../scss/styles-l.scss */
  .copyright {
    float: left;
    width: 100%;
  }
  /* line 7842, ../scss/styles-l.scss */
  .cms-home .column.main .block.widget.ves-widget.imageslider-widget,
  .cms-home .column.main .container {
    width: 100%;
  }
  /* line 7847, ../scss/styles-l.scss */
  .block-content .category_name {
    margin-bottom: 30px;
  }
  /* line 7851, ../scss/styles-l.scss */
  .product-explorer {
    padding: 20px 0px;
    text-align: justify;
    text-align-last: center;
    display: flex;
    flex-flow: column;
  }
  /* line 7857, ../scss/styles-l.scss */
  .product-explorer .row {
    display: flex;
    flex-flow: column;
  }
  /* line 7861, ../scss/styles-l.scss */
  .product-explorer .left-section {
    order: 2;
    padding-top: 15px;
  }
  /* line 7865, ../scss/styles-l.scss */
  .product-explorer .custom-button {
    float: none;
    color: white;
    display: block;
    margin: 15px auto 0px;
  }
  /* line 7873, ../scss/styles-l.scss */
  .column.main .product-items {
    text-align: center;
    margin-left: 0px;
  }
  /* line 7878, ../scss/styles-l.scss */
  .our-special .block-content .products-grid.grid ol li {
    border: 2px solid #BFBFBF;
    padding: 0px 10px;
    width: 223px !important;
    margin-bottom: 15px;
  }
  /* line 7885, ../scss/styles-l.scss */
  .block-static-block.widget,
  .block-cms-link.widget {
    margin-bottom: 0px;
  }
  /* line 7889, ../scss/styles-l.scss */
  .block-compare .block-title,
  .block-reorder .block-title,
  .widget .block-title,
  .block-wishlist .block-title {
    margin: 0 0 15px;
  }
  /* line 7893, ../scss/styles-l.scss */
  .our-special .block-title strong {
    font-size: 25px;
  }
  /* line 7896, ../scss/styles-l.scss */
  .col-md-2.footer-account {
    margin-top: 20px !important;
  }
  /* line 7900, ../scss/styles-l.scss */
  footer.main-footer ul {
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /* line 7907, ../scss/styles-l.scss */
  footer.main-footer .footer-contact ul {
    margin-bottom: 20px;
    text-align: left;
  }
  /* line 7912, ../scss/styles-l.scss */
  .customer-account-login .columns .column.main,
  .account .columns,
  .customer-account-create .columns .column.main {
    width: 100%;
  }
  /* line 7916, ../scss/styles-l.scss */
  .footer-contact p,
  .footer-contact a {
    float: left;
    text-align: left;
    font-size: 12px;
    clear: both;
    margin-bottom: 10px;
    padding-left: 0;
  }
  /* line 7925, ../scss/styles-l.scss */
  footer.main-footer ul li a {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    padding: 4px 0px;
  }
  /* line 7932, ../scss/styles-l.scss */
  section {
    padding: 20px 0px;
  }
  /* line 7936, ../scss/styles-l.scss */
  .columns .column.main {
    padding-bottom: 0px;
  }
  /* line 7940, ../scss/styles-l.scss */
  footer.main-footer ul li {
    margin-bottom: 4px;
  }
  /* line 7943, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .panel.header {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*display page css*/
  /* line 7950, ../scss/styles-l.scss */
  .cms-company-profile #maincontent,
  .cms-freight-policy #maincontent,
  .cms-warranty #maincontent,
  .cms-terms-of-use #maincontent {
    width: 100%;
  }
  /* line 7953, ../scss/styles-l.scss */
  .gallery-banner {
    padding: 0 15px;
  }
  /* line 7956, ../scss/styles-l.scss */
  .block.upsell .block-content.content .products .product-item {
    width: 169px;
    padding: 0 6px;
  }
  /* line 7960, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text .Banner-text-category {
    padding: 0px 6%;
  }
  /* line 7963, ../scss/styles-l.scss */
  .cms-no-route .columns {
    width: 100%;
  }
  /* line 7966, ../scss/styles-l.scss */
  .col-md-12.staff-page-banner h1 {
    width: 93%;
  }
  /* line 7968, ../scss/styles-l.scss */
  .page-layout-1column.newmodule-index-index .column.main {
    width: 100%;
  }
  /* line 7970, ../scss/styles-l.scss */
  .page-layout-1column.newmodule-index-index .column.main ol.products.list.items.product-items li.item.product.product-item {
    width: 174px;
    max-width: 300px;
    padding: 0px 3px;
  }
  /* line 7976, ../scss/styles-l.scss */
  .cms-company-profile #maincontent .head-office-pdf {
    width: 100%;
  }
  /* line 7979, ../scss/styles-l.scss */
  .cms-company-profile #maincontent .special-announcement {
    width: 100%;
    margin-left: 0%;
  }
  /* line 7983, ../scss/styles-l.scss */
  .cms-company-profile #maincontent .head-office-pdf img {
    width: 100%;
  }
  /* line 7987, ../scss/styles-l.scss */
  .gallery-category-display.page-layout-2columns-left .column.main {
    width: 100% !important;
  }
  /* line 7991, ../scss/styles-l.scss */
  .photos-lable .photos-image {
    width: 25% !important;
  }
  /*end of display page css*/
  /* line 7996, ../scss/styles-l.scss */
  .cms-new-product #maincontent .block.widget ol.product-items {
    margin: 0;
    text-align: center;
  }
  /* line 7999, ../scss/styles-l.scss */
  .cms-new-product #maincontent .block.widget ol.product-items li {
    padding: 0 10px;
    width: 200px !important;
  }
  /* line 8004, ../scss/styles-l.scss */
  .cms-new-product #maincontent h2 {
    text-align: center;
  }
  /* line 8008, ../scss/styles-l.scss */
  .gallery-category-pdf.page-layout-2columns-left .column.main {
    width: 100% !important;
  }
  /* line 8011, ../scss/styles-l.scss */
  .footer-contact p {
    padding-left: 0;
  }
  /* line 8014, ../scss/styles-l.scss */
  .col-md-6.right .block.newsletter,
  .footer-contact .block.newsletter {
    width: 373px;
  }
  /* line 8017, ../scss/styles-l.scss */
  .banner-text {
    top: 75px;
  }
  /* line 8020, ../scss/styles-l.scss */
  .product-page {
    margin-top: 20px;
  }
  /* line 8023, ../scss/styles-l.scss */
  .heading-top > p {
    max-width: 100%;
  }
  /* line 8026, ../scss/styles-l.scss */
  .customer-account-createpassword main#maincontent .columns {
    width: 100%;
  }
  /* line 8029, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .action.showquote {
    position: relative;
  }
  /* line 8032, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .action.showquote .counter.qty {
    position: absolute;
    top: -13px;
    right: -10px;
    font-size: 10px;
    border-radius: 50%;
  }
  /* line 8039, ../scss/styles-l.scss */
  #quote-sidebar .action.primary {
    margin-bottom: 18px;
  }
  /* line 8042, ../scss/styles-l.scss */
  .page-layout-3columns .sidebar-main,
  .page-layout-2columns-left .sidebar-main {
    width: 24.833% !important;
  }
  /* line 8045, ../scss/styles-l.scss */
  .page-layout-2columns-left .column.main {
    width: 75.167% !important;
  }
  /* line 8048, ../scss/styles-l.scss */
  .column.main .product-item {
    padding-left: 0;
  }
  /* line 8051, ../scss/styles-l.scss */
  .page-layout-2columns-right .sidebar-main {
    width: 30%;
  }
  /* line 8054, ../scss/styles-l.scss */
  .page-layout-2columns-right .column.main {
    width: 70%;
  }
  /* line 8057, ../scss/styles-l.scss */
  .quote-items {
    border: 0px solid #ccc !important;
    padding: 0px 0px !important;
    margin-bottom: 10px !important;
  }
  /* line 8062, ../scss/styles-l.scss */
  .catalog-product-view .columns .product-info-main .Productattachment .attachmentsection a span {
    font-size: 11px;
  }
  /* line 8065, ../scss/styles-l.scss */
  .extra a label {
    font-size: 11px;
  }
  /* line 8068, ../scss/styles-l.scss */
  .filter-options-title {
    font-size: 10px;
  }
  /* line 8071, ../scss/styles-l.scss */
  .quotation-quote-index .cart-container .cart-summary {
    padding: 0px 14px !important;
  }
  /* line 8074, ../scss/styles-l.scss */
  #quote-sidebar .action.primary {
    padding: 8px 12px !important;
    font-size: 1.5rem !important;
  }
  /* line 8078, ../scss/styles-l.scss */
  .categorypath-specials .columns .column.main,
  .cms-specials .columns .column.main {
    width: 100%;
  }
  /* line 8081, ../scss/styles-l.scss */
  .contact-3 .container::before {
    width: 96%;
  }
  /* line 8084, ../scss/styles-l.scss */
  .cms-aboutus section .heading-top .row {
    text-align: center;
  }
  /* line 8086, ../scss/styles-l.scss */
  .cms-aboutus section .heading-top .row .col-md-3 {
    width: 32.3%;
    display: inline-block;
    vertical-align: top;
  }
  /* line 8093, ../scss/styles-l.scss */
  footer.main-footer .col-md-2.footer-account {
    width: 32.9%;
    display: inline-block;
    vertical-align: top;
  }
  /* line 8098, ../scss/styles-l.scss */
  footer.main-footer .footer-contact {
    margin-bottom: 20px;
    text-align: left;
  }
  /* line 8099, ../scss/styles-l.scss */
  footer.main-footer .footer-contact .footer-social-icons {
    margin-bottom: 10px;
    margin-bottom: 0px;
    padding-left: 0;
    margin-top: 10px;
  }
  /* line 8110, ../scss/styles-l.scss */
  .block-search {
    margin-top: 0px;
  }
  /* line 8113, ../scss/styles-l.scss */
  .block-search .label {
    display: none;
  }
  /* line 8116, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-top {
    width: auto;
    padding-right: 5px;
  }
  /* line 8121, ../scss/styles-l.scss */
  header.page-header.sticky .panel.wrapper .header-right .header-right-bottom {
    margin-top: 23px;
  }
  /* line 8124, ../scss/styles-l.scss */
  .page-header.sticky .panel.wrapper .header-right .header-right-bottom .navigation {
    margin-top: 0;
  }
  /* line 8128, ../scss/styles-l.scss */
  .page-products .page-bottom .products.wrapper {
    width: 100%;
    margin: 0;
    padding: 15px 15px 0;
  }
  /* line 8132, ../scss/styles-l.scss */
  .page-products .page-bottom .products.wrapper .products.list {
    text-align: center;
  }
  /* line 8136, ../scss/styles-l.scss */
  .page-products .page-bottom .products .items li {
    width: 200px;
    margin-bottom: 10px;
    float: none;
  }
  /* line 8142, ../scss/styles-l.scss */
  .catalog-product-view .columns,
  .catalogsearch-result-index .columns,
  .page-layout-1column .column.main .cart-container {
    width: 100%;
  }
  /* line 8145, ../scss/styles-l.scss */
  section.contact-3 .responsive,
  section.contact-2 .responsive {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 49%;
  }
  /* line 8152, ../scss/styles-l.scss */
  .contact-1 .left h1 {
    width: 100%;
  }
  /* line 8155, ../scss/styles-l.scss */
  section.contact-3 .responsive {
    margin-bottom: 30px;
  }
  /* line 8160, ../scss/styles-l.scss */
  .catalog-category-view .columns {
    width: 100%;
  }
  /* line 8163, ../scss/styles-l.scss */
  .catalog-category-view .category-view {
    width: 100%;
  }
  /* line 8165, ../scss/styles-l.scss */
  .catalog-category-view .category-view .category-cms h1 {
    font-size: 25px;
    padding-right: 0%;
  }
  /* line 8171, ../scss/styles-l.scss */
  .text-of-banner {
    top: 30px;
    width: 95%;
  }
  /* line 8175, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text h1 {
    width: 60%;
  }
  /* line 8180, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row .left {
    width: 250px;
    float: left;
  }
  /* line 8184, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row .right {
    width: calc(-150%);
    float: left;
    text-align: center;
  }
  /* line 8190, ../scss/styles-l.scss */
  .columns .column.main .banner {
    float: left;
    width: 100%;
  }
  /* line 8193, ../scss/styles-l.scss */
  .columns .column.main .banner section {
    padding: 0px;
  }
  /* line 8197, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row .right .col-md-4 {
    width: 32.9%;
    display: inline-block;
    vertical-align: top;
  }
  /* line 8203, ../scss/styles-l.scss */
  .columns .column.main section.product-page .row .right .col-md-4 {
    width: 242px;
    display: inline-block;
    vertical-align: top;
  }
  /* line 8208, ../scss/styles-l.scss */
  .product-explorer {
    padding: 20px 0px;
    text-align: justify;
    text-align-last: left;
    display: flex;
    flex-flow: column;
  }
  /* line 8214, ../scss/styles-l.scss */
  .product-explorer img {
    width: 100%;
  }
  /* line 8217, ../scss/styles-l.scss */
  .product-explorer .row {
    display: flex;
    flex-flow: column;
  }
  /* line 8221, ../scss/styles-l.scss */
  .product-explorer .left-section {
    order: 2;
    padding-top: 15px;
  }
  /* line 8225, ../scss/styles-l.scss */
  .product-explorer .custom-button {
    float: left;
    color: white;
    display: block;
    margin: 15px auto 0px;
  }
  /* line 8232, ../scss/styles-l.scss */
  .page-header .panel.wrapper {
    width: 100%;
    margin: 0;
    float: left;
  }
  /* line 8238, ../scss/styles-l.scss */
  .column.main .product-items {
    margin-left: 0px;
  }
  /* line 8242, ../scss/styles-l.scss */
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 32.9% !important;
  }
  /* line 8246, ../scss/styles-l.scss */
  .block-search {
    width: 152px;
  }
  /* line 8250, ../scss/styles-l.scss */
  .page-header .panel.wrapper .header-right .header-right-bottom {
    margin-top: 5px;
    padding-right: 6px;
  }
  /* line 8253, ../scss/styles-l.scss */
  /* line 8262, ../scss/styles-l.scss */
  #catewithimg .block-content .row {
    margin: 0;
  }
  /* line 8265, ../scss/styles-l.scss */
  #catewithimg .block-content .row .col-md-4 {
    width: 33.2% !important;
    display: inline-block;
    vertical-align: top;
  }
  /* line 8270, ../scss/styles-l.scss */
  #catewithimg .block-content .row .col-md-4 a img {
    width: 100%;
  }
  /* line 8276, ../scss/styles-l.scss */
  .block-content .category_name {
    margin-bottom: 20px;
  }
  /* line 8279, ../scss/styles-l.scss */
  .cms-home .column.main .block.widget.ves-widget.imageslider-widget {
    width: 100%;
  }
  /* line 8282, ../scss/styles-l.scss */
  .container {
    width: 100%;
  }
  /* line 8285, ../scss/styles-l.scss */
  footer.main-footer .col-md-3,
  footer.main-footer .col-md-6 {
    width: 32.9%;
    display: inline-block;
    vertical-align: top;
  }
  /* line 8290, ../scss/styles-l.scss */
  footer.main-footer h3 {
    font-size: 20px;
  }
  /* line 8293, ../scss/styles-l.scss */
  footer.main-footer ul {
    list-style: none;
  }
  /* line 8296, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text {
    top: 30px;
  }
  /* line 8299, ../scss/styles-l.scss */
  .customer-account-login .columns .column.main,
  .account .columns,
  .customer-account-create .columns .column.main {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 8306, ../scss/styles-l.scss */
  .cms-company-profile #maincontent,
  .cms-freight-policy #maincontent,
  .cms-warranty #maincontent,
  .cms-terms-of-use #maincontent {
    width: 970px;
  }
  /* line 8309, ../scss/styles-l.scss */
  .block.upsell .block-content.content .products .product-item {
    width: 17.8%;
  }
  /* line 8312, ../scss/styles-l.scss */
  .page-layout-1column.newmodule-index-index .column.main {
    width: 100%;
  }
  /* line 8314, ../scss/styles-l.scss */
  .page-layout-1column.newmodule-index-index .column.main ol.products.list.items.product-items li.item.product.product-item {
    width: 24%;
    max-width: 300px;
    padding: 0px 3px;
  }
  /* line 8319, ../scss/styles-l.scss */
  .cms-no-route .columns {
    width: 970px;
  }
  /* line 8322, ../scss/styles-l.scss */
  .cms-new-product #maincontent .block.widget ol.product-items {
    margin: 0;
    text-align: center;
  }
  /* line 8325, ../scss/styles-l.scss */
  .cms-new-product #maincontent .block.widget ol.product-items li {
    padding: 0 10px;
    width: 20% !important;
  }
  /* line 8331, ../scss/styles-l.scss */
  .gallery-category-display.page-layout-2columns-left .column.main,
  .gallery-category-pdf.page-layout-2columns-left .column.main {
    width: 970px !important;
  }
  /* line 8334, ../scss/styles-l.scss */
  .footer-contact form#newsletter-validate-detail {
    width: 100%;
  }
  /* line 8337, ../scss/styles-l.scss */
  .contact-3 .container::before {
    width: 940px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 8343, ../scss/styles-l.scss */
  .customer-account-createpassword main#maincontent .columns {
    width: 940px;
  }
  /* line 8346, ../scss/styles-l.scss */
  .page-products .page-bottom .products.wrapper {
    width: 100%;
  }
  /* line 8349, ../scss/styles-l.scss */
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
  }
  /* line 8352, ../scss/styles-l.scss */
  .page-layout-2columns-right .column.main {
    width: 75%;
  }
  /* line 8355, ../scss/styles-l.scss */
  .page.messages {
    width: 970px;
  }
  /* line 8358, ../scss/styles-l.scss */
  .categorypath-specials .columns .column.main,
  .cms-specials .columns .column.main {
    width: 970px;
  }
  /* line 8361, ../scss/styles-l.scss */
  .filter-options-title {
    font-size: 11px;
  }
  /* line 8365, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text {
    top: 30%;
  }
  /* line 8368, ../scss/styles-l.scss */
  .catyegory-banner-text .banner-cmplt-text h1 {
    margin: 0 auto;
    width: 30%;
    font-size: 35px;
  }
  /* line 8373, ../scss/styles-l.scss */
  .customer-account-login .columns .column.main,
  .account .columns,
  .customer-account-create .columns .column.main {
    width: 979px;
  }
  /* line 8376, ../scss/styles-l.scss */
  .catalog-product-view .columns,
  .catalogsearch-result-index .columns,
  .page-layout-1column .column.main .cart-container {
    width: 970px;
  }
  /* line 8379, ../scss/styles-l.scss */
  .page-header .panel.wrapper,
  .cms-home .column.main .block.widget.ves-widget.imageslider-widget {
    width: 970px;
  }
  /* line 8382, ../scss/styles-l.scss */
  .catalog-category-view .columns,
  .catalog-category-view .category-view {
    width: 970px;
  }
  /* line 8385, ../scss/styles-l.scss */
  .catalog-category-view .category-view .category-cms h1 {
    padding-right: 10%;
  }
  /* line 8388, ../scss/styles-l.scss */
  .column.main .product-items {
    margin-left: 0px;
  }
  /* line 8392, ../scss/styles-l.scss */
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16% !important;
  }
  /* line 8396, ../scss/styles-l.scss */
  footer.main-footer h3 {
    font-size: 19px;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) {
  /* line 8401, ../scss/styles-l.scss */
  a.product-item-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    max-height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    font-size: 12px;
    white-space: unset;
  }
}
/* -- Swatch Page -- */
/* line 8419, ../scss/styles-l.scss */
.swatchs-page .swatch-container h1 {
  color: #333;
}
/* line 8422, ../scss/styles-l.scss */
.swatchs-page .swatch-container h2 {
  color: #333;
  border-top: 1px solid #999;
  padding-top: 30px;
}
/* line 8428, ../scss/styles-l.scss */
.swatchs-page .small-highlight {
  font-size: 11px;
  color: #548335;
}
/* line 8434, ../scss/styles-l.scss */
.swatchs-page .Productattachment .attachmentsection {
  background-color: #548335;
  text-align: center;
  width: 320px;
}
/* line 8439, ../scss/styles-l.scss */
.swatchs-page .Productattachment .attachmentsection span {
  width: 48px;
  height: 38px;
  float: left;
  background: #548335;
}
/* line 8444, ../scss/styles-l.scss */
.swatchs-page .Productattachment .attachmentsection span img {
  padding-top: 5px;
}
/* line 8449, ../scss/styles-l.scss */
.swatchs-page .Productattachment .attachmentsection a {
  display: inline-block;
  color: white;
  font-weight: 700;
  width: auto;
  float: none;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
}
/* line 8459, ../scss/styles-l.scss */
.swatchs-page .Productattachment .attachmentsection a span {
  background: transparent;
  width: auto;
  padding: 10px 0px;
  font-size: 13px;
  height: 38px;
  float: left;
}
/* line 8468, ../scss/styles-l.scss */
.swatchs-page .Productattachment .attachmentsection a:hover {
  color: #548335;
}
/* line 8474, ../scss/styles-l.scss */
.swatchs-page .Productattachment h1 {
  font-size: 1.7rem;
  margin: 0px 0px 20px;
}
/* line 8480, ../scss/styles-l.scss */
.swatchs-page li.product-item {
  display: inline-block;
  vertical-align: top;
  padding: 12px;
}
@media (min-width: 500px) {
  /* line 8480, ../scss/styles-l.scss */
  .swatchs-page li.product-item {
    width: 44%;
  }
}
@media (min-width: 700px) {
  /* line 8480, ../scss/styles-l.scss */
  .swatchs-page li.product-item {
    width: 29%;
  }
}
@media (min-width: 850px) {
  /* line 8480, ../scss/styles-l.scss */
  .swatchs-page li.product-item {
    width: 21%;
  }
}
@media (min-width: 1000px) {
  /* line 8480, ../scss/styles-l.scss */
  .swatchs-page li.product-item {
    width: 17%;
  }
}
@media (min-width: 1200px) {
  /* line 8480, ../scss/styles-l.scss */
  .swatchs-page li.product-item {
    width: 12%;
  }
}
/* line 8501, ../scss/styles-l.scss */
.swatchs-page .finish-title {
  font-weight: normal;
  line-height: 40px;
  font-family: oswaldregular;
  color: #333;
  font-size: 16px;
  text-align: center;
  display: block;
}
/* line 8512, ../scss/styles-l.scss */
.uiaccordion.pdf {
  margin-bottom: 20px;
}
/* line 8515, ../scss/styles-l.scss */
.uiaccordion.pdf .content a {
  display: block;
  padding: 5px;
}
/* line 8518, ../scss/styles-l.scss */
.uiaccordion.pdf .content a img {
  float: left;
  width: 18px;
  margin-right: 7px;
}
.hotspot-wrapper {
  position: relative;
}
.hotspot {
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  background-image: url("/media/wysiwyg/Avfi_Hotspot_Icon_Transparent.png");
  background-size: cover;
  transition: 0.3s;
}
.hotspot:hover {
  opacity: 0;
}
.product-item-details .item-names span {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.product-item-details.multiple {
  min-height: 226px !important;
}
.page-layout-1column .product.media div#product-options-wrapper .field .label span {
  color: #000;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
  font-weight: normal;
}
#catewithimg .block-content .row .col-md-4 {
  width: 20%;
}
#catewithimg .Modular.Seating {
  display: none;
}
.cms-block-modal .modal-content {
  padding: 0px !important;
}
.cms-block-modal .modal-header {
  padding: 0px;
}
.cms-block-modal .modal-header .modal-title {
  display: none;
}
.cms-block-modal .action-close {
  z-index: 1000;
}
.act-dialogbox .popup-content-wrapper {
  display: flex;
  flex-direction: row;
}
.act-dialogbox .popup-content-wrapper .column-image {
  flex: 1;
  background-image: url(/media/wysiwyg/pexels-victoria-akvarel-1620653.jpg);
  background-size: cover;
  background-position: center;
}
.act-dialogbox .popup-content-wrapper .column-text {
  flex: 1;
  padding-top: 150px;
  padding-bottom: 150px;
}
.cms-design-consultation.cms-page-view.page-layout-1column #banner-container {
  background-image: url(/media/wysiwyg/design-consultation/AVFI-Design_Consultation_Web_image.png);
  background-size: cover;
  padding: 100px 0;
}
.cms-design-consultation.cms-page-view.page-layout-1column #banner-container h1,
.cms-design-consultation.cms-page-view.page-layout-1column #banner-container h2 {
  color: white;
}
.cms-design-consultation.cms-page-view.page-layout-1column form.formbuilder {
  background-color: white;
  padding: 35px;
}
.cms-design-consultation.cms-page-view.page-layout-1column form.formbuilder div.field {
  min-height: 40px;
}
.cms-design-consultation.cms-page-view.page-layout-1column form.formbuilder .response-field-paragraph .subtemplate-wrapper label,
.cms-design-consultation.cms-page-view.page-layout-1column form.formbuilder .response-field-email .subtemplate-wrapper label,
.cms-design-consultation.cms-page-view.page-layout-1column form.formbuilder .response-field-text .subtemplate-wrapper label {
  visibility: hidden;
  display: none;
}
.cms-design-consultation.cms-page-view.page-layout-1column a.button {
  background-color: #548335;
  color: white;
  padding: 10px;
  display: inline-block;
}
.cms-design-consultation.cms-page-view.page-layout-1column .main-content-container .cards {
  margin-top: 50px;
}
.cms-design-consultation.cms-page-view.page-layout-1column .main-content-container .cards .card {
  text-align: center;
}
.cms-design-consultation.cms-page-view.page-layout-1column .main-content-container .cards .card-container {
  box-shadow: 0px 3px 6px #00000029;
  padding: 35px;
  position: relative;
  min-height: 300px;
  text-align: center;
}
.cms-design-consultation.cms-page-view.page-layout-1column .main-content-container .cards .card-container img {
  background-color: #EFEFEF;
  border-radius: 40px;
  padding: 15px;
  position: absolute;
  top: -30px;
  left: 40%;
}
.cms-design-consultation.cms-page-view.page-layout-1column .action-links {
  display: block;
  margin: 20px auto 0;
  max-width: 508px;
}
@media screen and (max-width: 479px) {
  .cms-design-consultation.cms-page-view.page-layout-1column .action-links {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .cms-design-consultation.cms-page-view.page-layout-1column .action-links a {
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .cms-design-consultation.cms-page-view.page-layout-1column .inspiration-for-your-new-office {
    text-align: center;
  }
}
.cms-design-consultation.cms-page-view.page-layout-1column .inspiration-for-your-new-office ul {
  text-align: initial;
  padding-left: 15px !important;
}
.cms-design-consultation.cms-page-view.page-layout-1column .inspiration-for-your-new-office ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #548335;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.cms-design-consultation.cms-page-view.page-layout-1column .informational {
  margin-top: 50px;
}
.cms-design-consultation.cms-page-view.page-layout-1column .informational .center {
  background-color: #EFEFEF;
}
.cms-design-consultation.cms-page-view.page-layout-1column .informational div {
  padding: 50px;
  min-height: 240px;
}
.cms-design-consultation.cms-page-view.page-layout-1column .banner-bottom {
  background-image: url(/media/wysiwyg/design-consultation/AdobeStock_86198156.jpeg);
  background-position: center;
  background-size: cover;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.cms-design-consultation.cms-page-view.page-layout-1column .banner-bottom .banner {
  background: white;
  padding: 20px 50px;
  margin: 0 auto;
  text-align: center;
}
.cms-design-consultation.cms-page-view.page-layout-1column .column.main {
  padding-bottom: 0;
}
#catewithimg .block-content .row .col-md-4 {
  width: 16.6%;
  padding-left: 5px;
  padding-right: 5px;
}
.block-content .category_name {
  border-radius: 25px;
  padding: 15px;
  border: 2px solid #ffffff;
}
.block-content .category_name:hover {
  border: 2px solid #548335;
}
.cms-home #catewithimg {
  padding-top: 35px;
  padding-bottom: 35px;
}
.block-content .category_name img {
  margin-bottom: 25px;
}
.cms-home .block.widget.block-new-products.grid .product-item {
  margin: 0 2px;
}
.cms-home .block.widget.block-new-products.grid .block-title {
  text-transform: uppercase;
}
.swatch-option {
  width: 50px !important;
  height: 50px !important;
  border-radius: 5px;
}
section.about-avfi {
  padding-bottom: 100px;
}
.about-avfi .small-container {
  max-width: 800px;
  margin: 0 auto !important;
  margin-bottom: 40px !important;
  text-align: center;
}
.about-avfi .small-container p {
  text-align: center;
}
.about-avfi .flex {
  display: flex;
}
.about-avfi .gap-50 {
  gap: 50px;
  flex-direction: row;
}
@media screen and (max-width: 850px) {
  .about-avfi .gap-50 {
    flex-direction: column;
  }
}
.about-avfi .gap-50 .column {
  width: 50%;
}
.about-avfi .block-title strong {
  font-size: 32px;
  font-family: oswaldregular;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
ul.green-bullet {
  position: relative;
}
ul.green-bullet li::before {
  content: '';
  background-color: green;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  border-radius: 100%;
  margin-top: 5px;
}
.news-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.news-title {
  margin-bottom: 50px;
}
.news-card-wrapper {
  display: flex;
  gap: 50px;
}
.news-card {
  flex: 1;
  box-shadow: 0 0 20px #00000040;
  padding: 25px;
}
.news-card-content a {
  background-color: #548335;
  padding: 5px 19px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: oswaldregular;
  border: 1px solid #548335;
  display: inline-block;
  margin-top: 20px;
}
.news-card-content a:hover {
  background: transparent;
  color: #548335;
  text-decoration: none;
}
#file-download-request-form {
  padding: 20px;
  border: solid 1px grey;
  border-radius: 5px;
  margin-bottom: 20px;
}
#file-download-request-form button {
  background-color: #548335;
  margin-top: 10px;
}
#form-response {
  margin-bottom: 20px;
}
#form-response .error-message {
  background-color: #ffb546;
  padding: 20px;
  border-radius: 5px;
}
#form-response .success-message {
  background-color: #548335;
  padding: 20px;
  border-radius: 5px;
  color: white;
}
.categorypath-rdy2go.catalog-category-view .category-view .category-cms {
  display: none;
}
.categorypath-rdy2go.catalog-category-view .category-view .catyegory-banner-text {
  color: #58595b !important;
}
.categorypath-rdy2go.catalog-category-view .category-view .catyegory-banner-text .Banner-text-category {
  font-size: 16px;
  margin-top: 7px;
}
.categorypath-rdy2go.catalog-category-view .catyegory-banner-text .banner-cmplt-text {
  top: 50px;
}
.categorypath-rdy2go.catalog-category-view .catyegory-banner-text .banner-cmplt-text h1::before {
  border-top: 2px solid #58595b !important;
}
.page-header .panel.wrapper .header-right .header-right-bottom .navigation li ul.submenu {
  top: 30px !important;
}
@media (min-width: 768px) {
  .page-header .panel.wrapper .header-right .header-right-bottom .navigation li ul.submenu {
    top: 45px !important;
  }
}
@media (max-width: 767px) {
  .categorypath-rdy2go.catalog-category-view .category-view .catyegory-banner-text {
    height: 100px !important;
  }
  .categorypath-rdy2go.catalog-category-view .catyegory-banner-text .banner-cmplt-text h1::before {
    border-top: 2px solid white !important;
  }
}
.article-wrapper,
.news-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.article-wrapper img.hero-image {
  max-width: 100%;
}
.article-wrapper .article-title {
  margin-bottom: 50px;
}
.article-wrapper h1 {
  margin-bottom: 5px;
}
.article-wrapper .back-button {
  display: inline-block;
  background-color: #548335;
  color: white;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 40px;
  padding: 13px 34px;
}
/**  Fix for the swatches to move below the gallery ***/
.page-layout-1column .swatches-container {
  order: 1;
}
h3.ui-accordion-header.ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
}
h3.ui-accordion-header.ui-state-active {
  border: 1px solid #548335;
  background: #548335;
  color: white;
}
.Productattachment .content a {
  color: inherit;
}
.product-info-price .product-info-stock-sku {
  display: block !important;
  clear: both !important;
  width: 100% !important;
  text-align: left !important;
}
@media (min-width: 1024px) {
  .page-products.page-layout-2columns-left .products-grid .product-item,
  .page-products.page-layout-2columns-right .products-grid .product-item {
    margin-left: 0 !important;
  }
}
.column.main .product-item {
  margin-left: 0;
}
@media (max-width: 639px) {
  .column.main .product-item {
    padding-left: 0;
    margin-bottom: 15px;
    width: 50%;
  }
}
.products-grid .product-item .product-item-info {
  padding: 10px;
}
.products-grid .product-item .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  padding: 10px;
  overflow: hidden;
}
.products-grid .product-item .product-item-info:hover .product-item-inner {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main {
    width: 50% !important;
    margin-top: 15px;
    display: inline-flex;
    flex-flow: wrap;
  }
  .page-layout-1column .product.media {
    width: 45% !important;
    display: inline-flex;
    flex-flow: column;
  }
}
.product-image-wrapper {
  background-color: white;
}
body.customer-account-create .field.choice.newsletter + .field.choice {
  display: none !important;
  visibility: hidden;
}
.product-image-wrapper img.product-image-photo {
  max-height: none;
}
.fotorama__thumb {
  background-color: #ffffff !important;
}
/**
* Custom designs page
*/
.pagebuilder-mobile-hidden {
  display: none;
  visibility: hidden;
}
.cms-custom-designs li {
  list-style: inherit;
}
/**
* New Home Page 2024 Elements
*/
body.cms-home-2024 {
  color: #083700;
}
body.cms-home-2024 .page-header {
  margin-bottom: 0px !important;
}
body.cms-home-2024 #maincontent {
  font-family: "inter-regular", opensans;
}
body.cms-home-2024 #maincontent h1,
body.cms-home-2024 #maincontent h2,
body.cms-home-2024 #maincontent h3,
body.cms-home-2024 #maincontent h4,
body.cms-home-2024 #maincontent h5,
body.cms-home-2024 #maincontent h6 {
  font-family: "inter";
}
body.cms-home-2024 #maincontent h1 {
  margin-bottom: 0 !important;
}
body.cms-home-2024 #maincontent h2 {
  font-size: 48px;
  color: #083700;
  font-family: 'inter';
  font-weight: 700;
}
body.cms-home-2024 #maincontent h3 {
  font-size: 30px;
}
body.cms-home-2024 #maincontent a,
body.cms-home-2024 #maincontent .pagebuilder-button-link,
body.cms-home-2024 #maincontent p {
  font-size: 25px;
  line-height: 30px;
}
body.cms-home-2024 .row-main-banner {
  margin-top: 40px;
}
body.cms-home-2024 .row-main-banner h1 {
  font-weight: 700;
  line-height: 58px;
}
body.cms-home-2024 .row-main-banner h3 {
  color: white;
  font-family: "inter" !important;
  margin: 20px 0 50px 0;
  font-weight: 500 !important;
  line-height: 36px;
  max-width: 680px;
}
body.cms-home-2024 .row-main-banner [data-content-type="button-item"] a {
  color: #548335;
  background: white;
  padding: 10px 20px;
  display: inline-block;
  font-size: 25px;
  border-radius: 10px;
  border: solid 1px #548335;
  font-family: 'inter';
  font-weight: 500;
}
body.cms-home-2024 .range-of-products-row [data-content-type="buttons"] > div + div a {
  font-size: 18px !important;
  padding: 0 0 5px 10px;
}
body.cms-home-2024 .range-of-products-row figure img {
  max-height: 250px;
  margin-bottom: 70px;
}
body.cms-home-2024 .range-of-products-row a.pagebuilder-button-link {
  background-color: #548335;
  color: white;
  display: inline-block;
  padding: 5px;
  width: 100%;
  font-size: 20px !important;
  font-family: "inter-medium";
  padding: 5px 0 0 10px;
}
body.cms-home-2024 .range-of-products-row .product-title span {
  font-family: 'inter';
  font-weight: 700;
}
body.cms-home-2024 .range-of-products-row .product-link span:after {
  content: url("/media/.thumbswysiwyg/Arrow-Product.png");
  margin-left: 10px;
}
@media (max-width: 700px) {
  body.cms-home-2024 .range-of-products-row .pagebuilder-column-line {
    display: block !important;
  }
}
body.cms-home-2024 .range-of-products-row .pagebuilder-column-line .pagebuilder-column {
  position: relative;
  margin-top: 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
body.cms-home-2024 .range-of-products-row .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #548335;
}
@media (max-width: 700px) {
  body.cms-home-2024 .range-of-products-row .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  body.cms-home-2024 .checkout-products .pagebuilder-column {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
body.cms-home-2024 .checkout-products h2 {
  margin-bottom: 0px;
}
body.cms-home-2024 .checkout-products .product-title a {
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 700px) {
  body.cms-home-2024 .manufacturer-supplier .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  body.cms-home-2024 .manufacturer-supplier .pagebuilder-column {
    flex: 100%;
    margin: 0 !important;
  }
  body.cms-home-2024 .manufacturer-supplier .pagebuilder-column + div {
    min-height: 600px;
    margin-top: 24px;
  }
}
@media (max-width: 700px) {
  body.cms-home-2024 .final-touches .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  body.cms-home-2024 .final-touches .pagebuilder-column {
    flex: 100%;
  }
  body.cms-home-2024 .final-touches .pagebuilder-column + div {
    min-height: 600px;
    margin-top: 24px;
  }
}
body.cms-home-2024 .final-touches p {
  font-size: 20px !important;
}
body.cms-home-2024 .final-touches .left-halfcont {
  max-width: 570px;
  margin-right: 0px;
  margin-left: auto;
}
@media (max-width: 768px) {
  body.cms-home-2024 .final-touches .left-halfcont {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  body.cms-home-2024 .final-touches .left-halfcont {
    padding-left: 25px;
    padding-right: 50px !important;
  }
}
body.cms-home-2024 .cta-learn-more a {
  color: white;
  background: #548335;
  padding: 10px 20px;
  display: inline-block;
  font-size: 25px;
  border-radius: 8px;
}
body.cms-home-2024 .how-to-buy a.pagebuilder-button-link {
  padding: 10px 40px 10px 0;
  margin-right: 50px;
  color: inherit;
  display: inline-block;
}
body.cms-home-2024 .how-to-buy a.pagebuilder-button-link span::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 10px;
}
body.cms-home-2024 .how-to-buy h3.sub-text-cta {
  font-weight: 500;
}
body.cms-home-2024 .page-builder-quality-furniture .pagebuilder-column-line {
  flex-direction: column;
}
@media (min-width: 768px) {
  body.cms-home-2024 .page-builder-quality-furniture .pagebuilder-column-line {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  body.cms-home-2024 .page-builder-quality-furniture .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 25px;
    width: 100% !important;
  }
}
body.cms-home-2024 .page-builder-quality-furniture .pagebuilder-column-line .icon-text {
  display: flex;
  flex-direction: row !important;
}
body.cms-home-2024 .page-builder-quality-furniture figure {
  margin-right: 20px;
}
body.cms-home-2024 .page-builder-quality-furniture img {
  max-width: initial !important;
}
body.cms-home-2024 .create-your-ideal-space .pagebuilder-column-line {
  flex-direction: column;
}
@media (min-width: 768px) {
  body.cms-home-2024 .create-your-ideal-space .pagebuilder-column-line {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  body.cms-home-2024 .create-your-ideal-space .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 25px;
    width: 100% !important;
    padding-left: 0px !important;
  }
}
body.cms-home-2024 .create-your-ideal-space a {
  color: #083700;
}
body.cms-home-2024 .create-your-ideal-space a.pagebuilder-button-link {
  color: inherit;
  display: inline-block;
}
body.cms-home-2024 .create-your-ideal-space a.pagebuilder-button-link span:before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 10px;
}
body.cms-home-2024 .create-your-ideal-space h3 {
  text-decoration: underline;
}
body.cms-home-2024 .container.whats-new-avfi-container {
  padding: 0;
}
body.cms-home-2024 .whats-new > div + div .pagebuilder-column {
  padding: 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  body.cms-home-2024 .whats-new > div + div .pagebuilder-column {
    padding: 0;
  }
}
body.cms-home-2024 .whats-new > div + div .pagebuilder-column-line:first-child .pagebuilder-column:first-child {
  border-right: solid 5px #548335;
  border-bottom: solid 5px #548335;
}
body.cms-home-2024 .whats-new > div + div .pagebuilder-column-line + div .pagebuilder-column:first-child {
  border-top: solid 5px #548335;
  border-right: solid 5px #548335;
}
body.cms-home-2024 .whats-new > div + div .pagebuilder-column-line:first-child .pagebuilder-column:first-child + div {
  border-left: solid 5px #548335;
  border-bottom: solid 5px #548335;
}
body.cms-home-2024 .whats-new > div + div .pagebuilder-column-line + div .pagebuilder-column:first-child + div {
  border-top: solid 5px #548335;
  border-left: solid 5px #548335;
}
body.cms-home-2024 .whats-new a.pagebuilder-button-primary {
  font-family: 'inter-medium';
}
body.cms-home-2024 .whats-new .pagebuilder-column a {
  color: #083700;
}
@media (max-width: 768px) {
  body.cms-home-2024 .whats-new .pagebuilder-column a {
    padding: 0;
    font-size: 100% !important;
    display: block;
    margin: 0 15px;
  }
}
body.cms-home-2024 .testimonials a {
  color: #083700;
}
body.cms-home-2024 .testimonials .pagebuilder-column-group.container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media (min-width: 768px) {
  body.cms-home-2024 .testimonials .pagebuilder-column-group.container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
body.cms-home-2024 .testimonials .pagebuilder-column-group.container::before {
  display: none;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line {
  box-shadow: #c5c5c5 0px 3px 6px;
  overflow: hidden;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table {
  border: none;
  padding: 25px;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td {
  border: none;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td:first-child {
  width: 92px !important;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td:last-child {
  width: auto !important;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td img {
  height: auto !important;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td p {
  font-family: "inter-medium";
  font-size: 20px;
  padding: 0px;
  background-color: white;
  height: auto;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table td p + p {
  font-size: 18px;
  font-family: 'inter-regular';
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table + p {
  font-size: 20px;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line table + p:last-child {
  margin-bottom: 0;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line p {
  padding: 25px;
  background-color: #87A872;
  color: white;
  height: 100%;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line .pagebuilder-column {
  border-radius: 10px;
}
body.cms-home-2024 .testimonials .pagebuilder-column-line .pagebuilder-column.active {
  border: 2px solid #548335;
  /* Apple's blue color */
  box-shadow: 0 0 10px #548335 /* Blue glow */;
}
/**
*
* Testimonials page
**/
body.cms-testimonials #maincontent {
  font-family: "inter-regular", opensans;
}
body.cms-testimonials #maincontent h1,
body.cms-testimonials #maincontent h2,
body.cms-testimonials #maincontent h3,
body.cms-testimonials #maincontent h4,
body.cms-testimonials #maincontent h5,
body.cms-testimonials #maincontent h6 {
  font-family: "inter-medium";
}
body.cms-testimonials #maincontent h1 {
  margin-bottom: 0 !important;
}
body.cms-testimonials #maincontent h2 {
  font-size: 48px;
}
body.cms-testimonials #maincontent h3 {
  font-size: 30px;
}
body.cms-testimonials #maincontent a,
body.cms-testimonials #maincontent .pagebuilder-button-link,
body.cms-testimonials #maincontent p {
  font-size: 25px;
  line-height: 30px;
}
body.cms-testimonials #maincontent .testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-group.container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media (min-width: 768px) {
  body.cms-testimonials #maincontent .testimonials .pagebuilder-column-group.container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-group.container::before {
  display: none;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line {
  box-shadow: #c5c5c5 0px 3px 6px;
  overflow: hidden;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table {
  border: none;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td {
  border: none;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td:first-child {
  width: 92px !important;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td:last-child {
  width: auto !important;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td img {
  height: auto !important;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td p {
  font-family: "inter-medium";
  font-size: 20px;
  padding: 0px;
  background-color: white;
  height: auto;
  color: #000;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table td p + p {
  font-size: 18px;
  font-family: 'inter-regular';
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table + p {
  font-size: 20px;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line table + p:last-child {
  margin-bottom: 0;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line p {
  padding: 25px;
  background-color: #87A872;
  color: white;
  height: 100%;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line .pagebuilder-column {
  border-radius: 10px;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line .pagebuilder-column.active {
  border: 2px solid #548335;
  /* Apple's blue color */
  box-shadow: 0 0 10px #548335 /* Blue glow */;
}
body.cms-testimonials #maincontent .testimonials .pagebuilder-column-line .pagebuilder-column div[data-content-type="text"] {
  height: 100%;
}
.footer-social-icons li {
  margin-bottom: 0px;
}
.footer-social-icons li a i {
  font-size: 20px;
  color: #000;
  padding: 5px;
}
.footer-social-icons li a::before {
  display: none;
}
.toll-free-media {
  font-family: "inter-regular", opensans;
  padding: 15px;
  background-color: #548335;
  margin: 0;
}
@media (min-width: 768px) {
  .toll-free-media .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
    width: 100%;
  }
}
.toll-free-media .toll a {
  color: white;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 10px 10px 0px;
  display: inline-block;
}
@media (min-width: 940px) {
  .toll-free-media .toll a {
    font-size: 25px;
  }
}
.toll-free-media .footer-social-icons li {
  background: none;
}
.toll-free-media .footer-social-icons li i {
  color: white;
  font-size: 25px;
}
footer.main-footer.static-footer {
  background-color: #083700;
  font-family: "inter-regular", opensans;
}
footer.main-footer.static-footer h1,
footer.main-footer.static-footer h2,
footer.main-footer.static-footer h3,
footer.main-footer.static-footer h4,
footer.main-footer.static-footer h5,
footer.main-footer.static-footer h6 {
  font-family: "inter-medium";
}
footer.main-footer.static-footer h2 {
  font-size: 48px;
}
footer.main-footer.static-footer h3 {
  font-size: 30px;
}
footer.main-footer.static-footer a,
footer.main-footer.static-footer .pagebuilder-button-link,
footer.main-footer.static-footer p,
footer.main-footer.static-footer span {
  font-size: 20px;
  line-height: 30px;
}
footer.main-footer.static-footer .hours h3 {
  display: inline-block;
  border-bottom: 2px solid #548335;
}
footer.main-footer.static-footer .hours p {
  margin-bottom: 25px;
  display: block;
  clear: both;
}
footer.main-footer.static-footer .hours p span {
  float: none;
}
footer.main-footer.static-footer .hours ul,
footer.main-footer.static-footer .footer-account ul,
footer.main-footer.static-footer .categories ul {
  margin: 0;
  padding: 0;
}
footer.main-footer.static-footer .hours span.title,
footer.main-footer.static-footer .footer-account span.title,
footer.main-footer.static-footer .categories span.title {
  font-size: 25px;
  margin-bottom: 20px;
}
footer.main-footer.static-footer .footer-account span.title,
footer.main-footer.static-footer .categories span.title {
  font-family: "inter-medium";
}
/*
* New Theme Style 2024 Header
*
**/
header.page-header.theme-2024 {
  float: none;
  margin-top: 0;
  font-family: "inter-regular";
}
header.page-header.theme-2024 .panel.wrapper .logo,
header.page-header.theme-2024 .panel.wrapper .header-right,
header.page-header.theme-2024 .panel.wrapper .header-right-top {
  float: none;
  width: 100%;
  display: block;
  padding-top: 0;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content {
  float: none;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
}
@media (min-width: 768px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column {
    padding: 0;
  }
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .block.block-search,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .block.block-search,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .block.block-search {
  width: 100%;
  float: none;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .miniquote-wrapper,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .miniquote-wrapper,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .miniquote-wrapper {
  float: none;
  text-align: right;
  width: 100%;
  margin: 0;
  padding-right: 10px;
  border: none;
}
@media (max-width: 768px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .miniquote-wrapper,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .miniquote-wrapper,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .miniquote-wrapper {
    text-align: left;
  }
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .miniquote-wrapper .miniquote-items .item-qty,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .miniquote-wrapper .miniquote-items .item-qty,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .miniquote-wrapper .miniquote-items .item-qty {
  margin-right: 0px;
  margin-bottom: 20px;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .miniquote-wrapper .action.showquote::before,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .miniquote-wrapper .action.showquote::before,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .miniquote-wrapper .action.showquote::before {
  content: "\f07a";
  font-family: 'FontAwesome';
  background-image: none;
  color: #548335;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .miniquote-wrapper .product.actions,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .miniquote-wrapper .product.actions,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .miniquote-wrapper .product.actions {
  float: none !important;
  margin: 0px;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column input[type="text"],
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column input[type="text"],
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column input[type="text"] {
  border: 1px solid #548335;
  border-radius: 10px;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .navigation a,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .navigation a,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .navigation a {
  font-family: 'inter-regular';
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .nav-toggle,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .nav-toggle,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .nav-toggle {
  top: 10px;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .column .logo,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .column .logo,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .column .logo {
  margin: 0 auto;
}
@media (min-width: 768px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .header-logo-container,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .header-logo-container,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .header-logo-container,
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .header-search-container,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .header-search-container,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .header-search-container {
    display: flex;
    align-items: center;
  }
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .header-contact-container,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .header-contact-container,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .header-contact-container {
  background-color: #548335;
  width: 100vw;
  /* Make it span the full viewport width */
  position: absolute;
  left: 50%;
  /* Start from the middle of the row */
  transform: translateX(-50%);
  /* Move it back to align with the left edge */
  padding: 15px;
  /* Optional: Add some padding if needed */
  box-sizing: border-box;
  /* Ensure padding is included in the width */
  z-index: 1;
  /* Ensure it is above other content */
  color: white;
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .header-contact-container a,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .header-contact-container a,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .header-contact-container a {
  color: white;
}
@media (max-width: 768px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .row .header-contact-container .container,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .row .header-contact-container .container,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .row .header-contact-container .container {
    text-align: center;
    font-size: 90%;
  }
}
header.page-header.theme-2024 .panel.wrapper .logo .header.content .header-contact-row,
header.page-header.theme-2024 .panel.wrapper .header-right .header.content .header-contact-row,
header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .header-contact-row {
  min-height: 50px;
  margin-top: -2px;
  text-align: right;
}
@media (max-width: 769px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .header-contact-row,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .header-contact-row,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .header-contact-row {
    margin-top: -11px;
  }
}
@media (max-width: 769px) {
  header.page-header.theme-2024 .panel.wrapper .logo .header.content .header-contact-row .title,
  header.page-header.theme-2024 .panel.wrapper .header-right .header.content .header-contact-row .title,
  header.page-header.theme-2024 .panel.wrapper .header-right-top .header.content .header-contact-row .title {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 769px) {
  .announcement h3 {
    display: none;
    visibility: hidden;
  }
}
body.theme-2024 {
  font-family: "inter-regular";
}
body.theme-2024 h1,
body.theme-2024 h2,
body.theme-2024 h3,
body.theme-2024 h4,
body.theme-2024 h5,
body.theme-2024 h6 {
  font-family: "inter-medium";
}
body.theme-2024 h2 {
  font-size: 48px;
}
body.theme-2024 h3 {
  font-size: 30px;
}
body.theme-2024 a,
body.theme-2024 .pagebuilder-button-link,
body.theme-2024 p,
body.theme-2024 span {
  font-size: 20px;
  line-height: 30px;
}
.informational-icons .pagebuilder-column-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 992px) {
  .informational-icons .pagebuilder-column-group {
    gap: 13px;
  }
}
.informational-icons .pagebuilder-column-group figure {
  margin-bottom: 22px;
}
.informational-icons .pagebuilder-column-group .pagebuilder-column-line {
  flex: 1;
  /* Distribute equal space to each column */
}
body.theme-2024.cms-product.cms-page-view {
  font-family: 'Open Sans';
}
body.theme-2024.cms-product.cms-page-view h1,
body.theme-2024.cms-product.cms-page-view h2,
body.theme-2024.cms-product.cms-page-view h3,
body.theme-2024.cms-product.cms-page-view h4,
body.theme-2024.cms-product.cms-page-view h5,
body.theme-2024.cms-product.cms-page-view h6,
body.theme-2024.cms-product.cms-page-view a.pagebuilder-button-primary,
body.theme-2024.cms-product.cms-page-view a.pagebuilder-button-secondary {
  font-family: "raleway-bold";
}
body.theme-2024.cms-product.cms-page-view h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 5px;
  font-family: "raleway-extrabold";
}
body.theme-2024.cms-product.cms-page-view h2 {
  font-size: 26px;
  font-family: "raleway-extrabold";
}
body.theme-2024.cms-product.cms-page-view h3 {
  font-size: 22px;
  font-family: "raleway-extrabold";
}
body.theme-2024.cms-product.cms-page-view a,
body.theme-2024.cms-product.cms-page-view .pagebuilder-button-link,
body.theme-2024.cms-product.cms-page-view p,
body.theme-2024.cms-product.cms-page-view span {
  font-size: 19px;
  line-height: 29px;
}
@media (max-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .header.content .container,
  body.theme-2024.cms-product.cms-page-view .header.content a,
  body.theme-2024.cms-product.cms-page-view .header.content span {
    text-align: center;
    font-size: 12.6px;
  }
  body.theme-2024.cms-product.cms-page-view .header.content .header-contact-container {
    max-height: 50px;
  }
}
body.theme-2024.cms-product.cms-page-view .column.main {
  padding-bottom: 0;
}
body.theme-2024.cms-product.cms-page-view .page-header {
  margin-bottom: 0 !important;
}
body.theme-2024.cms-product.cms-page-view .light-background {
  background-color: #F2F5F0;
}
body.theme-2024.cms-product.cms-page-view .medium-background {
  background-color: #5F813F;
}
body.theme-2024.cms-product.cms-page-view .strong-background {
  background-color: #093700;
}
body.theme-2024.cms-product.cms-page-view .section-padding-top {
  padding-top: 40px;
}
body.theme-2024.cms-product.cms-page-view .section-padding-bottom {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  body.theme-2024.cms-product.cms-page-view .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.theme-2024.cms-product.cms-page-view h1,
body.theme-2024.cms-product.cms-page-view h2,
body.theme-2024.cms-product.cms-page-view h3,
body.theme-2024.cms-product.cms-page-view h4,
body.theme-2024.cms-product.cms-page-view h5,
body.theme-2024.cms-product.cms-page-view .informational-icons,
body.theme-2024.cms-product.cms-page-view .category-banner-text p,
body.theme-2024.cms-product.cms-page-view .product-right-display .info a,
body.theme-2024.cms-product.cms-page-view .service-list a {
  color: #5F813F;
}
body.theme-2024.cms-product.cms-page-view .category-banner-text p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 24px;
}
body.theme-2024.cms-product.cms-page-view .informational-custom-label h3:before,
body.theme-2024.cms-product.cms-page-view .new_products_static-text h3:before,
body.theme-2024.cms-product.cms-page-view .services-section-wrapper h3:before,
body.theme-2024.cms-product.cms-page-view .product-right-display h3:before {
  content: '';
  padding: 1px;
  height: 3px;
  width: 120px;
  display: block;
  background-color: #5F813F;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.theme-2024.cms-product.cms-page-view .informational-banner {
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
}
@media (min-width: 992px) {
  body.theme-2024.cms-product.cms-page-view .informational-banner:before {
    content: '';
    background-color: #5F813F;
    position: absolute;
    width: 500px;
    height: 550px;
    top: 0;
    right: 0;
    border-radius: 50px 0px 0px 50px;
  }
}
@media (min-width: 1200px) {
  body.theme-2024.cms-product.cms-page-view .informational-banner:before {
    width: 650px;
  }
}
@media (min-width: 1650px) {
  body.theme-2024.cms-product.cms-page-view .informational-banner:before {
    width: 800px;
  }
}
@media (min-width: 2300px) {
  body.theme-2024.cms-product.cms-page-view .informational-banner:before {
    width: 1150px;
  }
}
body.theme-2024.cms-product.cms-page-view .informational-banner .category-image img {
  border-radius: 25px;
  height: 490px;
  width: 100%;
  object-fit: cover;
  margin-top: 50px;
}
@media (min-width: 992px) {
  body.theme-2024.cms-product.cms-page-view .informational-banner .category-image img {
    margin-top: 0px;
  }
}
body.theme-2024.cms-product.cms-page-view .informational-banner a span::after {
  content: '\f061';
  font-family: 'FontAwesome';
  margin-left: 5px;
}
body.theme-2024.cms-product.cms-page-view .informational-banner a.pagebuilder-button-secondary {
  color: #5F813F;
  padding: 17px;
  display: block;
}
body.theme-2024.cms-product.cms-page-view .informational-banner a.pagebuilder-button-secondary:hover {
  background-color: #5F813F;
  color: white;
  text-decoration: none;
}
body.theme-2024.cms-product.cms-page-view .informational-icons {
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 3px 1px rgba(128, 128, 128, 0.32);
  margin-top: -60px;
  background-color: white;
  width: 100%;
  font-weight: 700;
  max-width: 1170px;
}
@media (min-width: 992px) {
  body.theme-2024.cms-product.cms-page-view .informational-icons {
    padding: 20px 100px;
  }
}
body.theme-2024.cms-product.cms-page-view .informational-icons img {
  min-height: 65px;
}
body.theme-2024.cms-product.cms-page-view .informational-icons p {
  line-height: 25px;
}
body.theme-2024.cms-product.cms-page-view .informational-description {
  padding-top: 65px;
}
body.theme-2024.cms-product.cms-page-view .informational-description h3 {
  margin-top: 0px;
}
body.theme-2024.cms-product.cms-page-view .informational-description p {
  font-size: 16px;
  line-height: 24px;
}
body.theme-2024.cms-product.cms-page-view .informational-custom-label h3 {
  font-size: 32px;
  margin-bottom: 40px;
}
body.theme-2024.cms-product.cms-page-view .product-page.avfi-product .product-landing.side-menu ul {
  padding-left: 0px;
}
body.theme-2024.cms-product.cms-page-view .product-page.avfi-product .product-landing.side-menu .info {
  margin-top: 30px;
}
body.theme-2024.cms-product.cms-page-view .product-page.avfi-product .product-landing.side-menu li:first-of-type .info {
  margin-top: 0px;
}
body.theme-2024.cms-product.cms-page-view .new_products_static-text h3:first-of-type {
  font-size: 32px;
  margin-bottom: 40px;
}
body.theme-2024.cms-product.cms-page-view .new_products_static-text .product-items.widget-product-grid {
  gap: 15px;
}
body.theme-2024.cms-product.cms-page-view .new_products_static-text .product-items.widget-product-grid li.product-item {
  margin: 0px !important;
}
body.theme-2024.cms-product.cms-page-view .new_products_static-text .product-item-details h3.Product-sku {
  margin-bottom: 0px;
}
body.theme-2024.cms-product.cms-page-view .services_static-text h3:first-of-type {
  font-size: 32px;
  margin-bottom: 40px;
}
body.theme-2024.cms-product.cms-page-view .services_static-text .pagebuilder-column-line {
  gap: 15px;
}
body.theme-2024.cms-product.cms-page-view .services_static-text .pagebuilder-column-line .pagebuilder-column {
  margin: 0px !important;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper {
  color: white;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper h3 {
  color: white;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper p {
  font-size: 16px;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a {
  color: white;
  padding: 14px 16px;
  border-radius: 30px;
  border: solid 2px #5F813F;
  display: block;
  margin: 5px 0;
  font-weight: bold;
  margin-bottom: 25px;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a:hover {
  background-color: #5F813F;
  text-decoration: none;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a:after {
  content: '\f054';
  font-family: 'FontAwesome';
  margin-left: 5px;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a.pagebuilder-button-primary {
  color: #5F813F;
  background-color: white;
  padding: 14px 70px;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a.pagebuilder-button-primary:hover {
  color: white;
  background-color: #5F813F;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper a.pagebuilder-button-primary:after {
  display: none;
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper .pagebuilder-column-line {
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper .pagebuilder-column-line {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
}
body.theme-2024.cms-product.cms-page-view .calltoactions-section-wrapper .pagebuilder-column-line img {
  width: 100%;
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text h3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  color: #5F813F;
  background-color: #FFFFFF;
  padding: 25px 30px;
  border-radius: 60px;
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text h3 .ui-icon {
  display: none;
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text h3:before {
  content: '\f054';
  font-family: 'FontAwesome';
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text h3.ui-state-active {
  background-color: #F2F5F0;
  padding: 25px 40px;
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text h3.ui-state-active:before {
  content: '\f078';
  font-family: 'FontAwesome';
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text .content {
  padding: 75px 25px 35px 25px;
  margin-top: -40px;
  border-radius: 60px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .informational-accordion-text .content {
    padding: 75px 100px 35px 100px;
  }
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text .content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
}
body.theme-2024.cms-product.cms-page-view .informational-accordion-text a {
  color: #5F813F;
  font-size: 16px;
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item,
body.theme-2024.cms-product.cms-page-view .product-right-display .cat-image a img,
body.theme-2024.cms-product.cms-page-view .product-right-display {
  border-radius: 30px;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column,
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item,
body.theme-2024.cms-product.cms-page-view .product-right-display {
  border: solid 1px #8b7f7f;
  padding: 10px;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column h3,
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item h3,
body.theme-2024.cms-product.cms-page-view .product-right-display h3 {
  color: #5F813F;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column h3 a,
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item h3 a,
body.theme-2024.cms-product.cms-page-view .product-right-display h3 a {
  color: #5F813F;
}
@media (max-width: 1200px) {
  body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column h3 a,
  body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item h3 a,
  body.theme-2024.cms-product.cms-page-view .product-right-display h3 a {
    font-size: 14px;
  }
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item:hover,
body.theme-2024.cms-product.cms-page-view .product-right-display:hover {
  box-shadow: 0px 0px 1px 1px #8b7f7f;
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper a {
  color: #5F813F;
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* Ensures even distribution of space between items */
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* Distributes space between items in each row */
  width: 100%;
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item {
  flex: 1 1 calc(5%);
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: white;
  margin-left: 0;
  margin: 20px !important;
  text-align: center;
}
@media (max-width: 1200px) {
  body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item {
    flex: 1 1 calc(30%);
  }
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  padding: inherit;
  overflow: hidden;
  border: none;
}
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .price-box,
body.theme-2024.cms-product.cms-page-view .new-products-section-wrapper .product-item-actions {
  display: none;
  visibility: hidden;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper {
  padding-bottom: 60px;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items a.pagebuilder-button-link:before {
  content: '';
  padding: 1px;
  height: 3px;
  width: 120px;
  display: block;
  background-color: #5F813F;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* Distributes space between items in each row */
  width: 100%;
}
@media (max-width: 485px) {
  body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line {
    flex-direction: column;
  }
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line .pagebuilder-column {
  flex: 1 1 calc(5%);
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: white;
  margin-left: 0;
  text-align: center;
  border-radius: 30px;
  padding: 80px 10px;
}
@media (max-width: 1200px) {
  body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line .pagebuilder-column {
    flex: 1 1 calc(30%);
  }
}
body.theme-2024.cms-product.cms-page-view .services-section-wrapper .items .pagebuilder-column-line .pagebuilder-column a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper {
  padding-inline: 15px;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .pagebuilder-column-line {
  gap: 40px;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .pagebuilder-column-line {
    flex-direction: row;
  }
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .pagebuilder-column-line .pagebuilder-column {
  width: 100% !important;
}
@media (min-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .pagebuilder-column-line .pagebuilder-column {
    width: 50%;
  }
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .bottom_section-text {
  border-radius: 30px;
  padding: 50px 100px;
  color: white;
}
@media (max-width: 768px) {
  body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .bottom_section-text {
    padding: 50px 25px;
  }
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .bottom_section-text h2 {
  font-size: 40px;
  line-height: 50px;
  color: white;
  margin-top: 0;
  text-transform: uppercase;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper .bottom_section-text p {
  font-size: 18px;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper form .field label {
  display: none;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper form input {
  width: 100%;
  height: 40px !important;
  border-radius: 10px;
  color: #000000;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper form textarea {
  border-radius: 10px;
  color: #000000;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper form button {
  background: none;
  border-radius: 30px;
  color: white;
  border: solid 2px white;
  box-shadow: none;
  text-transform: uppercase;
  padding: 14px 24px;
}
body.theme-2024.cms-product.cms-page-view .bottom_section-section-wrapper form button:hover {
  border: solid 2px #5F813F;
  background-color: white;
  color: #5F813F;
}
.cms-product.cms-page-view .product-right-display p a,
.cms-product.cms-page-view .product-right-display h3 a {
  color: #58595b;
}
.colour_path {
  fill: #ffc100;
  animation: logo_animation 5s;
}
@keyframes logo_animation {
  0% {
    fill: #FF002C;
  }
  50% {
    fill: #394DAA;
  }
  100% {
    fill: #ffc100;
  }
}
@media (max-width: 769px) {
  #html-body .wellcome-message-row .pagebuilder-column-line {
    display: block;
  }
}
@media (max-width: 769px) {
  #html-body .wellcome-message-row .pagebuilder-column-line .pagebuilder-column {
    display: block;
    width: 100%;
  }
}
#html-body .wellcome-message-row .button-column {
  text-align: center;
}
#html-body .wellcome-message-row .pagebuilder-button-primary {
  color: #548335;
  background: white;
  padding: 10px 20px;
  display: inline-block;
  font-size: 25px;
  border-radius: 10px;
  border: solid 1px #548335;
  font-family: 'inter';
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .nav-toggle {
    z-index: 999999 !important;
  }
  .header.content .row:has(.header-logo-container) {
    position: relative;
  }
  .miniquote-wrapper {
    padding-top: 0;
  }
  .header.content .action.showquote:before,
  .header.content .action.showquote.active:before,
  .header.content .action.showquote:hover:before {
    font-size: 34px;
    padding-top: 5px;
    width: 44px;
    height: 40px;
  }
  .header-logo-container {
    padding-bottom: 20px;
  }
  .row .header-logo-container + .col-md-8 + .col-md-1 {
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
  }
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .action.showquote .counter.qty {
    top: -14px;
    right: -14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  footer.main-footer ul li {
    margin-bottom: 4px;
    text-align: left;
  }
}
.cms-avfi-finishes .pagebuilder-column-line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cms-avfi-finishes .product-item {
  white-space: nowrap !important;
}
.cms-avfi-finishes .product-item P {
  white-space: nowrap !important;
}
.cms-avfi-finishes .finish-title p {
  white-space: nowrap !important;
  text-transform: uppercase;
  font-family: oswaldregular;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  text-align: center;
  display: block;
}
.cms-avfi-finishes .column.main {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 0px) {
  .cms-avfi-finishes .pagebuilder-column-line .product-item {
    width: 50% !important;
  }
}
@media (min-width: 500px) {
  .cms-avfi-finishes .pagebuilder-column-line .product-item {
    width: 44% !important;
  }
}
@media (min-width: 700px) {
  .cms-avfi-finishes .pagebuilder-column-line .product-item {
    width: 29% !important;
  }
}
@media (min-width: 768px) {
  .cms-avfi-finishes .column.main {
    width: 750px;
  }
}
@media (min-width: 850px) {
  .cms-avfi-finishes .pagebuilder-column-line .product-item {
    width: 21% !important;
  }
}
@media (min-width: 992px) {
  .cms-avfi-finishes .column.main {
    width: 970px;
  }
}
@media (min-width: 1000px) {
  .cms-avfi-finishes .pagebuilder-column-line .product-item {
    width: 17% !important;
  }
}
@media (min-width: 1200px) {
  .cms-avfi-finishes .column.main {
    width: 1170px;
  }
  .cms-avfi-finishes .pagebuilder-column-line .product-item {
    width: 15% !important;
  }
}
@media all {
  a {
    color: #006bb4;
    text-decoration: none;
  }
  a:visited {
    color: #006bb4;
    text-decoration: none;
  }
  a:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  a:active {
    color: #ff5501;
    text-decoration: underline;
  }
  *:focus {
    box-shadow: none;
    outline: 0;
  }
}
@media all {
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  :after,
  :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  a {
    color: #337ab7;
    text-decoration: none;
  }
  a:focus,
  a:hover {
    color: #23527c;
    text-decoration: underline;
  }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
}
@media all and print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
}
@media all {
  a,
  a:visited {
    color: #006bb4;
    text-decoration: none;
  }
  a:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  a:active {
    color: #ff5501;
    text-decoration: underline;
  }
  *:focus {
    box-shadow: none;
    outline: 0;
  }
}
@media all {
  .cms-avfi-finishes a:focus,
  .cms-avfi-finishes a:active {
    outline: 0;
    text-decoration: none;
  }
}
/*! CSS Used from: Embedded */
.cms-avfi-finishes .attachmentsection.pdf {
  display: inline-block;
  margin-bottom: 5px;
}
.cms-avfi-finishes .attachmentsection.pdf a {
  background-color: #c9c5c5;
  display: inline-block;
  color: black;
  font-weight: 700;
  width: auto;
  float: none;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
  padding: 10px 10px 10px 50px;
  text-decoration: none;
}
.cms-avfi-finishes .attachmentsection.pdf a:hover {
  color: #548335;
}
.cms-avfi-finishes .attachmentsection.pdf a:before {
  width: 43px;
  height: 39px;
  background: #548335;
  background-image: url('https://www.avfi.com/static/frontend/Videofun/videofuntheme/en_US/images/pdf%20icon.png');
  background-repeat: no-repeat;
  background-position: 11px 5px;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .header.content .container,
  .header.content a,
  .header.content span {
    text-align: center;
    font-size: 12.6px;
  }
  .header.content .header-contact-container {
    max-height: 50px;
  }
}
@media (max-width: 769px) {
  .nav-toggle {
    z-index: 999999 !important;
  }
  .header.content .row:has(.header-logo-container) {
    position: relative;
  }
  .miniquote-wrapper {
    padding-top: 0;
  }
  .header.content .action.showquote:before,
  .header.content .action.showquote.active:before,
  .header.content .action.showquote:hover:before {
    font-size: 34px;
    padding-top: 5px;
    width: 44px;
    height: 40px;
  }
  .header-logo-container {
    padding-bottom: 20px;
  }
  .row .header-logo-container + .col-md-8 + .col-md-1 {
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
  }
  .page-header .panel.wrapper .header-right .header-right-top .header.content .miniquote-wrapper .action.showquote .counter.qty {
    top: -14px;
    right: -14px;
  }
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Videofun/videofuntheme/en_US/Lof_All/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Videofun/videofuntheme/en_US/Lof_All/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Videofun/videofuntheme/en_US/Lof_All/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Videofun/videofuntheme/en_US/Lof_All/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Videofun/videofuntheme/en_US/Lof_All/lib/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Videofun/videofuntheme/en_US/Lof_All/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_Formbuilder
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.formbuilder-form .col-xs-1, .formbuilder-form .col-sm-1, .formbuilder-form .col-md-1, .formbuilder-form .col-lg-1,
.formbuilder-form .col-xs-2, .formbuilder-form .col-sm-2, .formbuilder-form .col-md-2,
.formbuilder-form .col-lg-2, .formbuilder-form .col-xs-3, .formbuilder-form .col-sm-3, .formbuilder-form .col-md-3, .formbuilder-form .col-lg-3, .formbuilder-form .col-xs-4, .formbuilder-form .col-sm-4, .formbuilder-form .col-md-4, .formbuilder-form .col-lg-4, .formbuilder-form .col-xs-5, .formbuilder-form .col-sm-5, .formbuilder-form .col-md-5, .formbuilder-form .col-lg-5, .formbuilder-form .col-xs-6, .formbuilder-form .col-sm-6, .formbuilder-form .col-md-6, .formbuilder-form .col-lg-6, .formbuilder-form .col-xs-7, .formbuilder-form .col-sm-7, .formbuilder-form .col-md-7, .formbuilder-form .col-lg-7, .formbuilder-form .col-xs-8, .formbuilder-form .col-sm-8, .formbuilder-form .col-md-8, .formbuilder-form .col-lg-8, .formbuilder-form .col-xs-9, .formbuilder-form .col-sm-9, .formbuilder-form .col-md-9, .formbuilder-form .col-lg-9, .formbuilder-form .col-xs-10, .formbuilder-form .col-sm-10, .formbuilder-form .col-md-10, .formbuilder-form .col-lg-10, .formbuilder-form .col-xs-11, .formbuilder-form .col-sm-11, .formbuilder-form .col-md-11, .formbuilder-form .col-lg-11, .formbuilder-form .col-xs-12, .formbuilder-form .col-sm-12, .formbuilder-form .col-md-12, .formbuilder-form .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;

    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formbuilder-form .col-xs-1, .formbuilder-form .col-xs-2, .formbuilder-form .col-xs-3, .formbuilder-form .col-xs-4, .formbuilder-form .col-xs-5, .formbuilder-form .col-xs-6, .formbuilder-form .col-xs-7, .formbuilder-form .col-xs-8, .formbuilder-form .col-xs-9, .formbuilder-form .col-xs-10, .formbuilder-form .col-xs-11, .formbuilder-form .col-xs-12 {
  float: left;
}
.formbuilder-form .col-xs-12 {
  width: 100%;
}
.formbuilder-form .col-xs-11 {
  width: 91.66666667%;
}
.formbuilder-form .col-xs-10 {
  width: 83.33333333%;
}
.formbuilder-form .col-xs-9 {
  width: 75%;
}
.formbuilder-form .col-xs-8 {
  width: 66.66666667%;
}
.formbuilder-form .col-xs-7 {
  width: 58.33333333%;
}
.formbuilder-form .col-xs-6 {
  width: 50%;
}
.formbuilder-form .col-xs-5 {
  width: 41.66666667%;
}
.formbuilder-form .col-xs-4 {
  width: 33.33333333%;
}
.formbuilder-form .col-xs-3 {
  width: 25%;
}
.formbuilder-form .col-xs-2 {
  width: 16.66666667%;
}
.formbuilder-form .col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .formbuilder-form .col-sm-1, .formbuilder-form .col-sm-2, .formbuilder-form .col-sm-3, .formbuilder-form .col-sm-4, .formbuilder-form .col-sm-5, .formbuilder-form .col-sm-6, .formbuilder-form .col-sm-7, .formbuilder-form .col-sm-8, .formbuilder-form .col-sm-9, .formbuilder-form .col-sm-10, .formbuilder-form .col-sm-11, .formbuilder-form .col-sm-12 {
    float: left;
  }
  .formbuilder-form .col-sm-12 {
    width: 100%;
  }
  .formbuilder-form .col-sm-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-sm-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-sm-9 {
    width: 75%;
  }
  .formbuilder-form .col-sm-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-sm-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-sm-6 {
    width: 50%;
  }
  .formbuilder-form .col-sm-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-sm-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-sm-3 {
    width: 25%;
  }
  .formbuilder-form .col-sm-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .formbuilder-form .col-md-1, .formbuilder-form .col-md-2, .formbuilder-form .col-md-3, .formbuilder-form .col-md-4, .formbuilder-form .col-md-5, .formbuilder-form .col-md-6, .formbuilder-form .col-md-7, .formbuilder-form .col-md-8, .formbuilder-form .col-md-9, .formbuilder-form .col-md-10, .formbuilder-form .col-md-11, .formbuilder-form .col-md-12 {
    float: left;
  }
  .formbuilder-form .col-md-12 {
    width: 100%;
  }
  .formbuilder-form .col-md-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-md-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-md-9 {
    width: 75%;
  }
  .formbuilder-form .col-md-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-md-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-md-6 {
    width: 50%;
  }
  .formbuilder-form .col-md-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-md-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-md-3 {
    width: 25%;
  }
  .formbuilder-form .col-md-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .formbuilder-form .col-lg-1, .formbuilder-form .col-lg-2, .formbuilder-form .col-lg-3, .formbuilder-form .col-lg-4, .formbuilder-form .col-lg-5, .formbuilder-form .col-lg-6, .formbuilder-form .col-lg-7, .formbuilder-form .col-lg-8, .formbuilder-form .col-lg-9, .formbuilder-form .col-lg-10, .formbuilder-form .col-lg-11, .formbuilder-form .col-lg-12 {
    float: left;
  }
  .formbuilder-form .col-lg-12 {
    width: 100%;
  }
  .formbuilder-form .col-lg-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-lg-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-lg-9 {
    width: 75%;
  }
  .formbuilder-form .col-lg-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-lg-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-lg-6 {
    width: 50%;
  }
  .formbuilder-form .col-lg-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-lg-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-lg-3 {
    width: 25%;
  }
  .formbuilder-form .col-lg-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_Formbuilder
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/js/raty/fonts/raty.eot");
  src: url("../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/js/raty/fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/js/raty/fonts/raty.svg#raty") format("svg");
  src: url("../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/js/raty/fonts/raty.ttf") format("truetype");
  src: url("../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/js/raty/fonts/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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:#fff}.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-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"}.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}
.dm-uploader{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dm-uploader .btn{position:relative;overflow:hidden}.dm-uploader .btn input[type=file]{position:absolute;top:0;right:0;margin:0;border:solid transparent;width:100%;opacity:0;cursor:pointer}/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_Formbuilder
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

 .form-foundation label {
    font-size: 1.4rem !important;
}

.formbuilder-form .clear {
    clear: both;
}

.formbuilder-popup {
    display: none;
}

.field-section-break {
    position: relative;
}

.field-section-break .sm-section-break {
    position: relative;
    text-align: center;
}

.field-section-break .sm-section-break:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(25%, #fff), color-stop(100%, #cecece));
    background: -webkit-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: radial-gradient(ellipse at center, #fff 0%, #cecece 100%);
    position: absolute;
    top: 50%;
    z-index: -1;
}

.field-section-break .sm-section-break span {
    background: #FFF;
    padding: 0 20px;
    font-size: 1.5em;
    padding: 0;
    top: -15px;
    margin: 0;
}

.formbuilder-form .ves-rating-play img {
    display: inline;
}

.formbuilder-form .workflow_table th, .formbuilder-form .workflow_table td {
    padding-bottom: 10px;
    padding-right: 15px;
}

.formbuilder-form .calendar {
    z-index: 99999
}

.formbuilder-form .response-field-draggable-helper {
    border: 1px dashed #ddd;
    background: #eee
}

.formbuilder-form .response-field-text input.rf-size-small {
    width: 130px
}

.formbuilder-form .response-field-text input.rf-size-medium {
    width: 300px
}

.formbuilder-form .response-field-text input.rf-size-large {
    width: 100%
}

.formbuilder-form .response-field-paragraph textarea.rf-size-medium {
    width: 400px;
    min-height: 100px
}

.formbuilder-form .response-field-paragraph textarea.rf-size-large {
    width: 100%;
    min-height: 200px
}

.formbuilder-form .response-field-date .month,.response-field-date .day,.response-field-date .year {
    width: 50px
}

.formbuilder-form .response-field-time .hours,.response-field-time .minutes,.response-field-time .seconds {
    width: 50px
}

.formbuilder-form .response-field-checkboxes .fb-option,.response-field-radio .fb-option {
    margin-bottom: 5px;
    display: inline-block
}

.formbuilder-form .response-field-website input {
    width: 200px
}

.formbuilder ul {
    padding: 0;
    margin: 0;
}

.formbuilder li {
    list-style: none;
}

.formbuilder .required em {
    color: #f00;
}

.response-field-time select {
    width: auto
}

.formbuilder input, .formbuilder select, .formbuilder .form-list input, .formbuilder .form-list select {
    width: auto;
    height: auto;
}

.formbuilder .input-line {
    clear: both;
    margin-bottom: 10px;
}

.formbuilder .subtemplate-wrapper > label {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.response-field-address .street input {
    width: 100%
}

.response-field-address .city, .response-field-address .state {
    display: inline-block
}

.response-field-address input {
    width: 100%
}

.formbuilder .country select,.formbuilder .state select {
    width: 100%
}

.response-field-google_map .form-group input {
    width: 100%
}

.response-field-price .form-input input, .response-field-email .input-box input, .response-field-website .input-box input, .response-field-number .input-box input, .response-field-dropdown .input-box select, .response-field-date .input-box input, .response-field-text input, .response-field-paragraph textarea {
    width: 100%;
}

.formbuilder-form .form-list .field {
    margin-bottom: 10px;
    min-height: 60px;
}

.formbuilder label, .formbuilder .input-box label {
    font-weight: normal;
}

.formbuilder span.help-block {
    display: block;
}

@media only screen and (max-width: 599px) {
    .workflow_table colgroup, .workflow_table thead {
        display: none;
    }

    .workflow_table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .workflow_table tr:after {
        content: '';
        display: block;
        clear: both;
    }

    .workflow_table tr:after:before, .workflow_table tr:after:after {
        content: " ";
        display: table;
    }

    .workflow_table tr:after:after {
        clear: both;
    }

    .workflow_table tr:last-child {
        margin-bottom: 0;
    }

    .workflow_table tfoot tr {
        padding-bottom: 0;
    }

    .workflow_table td {
        border: none;
        display: block;
    }

    .workflow_table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }

    .workflow_table td[data-rwd-label] .price {
        font-weight: normal;
    }

    .workflow_table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
    }

    .workflow_table td.product-cart-price {
        text-align: left;
    }
}

.fancybox-inner {
    overflow-x: hidden !important;
}

.formbuilder-loading.ajax-loading {
    background: rgba(0, 0, 0, 0) url("../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/css/image/ajax-loader.gif") repeat scroll center center;
    height: 30px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 30px;
    z-index: 9999;
}

.subtemplate-wrapper .form-field-icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    line-height: 1.4em;
    font-size: 1.05em;
    color: inherit;
    background-color: transparent;
    padding: 7px 10px 0 0;
}

.subtemplate-wrapper .input-text, .subtemplate-wrapper .input-box {
    position: relative;
}

.response-field-section_break .subtemplate-wrapper {
    height: 100%;
    margin: 0;
}

.response-field-section_break .field-section-break span {
    background: #fff none repeat scroll 0 0;
    padding: 0 10px;
    text-align: center;
}

.ratings-table .rating.small {
    position: relative;
}

.star.on {
    float: left;
    background-image: url("../../frontend/Videofun/videofuntheme/en_US/Lof_Formbuilder/css/image/rating/star-on.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.formbuilder-row .title {
    font-size: 18px;
    font-weight: 700;
}

.value-formbuilder-attr.description {
    padding: 10px 0;
}

.formbuilder-container .formbuilder-row {
    margin-bottom: 30px;
    padding: 15px 0;
}

.box-formbuilder .info {
    color: #f1703d;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.box-formbuilder .info {
    color: #f1703d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-formbuilder .info .lable {
    color: #bbb;
    font-size: 12px;
    font-weight: 400;
}

.formbuilder-form.animation {
    position: fixed;
    top: 100px;
    transition: all 0.6s;
    border: solid 1px #CCC;
    -webkit-box-shadow: 1px -1px 3px #888888;
    box-shadow: 1px -1px 3px #888888;
    z-index: 9999;
    background-color: #fff;
    padding: 0px 15px 10px;
}

.formbuilder-form.animation.animation-right {
    -webkit-box-shadow: 1px -1px 3px #888888;
    box-shadow: none;
    border-left: 0;
    box-shadow: -1px 1px 3px #888888;
}

.formbuilder-form.animation.animation-right .panelbutton {
    border-right: 0px;
}

.formbuilder-form .panelbutton {
    border: solid 1px #CCC;
    background: #FFF;
    padding: 2px 12px;
    position: absolute;
    right: -52px;
    top: 100px;
    border-left: none;
    cursor: pointer;
    font-size: 2em;
}

.formbuilder-form.animation.animation-right .panelbutton {
    left: -52px;
    right: auto;
    border-radius: 3px 0 0 3px;
}

.formbuilder-form .panelbutton:before {
}

.formbuilder-form .panelbutton {
    background: #1979c3
}

.formbuilder-form.animation.animation-left.active {
    left: 0px !important;
    transition: all 0.6s;
}

.formbuilder-form.animation.animation-right.active {
    right: 0px !important;
    transition: all 0.6s;
}

.formbuilder-form.animation .form-content {
    overflow-y: auto;
    overflow-x: hidden;
}

.formbuilder-messages ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.formbuilder-messages ul li {
    margin-bottom: 2rem
}

.formbuilder-form .form-content > h2 {
    text-align: center
}

.form-list > .field {
    position: relative;
}

.subtemplate-wrapper .columns > label {
    font-weight: bold;
}

.subtemplate-inner {
    position: relative;
}
.formbuilder-form .formbuilder-button.button{
    border: 0
}
.formbuilder-form .g-recaptcha {
    margin: 10px 0;
}
.form-fieldtype-price .form-currency{
   position: absolute;
   top: 28%;
   z-index: 9;
   left: 2%;
}
.form-fieldtype-price .input-box {
    position: relative;
    float: left;
    width: 100%;
}
.form-fieldtype-price .input-box input{
    padding-left: 30px;
}

.formbuilder-form .form-list .field.hidden {
    display: block !important;
    clear: both;
    height: 1px;
    visibility: hidden;
    line-height: 1px;
    margin-bottom: 0;
    min-height: 0;
}
.formbuilder-form .form-list .row{
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
}
.formbuilder-form .dm-uploader {
    border: 0.25rem dashed #A5A5C7;
    text-align: center;
}
.formbuilder-form .dm-uploader.active {
    border-color: red;

    border-style: solid;
}
.formbuilder-form .mt-5, .formbuilder-form .my-5 {
    margin-top: 3rem!important;
}
.formbuilder-form .mb-5, .formbuilder-form .my-5 {
    margin-bottom: 3rem!important;
}
.formbuilder-form .text-muted {
    color: #868e96!important;
}
.formbuilder-form .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.formbuilder-form .btn-block {
    display: block;
    width: 100%;
}
.formbuilder-form .btn:not([disabled]):not(.disabled) {
    cursor: pointer;
}
.formbuilder-form .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,.125);
    border-radius: .25rem;
}
.formbuilder-form .h-50 {
    height: 50%!important;
}
.formbuilder-form .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.formbuilder-form .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.formbuilder-form .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.formbuilder-form .flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    flex-basis: inherit;
    -webkit-flex-basis: inherit;
    -moz-flex-basis: inherit;
    -ms-flex-preferred-size: inherit;
}
.formbuilder-form .p-2 {
    padding: .5rem!important;
}
.formbuilder-form .p-5 {
    padding: 3rem!important;
}
.formbuilder-form .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.formbuilder-form .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.formbuilder-form .mb-1, .formbuilder-form .my-1 {
    margin-bottom: .25rem!important;
}
.formbuilder-form .mb-2, .formbuilder-form .my-2 {
    margin-bottom: .5rem!important;
}
.formbuilder-form .mt-1, .formbuilder-form .my-1 {
    margin-top: .25rem!important;
}

.signature-pad {
    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;
    font-size: 10px;
    width: 100%;
    height: 250px;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
  }

  .signature-pad::before,
  .signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    /*box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);*/
  }

  .signature-pad::before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
            transform: skew(-3deg) rotate(-3deg);
  }

  .signature-pad::after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
            transform: skew(3deg) rotate(3deg);
  }

  .signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #f4f4f4;
  }

  .signature-pad--body
  canvas {
    display: inline-block;
    position: absolute;
    opacity: 1;
    vertical-align: baseline;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
  }

  .signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
  }

  .signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
  }
  .formbuilder-form .button{
    color: #000
  }
.confirm-signature label {
    color: #000;
    font-weight: 600;
}
.response-field-google_map label.control-label {
    line-height: 30px;
}
.fancybox-lock .pac-container{
    z-index: 100000;
}
.barcode-reader-form{
    max-width: 400px;
}
.message-qrcode{
    margin-left: 15px;
}
.page-main-full-width .formbuilder-form .row {
    margin-right: 0px;
    margin-left: 0px;
}.block-miniquote .block-content > .actions > .primary .action.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem
}

.block-miniquote .items-total {
    float: left;
    margin: 0 10px
}

.block-miniquote .items-total .count {
    font-weight: 700
}

.block-miniquote .subtotal {
    margin: 0 10px;
    text-align: right
}

.block-miniquote .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700
}

.block-miniquote .subtitle {
    display: none
}

.block-miniquote .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center
}

.block-miniquote .text.empty {
    text-align: center
}

.block-miniquote .block-content > .actions {
    margin-top: 15px
}

.block-miniquote .block-content > .actions > .secondary {
    text-align: center
}

.block-miniquote .block-content > .actions > .primary {
    margin: 0 10px 15px
}

.block-miniquote .block-content > .actions > .primary .action.primary {
    display: block;
    width: 100%
}

.block-miniquote .block-content > .actions .paypal-logo {
    margin-top: 15px;
    text-align: center
}

.block-miniquote .block-category-link,.block-miniquote .block-product-link,.block-miniquote .block-cms-link,.block-miniquote .block-banners {
    margin: 15px 0 0;
    text-align: center
}

.miniquote-wrapper {
    display: inline-block;
    position: relative;
    float: right
}

.miniquote-wrapper:before,.miniquote-wrapper:after {
    content: '';
    display: table
}

.miniquote-wrapper:after {
    clear: both
}

.miniquote-wrapper .action.showquote {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.miniquote-wrapper .action.showquote:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 28px;
    color: #8f8f8f;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-wrapper .action.showquote:hover:before {
    color: #333
}

.miniquote-wrapper .action.showquote:active:before {
    color: #8f8f8f
}

.miniquote-wrapper .action.showquote.active {
    display: inline-block;
    text-decoration: none
}

.miniquote-wrapper .action.showquote.active:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 28px;
    color: #8f8f8f;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-wrapper .action.showquote.active:hover:before {
    color: #333
}

.miniquote-wrapper .action.showquote.active:active:before {
    color: #8f8f8f
}

.miniquote-wrapper .block-miniquote {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15)
}

.miniquote-wrapper .block-miniquote li {
    margin: 0
}

.miniquote-wrapper .block-miniquote li:hover {
    cursor: pointer
}

.miniquote-wrapper .block-miniquote:before,.miniquote-wrapper .block-miniquote:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.miniquote-wrapper .block-miniquote:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.miniquote-wrapper .block-miniquote:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.miniquote-wrapper .block-miniquote:before {
    left: 10px;
    top: -12px
}

.miniquote-wrapper .block-miniquote:after {
    left: 9px;
    top: -14px
}

.miniquote-wrapper.active {
    overflow: visible
}

.miniquote-wrapper.active .block-miniquote {
    display: block;
    position: absolute
}

.miniquote-wrapper .block-miniquote {
    padding: 25px 20px;
    right: 0;
    width: 320px
}

.miniquote-wrapper .block-miniquote .block-title {
    display: none
}

.miniquote-wrapper .block-miniquote:after {
    left: auto;
    right: 25px
}

.miniquote-wrapper .block-miniquote:before {
    left: auto;
    right: 26px
}

.miniquote-wrapper .product .actions {
    float: right;
    margin: -24px 0 0
}

.miniquote-wrapper .product .actions > .primary,.miniquote-wrapper .product .actions > .secondary {
    display: inline
}

.miniquote-wrapper .product .actions > .primary:not(:last-child),.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
    margin-right: 15px
}

.miniquote-wrapper .action.close {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    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
}

.miniquote-wrapper .action.close:focus,.miniquote-wrapper .action.close:active {
    background: none;
    border: none
}

.miniquote-wrapper .action.close:hover {
    background: none;
    border: none
}

.miniquote-wrapper .action.close.disabled,.miniquote-wrapper .action.close[disabled],fieldset[disabled] .miniquote-wrapper .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

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

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

.miniquote-wrapper .action.close:hover:before {
    color: inherit
}

.miniquote-wrapper .action.close:active:before {
    color: inherit
}

.miniquote-wrapper .action.showquote {
    white-space: nowrap
}

.miniquote-wrapper .action.showquote .counter.qty {
    background: #ff5501;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal
}

.miniquote-wrapper .action.showquote .counter.qty.empty {
    display: none
}

.miniquote-wrapper .action.showquote .counter.qty .loader > img {
    max-width: 24px
}

.miniquote-wrapper .miniquote-widgets {
    margin-top: 15px
}

.miniquote-items-wrapper {
    border: 1px solid #ccc;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px
}

.miniquote-items {
    margin: 0;
    padding: 0;
    list-style: none none
}

.miniquote-items .product-item {
    padding: 20px 0
}

.miniquote-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc
}

.miniquote-items .product-item:first-child {
    padding-top: 0
}

.miniquote-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem
}

.miniquote-items .price-miniquote {
    margin-bottom: 5px
}

.miniquote-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px
}

.miniquote-items .product-item-name a {
    color: #1979c3
}

.miniquote-items .product-item-details {
    padding-left: 128px;
}

.miniquote-items .product-item-details .price {
    font-weight: 700
}

.miniquote-items .product-item-details .price-including-tax,.miniquote-items .product-item-details .price-excluding-tax {
    margin: 5px 0
}

.miniquote-items .product-item-details .weee[data-label] {
    font-size: 1.1rem
}

.miniquote-items .product-item-details .details-qty {
    margin-top: 10px
}

.miniquote-items .product > .product-item-photo,.miniquote-items .product > .product-image-container {
    float: left;
    margin-left: 30px;
}

.miniquote-items .product .toggle {
    border: 0;
    padding: 0 40px 5px 0
}

.miniquote-items .product .toggle:after {
    color: #8f8f8f;
    margin: 0 0 0 5px;
    position: static
}

.miniquote-items .product .active > .toggle:after {
    content: '\e621'
}

.miniquote-items .product.pricing {
    margin-top: 3px
}

.miniquote-items .product.options .toggle.tooltip {
    display: inline-block;
    text-decoration: none
}

.miniquote-items .product.options .toggle.tooltip > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .product.options .toggle.tooltip:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: -3px 0 0 7px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-items .product.options .details {
    display: none
}

.miniquote-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px
}

.miniquote-items .update-quote-item {
    font-size: 1.1rem;
    vertical-align: top
}

.miniquote-items .subtitle {
    display: none
}

.miniquote-items .action.edit,.miniquote-items .action.delete {
    display: inline-block;
    text-decoration: none
}

.miniquote-items .action.edit > span,.miniquote-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .action.edit:before,.miniquote-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-items .action.edit:hover:before,.miniquote-items .action.delete:hover:before {
    color: #333
}

.miniquote-items .action.edit:active:before,.miniquote-items .action.delete:active:before {
    color: #8f8f8f
}

.miniquote-items .action.delete:before {
    content: '\e604'
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:focus,.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:active {
    background: none;
    border: none
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:hover {
    background: none;
    border: none
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote.disabled,.opc-estimated-wrapper .miniquote-wrapper button.action.showquote[disabled],fieldset[disabled] .opc-estimated-wrapper .miniquote-wrapper button.action.showquote {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:before {
    color: #333
}

.opc-block-summary .miniquote-items-wrapper {
    margin: 0 -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0
}

.miniquote-items .product-image-wrapper {
    height: auto;
    padding: 0 !important
}

.miniquote-items .product-image-wrapper .product-image-photo {
    position: static
}

.miniquote-items .product-item-details .weee[data-label] .label {
    display: none
}

.block-miniquote .paypal,.quote-summary .paypal {
    display: block
}

.miniquote-wrapper .action.showquote .text,.miniquote-wrapper .action.showquote .counter-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .product.options .toggle > span,.shipping-policy-block.field-tooltip .field-tooltip-action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.miniquote-items .product-item > .product:before,.miniquote-items .product-item > .product:after {
    content: '';
    display: table
}

.miniquote-items .product-item > .product:after {
    clear: both
}

.miniquote-items .product .toggle {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none
}

.miniquote-items .product .toggle:after {
    position: absolute;
    right: 20px;
    top: 10px
}

.miniquote-items .product .toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .product .toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-miniquote .subtotal .label:after,.miniquote-items .details-qty .label:after,.miniquote-items .price-miniquote .label:after {
    content: ': '
}

.box-tocart .action.toquote {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 479px) {
    .miniquote-wrapper .block-miniquote {
        width: 290px
    }
}

@media only screen and (max-width: 639px) {
    .miniquote-wrapper {
        margin-top: 10px
    }
}

@media all and (min-width: 768px),print {
    .miniquote-wrapper {
        margin-left: 13px
    }

    .miniquote-wrapper .block-miniquote {
        right: -15px;
        width: 390px;
    }

    .miniquote-wrapper .action.edit:before {
        font-size: 16px;
        line-height: inherit
    }

    .box-tocart .action.toquote {
        margin-bottom: 0;
        margin-right: 1%;
        width: 49%;
    }
}

@media all and (max-width: 768px) {
    .miniquote-items .product-item-details {
        padding-left: 88px;
    }

    .miniquote-items .product > .product-item-photo, .miniquote-items .product > .product-image-container {
        margin-left: 0;
    }
}
.product-item .rfq-form .toquote {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
    background: none;
    color: #1979c3;
}
.table-quote-finder-items thead {
    background: #e8e8e8;
}
.product-addtoquote-button {
    margin-top: 10px;
    border-radius: 0px;
    padding: 7px 6px;
}
.product-item .rfq-form .toquote:hover {
    background: #1979c3;
    color: #FFF;
}
.columns .product-items .rfq-form {
    margin-top: 3px;
}

#rfq-confirm h1 {
    text-align: center;
    padding: 20px 5px;
    margin: 0;
    background: #1979c3;
    color: #FFF;
}

#rfq-confirm #messageBox {
    text-align: center;
    padding: 10px 15px;
    margin-top: 10px;
}

#rfq-confirm p {
    margin-bottom: 1.5rem;
}

#rfq-confirm #confirmButtons {
    padding: 5px 0 20px;
    text-align: center;
    clear: both;
}

#rfq-confirm #confirmButtons .action.primary {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.quote-items span.old-price {
    font-size: 12px;
}
/** MINI QUOTE **/
.miniquote-wrapper .action.showquote:before, .miniquote-wrapper .action.showquote.active:before {
    content: "\e612";
}

.miniquote-wrapper .product.list .label {
    width: 20%;
    display: inline-block;
}

.miniquote-wrapper .product.list .values {
    display: inline-block;
    width: 75%;
}

/** PRODUCT PAGE **/
#quote-sidebar .sidebar-title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
}

#quote-sidebar .block .title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
    border-top: 0;
    border-bottom: 1px solid #ccc;
}

#quote-sidebar .block .title:after {
    top: 10px;
    line-height: inherit;
}

#quote-sidebar .fieldset {
    margin-bottom: 0;
}

#product-addtoquote-button {
    background: none;
    color: #006bb4;
}

#product-addtoquote-button:hover {
    background: #006bb4;
    color: #FFF;
}

#quote-sidebar .block .label {
    font-weight: 400;
}

#quote-sidebar .block .content {
    margin: 30px 0 0;
    padding: 0;
}

#quote-sidebar .action.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    width: 100%;
    margin-top: 30px;
}

#quote-sidebar .customer-details .title:after {
    display: none;
}

#quote-sidebar .customer-details .content {
    display: block;
}

#quote-sidebar .field.street .control input:last-child {
    margin-top: 10px;
}

@media all and (min-width: 768px),print {
    .quotation-quote-index .cart-container .form-cart {
        width: 70%;
    }

    .quotation-quote-index .cart-container .cart-summary {
        min-width: 30%;
    }

    .quotation-quote-index .authentication-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .quotation-quote-index .cart-summary .block>.title:after {
        top: 35px;
        right: 20px;
        left: auto;
        font-size: 2rem;
    }
}

.quotation-quote-index .cart-container .cart-summary {
    padding: 20px;
    z-index: 9;
}

@media all and (min-width: 768px),print {
    #quote-sidebar .col1, #quote-sidebar .col2 {
        width: 48%;
        display: inline-block;
        float: left;
    }

    #quote-sidebar .col2 {
        float: right
    }
}

.quotation-quote-index #shopping-cart-table .input-text.customprice {
    height: 36px;
    margin-top: -7px;
    text-align: center;
    width: 100px;
}

.quotation-quote-index #shopping-cart-table .cart-price .price {
    font-weight: normal;
    margin-top: 5px;
    display: block;
    font-size: 14px;
}

.rfq-addnote {
    font-weight: 600;
    color: #1979c3;
    cursor: pointer;
}

.rfq-addnote:hover {
    text-decoration: underline;
}

.rfq-description {
    display: none;
}

.quotation-quote-view .cart.table-wrapper {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: -1px;
    padding: 25px;
}

#shopping-cart-table .cart:last-child {
    border-bottom: 0;
}

.quotation-quote-view .quote-expiry {
    text-transform: uppercase;
    margin-top: 6px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
    border-radius: 3px;
}

.quotation-quote-view .column.main .primary .action {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    width: 300px;
    margin-top: 30px;
}

.miniquote-wrapper.has-icon .showquote:before, .miniquote-wrapper.has-icon .action.showquote.active:before {
    display: none;
}

.quotation-quote-view #shopping-cart-table .product-item-name > span {
    display: none;
}
@media (min-width: 768px), print{
    .box-quote-shipping-address,.box-quote-billing-address{
        width: 50%!important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .quotation-quote-index #shopping-cart-table .input-text.customprice {
        padding: 0;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .quotation-quote-view .cart.table-wrapper {
        padding: 0;
    }

    .quotation-quote-view #shopping-cart-table tr {
        display: block;
    }

    .quotation-quote-view .cart.table-wrapper .item .col {
        padding: 0;
        width: 100%;
        text-align: left;
        display: block;
    }

    .quotation-quote-view .cart.table-wrapper .product-item-photo {
        position: static;
    }

    .quotation-quote-view .table-wrapper #shopping-cart-table.table>tbody>tr td:before, .quotation-quote-view .table-wrapper #shopping-cart-table.table>tbody>tr th:before {
        padding-right: 10px;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #111;
        font-weight: 700
    }

    .quotation-quote-view .cart.table-wrapper .item .col.qty, .quotation-quote-view .cart.table-wrapper .item .col.sku {
        text-align: right;
    }

    .quotation-quote-view .cart.table-wrapper .item .col.price span, .quotation-quote-view .cart.table-wrapper .item .col .qty {
        display: inline-block;
    }

    .quotation-quote-view .cart.table-wrapper {
        border: 0;
    }

    .quote-items {
        border: 1px solid #ccc;
        margin-bottom: 40px;
        padding: 10px;
    }

    .quotation-quote-view .cart.table-wrapper .cart>.item {
        padding: 10px 0;
    }

    .quotation-quote-view .product-image-container {
        padding-top: 10px;
    }

    .quotation-quote-view .quote-items {
        margin-bottom: 0;
    }

    .quotation-quote-view #shopping-cart-table .product-item-name > span {
        display: block;
        font-size: initial;
        font-weight: bold;
        font-size: 14px;
        display: inline-block;
        padding-right: 10px;
    }

    .quotation-quote-view .column.main .primary .action {
        width: 100%
    }
}
#quote-sidebar .block .title:after {
    top: 20px;
    font-size: 12px;
}
#quote-sidebar .title.active:after {
    content: '\e621'!important;
}
#quote-sidebar ul.list-shipping-rates {
    margin-left: 0px;
    padding-left: 0px;
}
#quote-sidebar .shipping-fee,#quote-sidebar .method-name{ font-weight: 700}
@media print{
    #shopping-cart-table .col.item{width: 40%}
}.cwiw{
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
}
.cwiw .row{
    margin-bottom: 20px;
    margin-right: -15px;
    margin-left: -15px;
}
.cwiw .row:before,
.cwiw .row:after{
    display: table;
    content: " ";
}

.cwiw .row .col-md-4{
    width: 33.33333333%;
    float: left;
}

.cwiw a:hover{
    text-decoration: none;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../../frontend/Videofun/videofuntheme/en_US/Gallery_Photos/css/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../../frontend/Videofun/videofuntheme/en_US/Gallery_Photos/css/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../../frontend/Videofun/videofuntheme/en_US/Gallery_Photos/css/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../../frontend/Videofun/videofuntheme/en_US/Gallery_Photos/css/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../../frontend/Videofun/videofuntheme/en_US/Gallery_Photos/css/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(../../frontend/Videofun/videofuntheme/en_US/Gallery_Photos/css/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}