@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
/* The above import directives are aggregated from content. */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
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: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #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: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .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,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 5px;
}
.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;
  max-width: 100%;
  margin: 0 auto;
}
.amazon-validate-container .block .block-title {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
}
.amazon-validate-container .block .block-title strong {
  font-weight: 500;
}
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin-bottom: 15px;
}
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 47px;
  text-align: center;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  width: auto;
  position: absolute;
  top: 31px;
  left: 10px;
  margin-left: 70%;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.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,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  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 {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.block-minicart .block-content > .actions > .primary .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  font-size: inherit;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.block-compare .action.compare,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 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,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before {
  color: inherit;
}
.field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input,
.form.search.advanced .fields.range .field.date input {
  margin-right: 10px;
  width: calc(100% - (40px + 10px));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - (24px + 10px + 5px));
}
.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: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 25px;
  display: 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: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-weight: 400;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e617';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
.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 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 40px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Alothemes/expert13/en_GB/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;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.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;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Alothemes/expert13/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Alothemes/expert13/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
}
.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-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: 3rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}
.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;
}
.cookie-status-message {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Alothemes/expert13/en_GB/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Alothemes/expert13/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Alothemes/expert13/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Alothemes/expert13/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Alothemes/expert13/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0%;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/Alothemes/expert13/en_GB/Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../../frontend/Alothemes/expert13/en_GB/Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Faqs
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
#magepow_ajaxcart_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 99;
}
#magepow_ajaxcart_popup {
  display: none;
  position: relative;
  width: 515px;
  max-width: 90%;
  margin: 0 auto;
  z-index: 999;
  text-align: center;
}
#magepow_ajaxcart_popup .popup .action {
  margin-top: 10px;
}
#magepow_ajaxcart_popup .btn-viewcart {
  width: 50%;
  float: left;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-viewcart .viewcart {
  background: #1979c3;
  box-shadow: none;
  border: none;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-viewcart .viewcart:hover {
  background: #006bb4;
}
#magepow_ajaxcart_popup .btn-continue {
  width: 50%;
  float: left;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-continue .continue {
  background: #1979c3;
  box-shadow: none;
  border: none;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-continue .continue:hover {
  background: #006bb4;
}
#magepow_ajaxcart_popup .product-item-info button {
  padding: 8px 5px;
  font-size: 10px;
}
.full-width {
  width: 100% !important;
}
#ajax-suggest ol {
  padding: 0;
}
#ajax-suggest .item {
  padding-top: 10px;
  padding-bottom: 15px;
}
#ajax-suggest .item .product-item-info {
  margin-left: auto;
  margin-right: auto;
}
#ajax-suggest .product.details.product-item-details {
  min-height: 65px;
}
#ajax-suggest .ajax-owl-loading {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url(../../frontend/Alothemes/expert13/en_GB/Magepow_Ajaxcart/images/suggest_loading.gif) no-repeat;
  background-size: 100%;
}
.freeShipping_message {
  background-color: #d6e4f9;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}
.freeShipping_message .needMore {
  font-weight: bold;
}
.congratulation {
  background-color: #f7747c;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
}
div.minprogress {
  border: 1px solid #a5a5a5;
  height: 10px;
  border-radius: 5px;
  position: relative;
}
div.minprogress .minprogress-active {
  position: absolute;
  background-color: #000000;
  height: 10px;
  border-radius: 5px;
}
.message.global.cookie.magepow-gdpr-cookie-notice {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
  line-height: 2;
  padding: 30px;
  margin: 0;
  display: block;
  z-index: 10;
  padding: 15px;
}
.magepow-gdpr-cookie-notice.message.global h3 {
  margin-top: 0;
}
.magepow-gdpr-cookie-notice.gdpr-box-shadow {
  -webkit-box-shadow: -2px 2px 82px -26px #000000;
  box-shadow: -2px 2px 82px -26px #000000;
}
.magepow-gdpr-cookie-notice.text-align-center {
  text-align: center;
}
.magepow-gdpr-cookie-notice.text-align-left {
  text-align: left;
}
.magepow-gdpr-cookie-notice.text-align-right {
  text-align: right;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Alothemes/expert1/en_GB/Magiccart_Magicproduct/css/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.alothemes {
  display: block;
}
.fotorama--fullscreen .zoomImg {
  display: none !important;
}
.magictabs .item.activated,
.magictabs .item:hover {
  border-color: #ff3366;
}
.content-products .mage-magictabs {
  display: none;
  /*visibility: hidden;*/
  /*opacity: 0;*/
}
.content-products .mage-magictabs.activated {
  display: block;
  /*visibility: visible;*/
  /*opacity: 1;*/
}
.field-summary_rating .rating-box .rating:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "FontAwesome";
  color: #f2c800;
  z-index: 2;
  position: relative;
  font-size: 14px;
  height: 12px;
  display: block;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}
.testimonial-index-index .button-o {
  margin-bottom: 30px;
}
.testimonial-form-index .std-input-box .product-review-box #product-review-table {
  width: auto;
}
.field-rating .review-field-ratings .review-field-rating .label::after {
  content: '*';
  color: #e02b27;
  font-size: 13px;
  margin: 0 0 0 5px;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
/**
 * 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%;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Alothemes/expert13/en_GB/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.block-cart-failed .actions .action.tocart {
  margin-right: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.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 {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ":";
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-weight: bold;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  white-space: nowrap;
  display: block;
}
.product-item .price-from,
.product-item .price-to {
  margin: 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 {
  width: 100%;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 4px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter-label {
  font-weight: 400;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label] .price {
  font-size: 1.1rem;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ": ";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
  line-height: 1.42857143;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attibute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attibute.sku > .value {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attibute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attibute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  margin-bottom: 5px;
  line-height: 14px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ": ";
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-tier_price {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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 {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 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 {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  width: 140px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: -6px;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  text-align: center;
  padding: 10px 0 15px;
}
.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 {
  display: block;
  text-transform: lowercase;
  font-size: 1rem;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: block;
}
.block-category-event .dates .date {
  font-size: 5rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start:after {
  content: "\2013";
  font-size: 5rem;
  display: block;
}
.block-search .label {
  display: inline-block;
  text-decoration: none;
}
.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: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  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 .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.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;
  padding: 5px 40px 5px 10px;
  margin: 0;
  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;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.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;
}
.cart-summary {
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px;
  padding: 0;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 90px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.block.crosssell {
  margin-top: 30px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.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: 12px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -35px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline-block;
}
.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;
  min-width: 18px;
  text-align: center;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 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;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  margin: 0 0 5px;
  display: block;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
._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;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .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;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.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-radius: 50%;
  border: 1px solid #c1c1c1;
  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 {
  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-title {
  border-top: 1px solid #cccccc;
  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 .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.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;
  filter: grayscale(100%);
  filter: gray;
}
.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 .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  margin-bottom: 0;
  padding-bottom: 9px;
}
.login-container .fieldset {
  margin: 0;
  padding: 0;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.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 .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.cart.table-wrapper .action-gift {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .action-gift:hover:after {
  color: inherit;
}
.cart.table-wrapper .action-gift:active:after {
  color: inherit;
}
.cart.table-wrapper .action-gift._active:after {
  content: '\e621';
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 0px;
}
.block.filter .filter-title strong {
  font-size: 18px;
  text-transform: uppercase;
}
.filter-subtitle {
  display: none;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  word-break: break-all;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  position: absolute;
  left: -6px;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item:last-child {
  background: #e2e2e2;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  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;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.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;
  margin: 7px 0 0;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout .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 .title {
  display: none;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.fotorama-video-container:after {
  background: url(../../frontend/Alothemes/expert13/en_GB/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: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Alothemes/expert13/en_GB/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 {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}
.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;
}
.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;
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  vertical-align: middle;
  line-height: 28px;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-top: 6px;
  padding-right: 10px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-top: 10px;
  margin-bottom: 48px;
}
.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 {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #dddddd;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #dddddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  color: #ff5555;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #ff5555;
  font-weight: 500;
}
.block-collapsible-nav .item.current a {
  color: #ff5555;
}
body {
  background-color: #ffffff;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  position: relative;
  z-index: 5;
  float: left;
  max-width: 50%;
  margin: 0 0 10px 40px;
}
.logo img {
  max-width: 100%;
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  margin: 0;
  font-size: 12px;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
#tooltip-label {
  display: none;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.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-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: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  margin: 10px 0;
  display: block;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  position: relative;
  overflow: hidden;
  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;
  white-space: normal;
  vertical-align: top;
  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 {
  content: "\2013";
  font-size: 1.8rem;
  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 {
  font-weight: 300;
  display: block;
  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: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #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;
}
@media only screen and (max-width: 768px) {
  .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: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    margin-bottom: 25px;
    float: none;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .navigation,
  .page-header .header.panel,
  .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 {
    position: relative;
    padding-top: 41px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .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-y: auto;
    overflow-x: hidden;
  }
  .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);
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  #magepow_ajaxcart_popup .btn-viewcart {
    width: 48%;
    float: left;
  }
  #magepow_ajaxcart_popup .btn-continue {
    width: 48%;
    float: right;
  }
  .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%;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-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 .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 10px 0 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    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;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-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-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 #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 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;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .order-details-items .action.print {
    display: none;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 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: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .product-item-actions {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: left;
  }
  .limiter {
    float: left;
    padding: 4px 0 0;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    max-width: 240px;
    float: left;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .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%;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/**
 * Magiccart 
 * @category 	Magiccart 
 * @copyright 	Copyright (c) 2014 Magiccart (http://www.magiccart.net/) 
 * @license 	http://www.magiccart.net/license-agreement.html
 * @Author:Magiccart<team.magiccart@gmail.com>
 * @@Create Date:2014-04-26 11:18:55
 * @@Modify Date: 2018-03-31 09:09:37
 * @@Function:*/
.sections .nav-sections-item-content > .navigation{display: none;}
.nav-sections-item-content .magicmenu{position:relative;display:block;text-align: left;}
.magicmenu{position: relative;}
.magicmenu .nav-desktop{position:static;margin:0;padding:0;}
.magicmenu .nav-desktop .level0{padding:0px;margin:0px;display: inline-block;}
.magicmenu .nav-desktop .level0.logo.display{display: none;border: 0;}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a{border: 0;padding: 10px;width: 71px;}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a img{max-width: 100%;}
.magicmenu .nav-desktop .level0 > a:hover .short_desc{color:#888888;}
.magicmenu .nav-desktop .level0 .level-top{padding: 15px 13px;font-size:14px;position: relative;text-decoration:none;outline:medium none;display:block;text-align:left;line-height: normal;font-weight: bold;text-transform: uppercase;}
.magicmenu .nav-desktop .level0 .level-top span.icon-text{padding:0;text-decoration:none;outline:medium none;text-align:left;}
.magicmenu .nav-desktop .level0 .level-top span.cat_label{right: 20px;top: -8px;}
.magicmenu .nav-desktop .level0 .level-top > span{white-space: nowrap;font-size: 14px;}
.magicmenu .level0 .level-top img{display: none;padding-right: 15px;vertical-align: middle;}
.magicmenu .nav-desktop .level0.home{margin-left: 20px;position: static;}
.magicmenu .nav-desktop .level0.home .level-top .icon,.vmagicmenu .nav-desktop .level0.home .level-top .icon{display:none}
.magicmenu .nav-desktop .level0.home .level-top .icon-home{font-size:15px}
/* .magicmenu .nav-desktop .level0.active .level-top span:after{content: "";border-bottom: 2px solid #aaa;width: 20px;display: none;margin-top: 5px;} */
.magicmenu .nav-desktop .level0 .level-top-mega,.magicmenu .nav-desktop .level0.dropdown > .level0{  border-style: solid ;border-width: 1px;padding: 0px 15px;position:absolute;z-index:99999;display:block;opacity:0;top:130%;visibility:hidden;transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);}
.magicmenu .nav-desktop .level0:hover .level-top-mega,.magicmenu .nav-desktop .level0.dropdown:hover > .level0{opacity:1;top: 50px;visibility:visible;}
.magicmenu .nav-desktop .level0.home .level-top-mega {padding: 20px 25px 25px;min-width: 175px;text-align: left;}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span {font-size: 14px;line-height: 27px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children a{position: relative;display: block;}
.magicmenu .nav-desktop .level0 .level-top-mega .children a,.magicmenu .nav-desktop p{text-align:left;text-decoration:none;font-size: 14px;line-height: 30px;}   
/* .magicmenu .nav-desktop .level0 .level-top-mega .children a:before,.vmagicmenu .level0 .level-top-mega .children a:before{content: "\f105";font-family: fontawesome;font-size: 15px;padding-right: 10px;} */
.magicmenu .nav-desktop .level0.dropdown > .level0 li a span, 
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 li a span, 
.magicmenu .nav-desktop .level0.ext .level0.dropdown li a span,
.magicmenu .nav-desktop .level0 .level-top-mega .children a span,
.magicmenu .nav-desktop .level0.dropdown .dropdown .level1 a{font-size: 14px;}
.magicmenu .nav-desktop .level-top a{color:#000;font-size:14px;text-decoration:none;text-align:left}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{border-width: 0 0 1px;border-style: solid;position: relative; font-size: 14px;font-weight: bold;padding: 28px 0 8px;display: block;line-height: 25px;margin: 0px;text-transform: uppercase;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span{font-size: 14px;position: relative;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span:after, 
.vmagicmenu .level0 .level-top-mega .children > a span:after{border-width: 0 0 1px;border-style: solid;content: "";height: 1px;left: 0;position: absolute; bottom: 0px; width: 0px;transition: all 0.35s ease 0s;display: none;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:hover span:after, 
.vmagicmenu .level0 .level-top-mega .children > a:hover span:after{width: 100%;}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child { border: 0 none;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top,.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{width:100%;clear:both;padding:30px 0 0px}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega{padding-bottom: 0px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega{float:left;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children{float:left;text-align:left;width:235px;padding: 0 15px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul{margin-right:0px;padding: 0px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul{padding: 22px 0 20px;position: relative;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column li{margin: 0;}
.mage-column.mega-block-left{float:left;}
.mage-column.mega-block-right{float:right;padding: 10px 0 0;}
.banner-menu-right{padding: 30px 10px 0 0;}
.banner-menu-position img {bottom: 0;left: 50%;position: absolute;z-index: -1;}
.block-left,.block-right,.cat-mega{float:left}
.block-bottom{clear:both}
.mage-column-custom{padding-top: 32px;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-custom .children.level1 > a{padding: 0px;margin-bottom: 10px;}
.cms-static-banner-menu .text-menu{float: left;width: 45%;padding-left: 35px;padding-bottom: 60px;}
.cms-static-banner-menu .banner-menu{width: 55%;float: left;position: relative;right: -25px;}
.cms-static-banner-menu.cms-static-position-none .banner-menu{position: absolute;width: auto;right: 0px;bottom: 0;}
.cms-static-banner-menu.cms-static-position-none .text-menu{float: left;width: 40%; padding-left: 15px;padding-top: 10px; padding-bottom: 73px;position: relative;z-index: 2;}
.cms-static-banner-menu.cms-static-position-none .text-menu.text-menu-2{padding-top: 0; top: -30px;}
.cms-static-banner-menu .text-menu h3{font-size: 20px;text-transform: uppercase;color: #333;font-weight: bold;margin: 0;}
.cms-static-banner-menu .text-menu h4{font-size: 20px;text-transform: capitalize;color: #333;font-weight: 600;margin: 0;line-height: 23px;}
.cms-static-banner-menu .text-menu p{font-weight: normal;color: #333;font-size: 16px;margin: 0;padding: 0;}
.cms-static-banner-menu .text-menu a{padding: 0 22px;display: inline-block;line-height: 33px;background-color: #f8d685;color: #222222;text-transform: capitalize;font-weight: 600;font-size: 14px;border: 1px solid #be952c;border-radius: 3px;margin: 10px 0 0;}
.magicmenu .nav-desktop .cms-static-banner-menu .text-menu a:hover,.vmagicmenu .nav-desktop .cms-static-banner-menu .text-menu a:hover{background-color: #445268;color: #fff;border-color:#445268; }
.vmagicmenu .banner-menu-position img{margin-left: -30px;}
.cms-static-banner-menu .text-menu.text-menu-2 h3{font-size: 22px;text-transform: capitalize;font-weight: normal;}
.cms-static-banner-menu .text-menu.text-menu-2 h3 span{font-weight: 600;}
.cms-static-banner-menu .text-menu h2.blue{font-weight: bold;color: #0f6dbc;font-size: 26px;text-transform: uppercase;margin: 0;padding: 0;line-height: 26px;}
.cms-static-banner-menu .text-menu .big-size{font-size: 30px;color: #333;margin: 0;padding: 0;line-height: 33px;}
.cms-static-banner-menu .banner-menu.banner-menu-col-8{ margin: 0;padding-left: 15px;position: static;width: 65.5%;}
.cms-static-banner-menu .banner-menu.banner-menu-col-4{ padding-left: 30px;padding-right: 15px;position: static;width: 34.5%;}
.banner-manife{margin-bottom: 40px;}
.banner-manifest{margin-top: 80px;}
.cms-static-banner-menu.banner-position-right-top .banner-menu{position: absolute;right: -1px;bottom: 0;float: none;width: auto;}
.cms-static-banner-menu.banner-position-right-top .text-menu{position: relative;z-index: 1;width: 100%;float: none;padding: 30px 0 0 100px;}
.cms-static-banner-menu.banner-position-right-top .text-menu p{font-size: 15px;color: #555;line-height: 1.3;}
.cms-static-banner-menu .text-menu.text-menu-3 h2{font-size: 30px;text-transform: uppercase;font-weight: bold;color: #222;margin: 10px 0 0;line-height: 30px;}
.cms-static-banner-menu .text-menu.text-menu-3 h3{font-weight: normal;line-height: 20px;margin-bottom: 10px;}
.banner-manife.banner-manife-full{margin-bottom: 0px;}
.cms-static-banner-menu.banner-manife-full .banner-menu{left: 14px;right: 15px;width: auto;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top{margin: 0px;overflow: hidden;}
.magicmenu .nav-desktop .level0 .level-top .short_desc{display:block;font-size:13px;font-weight:300;line-height:13px;text-transform:capitalize;color:#999}
.vmagicmenu .level0 .level-top-mega .children.level1 > a.a-image::before,.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image::before{display: none;padding: 0;}
/* --- dropdown --- */
.magicmenu .nav-desktop .level0.dropdown li{margin: 0;}
.magicmenu .nav-desktop .level0.dropdown > .level0,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0,
.magicmenu .nav-desktop .level0.ext .level0.dropdown{width: 215px;padding: 20px 0px;line-height: 38px;text-align: left;}
.magicmenu .nav-desktop .level0.dropdown.home > .level0{width: 200px;}
.magicmenu .nav-desktop .level0.dropdown .hasChild,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {position: relative;margin: 0;}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown li{margin: 0;}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before{ content: "\f105";display: block;line-height: 38px;font-size: 13px;position: absolute;right: 15px;text-align: right;font-family: FontAwesome;}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {position: absolute;left: 100%;top: 0;opacity: 0;visibility: hidden;border-width: 1px;border-style: solid;padding: 20px 0px;min-width: 200px;z-index: 1;box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);list-style: none;}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul,.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul{opacity: 1;visibility: visible;}
.magicmenu .nav-desktop .level0.dropdown .level1 a,.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a{padding: 0 18px;display: block;text-transform: uppercase;}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li{margin: 0;}
/* --- ul leve2 --- */
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild{position: relative;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before,.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before{color: #666;content: "\f105";display: block;line-height: 32px;font-size: 13px;position: absolute;right: 30px;text-align: right;font-family: FontAwesome;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul,.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul { position: absolute;left: 100%;opacity: 0;visibility: hidden;top:0;background-color: #fff;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);padding: 5px 0 5px 30px;min-width: 200px;z-index: 1;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul,.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul{opacity: 1;left: 90%;visibility: visible;}
/* Vertical Menu*/
.vmagicmenu{display:block !important;position:relative;padding:0px;z-index: 90;width: 270px;float: left;}
.vmagicmenu .block-vmagicmenu-content{padding: 0px;position: absolute;}
.vmagicmenu .vmagicmenu-narrow{position: absolute;border-width: 0 2px 2px;border-style: solid;margin: 0px;padding: 5px 0 25px; list-style: outside none none;width: 270px;display: none;}
.vmagicmenu .vmagicmenu-narrow.over{display: block;}
.vmagicmenu .block-title{padding: 0 30px;line-height: 49px;}
.vmagicmenu .block-title span{ font-size: 24px;vertical-align: middle;}
.vmagicmenu .block-title span.fa:before{content: "\e871";font-family: 'Linearicons-Free';}
.vmagicmenu .block-title .vmagicmenu-subtitle{padding: 0 0 0 15px;font-size: 14px;text-transform: uppercase;}
.vmagicmenu .level0{padding:0;margin: 0;float:left;line-height:39px;width:100%;list-style: none;position: static;}
.vmagicmenu .level0.last{border:none}
.vmagicmenu .level0:hover .level0{background-color: transparent;}
.vmagicmenu .level0 .level-top{border-bottom: 1px solid #e6e6e6;margin: 0px 18px;padding: 0px;font-size:100%;text-decoration:none;display:block;outline:medium none;position: relative;}
.vmagicmenu .level0 .level-top img{vertical-align: middle;margin-right: 10px;display: inline-block;}
.vmagicmenu .level0.hasChild .level-top:after{content: "\f105";font-family:FontAwesome;float:right;font-style:normal;font-weight:normal;text-decoration:inherit;vertical-align:middle;font-size: 14px;position: relative;}
.vmagicmenu .level0 .level-top span{font-size: 14px;vertical-align: middle;}
.vmagicmenu .level0 .level-top-mega,.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0{border-width: 1px;border-style: solid;position: absolute;left:100%;z-index:999;opacity: 0;visibility: hidden;top: 0 !important;min-height: 100%;}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0{top: 0;}
.vmagicmenu .level0 .level-top-mega{padding: 0 15px;}
.vmagicmenu .level0:hover .level-top-mega,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul,.vmagicmenu .nav-desktop .level0.dropdown:hover > .level0{opacity:1; visibility:visible;box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);-o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);-ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);}
.vmagicmenu .level0 .level-top-mega .content-mega{margin:0;padding:0px;}
.vmagicmenu .level0 .level-top-mega .children a,.vmagicmenu p{line-height:30px;text-align:left;text-decoration:none;position: relative;display: block;}
.vmagicmenu .level0 .level-top-mega .children a span,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span{font-size: 14px;}
.vmagicmenu .level0 .level-top-mega .children > a{border-width: 0px 0 1px;border-style: solid;display: block;padding-top: 28px;padding-bottom: 8px;position: relative;font-weight: bold;line-height: 25px;text-transform: uppercase;}
.vmagicmenu .level0 .level-top-mega .children > a span{font-size: 14px;}   
.vmagicmenu .level-top a{color:#fff;font-size:14px;text-decoration:none;text-align:left}
.vmagicmenu .level0 .level-top-mega .children .level-3{font-size:100%;padding:0 0 5px;line-height:30px}
.vmagicmenu .level0 .level-top-mega .children .level-3 a{font-size:14px;text-transform:uppercase;font-weight:500;}
.vmagicmenu .level0 .level-top-mega .children .nav{line-height:26px;border-bottom:1px solid #ececec}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child{border:none}
.vmagicmenu .level0 .level-top-mega .children > .nav{border:none}
.vmagicmenu .level0 .level-top-mega .children .nav a{font-weight:300}
.vmagicmenu .level0 .level-top-mega .mega-block-top,.vmagicmenu .level0 .level-top-mega .mega-block-bottom{width:100%}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom{clear:both;padding:25px 0 0px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom img{margin: 0 auto;}
.vmagicmenu .level0 .level-top-mega .mage-column .children{float:left;width:235px;text-align:left;padding: 0 15px;margin: 0;}
.vmagicmenu .level0 .level-top-mega .mage-column li{margin: 0;}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul{list-style: outside none none;}
.vmagicmenu .level0 .level0 .children > ul {margin: 0;padding: 20px 0 35px; position: relative;}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li{margin: 0;position: relative;}
.vmagicmenu .banner-menu-position img {margin-left: -30px;}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {top: 0px;}
/*.vmagicmenu .vmagicmenu-narrow >li:nth-of-type(n+8) { display: none; }*/
.vmagicmenu .vmagicmenu-narrow >li:nth-child(n+12) { display: none; }
.all-cat { display: block; margin-top: 10px;}
.all-cat span {padding: 0px;cursor: pointer;display: block;line-height: normal;width: 100%;clear: both;font-size: 14px;}
.all-cat span:after{content: "\f0d7";font-family: FontAwesome;padding-left: 5px;}
.vmagicmenu .vmagicmenu-narrow >li.all-cat{ display: block; margin-top: 15px;float: left;width: 100%;clear: both;padding: 0 18px;}
.sidebar .accordion-container .all-cat{margin-top: 20px;padding: 0 18px;}
.sidebar .accordion-container .level0 .level-top img{display: none;}
.sidebar .accordion-container{margin-bottom: 30px;}
.sidebar .accordion-container .meanmenu-accordion{border-style: solid;border-width: 1px;border-color: #e6e6e6;padding: 0px 0px 34px;}
.accor-title {font-size: 18px;font-weight: bold;line-height: 1.35;margin: 0;padding: 15px 18px;position: relative;text-align: left;text-transform: uppercase;border-bottom: 1px solid #e6e6e6;}
.sidebar .nav-accordion{padding: 13px 18px 0;}
ul.nav-accordion{line-height:0.5em;list-style:none;margin:0;padding:0 0 30px;}
ul.nav-accordion li{position:relative;margin: 0;}
ul.nav-accordion li.last { border-bottom: 0 none;}
ul.nav-accordion li a{position: relative;display:block;font-size:14px;line-height: 30px;margin:0;padding:5px 0;text-align:left;text-decoration:none;text-shadow:none;color:#333e48;outline:medium none;}
ul.nav-accordion li a.level-top{ border-bottom: 1px solid #e6e6e6;padding: 10px 0;}
ul.nav-accordion li a.level-top span{font-size: 14px;}
ul.nav-accordion li a span{font-size: 14px;}
ul.nav-accordion li a:hover,.all-cat:hover span,ul.nav-accordion ul ul li:hover a:before{color: #333;}
ul.nav-accordion li ul li a{/*padding:0 0 0 25px;*/}
ul.nav-accordion li > ul.submenu > li > a {padding-left: 20px;}
ul.nav-accordion li ul li ul li.parent > a{padding:0 0 0 20px;}
ul.nav-accordion li ul li.parent > a span:before {display: none;}
ul.nav-accordion ul{margin: 0;padding: 0px;}
ul.nav-accordion ul.submenu, ul.nav-mobile ul.submenu{display: none;}
ul.nav-accordion ul li{clear:both;margin:0;padding:0}
ul.nav-accordion ul li a{outline:none;}
ul.nav-accordion ul li.active{font-weight:normal;}
ul.nav-accordion ul ul li a:before{color: #cccccc;content: "\f105";display: inline-block;font-family: "FontAwesome";font-size: 13px;padding-right: 15px;text-align: right;}
ul.nav-accordion ul ul ul li a{margin-left:20px}
ul.nav-accordion .expand,ul.nav-accordion .collapse{border:0;cursor:pointer;display:block;font-size: 0 !important;height:19px;position:absolute;right:0px;top:10px;width:19px;padding: 0 !important;}
ul.nav-accordion li.level0 > a > span > .cat-label{position:inherit}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before{position:inherit;right:6px;top:22px;width:0;height:0;content:"";border-style:solid;border-width:0}
ul.nav-accordion .expand:before{content: "\f106"; color: #333;}
ul.nav-accordion .collapse:before{content: "\f107";color: #7f7f7f;}
ul.nav-accordion .collapse:before,ul.nav-accordion .expand:before{font-family: FontAwesome; display: inline-block;font-size: 17px;text-align: center;width: 18px;line-height: 30px;font-weight: normal;}
ul.nav-accordion .collapse:hover:before{color: #333;}
.nav-accordion>li:nth-child(n+10) { display: none; }
/*Test*/
.level-top-mega .mage-column.cat-mega{margin:0;list-style: outside none none;}
.fixed{z-index:999;width:100%}
.fixed .custom-menu{padding-bottom:7px;padding-top:10px;box-shadow:0 0 6px 0 rgba(0,0,0,0.2)}
.fixed .quick-access{display:none}
@media only screen and (min-width:768px){.nav-mobile{display:none !important;}}
@media (max-width: 991px) {
	.nav-sections-item-content > .navigation .nav-mobile,.sections .nav-sections-item-content > .navigation{display: block !important;padding: 0;}
}
@media (max-width: 992px) {.nav-sections-item-content {display: block !important; } }
/* hide the link until viewport size is reached */
a.meanmenu-reveal,.nav-toggle{display:none}
.meanmenu-accordion{display: block !important;}
/* when under viewport size,.nav-sections is added to body */
.nav-sections .mean-bar{position:static;float: right;}
.nav-sections a.meanmenu-reveal{width:20px;height:20px;padding:9px 6px;position:relative;z-index: 32;top:0;right:0;cursor:pointer;outline:medium none;color:#242628;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-weight:700;margin-top: 68px;}
.nav-sections a.meanmenu-reveal span{display:block;background:#242628;height:3px;margin-top:3px}
.nav-sections .mean-nav{float:left;width: 100%;position: absolute;background-color: #666;z-index: 2;left: 0;}
.nav-sections .mean-nav .mobi-title{color:#242628;font-size:16px;line-height:52px;margin:0;padding:0 0 0 50px;text-align:left;text-transform:uppercase;font-weight: 400;position: absolute;top: -56px;z-index: 0;display: none;}
.nav-sections .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.nav-sections .mean-nav ul li{position:relative;float:left;width:100%;margin: 0;}
.nav-sections .mean-nav ul li a{display:block;padding:10px 0;margin:0;text-align:left;color:#fff;border-bottom:1px solid #888;text-decoration:none;line-height: 23px;}
.nav-sections .mean-nav ul li a span, .nav-sections .mean-nav ul li .level-top span{font-size:15px;padding:0 14px;}
.nav-sections .mean-nav ul li a span.icon.fa-home{padding-right: 0;}
.nav-sections .mean-nav ul li li a{font-size: 14px; padding: 10px 0 10px 25px;filter:alpha(opacity=75);visibility:visible;}
.nav-sections .mean-nav ul li.mean-last a{margin-bottom:0}
.nav-sections .mean-nav ul li li li a{font-size: 14px; padding: 10px 0 10px 40px;}
.nav-sections .mean-nav ul li li li li a{padding:1em 20%}
.nav-sections .mean-nav ul li li li li li a{padding:1em 25%}
.nav-sections .mean-nav ul li .expand,.nav-sections .mean-nav ul li .collapse{cursor: pointer;top: 0;right: 0px;width: 40px;height: 45px;text-align: center;line-height: 45px;padding:0px!important;text-align:center;position:absolute;z-index:2;font-weight:300;border:none!important;display: block;font-size: 0;}
.nav-sections .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
ul.nav-accordion .collapse:before{content: "\f107";color: #7f7f7f;}
.nav-sections .mean-nav ul li .expand:before,.nav-sections .mean-nav ul li .collapse:before{font-family: FontAwesome; display: inline-block;font-size: 22px;text-align: center;width: 18px;line-height: 45px;font-weight: normal;}
.nav-sections .mean-nav ul li .expand:before{content: "\f106"; color: #ccc;}
.nav-sections .mean-nav ul li .collapse:before{content: "\f107";color: #ccc;}
.nav-sections .navigation .parent .level-top:after{display: none !important;}
/* Fix for box sizing on Foundation Framework etc. */
.nav-sections .mean-bar{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
/* --- rest main-container --- */
.main-container{clear:both}
.magicmenu .nav-desktop .level0 .level-top .cat_label, .magicmenu .nav-desktop .level0 .cat_label, .nav-sections .mean-nav ul li a span.cat_label, .vmagicmenu .level0 .cat_label, .vmagicmenu .level0 .level-top-mega .children .cat_label,ul.nav-accordion li a span.cat_label{background-color:#009966;color:#fff;font-size: 11px !important;line-height:16px;font-weight: 700;padding: 0px 5px;margin: 0 0 0 3px;position:absolute !important;text-transform: uppercase;}
.magicmenu .nav-desktop .level0 .cat_label.Hot, .magicmenu .nav-desktop .level0 .cat_label.hot, .magicmenu .nav-desktop .level0 .cat_label.HOT, .vmagicmenu .level0 .cat_label.Hot, .vmagicmenu .level0 .cat_label.hot, .vmagicmenu .level0 .cat_label.HOT, .vmagicmenu .level0 .level-top-mega .children .cat_label.hot, .vmagicmenu .level0 .level-top-mega .children .cat_label.Hot, .vmagicmenu .level0 .level-top-mega .children .cat_label.HOT, .mean-nav ul li a span.cat_label.hot, .mean-nav ul li a span.cat_label.Hot, .mean-nav ul li a span.cat_label.HOT{color:#ff3d49;}
.magicmenu .nav-desktop .level0 .level-top .cat_label:after, .magicmenu .nav-desktop .level0 .cat_label:after, .nav-sections .mean-nav ul li a span.cat_label:after, .vmagicmenu .level0 .cat_label:after, .vmagicmenu .level0 .level-top-mega .children .cat_label:after,ul.nav-accordion li a span.cat_label:after{content: '';position: absolute;bottom: -5px;left: 0;width: 0;height: 0;border-style: solid;border-bottom-color: transparent !important;border-right-color: transparent !important;border-right-width: 5px;border-top-width: 5px;display: none;}
/* Update */
.magicmenu .nav-desktop .level0.hasChild .level-top:after,.magicmenu .nav-desktop .level0.hasChild .level-top:after{content: "\f107";font-family: "FontAwesome";font-size: 15px;padding-left: 5px;font-weight: normal;}
.magicmenu .nav-desktop .level0 .cat_label.Sale, .magicmenu .nav-desktop .level0 .cat_label.sale, .magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.sale, .magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.Sale, .vmagicmenu .level0 .cat_label.Sale, .vmagicmenu .level0 .cat_label.sale, .vmagicmenu .level0 .level-top-mega .children .cat_label.sale, .vmagicmenu .level0 .level-top-mega .children .cat_label.Sale, .mean-nav ul li a span.cat_label.sale, .mean-nav ul li a span.cat_label.Sale{color: #00bd33;}
.magicmenu .nav-desktop .level0 .cat_label:before,
.vmagicmenu .level0 .cat_label:before,
.nav-sections .mean-nav ul li a span.cat_label:before,
.nav-sections .mean-nav ul li span.level-top span.cat_label:before {border-color: transparent;border-style: solid;border-top-color: #009966;border-width: 6px 10px 0 0;content: "";height: 0;position: absolute;left: 10px;top: 17px;transition: border-color 450ms ease-in-out 0s;width: 0;display: none;}
.magicmenu .nav-desktop .level0 .cat_label.New:before,.vmagicmenu .level0 .cat_label.New {border-top-color: #009966;}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before,
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {display:none;}
.magicmenu .nav-desktop .level0 .cat_label.HOT:before,
.magicmenu .nav-desktop .level0 .cat_label.Hot:before,
.magicmenu .nav-desktop .level0 .cat_label.hot:before, 
.vmagicmenu .level0 .cat_label.HOT:before,
.vmagicmenu .level0 .cat_label.Hot:before,
.vmagicmenu .level0 .cat_label.hot:before,
.nav-sections .mean-nav ul li a .cat_label.HOT:before,
.nav-sections .mean-nav ul li a .cat_label.Hot:before,
.nav-sections .mean-nav ul li a .cat_label.hot:before,
.nav-sections .mean-nav ul li span.level-top span.cat_label.HOT:before,
.nav-sections .mean-nav ul li span.level-top span.cat_label.Hot:before,
.nav-sections .mean-nav ul li span.level-top span.cat_label.hot:before{border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}
.magicmenu .nav-desktop .level0 .cat_label.SALE:before,
.magicmenu .nav-desktop .level0 .cat_label.Sale:before,
.magicmenu .nav-desktop .level0 .cat_label.sale:before,
.vmagicmenu .level0 .cat_label.SALE:before,
.vmagicmenu .level0 .cat_label.Sale:before,
.vmagicmenu .level0 .cat_label.sale:before,
.nav-sections .mean-nav ul li a .cat_label.SALE:before,
.nav-sections .mean-nav ul li a .cat_label.Sale:before,
.nav-sections .mean-nav ul li a .cat_label.sale:before{border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}
.magicmenu .nav-desktop .level0 .cat_label.SALE,
.magicmenu .nav-desktop .level0 .cat_label.Sale,
.magicmenu .nav-desktop .level0 .cat_label.sale,
.vmagicmenu .level0 .cat_label.SALE,
.vmagicmenu .level0 .cat_label.Sale,
.vmagicmenu .level0 .cat_label.sale,
.nav-sections .mean-nav ul li a .cat_label.SALE,
.nav-sections .mean-nav ul li a .cat_label.Sale,
.nav-sections .mean-nav ul li a .cat_label.sale{background-color:#ff6600;}
.magicmenu .nav-desktop .level0 .cat_label.Hot,
.magicmenu .nav-desktop .level0 .cat_label.hot,
.vmagicmenu .level0 .cat_label.Hot,
.vmagicmenu .level0 .cat_label.hot,
.nav-sections .mean-nav ul li a .cat_label.HOT,
.nav-sections .mean-nav ul li a .cat_label.Hot,
.nav-sections .mean-nav ul li a .cat_label.hot,
.nav-sections .mean-nav ul li span.level-top span.cat_label.HOT,
.nav-sections .mean-nav ul li span.level-top span.cat_label.Hot,
.nav-sections .mean-nav ul li span.level-top span.cat_label.hot{background-color:#dc1212;}
/* Custom Font */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Alothemes/expert13/en_GB/font/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Alothemes/expert13/en_GB/font/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Alothemes/expert13/en_GB/font/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Alothemes/expert13/en_GB/font/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Alothemes/expert13/en_GB/font/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Alothemes/expert13/en_GB/font/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('../../frontend/Alothemes/expert13/en_GB/font/pe-icon-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('../../frontend/Alothemes/expert13/en_GB/font/pe-icon-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('../../frontend/Alothemes/expert13/en_GB/font/pe-icon-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('../../frontend/Alothemes/expert13/en_GB/font/pe-icon-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('../../frontend/Alothemes/expert13/en_GB/font/pe-icon-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}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}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-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}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}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}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}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}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media(min-width:768px){.container{max-width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media(min-width:992px){.container{max-width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media(min-width:1170px){.container{max-width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;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 th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media(max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{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;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-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,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.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}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom: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}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{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,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../../frontend/Alothemes/expert13/en_GB/bootstrap/fonts/glyphicons-halflings-regular.eot');src:url('../../frontend/Alothemes/expert13/en_GB/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../../frontend/Alothemes/expert13/en_GB/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),url('../../frontend/Alothemes/expert13/en_GB/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../../frontend/Alothemes/expert13/en_GB/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.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-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-print:before{content:"\e045"}.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-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.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-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-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.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-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.dropdown{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;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.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:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{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-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.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{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.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:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-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-bottom-left-radius:0;border-top-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>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.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,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.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{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.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-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;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:45px;line-height:45px}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}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-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control: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:normal;line-height:1;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="radio"],.input-group-addon input[type="checkbox"]{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>.dropdown-toggle,.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:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.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.428571429;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:hover,.nav-tabs>li.active>a:focus{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{text-align:center}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.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{text-align:center}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;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-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .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;border:1px solid transparent;border-radius:4px}.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;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{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}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.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,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.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}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@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-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{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:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{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:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.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:#999}.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.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-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:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-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}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-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:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.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:hover,.pager li>a:focus{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:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.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:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 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,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-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-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.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-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.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,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>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-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.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-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.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,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,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:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.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}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.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;text-decoration:none;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-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.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;font-weight:normal;line-height:18px;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{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.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;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.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,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.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;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.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}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.hidden-print{display:none!important}}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web,please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
body{background-color:#ffffff;margin:0;padding:0;font:12px/1.55 Arial,Helvetica,sans-serif;color:#757575;text-align:left}
html, body{height:auto !important;}
img{border:0;vertical-align:top;max-width: 100%;height: auto;}
a{color:#aaa;outline:medium none !important;}
a:hover{text-decoration:none}
:focus{outline:0}
/* Headings */
h1,h2,h3,h4,h5,h6{margin:0 0 5px;line-height:1.35;color:#0a263c}
h1{font-size:20px;font-weight:normal}
h2{font-size:18px;font-weight:normal}
h3{font-size:16px;font-weight:bold}
h4{font-size:14px;font-weight:bold}
h5{font-size:12px;font-weight:bold}
h6{font-size:11px;font-weight:bold}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Open Sans', sans-serif;}
/* Forms */
form{display:inline}
fieldset{border:0}
legend{display:none}
/* Table */
table{border:0;/*border-collapse:collapse;*/
 border-spacing:0;empty-cells:show;font-size:100%}
caption,th,td{vertical-align:middle;text-align:left;}
/* Content */
strong{font-weight:bold}
address{font-style:normal;line-height:1.35;color:#333;}
cite{font-style:normal}
q,blockquote{quotes:none}
q:before,q:after{content:''}
small,big{font-size:1em}
/*sup{font-size:1em;vertical-align:top}
*/

/* Lists */
ul,ol{padding: 0;}
/* Tools */
.hidden{display:block!important;border:0!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;width:0!important;height:0!important;overflow:hidden!important}
.nobr{white-space:nowrap!important;font-size:12px}
.wrap{white-space:normal!important}
.a-left{text-align:left!important}
.a-center{text-align:center!important}
.a-right{text-align:right!important}
.v-top{vertical-align:top}
.v-middle{vertical-align:middle}
.f-left,.left{float:left!important}
.f-right,.right{float:right!important}
.f-none{float:none!important}
.f-fix{float:left;width:100%}
.no-display{display:none}
.no-margin{margin:0!important}
.no-padding{padding:0!important}
.no-bg{background:none!important}
.clear_b{}
/* ======================================================================================= */

/* Layout ================================================================================ */
.page-wrapper{overflow:hidden;}
.page{}
.page-print{background:#fff;padding:25px 30px;text-align:left}
.page-empty{background:#fff;padding:20px;text-align:left}
.page-popup{background:#fff;padding:25px 30px;text-align:left}
.main{margin:0;padding: 0px;text-align: left;}
.col-left .currency-switcher{display:none}
/* Base Columns */
.sidebar-main{margin: 0;}
.col-main{font-size: 0;}
.col-right{margin-top: 60px;}
.catalog-product-view .col-left{margin-top: 0px;}
.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-left .sidebar-additional,
.page-layout-2columns-right .sidebar-main,
.page-layout-2columns-right .sidebar-additional{width:25% !important;padding-right: 15px;padding-left: 15px;}
.sidebar.sidebar-additional{padding-top: 10px;padding-bottom: 20px;}
.catalog-product-view .sidebar.sidebar-additional{padding-top: 0;}
.page-layout-2columns-left .product-view .product.media, .page-layout-2columns-right .product-view .product.media, .page-layout-3columns .product-view .product.media{width: 50%;}
.page-layout-2columns-left .product-view .product-info-main, .page-layout-2columns-right .product-view .product-info-main, .page-layout-3columns .product-view .product-info-main{width: 48%;}
/* 1 Column Layout */
.col1-layout .col-main{float:none;width:auto;}
.page-layout-1column .product-view .product.media{width: 57%;}
.page-layout-1column .product-view .product-info-main{width: 42%;}
/* 2 Columns Layout */
.page-layout-2columns-left .alocolumns,.page-layout-2columns-right .alocolumns{margin: 0 -15px;}
.col2-left-layout .col-main{margin-top: 20px;}
.col2-right-layout .col-main{margin-top: 30px;}
.page-layout-2columns-left .column.main,
.page-layout-2columns-right .column.main{width:75% !important;padding: 0 15px;}
/* 3 Columns Layout */
.col3-layout .col-main{width:475px;margin-left:17px}
.col3-layout .col-wrapper{float:left;width:687px}
.col3-layout .col-wrapper .col-main{float:right}
/* Content Columns */
.col2-set .col-1{float:left;width:48.5%}
.col2-set .col-2{float:right;width:48.5%}
.col2-set .col-3{float:right;width:48.5%}
.col2-set .col-narrow{width:32%}
.col2-set .col-wide{width:65%}
.col3-set .col-1{float:left;width:32%}
.col3-set .col-2{float:left;width:32%;margin-left:2%}
.col3-set .col-3{float:right;width:32%}
.col4-set .col-1{float:left;width:23.5%}
.col4-set .col-2{float:left;width:23.5%;margin:0 2%}
.col4-set .col-3{float:left;width:23.5%}
.col4-set .col-4{float:right;width:23.5%}
/* ======================================================================================= */

/* Global Styles ========================================================================= */

/* Form Elements */
input,select,textarea,button{font:12px/15px Arial,Helvetica,sans-serif;vertical-align:middle;color:#666;}
input.input-text,select,textarea{background:#fff;border:1px solid #e6e6e6;}
input.input-text,textarea{padding:8px 20px;height: 42px;font-size: 13px;border-radius: 3px;}
select{padding:8px;/*-moz-appearance: none;*/}
select option{padding-right:10px}
select.multiselect option{padding:2px 5px}
select.multiselect option:last-child{border-bottom:0}
textarea{overflow:auto;height: auto;border-radius: 3px;}
input.radio{margin-right:3px;display:inline-block;margin-top:0;min-height:18px}
input.checkbox{margin-right:3px}
input.qty{width:2.5em!important}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"]{border-color: #cccccc;font-family: Arial, sans-serif;}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder{color: #999;}
button.button::-moz-focus-inner{padding:0;border:0}
/* FF Fix */
button.button{-webkit-border-fit:lines}
/* <- Safari & Google Chrome Fix */
button.button,button,.cart .continue,
.actions-toolbar .primary a.action{display: inline-block;vertical-align: top;overflow:visible;width:auto;border-style: solid;border-width: 1px;padding:0;margin:0;cursor:pointer;height: 42px;line-height: 42px;padding:0 35px;border-radius: 3px;}
button.button span,button span,.review-form .action.submit.primary,.cart .continue span,
.actions-toolbar .primary a.action span{font-family: 'Open Sans', sans-serif;border-radius: 3px;display: block;font-size:14px;text-align:center;white-space:nowrap;font-weight: 600;}
button.button span span,.blog-postbox .button-set button.button span span{padding:0}
button.disabled {position: relative;}
button.disabled span {opacity: 0.5;}
.product-add-form button.disabled span{padding: 0 0 0 5px !important; }
.product-view .add-to-cart button.button.disabled:before,
.block-bundle-summary .box-tocart button.button.disabled:before,
.item .actions-cart .button.btn-cart.disabled:before{animation: 2s linear 0s normal none infinite running fa-spin;-webkit-animation: 2s linear 0s normal none infinite running fa-spin;content: "\f110";font-family: "FontAwesome";display: inline-block;/* position: absolute;left: 8px;top: 6px;z-index: 99;height: auto;width: auto;line-height: normal;font-size: 15px; */}
.product-view .add-to-cart button.button.disabled:before,
.product-view .add-to-cart button.button.disabled:before,
.block-bundle-summary .box-tocart button.button.disabled:before{left: 15px;top: 12px;}
@keyframes fa-spin {
	0% {
	    transform: rotate(0deg);
	}
	100% {
	    transform: rotate(359deg);
	}
}
@-webkit-keyframes fa-spin {
	0% {
	    transform: rotate(0deg);
	}
	100% {
	    transform: rotate(359deg);
	}
}
button.btn-checkout.no-checkout span{background-position:0 100%;color:#b8baba}
button.btn-checkout.no-checkout span span{background-position:100% 100%}
p.control input.checkbox,p.control input.radio{margin-right:6px}
#add_recipient_button{margin:0px;overflow: hidden;padding-left: 10px;}
button.button:hover, button:hover, .cart .continue:hover, .actions-toolbar .primary a.action:hover,
button.button, button, .cart .continue, .actions-toolbar .primary a.action, button:focus{border-width: 1px;}
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus,._keyfocus *:focus, input:focus:not([disabled]), textarea:focus:not([disabled]), select:focus:not([disabled]){background-color:#f6f6f6;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); */
    outline: 0 none;box-shadow:none;}
a:hover, a:focus{outline:none !important;text-decoration: none;}
/*.highlight{background:#efefef}
*/

/* Form lists */

/* Grouped fields */

/*.form-list{width:535px;margin:0 auto;overflow:hidden}
*/
.form-list li{margin:0 0 8px}
.form-list label,.fieldset label{display: inline-block;color:#666;font-weight:400;font-size:14px;padding: 0;margin: 0;line-height: normal;}
.fieldset .newsletter label{float: none;display: inline-block;}
.form-list label.required{}
.form-list label.required em{float:right;font-style:normal;color:#eb340a;position:absolute;top:0;right:-8px}
.form-list li.control label{float:none;margin:0}
.form-list li.control input.radio,.form-list li.control input.checkbox{margin-right:6px;margin-top:0;display:inline-block;vertical-align:top}
.form-list li.control .input-box{clear:none;display:inline;width:auto}
.radio, .checkbox{display: inline-block;margin-top: 0 !important;}
/*.form-list li.fields{margin-right:-15px}
*/
.form-list .input-box{display:block;clear:both;width:100%;padding-bottom:5px}
.form-list .field{/* float:left;width:275px;*/}
.form-list input.input-text{width:100%}
.form-list textarea{/*width:254px;*/width:100%;height:10em}
.form-list select{width:100%}
.form-list li.wide .input-box{/* width:535px;*/}
.form-list li.wide input.input-text{/* width:529px;*/}
.form-list li.wide textarea{/*width:529px;*/}
.form-list li.wide select{/* width:535px;*/}
.form-list li.additional-row{border-top:1px solid #ccc;margin-top:10px;padding-top:7px}
.form-list li.additional-row .btn-remove{float:right;margin:5px 0 0}
.form-list .input-range input.input-text{width:74px}
.form-list-narrow li{margin-bottom:0}
.form-list-narrow li .input-box{margin-bottom:6px}
.form-list-narrow li.wide .input-box{width:260px}
.form-list-narrow li.wide input.input-text,.form-list-narrow li.wide textarea{width:254px}
.form-list-narrow li.wide select{width:260px}
/* --- Contact page */
.contact-index-index .page-footer{margin: 0;}
.contact-form{margin-bottom: 10px;margin-top: 45px;}
textarea::-moz-placeholder{color: #333;}
.contact-form .actions-toolbar .primary{margin: 20px 0 0;}
.contact-content iframe{width: 100%;margin-bottom: 20px;}
.google-map p{font-size: 14px;color: #666;margin: 10px 0;}
.buttons-set.buttons-set-contact{padding: 0px;margin: 20px 0;}
.contacts-index-index .contact-form-box {padding: 0;margin: 0 0 30px 0;}
.contacts-index-index .contact-form-box label{padding-bottom: 5px;}
.store-title .title-store,.contact-content .page-subheading{position: relative;font-size: 18px;color: #333;font-weight: bold;margin: 0;padding: 0 0 15px;text-align: left;text-transform: uppercase;line-height: 1;}
.contact-content .short-description{color: #666;font-size: 14px;margin: 0px;padding: 0px 0 45px;}
.contacts-index-index .contact-form-box .form-selector{padding-bottom: 25px;}
.map-conttact ul {line-height: 28px;list-style: disc;list-style-position: inside;font-style: italic;}
.map-conttact ul.store_info {list-style: none;font-style: normal;color: #696969;}
.map-conttact ul.store_info i {display: inline-block;width: 30px;line-height: inherit;}
#message-box-conact .fa{line-height: inherit;}
.store-contact{background-color: #fff;}
.store-contact .store1 .store-item{float: left;width: 50%;}
.store-item .block-title{font-size: 14px;font-weight: 600;color: #333;margin-bottom: 25px;margin-top: 25px;text-transform: uppercase;}
.store-item .store_info{margin: 0;list-style: none;padding: 0;}
.store_info.block-monday li{padding-bottom: 10px;}
.store_info.block-monday .tit-name{display: inline-block;}
.store_info .tit-contain.title-time{float: right;color: #666;font-size: 16px;}
.store_info li{padding-bottom: 30px;margin: 0;}
.store_info li:last-child{padding-bottom: 0;}
.store_info .icons{border: 1px solid #e4e4e4;border-radius: 100%;color: #555;float: left;font-size: 20px;height: 54px;line-height: 54px;text-align: center;vertical-align: middle;width: 54px;background-color: #e4e4e4;}
.store_info .flex{margin: 0;padding-left: 70px;vertical-align: middle;display: block;}
.store_info .tit-name{display: block;font-size: 14px;color: #333;font-weight: 600;}
.store_info .tit-contain,.store_info .tit-contain a{color: #666;font-size: 14px; display: block;line-height: normal;}
.store_info .tit-contain.tit-contain-big{font-size: 18px;color: #222;font-style: normal;padding: 0;clear: inherit;font-weight: bold;}
.store_info .socials.alo-social-links{padding-top: 5px;}
.store_info .socials.alo-social-links .tit-contain{padding-top: 15px;}
.single-store{float: left;width: 40%;}
.column_right{float: left;width: 60%; padding-left: 20px;}
.line-before:before{content: "";border-style: solid;border-width: 0 0 2px;height: 2px;display: block;width: 20px;position: absolute;left: 0;right: 0;bottom: -12px;}
.contact_info{margin: 0 0 50px;}
.contact_info .flex{display: block;margin: 0;padding: 5px 0 0 65px;}
.contact_info .icons{float: left;font-size: 30px;color: #555;line-height: 54px;width: 54px;height: 54px;background-color: #e4e4e4;border-radius: 100%;text-align: center;}
.contact_info .fa-envelope.icons{font-size: 24px;}
.contact_info .tit-name{font-size: 14px;font-weight: 600;color: #333;margin: 0px;}
.contact_info .tit-contain{font-size: 14px;color: #444;padding: 0;margin: 0;line-height: 2;}
.contact_info .info_main{padding: 0 0 20px;}
.google-map{font-size: 0;}
.contact-index-index .page-title-wrapper{background-color: #f0f0f0;padding: 70px 0;margin: 0 0 125px;}
.contact-index-index .page-title-wrapper .page-title{max-width: 1170px;margin: 0 auto;padding: 0;}
.contact-index-index .page-title-wrapper .page-title span{font-size: 48px;font-weight: 600;}

.locations .store-item .single-store p{font-size: 15px;line-height: 30px;margin: 20px 0;}
.locations .store-item .block-title{margin-top: 30px;}
.store-item .onmap{text-align: left;}
.store-item .onmap .onclick-map{margin-top: 30px; line-height: 40px;border-radius: 3px;}
.locations .store-item .single-store p{font-size: 15px;line-height: 30px;margin: 20px 0;}
.store-contact.locations{padding: 0;}
.store-contact.locations .store-item{border-bottom: 1px solid #e6e6e6;}
.store-contact.locations .last .store-item{border: 0;}
.store-contact.locations .store1 .store-item{float: none;width: 100%;}
.onmap{text-align: center;}
.onmap .tool-map{position: relative;margin: 0 20px;}
.onmap .tool-map .toggle-content{background-color: #fff;width: 100%;height: 450px;position: absolute;top: -450px;z-index: 99999;transform: scale(0.8) rotate(0deg);transition: all 300ms ease-in-out 0s;visibility: hidden;opacity: 0;}
.onmap .tool-map .toggle-content.visible{ opacity: 1;transform: scale(1) rotate(0deg);visibility: visible;}
.onmap .tool-map .toggle-content iframe {width: 100%;height: 450px;}
.onmap .onclick-map{line-height: 60px;padding: 0 20px;cursor: pointer;display: inline-block;background-color: #e5534c;border-radius: 20px 20px 0px 0px;}
.onmap .onclick-map span{font-size: 13px;font-weight: 600;text-transform: uppercase;}
.locations .onmap .tool-map .toggle-content{top: calc(50% - 25px);left: 0;right: 0;}
.locations .onmap .tool-map{position: static;margin: 0;}
.locations .store-item{position: relative;}
.onmap .tool-map.toggle-visible .over-lay {bottom: 0;opacity: 1;visibility: visible;}
.onmap .tool-map .over-lay {background-color: rgba(0, 0, 0, 0.9);bottom: 100%;left: 0;opacity: 0;position: fixed;right: 0;top: 0;transition: all 0.3s ease 0s;visibility: hidden;z-index: 99991;}
.onmap .google-map .button {background-color: #333;border: 0 none;border-radius: 50%;height: 30px;position: absolute;right: -15px;top: -15px;width: 30px;cursor: pointer;}
.onmap .google-map .button:hover{background-color: #f0002f;}
.onmap .google-map .button span {background-color: #fff;bottom: 8px;display: block;font-size: 13px;height: 15px;left: 14px;margin: 0 auto;padding: 0;position: absolute;transform: rotate(35deg);width: 2px;}
.onmap .google-map .button span:last-child {transform: rotate(-35deg);}
.locations .store-item .store_info{float: none;width: 100%;}
/* Customer */
.form-list .customer-name-prefix .input-box,.form-list .customer-name-suffix .input-box,.form-list .customer-name-prefix-suffix .input-box,.form-list .customer-name-prefix-middlename .input-box,.form-list .customer-name-middlename-suffix .input-box,.form-list .customer-name-prefix-middlename-suffix .input-box{width:auto}
.form-list .name-prefix{width:65px}
.form-list .name-prefix select{width:55px}
.form-list .name-prefix input.input-text{width:49px}
.form-list .name-suffix{width:65px}
.form-list .name-suffix select{width:55px}
.form-list .name-suffix input.input-text{width:49px}
.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-year{float:left;width:85px}
.form-list .customer-dob input.input-text{display:block;width:74px}
.form-list .customer-dob label{font-size:10px;font-weight:normal;color:#888}
.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month{width:60px}
.form-list .customer-dob .dob-day input.input-text,.form-list .customer-dob .dob-month input.input-text{width:46px}
.form-list .customer-dob .dob-year{width:140px}
.form-list .customer-dob .dob-year input.input-text{width:134px}
.buttons-set{clear:both;margin:2em 0;padding:0 0 0;text-align:right}
.buttons-set.buttons-set-contact{padding: 0 15px;}
.box-review_form .form-add .buttons-set{padding:15px 0;margin:0}
.buttons-set p.required{margin:0 0 10px;float: right;line-height: 30px;}
.buttons-set .back-link{float:right;margin:0}
.buttons-set button.button{float:left}
.buttons-set-order{margin:10px 0 0}
.buttons-set-order .please-wait{padding:12px 7px 0 0}
.fieldset{background:#fff;padding:22px 25px 12px 33px;margin:28px 0}
.fieldset .legend{font-weight:normal;font-size:14px;border:0;color:#252525;margin:0px;padding:0 0 10px;display: block;}
.fieldset .legend span{font-size: 14px;text-transform: uppercase;color: #333;}
.form.create.account > .fieldset {float: left;padding: 0 25px; width: 50%;margin: 20px 0 25px;}
.form.create.account .actions-toolbar {clear: both; padding: 0 25px;}
.customer-account-forgotpassword .fieldset{padding: 0;margin: 0 0 25px;}
.account .fieldset{margin: 0;padding: 0;}
.account .actions-toolbar{padding: 20px 0 0;}
.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) + *, .block-addresses-list .items.addresses > .item:nth-child(2) + *, .form-edit-account .fieldset:nth-child(2) + *, .form-address-edit .fieldset:nth-child(2) + *, .storecredit .block:nth-child(2) + *, .paypal-review-discount .block:nth-child(2) + *, .cart-discount .block:nth-child(2) + * {
    clear: both;
}
.multishipping-checkout-address-newshipping .fieldset,.contact-index-index .fieldset{margin: 0;padding: 0;}
.contact-content .fieldset{padding:0px;}
/* Form Validation */
.validation-advice{clear:both;min-height:13px;margin:3px 0 0;padding-left:17px;font-size:11px;font-weight:bold;line-height:13px;background:url(../../frontend/Alothemes/expert1/en_US/Magento_Theme/images/validation_advice_bg.gif) 2px 0 no-repeat;color:#eb340a;width: 270px;}
.validation-failed{border:1px dashed #eb340a!important;background:#faebe7!important}
.validation-passed{}
p.required{font-size:11px;text-align:right;color:#EB340A}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current strong,.action.edit span,.action.back span,.action.remind span,.login-container .fieldset::after,.block.block-dashboard-orders .actions a{color: #ff0000;}
.action.edit span:hover,.action.back span:hover,.action.remind span:hover{text-decoration: underline;}
.action.back.customization:hover span{color: #fff;}
/* Expiration date and CVV number validation fix */
.v-fix{float:left}
.v-fix .validation-advice{display:block;width:12em;margin-right:-12em;position:relative}
/* Global Messages  */
.success{color:#3d6611;}
.error{color:#df280a;}
.notice{color:#e26703}
.messages,.messages ul{list-style:none!important; margin-top: 0!important;margin-bottom: 0!important;padding-top: 0!important;padding-bottom: 0!important}
.messages{overflow:hidden;z-index: 88;position: relative;}
.messages li{margin:0 0 10px!important}
.messages li li{margin:0 0 3px!important}
.error-msg,.success-msg,.note-msg,.notice-msg{border-style:solid!important;border-width:1px!important;background-position:10px 9px!important;background-repeat:no-repeat!important;min-height:24px!important;padding:8px 8px 8px 32px!important;font-size:11px!important;font-weight:bold!important}
.error-msg{border-color:#f16048;background-color:#faebe7;background-image:url(../../frontend/Alothemes/expert13/en_GB/images/i_msg-error.gif);color:#df280a}
.success-msg{border-color:#446423;background-color:#eff5ea;background-image:url(../../frontend/Alothemes/expert13/en_GB/images/i_msg-success.gif);color:#3d6611}
.note-msg,.notice-msg{border-color:#fcd344;background-color:#fafaec;background-image:url(../../frontend/Alothemes/expert13/en_GB/images/i_msg-note.gif);color:#3d6611}
#popupNewsletterMessages.messages { padding: 40px 9px 10px 10px !important;}
/* BreadCrumbs */
.breadcrumbs{text-align: left;}
.breadcrumbs li{display: inline-block; line-height: normal;padding: 0;}
.breadcrumbs li:before{content: "/";display: inline-block;margin: 0 12px;}
.breadcrumbs li.home,.breadcrumbs li.Home{background-image: none;}
.breadcrumbs li.home:before,.breadcrumbs li.Home:before{display: none;}
.breadcrumbs li.home{padding-left:0}
.breadcrumbs li.home a{background-color: transparent; padding-left: 0}
.breadcrumbs li a{outline:medium none;color: #333;}
.breadcrumbs li a,.breadcrumbs li strong{font-size: 14px; color: #222222; text-transform: uppercase;display: inline-block; line-height: normal; padding: 0; font-weight: normal;}
.breadcrumbs .inner-breadcrumbs li a{color: #666666;}
.breadcrumbs ul{margin:0; padding: 0px;}
/* Page Heading */
.page-title{width:100%;padding: 20px 0;}
.cms-index-index .page-title{margin: 0;}
.page-title h1,.page-title h2,.page-title-wrapper h1,.page-title-wrapper h2{font-size:20px;color:#333;font-weight: 600;line-height: 1;}
.page-title h1 span,.page-title h2 span,.page-title-wrapper h1 span,.page-title-wrapper h2 span{font-size: 14px;}
.page-title .separator{margin:0 3px}
.page-title .link-rss{float:right;margin:7px 0 0}
.title-buttons{text-align:right}
.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6{float:left}
.subtitle,.sub-title{color: #333;font-size: 17px;padding: 5px 0 0;}
.page-products .page-title-wrapper,.catalog-category-view .page-title-wrapper{margin: 0 0 15px;text-align: left;}
.page-products .page-title-wrapper h1 span,.catalog-category-view .page-title-wrapper h1 span,.pagecrumbs-title{font-weight: bold;text-transform: uppercase;font-size: 18px;color: #222;}
.page-products .page-title,.catalog-category-view .page-title{margin: 0;line-height: normal;padding: 0;}
.page-products .breadcrumbs .category-view-position{position: static;transform: none;background-color: transparent;}
/* Pager */
.pager{margin: 0;padding:  0;border-top:0;text-align:center}
.pager .amount{float:left;margin:0}
.pager .amount strong{font-weight:normal}
.pager .limiter{float:right}
.pager .limiter label{vertical-align:middle;font-weight:300;margin:0;vertical-align:middle}
.pager .limiter select{padding:0;margin:0 0 1px;vertical-align:middle}
.pager .pages strong{display: none;color: #2a2a2a;float: left;font-size: 14px;font-weight: 400;line-height: 45px;padding-right: 10px;}
.pager .pages ol{display:inline}
.pages .pages-items{display: block;}
.pages li{border-radius: 3px;border-style: solid;border-width: 1px;display: inline-block;float: left;font-size: 14px;height: 30px;line-height: 30px; margin: 0 0 0 5px;width: 30px;text-align: center;}
.pages li a{ border: 0 none;display: block;font-size: 14px;height: 29px;line-height: 29px;padding: 0;text-decoration: none;}
.pages li a span,.pages li strong span{font-size: 14px;font-weight: 600;}
.pages li.current .page{font-weight: normal;padding: 0px;}
.pages li a .fa{padding-left:5px}
.pages .action.next:before {content: "\f105";display: inline-block;font-family: FontAwesome;font-weight: normal;line-height: inherit;margin: 0;overflow: hidden;text-align: center;vertical-align: top;}
.pages .action.previous:before {content: "\f104";display: inline-block;font-family: FontAwesome;font-weight: normal;line-height: inherit;margin: 0;overflow: hidden;text-align: center;vertical-align: top;}
.pages > .label,.pages .action span {border: 0 none;clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.pages .item .label {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px; overflow: hidden;padding: 0; position: absolute; width: 1px;}
/* Sorter */
.sorter-label,.limiter .label{font-size:13px;font-weight:normal;color:#666;float:left;padding:0 10px 0 15px;margin:0;line-height: 30px;}
.sorter .limiter{margin:0;padding: 0 0 0 15px;}
.pager {float: right; margin:0;display: none;}
.limiter,.sorter{display: inline-block;vertical-align: middle;}
.page-products .pager {display: none;}
.page-products  .limiter .limiter-text{display: none;}
.toolbar.bottom{margin-top: 20px;}
.toolbar.bottom .pager,.account .pager{float: none;}
.toolbar.bottom .pages,.account .pages{float: left;position: static;width: auto;}
.toolbar.bottom .pager .pages strong,.account .pager .pages strong{display: block;float: none;line-height: 29px;}
.toolbar.bottom .pages li a,.account .pages li a{height: 28px;line-height: 28px;}
.toolbar.bottom .pager li > a:hover,.toolbar.bottom .pager li > a:focus,.account .pager li > a:hover,.account .pager li > a:focus {background-color: transparent;}
.account .order-products-toolbar.toolbar.bottom .pager .limiter{width: auto;}
.toolbar .limiter,.toolbar .sorter{padding-top: 0;}
.sorter select, .limiter select{border-radius: 3px;color: #000;background-color: #fff;border: 1px solid #dddddd;margin: 0;padding: 0px 18px 0px 12px;font-size: 14px;height: 30px;line-height: 30px;}
.sorter{padding-right: 15px;}
.modes {display: inline-block;float: right;margin-right: 0px;}
.modes-label{float: left;line-height: 30px;padding-right: 15px;font-weight: normal;font-size: 13px;color: #999;display: none;}
.mode-grid{margin-right: 15px;}
.modes-mode{border-style: solid;border-width: 0px;cursor:pointer;float:left;outline:medium none;padding: 0px;text-align: center;height: 30px;line-height: 30px;}
.modes-mode:before {content: "\f009";display: inline-block;font-family: "FontAwesome";font-size: 18px;font-weight: normal;line-height: inherit;overflow: hidden;text-align: center;vertical-align: middle;}
.modes-mode > span {color: #333;font-size: 13px;font-weight: normal;padding-left: 5px;vertical-align: middle;}
.mode-list:before {content: "\f00b";}
.abs-visually-hidden-desktop-s{border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px; margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.toolbar-amount,.products.wrapper ~ .toolbar .modes{display: block;}
.products.wrapper ~ .toolbar .pages{float: right;}
.toolbar-amount{line-height: 30px;font-size: 13px;padding: 0;color: #666;font-weight: normal;}
.toolbar-bottom .toolbar-products .pages{display: inline-block;float: right;}
.sorter-action:before{line-height: 31px;}
/* Toolbar */
.toolbar{margin: 0 0 22px;padding: 0 0 10px;clear: both;border-bottom: 3px solid #eee;}
.products.wrapper ~ .toolbar{position: relative;}
.toolbar-bottom .sorter .sort-by,.toolbar-bottom .sorter .limiter,.toolbar-bottom .sorter .view-mode{display: none;}
.products.wrapper ~ .toolbar .toolbar-amount{display: block;}
.toolbar-amount .toolbar-number{font-weight: normal;font-size: 13px;color: #000;}
.toolbar-bottom {clear: both;}
.toolbar-bottom .toolbar{margin: 20px 0 0;background-color: transparent;}
.toolbar-bottom .toolbar-products .modes{display: none;}
.toolbar-bottom .toolbar-products .toolbar-amount{display: inline-block;}
.toolbar.toolbar-blog-posts{background-color: transparent; border-top: 1px solid #e6e6e6; margin: 0;padding-top: 20px;}
.toolbar.toolbar-blog-posts .pages{float: right;}
/* Data Table */
.data-table{width:100%;border:1px solid #dfdfdf;}
.data-table .odd{background:#ffffff}
.data-table .even{background:#ffffff}
.data-table thead {background-color: #f7f7f7;}
.data-table thead th {border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;text-transform: capitalize;border-right: 1px solid #ddd;padding: 15px 8px;}
/*.data-table tr.odd:hover,.data-table tr.even:hover{background:#ebf1f6}
*/
.cart.table-wrapper .product-item-name a,.data-table tbody tr td .cart-price .price{color:#333;text-decoration:none;font-size:16px;}
.data.table tbody tr td.a-subtotal .cart-price .price,.data.table tbody tr td .cart-price .price{color:#333;font-size: 18px;}
.data.table tbody tr td input.qty{border: 0px solid #ededed !important;color:#333;text-align:center;width:35px!important;float: left;height: 35px;border: 0;background-color: transparent;font-size: 14px;padding: 0;}
.data.table tbody tr td input.qty:focus{box-shadow: none;}
.data-table tfoot{border-bottom:1px solid #eeeeee}
.data-table tfoot tr{background-color:#fff!important}
.data-table tfoot td{padding-top:1px;padding-bottom:1px;border-bottom:0;}
.data-table tfoot strong{font-size:16px}
.data-table tbody th,.data-table tbody td{border-bottom:1px solid #ddd;border-right:1px solid #ddd}
.data.table .custom-qty{margin: 0 auto;border: 1px solid #ebebeb;width: 115px;}
.data.table .custom-qty .alo_qty{width: 35px;float: left;height: 35px;line-height: 35px;font-size: 12px;color: #333;text-align: center;outline: medium none;}
.cart.table-wrapper .col {vertical-align: middle;padding-top: 13px;}
.cart.table-wrapper thead .col span,.cart-summary > .title{font-size: 15px;color: #333;font-weight: bold;}
.cart.table-wrapper .item .col.item {padding: 30px 0 0;}
.cart.table-wrapper .item-actions td {padding: 0 0 10px;}
.cart-summary .block .fieldset .methods .field > .label{float: none;}
.cart.table-wrapper .product-image-container{display: inline-block;}
.checkout-index-index .nav-sections{display: block;}
.checkout-container {margin: 30px 0 0;}
.opc-estimated-wrapper .estimated-block .estimated-label,.opc-estimated-wrapper .estimated-block .estimated-price{font-size: 18px;font-weight: 600;}
.checkout-container .modal-custom .action-close{right: 35px;}
.opc-block-shipping-information{padding: 0 30px;}
/* Bundle products tables */
.data-table tbody.odd tr{background:#f8f7f5!important}
.data-table tbody.even tr{background:#f6f6f6!important}
.data-table tbody.odd tr td,.data-table tbody.even tr td{border-bottom:0}
.data-table tbody.odd tr.border td,.data-table tbody.even tr.border td{border-bottom:1px solid #eeeeee}
.data-table tbody td .option-label{font-weight:bold;font-style:italic}
.data-table tbody td .option-value{padding-left:10px}
/* Generic Info Box */
.info-box{background:#fff url(../../frontend/Alothemes/expert13/en_GB/images/bkg_block-title.gif) 0 0 repeat-x;border:1px solid #d0cbc1;padding:12px 15px;margin:0 0 15px}
.info-box h2{font-weight:bold;font-size:13px}
.info-table th{font-weight:bold;padding:2px 15px 2px 0}
.info-table td{padding:2px 0}
/* Shopping cart total summary row expandable to details */
tr.summary-total{cursor:pointer}
tr.summary-total td{}
tr.summary-total .summary-collapse{float:right;text-align:right;padding-left:20px;background:url(../../frontend/Alothemes/expert13/en_GB/images/bkg_collapse.gif) 0 5px no-repeat;cursor:pointer}
tr.show-details .summary-collapse{background-position:0 -52px}
tr.show-details td{}
tr.summary-details td{font-size:11px;background-color:#dae1e4;color:#626465}
tr.summary-details-first td{border-top:1px solid #d2d8db}
tr.summary-details-excluded{font-style:italic}
/* Shopping cart tax info */
.cart-tax-info{display:block}
.cart-tax-info,.cart-tax-info .cart-price{padding-right:20px}
.cart-tax-total{display:block;padding-right:20px;background:url(../../frontend/Alothemes/expert13/en_GB/images/bkg_collapse.gif) 100% 5px no-repeat;cursor:pointer}
.cart-tax-info .price,.cart-tax-total .price{display:inline!important;font-weight:normal!important}
.cart-tax-total-expanded{background-position:100% -52px}
/* Class:std - styles for admin-controlled content */
.std .subtitle{padding:0;}
.std ol.ol{list-style:decimal outside;padding-left:1.5em;}
.std ul.disc{list-style:disc outside;padding-left:18px;margin:0 0 10px;}
.std dl dt{font-weight:bold;}
.std dl dd{margin:0 0 10px;}
.std ul,.std ol,.std dl,.std p,.std address,.std blockquote{margin:0 0 1em;padding:0;}
.std ul{list-style:disc outside;padding-left:1.5em;}
.std ol{list-style:decimal outside;padding-left:1.5em;}
.std ul ul{list-style-type:circle;}
.std ul ul,.std ol ol,.std ul ol,.std ol ul{margin:.5em 0;}
.std dt{font-weight:bold}
.std dd{padding:0 0 0 1.5em}
.std blockquote{font-style:italic;padding:0 0 0 1.5em;}
.std address{font-style:normal;}
.std b,.std strong{font-weight:bold;}
.std em{font-style:italic;}
/* Misc */
.links li{display:inline}
.links li.last{}
.link-cart{color:#d22753;font-weight:bold}
.link-wishlist{color:#d22753;font-weight:normal}
.link-reorder{font-weight:normal;color:#ea5648!important}
.link-compare{font-weight:bold}
.link-print{font-weight:bold;color:#d22753}
.link-rss{background:url(../../frontend/Alothemes/expert13/en_GB/images/i_rss.gif) 0 2px no-repeat;padding-left:18px;line-height:14px;white-space:nowrap}
.btn-previous{display:block;width:11px;height:11px;font-size:0;line-height:0;background:url(../../frontend/Alothemes/expert13/en_GB/images/btn_previous.gif) 0 0 no-repeat;text-indent:-999em;overflow:hidden}
.btn-edit{display:block;padding:9px;font-size:12;line-height:0;}
.cards-list dt{margin:5px 0 0}
.cards-list .offset{padding:2px 0 2px 20px}
.separator{margin:0 3px}
.divider{clear:both;display:block;font-size:0;line-height:0;height:1px;margin:10px 0;text-indent:-999em;overflow:hidden}
#product-attribute-specs-table th {color: #666666; border-radius: 0;display: block;font-size: 100%;text-align: left;}
#product-attribute-specs-table th,#product-attribute-specs-table td{font-size: 14px;}

/* Global site notices */
.global-site-notice{border:1px solid #cfcfcf;border-width:0 0 1px;background:#ffff90;font-size:12px;line-height:1.25;text-align:center;color:#2f2f2f}
.global-site-notice .notice-inner{width:860px;margin:0 auto;padding:12px 0 12px 80px;background:url(../../frontend/Alothemes/expert13/en_GB/images/i_notice.gif) 20px 25px no-repeat;text-align:left}
.global-site-notice .notice-inner p{margin:0;border:1px dotted #cccc73;padding:10px}
.global-site-notice .notice-inner .actions{padding-top:10px}
/* Cookie Notice */
.notice-cookie{position:fixed;z-index:9999;width:100%;bottom:0;left:0;margin:0!important;opacity:0.95;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";/* IE8 */}
/* Noscript Notice */
.noscript{}
/* Demo Notice */
.demo-notice{margin:0;padding:6px 10px;background:#d75f07;font-size:12px;line-height:1.15;border:0;text-align:center;color:#fff}
.demo-notice .notice-inner{width:auto;padding:0;background:none;text-align:center}
.demo-notice .notice-inner p{padding:0;border:0}
/* Demo 404 */
.cms-no-route .alocolumns{padding-top: 25px;}
.cms-no-route .page-title-wrapper{display: none;}
.cms-no-route .page-not-found {text-align: center;}
.cms-no-route .page-not-found .page-title h1,.cms-no-route .page-not-found .page-title h1 span{line-height: 130px;text-indent: -999em;padding-top: 120px;}
/* .cms-no-route .page-404 .banner-header{background-image: url("../../frontend/Alothemes/expert13/en_GB/images/alothemes/404.jpg");background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;min-height: 100vh;text-align: center;} */
.cms-no-route .page-not-found .page-title h1 span{color: #242628;font-weight: bold;}
.page-not-found h2{ color: #333;font-size: 28px;margin-bottom: 20px;letter-spacing: 5px;text-transform: uppercase;}
.page-not-found h3{font-size: 16px;color: #666666;font-weight: normal;}
.page-not-found .block-newletter label{display: none;}
.page-not-found .form-search{ margin: 0 auto; position: relative;width: 500px;}
.page-not-found .form-search .button{position: absolute;top: 2px;right: 2px;border: 0 none;height: 41px;line-height: 41px;}
.page-not-found .form-search .button span{height: 43px;line-height: 45px;background-color: transparent;}
.page-not-found .form-search .button span .fa{font-size: 17px;}
.page-not-found .previus-page{letter-spacing: 3px;color: #333;height: 40px;line-height: 40px;padding:0 29px;font-size: 13px;text-transform: uppercase;margin:60px 0 100px;display: inline-block;border: 1px solid #aaaaaa;}
.page-not-found .previus-page:hover{background-color: #666;color: #fff;border: 1px solid #666;}
.page-not-found .form-search #search{width: 500px;border: 2px solid #242628;height: 45px;line-height: 45px;padding: 0 60px 0 9px;}
/* ======================================================================================= */
/* Header ================================================================================ */
/* ----------------
 [Top banner]
 */
.top-banner{height: 84px;background-image: url('../../frontend/Alothemes/expert13/en_GB/images/alothemes/img-promotion.jpg');background-repeat: no-repeat;background-position: center top;background-size: cover;position: relative;text-align: left;line-height: 20px;}
.bg-overlay,.add-link-promotion{ width: 100%; height: 100%;position: absolute;top: 0;left: 0;/* background-color: rgba(0,0,0,0.7); */}
.top-banner .container-offer{position: relative;max-width: 1170px;margin: 0 auto;}
.top-banner h2{font-weight: bold;font-size: 18px;margin: 0;padding: 15px 0 2px;line-height: normal;text-transform: uppercase;}
.top-banner h3{font-weight: 500;font-size: 16px;margin: 0;line-height: 20px;}
.top-banner .promotion-offer a{margin-top: 17px;padding: 0 10px; line-height: 30px;font-size: 14px;text-transform: uppercase;border-radius: 2px;display: inline-block;}
.top-banner .promotion-offer a:hover{text-decoration: underline;}
.top-banner .header-offer-close{border-radius: 50%;width: 20px;height: 20px;line-height: 22px;font-size: 15px;text-align: center;position: absolute;top: 5px;right: 0;cursor: pointer;background-color: #000;color: #cdd5e3;}
.top-banner .header-offer-close .fa{padding-left: 1px;}

.page-header{margin:0;padding: 0;position:relative;}
.header-content.header-container-fixed{padding: 10px 0;}
.cms-index-index .header-container-fixed,.header-container-fixed,.page-products .header-container-fixed,.catalog-product-view .header-content.header-container-fixed{animation-duration: 450ms; animation-fill-mode: both; animation-name: fadeInDown; box-shadow: 0 0 3px #666666;-moz-box-shadow: 0 0 3px #666666; -webkit-box-shadow: 0 0 3px #666666; -o-box-shadow: 0 0 3px #666666;-ms-box-shadow: 0 0 3px #666666;position: fixed; width: 100%; z-index: 800;top:0;}
@keyframes fadeInDown {
	0% {
	    opacity: 0;
	    transform: translate3d(0px, -100%, 0px);
	}
	100% {
	    opacity: 1;
	    transform: none;
	}
}
.catalog-product-view .header-container-fixed{z-index: 99;}
.header-container-fixed .mini-maincart .mini-contentCart {top: 56px;}
.header-container-fixed .magicmenu .nav-desktop .level0.ext .level-top::before{bottom: 16px;}
.header-content .head-position{position: relative;}

.top-form-language,.currency_top{float: left;}
.header .form-language{clear:both;padding:10px 0;text-align:left;float:left}
.header .form-language label{font-weight:bold;padding-right:5px;color:#a7c6dd;vertical-align:middle;float:left;margin:0}
.header .form-language select{padding:0}
.header .form-language select.flags option{background-position:4px 50%;background-repeat:no-repeat;padding-left:25px}
.top-links .or{margin: 0;float: left;}
.top-form-language .dropdown-toggle .dropdown-icon,.top-form-language .dropdown-toggle .value,.top-form-language .dropdown-toggle .caret,.currency_top .dropdown-toggle .dropdown-icon,.currency_top .dropdown-toggle .value,.currency_top .dropdown-toggle .caret{display:inline-block;cursor:pointer}
.top-form-language .dropdown-toggle .dropdown-icon{background-position:0 3px;background-repeat:no-repeat;font-size:100%}
.top-form-language .dropdown-toggle .value,.currency_top .dropdown-toggle .label,.currency_top .dropdown-toggle .value{font-size:13px;color:#fff;padding-right:15px;padding-left:2px}
.currency_top .dropdown-toggle .label{display:none}
.header-setting.currency_top{border-right: 1px solid #e6e6e6;}
.currentcode{font-weight: 500;}
.currency_top .label,
.top-form-language .label{position: static;font-size: 15px;text-transform: uppercase;color: #333;margin: 0 0 18px;font-weight: normal;display: none;}
.currency_top .label span,
.top-form-language .label span {position: static;font-size: 15px;text-transform: uppercase;color: #333;margin: 0 0 18px;font-weight: normal;display: block;}
.top-form-language .current .label,.header .top-form-language  li:hover .label{ border-bottom: 2px solid #d22753;}
.top-form-language .dropdown-switcher li a,.header .currency_top .dropdown-switcher li a{font-size:13px;font-weight:300;color:#666;text-decoration:none;display:block}
.top-form-language .action .switcher-option{padding-left: 17px;}
.top-form-language .switcher-option a{background-position: left center;background-repeat:no-repeat;font-size:100%;padding:5px 12px;}
.currency_top .switcher .options{padding-left: 0px;}
.dropdown.options.switcher-options{position: static;}
.page-header .switcher .options, .page-footer .switcher .options{position: relative;line-height: normal;padding: 9px 9px 10px;}
.page-header .top-form-language .switcher .options{padding-left: 0;margin-left: 9px;}
.page-header .switcher .options .action{display: inline-block;}
.page-header .switcher .options .action.toggle:after,.page-footer .switcher .options .action.toggle:after {font-weight: normal;color: #222;content: "\f0d7";font-family: FontAwesome;font-size: 14px;margin-left: 5px;text-align: left;vertical-align: middle;}
.page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after {content: "\f0d8";font-family: "FontAwesome";}
.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {border-width: 3px 0 0;border-style: solid;border-color: #e1e1e1;background: #ffffff none repeat scroll 0 0;display: none;margin: 0;padding: 5px 0px;position: absolute;top: 100%;left: 0;z-index: 100;text-align: left;min-width: 145px;-webkit-box-shadow: 0 0 8px 0 rgba(50,50,50,0.4);-moz-box-shadow: 0 0 8px 0 rgba(50,50,50,0.4);box-shadow: 0 0 8px 0 rgba(50,50,50,0.4);}
.page-header .switcher .options.active ul.dropdown, .page-footer .switcher .options.active ul.dropdown {display: block;}
.page-header .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li,.page-header .switcher .options ul.dropdown .switcher-option{float: none;line-height: normal;padding: 8px 15px;margin: 0;}
.page-header .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a{color: #555555;display: inline-block;font-weight: 500;padding: 0 0 0 5px;font-size: 13px;}
.page-header .currency_top .switcher .options ul.dropdown a{padding: 0;}
.page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown::before, .page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {border-bottom-style: solid;content: "";display: block;height: 0;position: absolute;width: 0;}
.page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {-moz-border-bottom-colors: none; -moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #bbbbbb;border-image: none;border-style: solid;border-width: 7px;z-index: 98;}
.page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {left: 9px;top: -14px;}
.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: none;height: 0; position: absolute; width: 0;}
.page-header .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before {-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;border-image: none;border-style: solid;border-width: 6px;z-index: 99;}
.page-header .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before {left: 10px;top: -12px;}

.page-footer .top-form-language .switcher .options ul.dropdown a,.page-header .top-form-language .switcher .options ul.dropdown a {background-position: 0 50%;background-repeat: no-repeat;line-height: normal;padding: 0 0 0 23px;}
.page-header .switcher{display: block !important;}
.page-header .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover{background-color: transparent;}
.switcher-options strong span{font-size: 13px;color: #ccc;font-weight: normal;text-transform: capitalize;}
/********** < header top compatibility 1 and 2 */
/* ----- header top ------ */
.header-top{border-width: 0 0 1px; border-style: solid;}
.header .top-left,.main-header{float: left;}
.header .top-right{float: right;}
.top-link-product,.tool-header .tool-setting,.below-column,.alo-social-top,.links-wrapper-separators{float: left;}
.below-column ul li{float: left;margin: 0;}
.header.links li a,.below-column ul li a{display: inline-block;color: #333;font-size: 13px;font-weight: normal;line-height: normal;padding: 10px 15px;margin: 0;}
.below-column ul li a{padding: 10px 15px;border-right: 1px solid #e6e6e6;}
.page-header .switcher .options:before,.below-column ul li a:before,.tool-setting .top-link-product a.btn-compare:before{height: 11px;width: 1px;border-color: #545454;border-style: solid;border-width: 0 1px 0 0;display: none;content: "";margin: 0 12px 0 0;vertical-align: middle;}
.page-header .switcher .options:before{margin: 0 15px 0 0;}
.page-header .currency.switcher .options:before{display: none;}
.below-column ul li.first a:before{display: none;}
.support{line-height: 36px;border-right: 1px solid #e6e6e6;padding-right: 10px;}
.main-header .support span{color: #333;font-size: 13px;vertical-align: middle;}
.main-header .support span.icon{padding-right: 5px;}
.support .icon-support,.support .support-content{display: inline-block;vertical-align: middle;}
.support .icon-support{font-size: 16px;color: #999; margin: 0 5px 0 0;line-height: 1;}
.support .icon-support .icons{font-size: 16px;vertical-align: bottom;}
.support-content p{margin: 0;padding: 0;line-height: normal;color: #999;}
.support-content .support-clock{font-size: 12px;color: #666;text-transform: uppercase;font-weight: normal;line-height: 1;}
.support-content .support-phone span{font-weight: bold;font-size: 15px;color: #222;}

.top-link-product a.icon .counter,.top-link-product a .text{font-size: 13px;}
.tool-setting .top-link-product a.btn-compare{padding: 12px 0 10px 10px;display: block;}
/* ----- header logo ------ */
.content-logo{width: 20%;}
.header .logo{margin:0;padding: 0px;text-decoration:none!important;outline:none;display: block;max-width: 100%;float: none;}
.header .logo strong{position:absolute;top:-999em;left:-999em;width:0;height:0;font-size:0;line-height:0;text-indent:-999em;overflow:hidden}
.header-content{padding: 18px 0;}
/* ----- header form seach ------ */
.tool-account{float: left;position: relative;}
.alotheme .text-account{font-size: 13px;color: #333;}
.alotheme .text-bold{font-weight: bold;font-size: 14px;}
.alotheme .block{display: block;margin: 0;}
.alotheme .tool-padding{margin: 0 20px 0 0;}
.alotheme .tool-padding.top-link-product{padding-top: 5px;}
.alotheme .icons{font-size: 30px;display: inline-block;vertical-align: middle;}
.alotheme .wishlist-icons{font-size: 26px;}
.alotheme .wishlist,.alotheme .onclick{display: inline-block;vertical-align: middle;padding: 0 0 0 10px;line-height: 15px;}
.alotheme .wishlist{display: none;}
.alo-toggle .toggle-tab{cursor: pointer;}
.alo-toggle .toggle-content{background-color: #fff;display: none;position: absolute;right: 0;top: 65px;z-index: 90;width: 230px;border-width: 5px 0 0 0;border-style: solid;border-color: #445268;border-radius: 3px;padding: 0px;-webkit-box-shadow: 0 0 8px 0 rgba(50,50,50,0.4);-moz-box-shadow: 0 0 8px 0 rgba(50,50,50,0.4);box-shadow: 0 0 8px 0 rgba(50,50,50,0.4);}
.alo-toggle .toggle-content.visible{display: block;}
.alo-toggle .toggle-content:before {background-color: #eee;content: "";height: 14px;margin: auto;position: absolute;right: 0;top: 0;width: 100%;z-index: 2;}
.alo-toggle .toggle-content:after {background-color: #445268;content: "";height: 14px;margin: auto;position: absolute;right: 40px;top: -11px;transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);width: 14px;z-index: 1;}
.tool-topsearch .toggle-tab.mobile{display: none;}
.header .form-search {border-width: 2px;border-style: solid;height: 41px;position: relative;padding: 0px;margin: 5px 0;display: block;border-radius: 35px;}
.header .form-search .field.search {float: left;width: 89%;}
.header-search .block-search .nested{display:none;}
.header .quick-access{margin: 0 15px 0 0;padding:0;width:340px;}
.header .welcome-msg{color: #333333;display: block;float: left;font-size: 13px;margin: 0 10px 0 0;padding: 10px 10px 8px;font-style: italic;border-right: 1px solid #e6e6e6;}
.header .welcome-msg:after{display: none;content: "";height: 17px;width: 1px;border-style: solid;border-width: 0 0 0 1px;border-color: #e6e6e6;margin: 0 0 0 15px;vertical-align: middle;}
.block-search .block .block-title{text-align:left;text-transform: uppercase;padding: 0;margin: 0 0 18px;border: 0;display: none;}
.block-search .block .block-title strong{font-weight: normal;font-size: 18px;color: #333;}
.block-search .block{margin: 0;}
.header .form-search input.input-text{display: inline-block;border-radius: 0px;border-style: solid;border-color: #cccccc;border-width: 0px;background-color:transparent;font-size:14px;margin:0;height: 37px;padding: 0 15px;width: 100%;}
.header .form-search button.button{pointer-events: inherit;opacity: 1;border-radius: 0 35px 35px 0;border-width: 0 0 0 1px;border-style: solid;background-color: #ea1b25;height: 31px;line-height: 31px;width: 11%;padding: 0px;float: right;margin: 3px 0;}
.header .form-search button.button span{height: 30px;line-height: 30px;padding:0;border:none;font-size: 0;text-transform: capitalize;}
.header .form-search button.button .icons {font-size: 20px;line-height: 30px;}
.header .form-search button.button span span .seach-text,.header .form-search button.button span .fa{font-size: 16px;font-style: normal;line-height: 30px;}
.header .form-search button.button span span{padding:0;height:0}

.header .c-smartsearch__overlay{display: none;}
.header .block-search .search-autocomplete{top: 30px !important;}
.header .c-smartsearch__wrapper{width: 100%;border: 0;left: 0;top: 12px !important;}
.header .form-search .catalogsearch {position: relative;}
.header .form-search .catalogsearch input.input-text { width: 65%;float:right;}
.header .form-search .catalogsearch-box {background-color: transparent;border: 0;border-radius: 0;font-size: 13px;float: left;height:33px;padding: 0px;margin: 0;width: 35%;position: absolute;left: 0px;display: block;color: #2a2a2a;text-overflow: ellipsis;white-space: nowrap;}
.header .form-search .catalogsearch-box span{border-right: 1px solid #e6e6e6;display: block;height: 31px;line-height: 31px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #888888;margin: 3px 0;padding: 0 22px 0 18px;font-size: 13px;}
.header .form-search .catalogsearch-box span:after {content: "\f0d7";display: block;font-size: 14px;font-family: FontAwesome;position: absolute;right: 15px;top: 4px;}
.header .form-search .dd-container{background-color: #fff;position: absolute;z-index: 99;left: 0;width: 230px !important;height: 250px;overflow: auto;border: 1px solid #e6e6e6;}
.header .form-search .dd-container li{border: 0;color: #666;padding: 5px 25px 5px 25px;margin: 0;;text-align: left;}
.header .form-search .dd-container li:hover,.header .form-search .dd-container li.selected{color: #000;background: #f0f2f5;}

.header .form-search .dd-options{height: 250px;box-shadow:0 0 10px 0 rgba(0,0,0,0.15); -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);-o-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);-ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);border: 0;}
.header .form-search .dd-container .dd-select{border-radius: 0;border: 0;border-right: 1px solid #dddddd;background-color: transparent !important;margin-bottom: 0px;}
.header .form-search .dd-option-text{font-size: 12px;margin: 0;font-weight: 500;cursor: pointer;}
.header .form-search .dd-options .dd-option{border: 0;color: #666;padding: 5px 0 5px 18px;text-align: left;}
.dd-container .dd-selected{padding: 13px 17px;margin: 0;}
.dd-pointer-down,.dd-pointer-up{border-color:rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c2c2c2 !important}
.dd-pointer{right: 14px !important;margin-top: -6px !important;}
.dd-container .dd-selected .dd-selected-text{margin: 0;text-transform: uppercase;color: #2a2a2a;font-weight: normal;}
.header .form-search .dd-options .dd-option:before {color: #bbbbbb;content: "";font-family: FontAwesome;font-size: 13px;margin-right: 10px;text-align: left;width: 32px;}
.header .form-search .dd-options .dd-option:hover{color: #ffa800;}
.header .form-search .search-autocomplete{margin: 0; display: none;z-index: 99;}
.header .form-search .search-autocomplete ul{border:0px solid #5c7989;}
.header .form-search .search-autocomplete li{text-align:left;border-bottom:1px solid #f4eee7;padding:2px 0px 1px;cursor:pointer}
.header .form-search .search-autocomplete li .amount{right: 2px; top: 2px;font-weight: bold;}
.header .form-search .search-autocomplete li.odd{background-color:#fffefb}
.header .form-search .search-autocomplete li.selected{background-color:#f7e8dd}
/* ----- tool custom ------ */
.box-width{position: relative;}
.header-container-fixed .header-icons{top: 0;}
.space-area{padding-bottom: 34px;}
.tool-header {float: right;padding: 18px 0;}
.tool-setting {margin: 0;float: right;}
.tool-setting .header-setting{float: left;}
/********** < end compatibility 1 and 2 */

.header.links li:nth-child(1):after{content: attr(data-label);display: none;padding: 0 5px; color: #959595;line-height: 43px;font-size: 14px;}
.header.links li.customer-welcome:after,.customer .links .customer-menu li:nth-child(1):after{display: none;}
.header.links li.customer-welcome span.customer-name{padding: 10px 0px;display: inline-block;}
.header.links li.customer-welcome span{padding: 0;font-size: 14px;cursor: pointer;font-weight: 600;}
.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;vertical-align: 1px;height: auto;color: #555;}
.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 {font-size: 13px;line-height: 1;color: inherit;content: "\f107";font-family: FontAwesome;margin:0px;vertical-align: middle;display: inline-block; font-weight: normal;overflow: hidden;speak: none;text-align: center;}
.customer-welcome.active .action.switch:after {content: "\f106";}
.customer-welcome .customer-menu {display: none;position: absolute;left: 0;min-width: 100%;border-width: 1px;border-style: solid;border-color: #e1e1e1;background-color: #fff;padding: 10px;z-index: 99;text-align: left;}
.customer-welcome.active .customer-menu {display: block;}
.customer-menu .links.header li{display: block;float: none;padding: 0;text-align: left;}
.header.links .customer-menu .links.header{ background-color: transparent;float: none;padding: 0;}
.header.links .customer-menu .links.header li:first-child a,.header.links .customer-menu .links.header li a{line-height: 30px;background: none;padding: 0;margin: 0;border: 0;}
.header.links .customer-menu .links.header li a:hover{text-decoration: underline;}
.header.links .customer-menu .links.header li a:before{display: none;}
.customer .top-links .customer-menu li{float: none;display: block;}
.customer .links .customer-menu li a{line-height: normal;padding: 5px 0;display: block;}
.dropdown-link li{margin: 0;}
.header.links {margin: 0;background-color: #eee;padding: 20px 0px 18px;}
.header.links li a{font-weight: 600;font-size: 14px;padding: 0;line-height: 30px;}
.header.links li:first-child a{background-color: #f2c557;border: 1px solid;border-radius: 3px;line-height: 33px;text-align: center;width: 100%;}
.header.links li{display: block;margin: 0;padding: 0 20px;text-align: center;}
.dropdown-link{border-bottom: 1px solid #eee;border-top: 1px solid #eee; margin: 10px 0;padding-bottom: 15px;padding-top: 15px;}
.dropdown-link li a,.dropdown-link li strong {font-size: 14px;line-height: normal;font-weight: normal;padding: 0;}
.header-container .top-container{clear:both;padding:5px 10px 0 12px;text-align:right}
.header-container .top-container a{font-size:11px;color:#ebbc58}
.minict_wrapper{border-radius:3px;background:#f3f3f3!important;border:1px solid #ededed;width:130px}
.minict_wrapper input{color:#666}
.minict_wrapper.bubble:after{border:0;box-shadow:none}
.form-language label{display:none}
.icon-search .fa{text-align: center;vertical-align: middle;padding:0 5px 0 0;color: #aaa;}
.cms-index-index .alo-breadcrumbs {display: none;}
.content-cart .minicart-wrapper .showcart .counter-label{position: static;display: none;}
.content-cart .minicart-wrapper .showcart .text{position: static;font-size: 14px;line-height: 15px;font-weight: bold;margin: 0;color: #333;width: auto;height: auto;overflow: visible;display: none;}
.content-cart .minicart-wrapper .showcart .crat-icon {display: inline-block;padding: 0px;position: relative;color: #666;vertical-align: middle;}
.content-cart .minicart-wrapper .showcart .crat-icon:before{display: inline-block; font-family: "FontAwesome";font-size: 28px;line-height: 1;content: "\f291";}
.minicart-text{line-height: 15px;margin: 0;padding: 0 0 0 10px;vertical-align: middle;display: inline-block;}
.content-cart .minicart-wrapper .showcart .minicart-text .text .counter-number{font-size: 17px;font-weight: bold;color: #1f1f1f;}
.content-cart .minicart-wrapper .showcart .price{font-size: 15px;color: #666;font-weight: bold;}
.minicart-wrapper{float: left;}
.minicart-wrapper{margin: 0px !important;padding: 0;position: relative;}
.minicart-wrapper .action.showcart .amount .price{color: #444;}
.minicart-wrapper .icons {vertical-align: top;display: inline-block;color: #666666;font-weight: 500;font-size: 22px;padding: 0 3px 0 0;position: relative;}
.minicart-wrapper .action.showcart .counter.qty{border-radius: 50%;height: 26px;line-height: 26px; padding: 0;position: absolute;right: -10px;text-align: center;top: -10px; width: 26px;z-index: 2; min-width: auto;font-size: 14px;font-family: 'Open Sans';font-weight: bold;}
.minicart-wrapper .action.showcart .counter.empty .counter-number:empty:before {content: '0';}
.minicart-wrapper .block-minicart{border-radius: 3px;border-width: 5px 0 0 0;border-style: solid;display: none;z-index: 99;position: absolute;top: 65px;padding:15px 0px 0;width: 360px;margin: 0;box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);-moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);-webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);-o-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);-ms-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);}
#minicart-content-wrapper{padding: 0 15px 15px;}
.block.block-minicart .block-content{ background-color: transparent;border: 0;padding: 0px;text-align: center;}
.minicart-wrapper .block-minicart:before{background-color: #fff;content: "";height: 14px;margin: auto;position: absolute;right: 0;top: 0;width: 100%;z-index: 2;}
.minicart-wrapper .block-minicart:after{background-color: #445268;content: "";height: 14px;margin: auto;position: absolute;right: 35px;top: -11px;transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);width: 14px;z-index: 1;}
.capped-delivery {background-color: #445268;padding: 22px 20px;text-align: center;}
.capped-delivery p {color: #fff;font-size: 14px;font-weight: normal;margin: 0;padding: 0;line-height: normal;}
.capped-delivery p span {font-size: 18px;font-weight: 600;padding-right: 5px;}

.block-minicart .subtitle.empty{font-weight: normal;text-transform: inherit;text-align: left;line-height: 30px;}
.block-minicart .subtitle.empty span{font-size: 13px;}
.minicart-items-wrapper .minicart-items .item-qty{margin-right: 5px;width: 60px;}
.minicart-items-wrapper .minicart-items .update-cart-item{line-height: 32px;height: 32px;padding: 0 30px;margin-top: 5px;}
.minicart-wrapper .block-minicart .block-title{display: none;}
.block-minicart .items-total,.block-minicart .subtotal{margin: 0;display: inline-block;float: none;}
.block-minicart .subtotal .label{color: #333;font-weight: bold;padding: 0;display: inline-block;text-transform: uppercase;}
.block-minicart .subtotal .label span,.block-minicart .items-total span,.block-minicart .subtotal span{font-size: 14px;color: #333;font-weight: 600;}
.block-minicart .items-total span.count{color: #000;}
.block-minicart .subtotal .amount{display: inline-block;}
.block-minicart .amount .price-wrapper:first-child .price {font-size: 18px;font-weight: 600;color: #cc3333;}
.block-minicart .block-content > .actions{padding: 0;}
.block-minicart .block-content > .actions .secondary .viewcart{border-radius: 3px;font-weight: 600;border-width: 1px;border-style: solid;display: inline-block;padding: 0 35px;line-height: 33px;height: 33px;text-align: center;float: none;color: #666;}
.block-minicart .block-content > .actions .secondary .viewcart span{font-size: 14px;}
.block-minicart .block-content > .actions > .primary{margin: 0 0 15px;}
.block-minicart .block-content > .actions > .primary .action.primary {border-width: 1px;border-style: solid;color: #ffffff;display: block;height: 33px;line-height: 33px;margin: 0 auto 15px;padding: 0 35px;width: auto;font-weight: 600;font-size: 100%;border-radius: 3px;}
.minicart-items-wrapper{margin: 0;padding: 15px 0;border: 0;overflow-x: auto;/* height: 470px !important; */}
.minicart-items-wrapper .product-item-photo {display: block;overflow: hidden;position: relative;border: 1px solid #e6e6e6;}
.minicart-items .product-item-details{text-align: left;padding-left: 110px;}
.minicart-items .product-item-name{margin: 0 0 5px;font-size: 100%;line-height: 20px;}
.minicart-items .product-item-name a{font-size: 14px;font-weight: 600;}
.minicart-items .product .toggle:after{content: "\f107";font-family: "FontAwesome";color: inherit;display: inline-block;font-size: 15px;padding-left: 5px;font-weight: normal;line-height: 16px;overflow: hidden;text-align: center;vertical-align: middle;}
.minicart-items .product.active > .toggle::after{content: "\f106";}
.minicart-items .product-item-details .price{color: #222;font-size: 20px;font-weight: 600;}
.label{color: #666666;font-size: 13px;margin: 0;padding: 10px 0;text-align: left;}
.minicart-items .action.edit::before, .minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar > .action-delete::before,
.cart.table-wrapper .actions-toolbar > .action-edit::before {color: #000; content: "\f040";display: inline-block;font-family: "FontAwesome"; font-size: 15px;font-weight: normal;line-height: 15px; overflow: hidden;text-align: center;vertical-align: middle;opacity: 0.3;}
.minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar > .action-delete::before {content: "\f00d";font-size: 18px;line-height: 18px;}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before{opacity: 1;}
.minicart-wrapper .product .actions > .primary,.cart.table-wrapper .actions-toolbar > .action-edit{margin-right: 10px;}
.cart.table-wrapper .actions-toolbar > .action-towishlist{margin-right: 10px;vertical-align: middle;}
.minicart-items .action.edit > span, .minicart-items .action.delete > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span,
.cart.table-wrapper .actions-toolbar > .action-edit > span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.minicart-wrapper .action.close {background-color: transparent;border: 0 none;box-shadow: none;box-sizing: content-box;display: inline-block;font-weight: 400;height: 20px;line-height: inherit; margin: 0;padding: 0;position: absolute; right: 0;text-decoration: none;text-shadow: none;top: 0;width: 20px;color: #000000;opacity: 0.2;z-index: 10;}
.minicart-wrapper .action.close::before {color: inherit;content: "\f00d";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height:20px;margin: 0;overflow: hidden;text-align: center;vertical-align: top;}
.minicart-wrapper .action.close > span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px; margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.minicart-wrapper .action.close:hover{opacity: 1;background-color: transparent;}
.minicart-items .product-item{margin: 0;padding: 20px 0;}
.minicart-items .product-item:not(:first-child) {border-top: 1px solid #e5e5e5;}
.minicart-wrapper .minicart-widgets{margin: 0;}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 0 none;box-shadow: none;box-sizing: content-box;display: inline-block;font-weight: 400;line-height: inherit; margin: 0;padding: 0; position: absolute;right: 0;text-decoration: none;text-shadow: none;top: 0;}
.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {color: #000;content: "\f00d";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height: 15px;margin: 0;overflow: hidden;text-align: center;vertical-align: top;}
.modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span { border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden; padding: 0;position: absolute;width: 1px;}
.modal-popup .action-close{padding: 0 10px;}

/* ======================================================================================= */
.block-related .block-title strong,.block.filter .filter-title strong,.box-up-sell .block-title strong,.crosssell strong,.alo-brands .item span,.block-title-tabs span,.magictabs .item .title,.sidebar .block .block-title strong,.testimonials h3 span{color: #333;display: inline-block;font-size: 14px;margin: 0; position: relative;font-weight: 600;}
.support .box-services .media-body p,.account-login .content p{color:#555}
/* Style Slide =============================================================================== */
.page-main-pal.container{padding-bottom: 40px;}
.header-slide-middle{padding-right: 0;padding-left: 0;width: 52%;}
.header-slide-middle .slick-slide img{width: 100%;}
.container {padding-left: 0; padding-right: 0;}
.magicslider >.item:nth-child(n+2), .magicslider >.item .figcaption{display: none;}
.magicslider >.item.slick-slide, .magicslider >.item.slick-slide .figcaption{display: block;}
.magicslider{text-align: center; display:block}
.external-video:after {background: rgba(0, 0, 0, 0) url("../../frontend/Alothemes/expert13/en_GB/images/gallery-sprite.png") repeat scroll right bottom;bottom: 0;content: "";height: 100px;left: 0;margin: auto;position: absolute;right: 0;top: 12px;width: 100px;}
.external-video.embed:after {display: none;}
.home-slider .slick-slide .figcaption .caption1,
.home-slider .slick-slide .figcaption .caption2,
.home-slider .slick-slide .figcaption .caption3,
.home-slider .slick-slide .figcaption .caption4,
.home-slider .slick-slide .figcaption .caption5 {display:none;}
.slick-initialized .slick-slide,.slide-showcase{position: relative;}
.slide-showcase .slick-slider{margin-bottom: 0px;}
.home-slider >.item:nth-child(n+2), .home-slider >.item .figcaption{display: none;}
.home-slider >.item.slick-slide, .home-slider >.item.slick-slide .figcaption{display: block;}
.home-slider .text-slide{text-align: left;position: absolute;left: 30%;top: 30px;}
.home-slider .slick-slide.slick-active .figcaption .caption1 {opacity: 1;font-size: 36px;font-weight:bold;line-height: 36px;margin: 0;text-transform: uppercase;display: block;}
.home-slider .slick-slide.slick-active.slick-current .figcaption .caption1{-moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;-webkit-animation: fadeInRight 0.8s ease-in 1s backwards;animation: fadeInRight 0.8s ease-in 1s backwards;}
.home-slider .slick-slide.slick-active .figcaption .caption2 {opacity:1;font-weight: bold;font-size: 36px;margin: 0;line-height: 36px;text-transform: uppercase;display: block;}
.home-slider .slick-slide.slick-active.slick-current .figcaption .caption2{-moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;-webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;animation: fadeInLeft 0.8s ease-in 1.5s backwards;}
.home-slider .slick-slide.slick-active .figcaption .caption3 {opacity:1;font-size: 18px;margin: 5px 0 0;line-height: normal;font-weight: normal;display: block;}
.home-slider .slick-slide.slick-active .figcaption span.slide-special-price{ color: #888;font-size: 24px;line-height: 24px;color: #669900;font-weight: 400;}
.home-slider .slick-slide.slick-active.slick-current .figcaption .caption3{-moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;-webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;animation: fadeInUp 0.8s ease-in 1.7s backwards;}
.home-slider .slick-slide.slick-active .figcaption .caption4{opacity: 1;font-weight: 400;font-size: 18px;text-transform: uppercase;line-height: normal;margin-top: 10px;display: block;}
.home-slider .slick-slide.slick-active.slick-current .figcaption .caption4{-moz-animation: fadeInLeft 0.8s ease-in 2s backwards;-webkit-animation: fadeInLeft 0.8s ease-in 2s backwards;animation: fadeInLeft 0.8s ease-in 2s backwards;}
.home-slider .slick-slide.slick-active .figcaption .caption4 span.small{ color: #888;font-size: 14px;padding-right: 8px;text-transform: uppercase;}
.home-slider .slick-slide.slick-active .figcaption .caption5{opacity: 1;margin: 0;;display: block;}
.home-slider .slick-slide.slick-active.slick-current .figcaption .caption5{-moz-animation: fadeInLeft 0.8s ease-in 2.5s backwards;-webkit-animation: fadeInLeft 0.8s ease-in 2.5s backwards;animation: fadeInLeft 0.8s ease-in 2.5s backwards;}
.home-slider .slick-slide.slick-active .figcaption .btn-shop{padding: 0px 33px; line-height: 40px;display: inline-block;color: #fff;background-color: #ea1b25;font-weight: 600;font-size: 14px;border-radius: 3px;margin-top: 15px;border: 1px solid #c29c37;}
.home-slider .slick-arrow.slick-prev{box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;-ms-box-shadow: none;border-radius: 0 5px 5px 0;left: 0px;transform: translate(50px, 0px);-moz-transform: translate(50px, 0px);-webkit-transform: translate(50px, 0px);-o-transform: translate(50px, 0px);-ms-transform: translate(50px, 0px);}
.home-slider .slick-arrow.slick-next{box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;-ms-box-shadow: none;border-radius: 5px 0 0 5px;right: 0px;transform: translate(-50px, 0px);-moz-transform: translate(-50px, 0px);-webkit-transform: translate(-50px, 0px);-o-transform: translate(-50px, 0px);-ms-transform: translate(-50px, 0px);}
.home-slider .slick-arrow{width: 40px;height: 64px;line-height: 64px;-moz-transition: all 0.45s ease;-webkit-transition: all 0.45s ease;-o-transition: all 0.45s ease;-ms-transition: all 0.45s ease;transition: all 0.45s ease;visibility: hidden;opacity: 0;top: 45%;}
.hotcat-section .home-slider .slick-arrow.slick-next{right: -10px;}
.hotcat-section .home-slider .slick-arrow.slick-prev{left: -10px;}
.home-slider:hover .slick-arrow{visibility: visible;opacity: 1;}
.home-slider .slick-arrow.slick-prev:before, .home-slider .slick-arrow.slick-next:before{line-height: 64px;font-size: 30px;}
.home-slider .slick-arrow.slick-prev:before{margin-left: -5px;}
.home-slider .slick-arrow.slick-next:before{margin-left: 5px;}
.home-slider:hover .slick-next {transform: translate(0px, 0px);-moz-transform: translate(0px, 0px);-webkit-transform: translate(0px, 0px);-o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px);}
.home-slider:hover .slick-prev {transform: translate(0px, 0px);-moz-transform: translate(0px, 0px);-webkit-transform: translate(0px, 0px);-o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px);}
.alo-magicslider .slick-dots{padding: 0 35px 0 0;text-align: right;bottom: 18px;width: 100%;}
.alo-magicslider .slick-dots li{margin: 0;padding: 0 3px;}
.alo-magicslider .slick-dots li button,.alo-magicslider .slick-dots li.slick-active button{border: 1px solid #d9d9d9;width: 13px;height: 9px;border-radius: 30px;}
.alo-magicslider .slick-dots li.slick-active button{width: 30px;}
.alo-magicslider .slick-slider{margin-bottom: 0;}
/*For Effec caption slick slider*/
@keyframes alothemes{
    from{transform: scale(0); opacity: 0; visibility: hidden;}
    to{transform: scale(1); opacity: 1; visibility: visible;}
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*End For Effec caption slick slider*/
@media (min-width: 1201px) and (max-width: 1500px) {
    .home-slider .slick-slide.slick-active .figcaption .caption1{font-size: 20px;}
    .home-slider .slick-slide.slick-active .figcaption .caption2{font-size: 20px;}
    .home-slider .slick-slide.slick-active .figcaption .caption3{font-size: 20px;}
	.home-slider .slick-slide.slick-active .figcaption .caption4{font-size: 15px;}
}
@media(min-width:1920px) {
	.home-slider .text-slide{left: 35%;}
}
/* .cms-index-index .header-container-fixed .vmagicmenu .block-vmagicmenu-content {opacity: 0;top: 80px;transition: all 300ms ease-in-out 0s;visibility: hidden;} */
.cms-index-index .header-container-fixed .vmagicmenu:hover .block-vmagicmenu-content { opacity: 1;top: 100%;visibility: visible;}
.cms-index-index .vmagicmenu .block-vmagicmenu-content{opacity: 1;visibility: visible;}
.header .header-container-fixed .magicmenu .level0 .level-top img{display: none;}
.nav-sections .vmagicmenu .block-title{padding: 0;}
.cms-index-index .nav-sections .vmagicmenu .block-title{padding: 0 20px;border-width: 0 1px;border-style: solid;border-color: #e6e6e6;}
.header-container-fixed .nav-sections .nav-sections-item-content .magicmenu{padding-bottom: 0;}
.nav-sections .vmagicmenu .vmagicmenu-narrow{border-width: 2px;}
.vmagicmenu,.hidden-top-bar{margin-top: 10px;}
.vertical-menu .vmagicmenu .vmagicmenu-narrow > li:nth-child(n+12) {display: block;}
.vertical-menu .vmagicmenu .vmagicmenu-narrow > li:nth-child(n+8) {display: none;}
.cms-index-index .vertical-menu .vmagicmenu .vmagicmenu-narrow{display: block;}
.header-container-fixed .vertical-menu .vmagicmenu .vmagicmenu-narrow{display: none;}
/*--------------------Google Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.vmagicmenu .all-cat{padding: 26px 18px 33px;}
}
/* Static Block =============================================================================== */
.magiccart-column{padding-bottom:20px;padding-top:20px}
/* Sidebar =============================================================================== */
.block.filter{margin-bottom: 20px;}
.block{margin:0 0 30px;}
.sidebar .block{border: 1px solid #e6e6e6;}
.block-reorder .actions a {clear: both; display: block;padding-top: 10px;padding-right: 10px;}
.sidebar .block.block-progress { padding: 0;}
.sidebar .block .block-content{padding: 26px 0;}
.sidebar .block-reorder.block .block-content,.sidebar .block.block-compare .block-content,.sidebar .block.block-wishlist .block-content{padding: 26px 18px;}
.sidebar .block-content .product-items .product-item-info .product-item-photo{position: static;float: left;}
.sidebar .block-content .product-items .product-item-details{margin-left: 95px;}
.sidebar .block-content .product-items .product-item-name{margin-right: 0;}
.sidebar .block-content .product-items .product-item-actions{position: static;}
.sidebar .block-content .product-items .action.delete{left: 0;right: auto;}
.sidebar .block-content .product-items .product-item{padding-left: 0;padding-right: 0;}
.sidebar .block.block-wishlist .block-content .empty{padding: 0;}
.block-reorder .product-item .field.item{float: left;}
.block-reorder .block-content .product-item-name{display: block;padding-left: 25px;}
.block .block-title,.col-left .magicproduct.mage-custom .item span{line-height: normal;margin: 0px;padding: 0;text-align: left;}
.sidebar .block .block-title {line-height: 1.35;padding: 15px 18px;border-bottom: 1px solid #e6e6e6;}
.sidebar .block .block-title strong{font-weight: normal;}
.sidebar .block .block-title strong,.sidebar .magictabs .item.activated .title{text-transform: uppercase;font-size: 18px;font-weight: bold;line-height: 1.35;padding: 0px;background-color: transparent;}
.block .block-title a{text-decoration:none!important}
.block .block-subtitle{margin:0;padding:5px 0;font-size:1em;color:#555}
.block .btn-remove,.block .btn-edit{float:right;margin:1px 0 2px 5px}
.block .actions{padding:6px 0px;text-align:left}
.block .actions a{float:left;color:#f12b63;text-decoration:none}
.block .actions a:hover{color:#333}
.block .empty{margin:0;padding:0px;color:#666666;font-size:14px;}
.sidebar .block .empty{padding: 25px 18px;}
.col-left .magicproduct.mage-custom .item .title:before,.col-left .magicproduct.mage-custom .item .title:after{display: none;}
.col-left .magicproduct.mage-custom .magictabs{margin:0 !important;border: 0;}
.col-left .magicproduct.mage-custom .content-products .item .images-container{padding-right: 0;padding-left: 0;}
/* Mini Blocks */
.block-cart,.block-wishlist,.block-subscribe,.block-compare,.block-reorder,.block-poll,.block-gr-search,.block-viewed,.block-compared,.block-related,.block-tags,.block-login{font-size:11px;line-height:1.25}
.block-cart .block-title strong,.block-wishlist .block-title strong,.block-subscribe .block-title strong,.block-compare .block-title strong,.block-reorder .block-title strong,.block-poll .block-title strong,.block-viewed .block-title strong,.block-compared .block-title strong,.block-related .block-title strong,.block-tags .block-title strong,.block-login .block-title strong{background-repeat:no-repeat}

/* Block:Account */
.block.account-nav .content{padding: 15px 0;background-color: #f5f5f5;}
.block.account-nav .title{display: none;}
.block.account-nav .item {margin: 3px 0 0;}
.block.account-nav .item a, .block.account-nav .item > strong {border-left: 3px solid transparent;color: #575757;display: block;padding: 5px 18px 5px 15px;}
.block.account-nav .item.current a, .block.account-nav .item.current > strong {border-color: #ff5501; color: #000;font-weight: 600;}
.block.account-nav .item a:hover{background-color: #e8e8e8;}
.block-account{border-color:#bbb}
.block-account .block-title{padding:0}
.block-account .block-content{padding:0}
.block-account .block-content li a{display:block;line-height:30px;padding:0px;text-decoration:none!important}
.block-account .block-content li.last a{border-bottom:0}
.block-account .block-content li.current{padding:0px;line-height:30px;color:#ff3535}
.block-account .block-content li.current.last{border-bottom:0}
.block-collapsible-nav .block-collapsible-nav-content .item{border-bottom: 1px solid #dfdfdf;}
.block-collapsible-nav .block-collapsible-nav-content .item:first-child{border-top:0;}
.customer-account-index .column.main .block .block-title {font-size: 16px; line-height: 1.2;margin: 0px 0 15px; border: 0 none;}
.customer-account-index .block .block-title strong {color: #333;}
.box .box-title {background-color: #f5f5f5;border: 1px solid #dfdfdf;margin: 0;padding: 10px 15px;display: block;}
.box .box-content {border: 1px solid #dddddd;border-top: 0;font-size: 13px;min-height: 135px;padding: 20px 15px;}
.box .box-actions {background-color: #f5f5f5;border: 1px solid #dfdfdf;border-top: 0;margin: 0;padding: 10px 15px;}
.customer-account-index .box .box-title,
.customer-account-index .box .box-title span{color: #333;font-weight: normal;text-transform: uppercase;}
.block-collapsible-nav .item a:hover{background-color: transparent;}
.block-collapsible-nav{margin-top: 35px;margin-bottom: 0;}
.block-reorder .actions-toolbar{max-width: 100%;}
.block-reorder .actions-toolbar .secondary{line-height: 35px;}
.abs-blocks-2columns, .abs-discount-block-desktop .block, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .block-addresses-list .items.addresses > .item, .form-edit-account .fieldset, .form-address-edit .fieldset, .storecredit .block, .paypal-review-discount .block, .cart-discount .block {
    width: 48%;
}
.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), .block-addresses-list .items.addresses > .item:nth-child(1), .form-edit-account .fieldset:nth-child(1), .form-address-edit .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), .login-container .block:nth-child(2), .account .column.main .block:not(.widget) .block-content .box:nth-child(2), .block-addresses-list .items.addresses > .item:nth-child(2), .form-edit-account .fieldset:nth-child(2), .form-address-edit .fieldset:nth-child(2), .storecredit .block:nth-child(2), .paypal-review-discount .block:nth-child(2), .cart-discount .block:nth-child(2) {
    float: right;
}
.block-collapsible-nav .item a::before, .block-collapsible-nav .item > strong::before {content: "\f0da";font-family: FontAwesome;left: 0;position: absolute;}
.password-strength-meter { background-color: #fafafa; height: auto;line-height: 32px; padding: 0 20px;margin-top: 5px;position: relative;z-index: 1;}
.password-strength-meter:before {content: ''; height: 100%;left: 0;position: absolute; top: 0;z-index: -1;border-radius: 30px;}
.password-strength-meter-0 .password-strength-meter:before {background-color: #f4f4f4;width: 100%;}
.password-strength-meter-1 .password-strength-meter:before { background-color: #ffafae;width: 25%;}
.password-strength-meter-2 .password-strength-meter:before {background-color: #ffd6b3;width: 50%;}
.password-strength-meter-3 .password-strength-meter:before{ background-color: #c5eeac;width: 75%;}
.password-strength-meter-4 .password-strength-meter:before {background-color: #81b562; width: 100%;}
/* Block:Currency Switcher */
.block-currency{border:0;margin:0 0 0 10px;padding:10px 0}
.block-currency .block-title{background:none;border:0;padding:0;margin:0 0 5px}
.block-currency .block-title strong{font:bold 13px/21px Arial,Helvetica,sans-serif;background:url(../../frontend/Alothemes/expert13/en_GB/images/i_block-currency.gif) 0 50% no-repeat;padding:0 0 0 21px;text-transform:none;color:#fff}
.block-currency .block-content{background:none;padding:0}
.block-currency .block-content select{width:100%;padding:0}
/* Block:Layered Navigation */
.filter-options .filter-options-content .item{color: #a4a4a4;line-height: 25px; padding: 0px;margin: 0;width: 100%;}
.filter-options .filter-options-content .item a{ font-size: 15px; text-decoration: none;}
.filter-options .filter-options-content .item a span{font-size: 15px;}
.filter-options .filter-options-content .item span.count{font-size: 15px; color: #a4a4a4;float: right;}
.filter-options .filter-options-title{border-bottom: 1px solid #e6e6e6; color: #333;display: block;font-size: 16px;font-weight: 600;line-height: 1.35;margin: 0;padding: 0 18px 10px;position: relative;text-align: left;text-transform: uppercase;}
.filter-options .filter-options-content{margin-bottom: 0px;padding:15px 18px 10px;}
.filter-options .narrow-by:last-child .filter-options-content{ border: 0 none;margin: 0;padding-bottom: 0;}
.filter-options .filter-options-content .swatch-attribute{padding-top: 5px;}
.block .filter-content .block-subtitle{font-size: 14px;text-transform: uppercase;color: #333;font-weight: bold;}
.filter-label::after { content: ": ";}
.filter-current .item {position: relative;z-index: 1;line-height: 40px;border-bottom: 1px solid #eeeeee;color: #444444;}
.filter-current .action.remove {position: absolute;right: 0px;top: 0px;}
.filter-content .filter-current .item .action.remove:before{color: #ccc;content: "\f00d";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height: 15px;overflow: hidden;text-align: center;vertical-align: middle;}
.filter-content .filter-current .item .action.remove:hover:before{color: #333;}
.filter-content .filter-current .item .action.remove > span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.filter-current{padding: 0 18px;}
.filter-content .filter-actions{padding-top: 15px;padding-bottom: 30px;text-align: right;padding-right: 18px;}
.filter-options .filter-options-content{ display: block !important;}
.filter-options .active .filter-options-content{ display: none !important;}
.filter-options .toggle-tab.mobile:hover{color: #2d2b2d;}
.filter-options .filter-options-title:after{content: "\f106";font-family: FontAwesome;position: absolute;right: 18px;display: block !important;line-height: normal; padding: 0px;top: 0;color: #333;width: auto;font-size: 18px;cursor: pointer;font-weight: normal;}
.filter-options .active .filter-options-title:after{content: "\f107";font-family: FontAwesome;}
.narrow-by{position: relative;padding: 8px 0px;outline:medium none !important;margin: 0;}
.filter-options-content .swatch-option-link-layered .swatch-option.color {width: 25px;height: 25px;border-radius: 3px;margin: 0 10px 15px 0;border: 0;}
.filter-options-content .swatch-option.text{background-color: #f1f1f1;color: #999999;border: 1px solid #f1f1f1;}
.filter-options-content .size .swatch-option.text{width: 37px;height: 37px;line-height: 35px;border-radius: 50%;margin: 0 12px 17px 5px;padding: 0;border: 0;}
.filter-options-content .swatch-attribute-options .swatch-option:hover{background-color: #f1f1f1;border-color: #999999;color: #000;}
/* Block:Cart */
.block-cart .summary{background:#fff;padding:2px 8px 8px;margin:-1px 0 0;position:relative;z-index:1}
.block-cart .amount{margin:0}
.block-cart .amount a{font-weight:bold}
.block-cart .subtotal{margin:5px 0 0;padding:5px 0;background:#f4f4f4;text-align:center}
.block-cart .subtotal .label{color:#666}
.block-cart .subtotal .price{font-weight:normal;color:#666}
.block-cart .actions{border-bottom:1px solid #f4f4f4}
.block-cart .mini-products-list .product-image{width:30%;float:left}
.block-cart .mini-products-list .product-details{width:70%;float:left}
.block-cart .actions .paypal-logo{float:left;width:100%;margin:3px 0 0;text-align:right}
.block-cart .actions .paypal-logo .paypal-or{clear:both;display:block;padding:0 55px 8px 0}
/* Block:Wishlist */
.block-wishlist .product-item-name .product-item-link{font-size: 14px;}
.block-wishlist .actions{text-align:right}
.block-wishlist .actions a{float:none}
.products-grid.wishlist .product-item .price-box{float: none;}
.wishlist-index-index .products-grid.wishlist .product-item{width: 50%;float: left;margin-left: 0;padding: 0; border: 0 none;}
.wishlist-index-index .products-grid.wishlist .product-item-info{width: 90%;}
.wishlist-index-index .products-grid.wishlist .product-item:nth-child(2n+1) {clear: left;}
.products-grid.wishlist .product-item-photo{float: none;margin: 0;}
.products-grid.wishlist .product-item .fieldset .field.qty {margin-bottom: 10px;padding-right: 10px;}
.products-grid.wishlist .product-item .box-tocart input.qty{padding: 0;width: 47px !important;}
.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: 0;}
.sidebar .block-wishlist .product-items .product-item{padding: 0;}
.sidebar .block-wishlist .product-items .product-item-details .product-item-actions {margin: 10px 0 0;}
/* Block:Related */
.block-related .block-title strong{padding: 0;}
.block.block-related .block-content .padding-none{padding: 0;}
.block.block-related .block-subtitle{padding: 0px;margin-top: 25px;margin-bottom: 0px;text-align: left;font-size: 14px;line-height: normal;}
.block.block-related .block-subtitle .action.select{border: 0;line-height: normal;height: auto;padding: 0;background-color: transparent;}
.block.block-related .block-subtitle .action.select span{text-transform: lowercase;color: #333;font-size: 14px;font-weight: normal;}
.block.block-related .block-subtitle .action.select:hover,.block.block-related .block-subtitle .action.select span:hover{color: #333;}
.block-related input.checkbox{margin:0 auto;clear: both;display: block;}
.block-related .product-details .product-name{ font-size: 100%;line-height: normal;margin: 0 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.block-related .product-details .ratings .amount{display: none;}
.block-related .product-details .price-box{display: inline-block;}
.block-related .product-details .regular-price .price{font-size: 16px;}
.block.crosssell{margin-bottom: 40px;}
.crosssell .block-title,.box-up-sell .block-title{margin-bottom: 60px;}
.crosssell .block-title strong,.block-related .block-title strong,.block.related .block-title strong,.box-up-sell .block-title strong{font-size: 18px;line-height: 25px;margin: 0px;padding: 0px 28px 0 0;font-weight: bold;display: inline-block;position: relative;top: 13px;text-transform: uppercase;text-align: left;background-color: #fff;}
.block-related {margin-bottom: 50px !important;}
.block.block-related .field.choice.related{clear: both;position: static;top: 12px;}
.block.related .related-available .product-item-name{margin-left: 0px;}
.auto-height .slick-list{padding-top: 10px;padding-bottom: 10px;}
/* .block.block-related .item:hover .field.choice.related{position: absolute;} */
/* Block:Compare Products */
.cms-index-index .block-compare{display:none}
.catalog-product-compare-index .page-title{margin-top: 25px;}
.block-compare button.button{ margin-left: 10px;}
.block.block-compare .actions a{line-height: 35px;}
.catalog-product-compare-index .compare-table .product-image img {width: auto;margin: 0 auto;}
.catalog-product-compare-index .compare-table .button.btn-cart,.catalog-product-compare-index .compare-table .link-wishlist{display: inline-block !important;}
.page-popup .link-print{background:url(../../frontend/Alothemes/expert13/en_GB/images/i_print.gif) 0 2px no-repeat;padding:2px 0 2px 25px;font-weight:bold;color:#1e7ec8}
.compare-table{border:0}
.compare-table thead tr.first th,.compare-table thead tr.first td{border:0;background:none;padding:0;font-size:0;line-height:0}
.compare-table .btn-remove{float:right;background-image:url(../../frontend/Alothemes/expert13/en_GB/images/btn_remove2.gif);width:72px;height:15px}
.compare-table tbody th{background:#d9e5ee url(../../frontend/Alothemes/expert13/en_GB/images/bkg_th-v.gif) 100% 0 repeat-y}
.compare-table tbody th,.compare-table tbody td{padding:10px;border:0;border-top:1px solid #ccc;border-left:1px solid #ccc;vertical-align: top;}
.compare-table tbody td.last{border-right:1px solid #ccc}
.compare-table tbody tr.last th,.compare-table tbody tr.last td{border-bottom:1px solid #ccc!important}
.compare-table tr.add-to-row td{background:#fffada;text-align:center}
.compare-table tr.first td{text-align:center}
.compare-table tr.first td .product-name{font-size:13px;font-weight:bold;margin:0 0 5px;color:#203548}
.compare-table tr.first td .product-name a{color:#203548}
.compare-table tr.first td .ratings{width:69px;margin:0 auto}
.compare-table tr.first td p,.compare-table tr.add-to-row td p{margin:0}
.block-compare .action.delete{left: 0;}
.table-comparison .cell { display: table-cell;width: 180px;}
.table-comparison .cell.label, .table-comparison td:last-child {border-right: 1px solid #d1d1d1 !important;border-left: 1px solid #d1d1d1 !important;}
.table-comparison .cell.remove {border-bottom: 0 none !important;}
.abs-remove-button-for-blocks::before, 
.sidebar .action.delete::before, 
.table-comparison .cell.remove .action.delete::before, 
.block-compare .action.delete::before, 
.filtered .item .action.remove::before{color: #cccccc;content: "";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height: 15px;overflow: hidden;text-align: center;vertical-align: middle;}
.abs-remove-button-for-blocks:hover:before, 
.sidebar .action.delete:hover:before, 
.table-comparison .cell.remove .action.delete:hover:before, 
.block-compare .action.delete:hover:before, 
.filtered .item .action.remove:hover:before{color: #333;}
/* Block:Recently Viewed */

/* Block:Recently Compared */

/* Block:Poll */
.block-poll .block-subtitle{font-size:12px}
.block-poll label{color:#777;font-weight:normal;margin:0}
.block-poll input.radio{float:left;margin:1px -18px 0 0}
.block-poll .label{display:block;margin-left:18px;text-align:left;line-height:normal}
.block-poll li{padding:3px 9px}
.block-poll .actions{margin:5px 0 0}
.block-poll .answer{font-weight:bold}
.block-poll .votes{float:left;margin-left:10px}
/* Block:Orders and Returns */
.block-gr-search li{padding:3px 9px}
.block-gr-search button.button span{border-color:#406a83;background:#618499}
/* Block:Tags */
.block-tags .block-content .tags-list{background:none;border:0;font-size:12px;padding: 3px 0 0;}
.block-tags .block-content .tags-list li{margin:0}
.block-tags .block-content a{display:inline-block;margin:0 12px 12px 0;padding:10px 12px;text-decoration:none;}
.block-tags .actions{text-align:right;padding:0;display: none;}
/* Block:Subscribe */
.block.newsletter.block-subscribe{margin: 0;}
.block-subscribe .block-content{margin: 0px;padding: 0;}
.block-subscribe .block-content .block-title .title{display: none;font-size: 18px;font-weight: bold;text-transform: uppercase;color: #222;margin: 0;}
.block-subscribe .block-content .form-subscribe-header p{font-size: 14px;color: #888;line-height: 25px;margin: 0;}
.block-subscribe .block-title{position: relative;margin: 23px 0 10px;display: block;border: 0;padding: 0;line-height: 1;}
.block-subscribe .block-title strong{font-size: 15px;font-weight: 600;margin: 0 5px;}
.block-newletter .block-subscribe .block-title p{line-height: 1.5;font-size: 15px;}
.block-subscribe label{font-size:13px;margin:0 0 25px 0}
.block-subscribe .input-box{text-align: left;margin:0;padding: 0px;position: relative;display: block;vertical-align: middle;}
.block-subscribe .input-box .subscribe-panel{float: left;}
.block-subscribe .input-box .visible{position: relative;}
.block-subscribe input.input-text{display:block;height: 45px;margin:0;width:100% ;border-width: 2px;border-radius: 30px;border-style: solid;padding: 0 130px 0 24px;font-size: 14px;}
.block-subscribe .actions{padding:0;margin:0px;float: left;position: absolute;right: 0;bottom: 0;}
.block-subscribe .actions button.button{border-style: solid;border-width: 0px;padding: 0px;height: 45px;line-height: 45px;border-radius: 0 30px 30px 0;width: 110px;}
.block-subscribe .actions button.button span {height: 40px;line-height: 40px;padding: 0px;text-transform: capitalize;font-weight: 400;font-size: 14px;}
.block-subscribe .actions button.button span span{padding:0px;}
.block-subscribe .control .mage-error{margin: 0;position: absolute;}
.block-subscribe .control .input-text.mage-error{position: static;}
.panel-text{font-size: 13px;margin: 0;padding: 0;line-height: normal;}

/* Block:popup-newsletter */
#popup-newsletter{background-repeat: no-repeat;background-position: 0 0;background-size: cover;border-radius: 5px;border: 4px solid #e6e6e6;}
#fancybox-close,.fancybox-close{height:31px !important;width:31px !important;top:-13px !important;right:-13px !important;border-radius: 50%;}
.popup-newsletter.modal-popup.modal-slide .modal-inner-wrap{overflow: visible;margin: 5rem auto;}
.popup-newsletter .modal-inner-wrap .modal-content{padding: 0;}
.popup-newsletter .modal-inner-wrap .modal-header {border: 0 none;display: block;padding: 0;position: absolute;right: 0;top: 0;z-index: 1;}
.popup-newsletter.modal-popup .action-close {background-color: #333;border: 3px solid #fff;border-radius: 50%;color: #fff;height: 21px;line-height: 21px;padding: 0;right: -10px;top: -10px;width: 21px;}
.popup-newsletter.modal-popup .action-close:before{line-height: 20px;color: #fff;}
#popup-newsletter .block-content .block-title{margin: 0px 0 14px;text-align: center; border-bottom: 2px solid #e6e6e6;padding-bottom: 18px;}
#popup-newsletter .block-content .block-title strong span{font-weight: normal;font-size: 20px;line-height: 1;text-transform: uppercase;}
#popup-newsletter .block-content .label{padding: 0;}
#popup-newsletter .block-content .label span{font-size: 15px;margin: 0 0 15px;display: block;text-align: center;}
#popup-newsletter .big-size {font-size: 50px;font-weight: bold;line-height: 45px;margin: 0;text-transform: uppercase;}
#popup-newsletter .form-subscribe-header{position:relative;}
#popup-newsletter .newsletter-new{padding: 22px 24px 0;position: relative;margin: 0;}
#popup-newsletter .subscribe-bottom{display:block;margin:0;padding:0px;font-size:14px;color: #999;}
#popup-newsletter .subscribe-bottom input{margin: -1px 5px 1px 0;}
#popup-newsletter .block-content input.input-text{ border-radius: 3px;border-width: 1px;border-style: solid;height: 54px; line-height: 54px; margin-left: 0;padding: 0 20px; width: 100%;font-size: 13px;text-align: left;}
#popup-newsletter .block-content .actions{ display: block;margin: 15px 0 20px;padding: 0;}
#popup-newsletter .block-content button.button span{height:auto;line-height: normal;padding: 0px;}
#popup-newsletter .block-content button.button {border-radius: 3px;border-width: 1px;border-style: solid;height: 54px; line-height: 54px;padding: 0px;width: 100%;}
#popup-newsletter .block-content button.button span span{padding:0;}
#popup-newsletter .block-content{margin: 0;padding: 19px 57px 24px;text-align: center;}
.promo-panel-text {font-size: 14px;font-weight: normal;line-height: normal;margin: 0;}
.promo-panel-text.text-lage {font-size: 24px;line-height: 30px;margin: 0;padding: 0 20px 8px;font-weight: 600;}
.promo-panel-text.text-lage.text-uppercase{text-transform: uppercase;}
.promo-panel-text.text-italic,.subscribe-bottom{font-style: italic;}
.promo-panel-text .sale-off {color: #f73535;font-size: 26px;font-weight: bold;padding: 0 5px;}
.promo-panel-text2 {color: #666666;font-size: 13px;margin: 0 0 50px 3px; padding: 0;}
.newsletter.input-box .mage-error{position: absolute;}
.newsletter.input-box .input-text.mage-error,#popup-newsletter .newsletter.input-box .mage-error{position: static;}
/* Block:Reorder */
.block-reorder input.checkbox{float:left;margin:0;min-height:10px}
.block-reorder .product-name{margin-left:20px}
.block-reorder .validation-advice{margin:3px 9px 7px}
.block-reorder .product-name a{color:#666;text-decoration:none}
/* Block:Login */
.block-login .block-title strong{background-image:url(../../frontend/Alothemes/expert13/en_GB/images/i_ma-info.gif)}
.block-login .block-content{padding:5px 10px}
.block-login label{font-weight:bold;color:#666}
.block-login input.input-text{display:block;width:167px;margin:3px 0}
.block-login .actions{background:none;padding:0;margin:3px 0 0}
.block-login .actions button.button span{border-color:#406a83;background:#618499}
.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage{ background-color: #fff;border: 1px solid #dfdfdf;margin-bottom: 40px;padding: 30px 20px;display: block;}
.login-container .block-content{padding: 0;border:0;}
.login-container .block-content p,.login-container .block-content .field.note{font-size: 14px;color: #666;}
.login-container .block-content input.input-text{height: 43px;}
.login-container .actions-toolbar{margin-top: 25px;}
.login-container .block-new-customer .actions-toolbar{margin-top: 30px;}
.form.create.account {padding: 0 0 30px;}
.login-container .block{margin-bottom: 0;}
.login-container .block .block-content{margin:0; background-color: #fff;border: 1px solid #dddddd;margin-bottom: 10px;min-height: 405px;padding: 25px 30px;}
.customer-account-login .page-title{margin: 0; font-size: 100%;}
.customer-account-login .page-title span{font-size: 15px;line-height: 40px;color: #333;font-weight: bold;}
.customer-account-create .page-title{margin: 25px 0;}
.login-container .block .block-title{padding-bottom: 15px;border: 0;}
.login-container .block .block-title strong{font-size: 14px;font-weight: 600;line-height: normal; margin: 0; padding: 0px;color: #000;text-transform: uppercase;}
/* .login-container .block .block-title strong:after {background-color: #f0002f;content: "";display: block;height: 2px;margin-top: 10px;width: 69px;} */
._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:before {-webkit-font-smoothing: antialiased;font-size: 23px;line-height: 23px; color: #7d7d7d; content: '\f073';font-family: 'FontAwesome';vertical-align: middle;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;}
._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;}
/* Paypal */
.sidebar .paypal-logo{display:none;margin:10px 0;text-align:center}
.sidebar .paypal-logo a{float:none}
/* ======================================================================================= */
/* Block:New and Sale */
.product-label{position:absolute;top: 8px;left: 8px;z-index:1;}
.product-label .sticker{height:27px;line-height:27px;display: block;padding: 0 15px;border-radius: 3px;}
.product-label .sticker.top-left{margin-bottom: 5px;}
.labelnew,.labelsale{display:block;text-align:center;font-size:13px;font-weight: 600;text-transform: uppercase;}
/* Block:New and Sale 2 */
.absolute-label-none .product-label{position: relative;left: 0;top: 0;display: inline-block;}
.product-label-2 .product-label .sticker{border-radius: 0;}
.product-label-2 .product-label .sticker:before{border-style: solid;content: "";position: absolute;width: 0;height: 0;}
.product-label-2 .product-label .sticker:before{border-width: 0 8px 27px 0;right: -8px;}
.product-label-2 .product-label .sticker:before{border-bottom-color: #ffae00;border-right-color: transparent !important;border-top-color: transparent !important;border-left-color: transparent !important;}
/* Block:testimonials */
.testimonials h3.title{text-align: center;}
.testimonials h3 span{color: #fff;}
.testimonials .customer{width:70px;vertical-align: top;text-align:left;display: inline-block;overflow: hidden;border-radius: 50%; -moz-border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}
.testimonials .rating-box{clear:both}
.testimonial li{text-align: center;}
.testimonial_text{width: 65%;color:#fff;text-align:left;padding:0 0 0 20px;display: inline-block;}
.testimonial .name{letter-spacing: 1px;}
.testimonials .title span{color: #ffffff; font-size: 20px;}
.testimonials .title-name{font-size: 16px;text-transform: uppercase;position: relative;margin: 0;padding: 10px 0 0;letter-spacing: 2px;}
.testimonials .title-name:before{content: "";position: absolute;top: 0;left: 0;background-color: #929291;height: 1px;width: 75px;}
.testimonial_text .sub-text{display: block;font-size: 14px;letter-spacing: 2px;padding-bottom: 20px;}
.alo-testimonial .testimonial_text{padding:0px;margin:0}
.testimonial_text a{color:#ff5555;text-decoration:underline}
.testimonial_text a span{color:#ccc}
.testimonial_text a:hover span{color:#b2d36e}
.alo-testimonial ul{padding:0;margin:0;}
.submit-testimonial{margin:10px 0 0}
.bg-parallax {background-attachment: fixed;background-position: center center !important;background-repeat: no-repeat;}
/* Block:backtotop */
.product-view .product-collateral .box-collateral{display:none}
.product-view .product-collateral .box-collateral.active{display:block}
#backtotop{bottom:15px;display:block;height:35px;width:35px;line-height:35px;overflow:hidden;position:fixed;right:15px;text-align:center;text-decoration:none;z-index:50;border-radius: 5px;}
#backtotop .fa{font-size:20px;line-height:35px;width: 35px;height:35px;}
#backtotop:hover{background:none repeat scroll 0 0 #444;color:#fff}
#backtotop .back-to-top{display:none}
/* Block:banner */
.row.custom-row{margin-left: -10px;}
.row-10px{margin-left: -10px;margin-right: -10px;}
.header-slider-left{padding-right: 10px;padding-left: 10px;}
.banner-col-12{margin-bottom: 30px;}
.banner-show-2{margin-top: 20px;}
.margin-top-banner{margin-top: 60px;}
.banner-show-3{margin-top: 20px;}
.padding-lr-5{padding-right: 5px;padding-left: 5px;}
.padding-lr-10{padding-right: 10px;padding-left: 10px;}
.banner.banner-no-mar,.banner-col-12:last-child{margin-bottom: 0;margin-top: 0;}
.banner-boder-zoom{ position: relative;overflow: hidden;}
.banner-boder-zoom .position{text-align: center;position: absolute;top: 50%;left: 0;right: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
.banner-ads2 .banner-boder-zoom .position{top: 45px;}
.banner-boder-zoom .position h3{font-size: 48px;text-transform: capitalize;font-weight: 300;margin: 0;color: #fff;}
.banner-boder-zoom .position h2{font-size: 40px;color: #ea1b25;text-transform: uppercase;font-weight: bold;margin: 0;line-height: 40px;}
.banner-boder-zoom .position p{font-size: 18px;color: #fff;font-weight: normal;margin: 0;}
.block-banner .banner-read-more{background-color: #333;font-weight: 600;color: #fff;font-size: 14px;text-transform: capitalize;display: inline-block;line-height: 48px;margin-top: 45px;padding: 0px 34px;}
.banner-boder-zoom a img {transition: all 1s ease 0s; -moz-transition: all 1s ease 0s;-webkit-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;}
.banner-boder-zoom:hover a img { transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.sidebar-filter-banner{padding: 25px 18px 0;}
/*Policy / service*/
.static_sections_bottom{background-color: #fff;}
.policy .policy-wrap{padding: 27px 0;margin-top: 20px;background-color: #fff;}
.policy .policy-box{width: 25%;margin: 0px;padding: 0;float: left;}
.policy .policy-box .box-content{border-right: 1px solid #e0e0e0;padding: 0px 15px 0;text-align: center;}
.policy .policy-box:last-child .box-content{border-right: 0;}
.policy .policy-box .box-content .service-content{display: inline-block;text-align: left;vertical-align: middle;}
.policy .policy-box .box-content .icon-service{display: inline-block;vertical-align: middle;margin-right: 5px;}
.policy .policy-box .box-content .icons{font-size: 100%;}
.policy .policy-box .box-content .icons:before,.policy .policy-box .box-content .icons:after{font-size: 35px;margin: 0;line-height: 1;}
.policy .policy-box .box-content .icons.flaticon-transport:before,.policy .policy-box .box-content .icons.flaticon-transport:after{font-size: 45px;line-height: 26px;}
.policy .policy-box .box-content .service-content .info-title{display: block;}
.policy .policy-box .box-content .service-content .info-title h3{font-size: 16px; color: #333; font-weight: 600; margin: 0;line-height: 1.4;text-align: left;}
.policy .policy-box .box-content .service-content .info-title p{margin: 0;padding: 0;color: #999;font-size: 14px;text-align: left;}
.policy .policy-box .box-content .service-content .sub-title{padding: 0}
.policy .policy-box .box-content .service-content .sub-title span{font-size: 13px; color: #666; font-weight: normal; text-transform: none; display: block;}

.policy.home-policy{margin-top: 50px;}
.policy.home-policy .policy-wrap{margin-top: 0;padding: 0;background-color: transparent;}
.policy.home-policy .policy-box{padding-right: 15px;padding-left: 15px;}
.policy .policy-box .box-content{padding: 12px 15px;}
.policy.home-policy .policy-box .box-content .icon-service,.policy.home-policy .policy-box .box-content .service-content,.policy.home-policy .policy-box .box-content .service-content .info-title h3{display: block;text-align: center;margin: 0;}
.policy.home-policy .policy-box .box-content{border: 0;background-color: #f6f6f6;min-height: 104px;}
.policy.home-policy .policy-box .box-content:hover .icons{color:#f2c557;}
.policy.home-policy .policy-box .box-content .icons.flaticon-transport:before,.policy.home-policy .policy-box .box-content .icons.flaticon-transport:after{height: 35px;display: block;}

/* Hot categories */
.hotcat-section{position: absolute;bottom: 30px;left: 0;right: 0;}
.hotcat-section .slick-slider{margin-top: 60px;margin-bottom: 0;}
.hotcat-section .block-title-tabs-hiden{display: none;}
.cate-content{text-align: center;position: relative;}
.cate-content ul{list-style: none;margin: 8px 0 22px;padding: 0;}
.cate-content ul li{margin: 0;}
.cate-content ul li a{font-size: 14px;color: #999;}
.cate-content ul li a:hover{color: #dfb039;}
.cate-content .cate-link{font-weight: 600;text-decoration: underline;font-size: 14px;}
.cate-name-wrap .cate-name{font-weight: 600;font-size: 13px;color: #222;margin: 5px 0 0;text-transform: uppercase;}
.hotcat-section .home-slider .item:after {background-color: #e6e6e6;bottom: 0;content: "";left: 0px;position: absolute;top: 0px;width: 1px;height: 100%;display: none;}
.hotcat-section .home-slider .slick-slide.slick-current .item:after{display: none;}
.background-white{background-color: #fff;padding: 0 10px 10px 10px;}
.cms-page-images{padding-top: 55px;}
.cms-page-images .block-content{margin-bottom: -180px;}
.cms-page-images .main-content{margin-bottom: -180px;}
.cms-page-images img{margin: 0 auto; overflow: hidden;position: relative;}
.cms-page-images .block-title{padding-bottom: 68px;}
.block-title h3{font-size: 48px;font-weight: 700;line-height: 1;text-align: center;text-transform: uppercase;color: #000;margin: 0;}
.cms-page-images .banner-content{position: relative;overflow: hidden;}
.cms-page-images .banner-content .main-desc {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);width: 100%;text-align: center;}
.cms-page-images .banner-content .main-desc p{font-size: 48px;font-weight: 700;text-transform: uppercase;line-height: 1.2;color: #fefefe;padding: 0;width: 100%;}
/* About Us ========================================================================= */
.cms-page-view.page-layout-1column .column.main{min-height: auto;}
.cms-page-view .page-main-pal.container{padding-bottom: 0;}
.cms-page-view .page-title{margin: 0;}
.cms-page-view .page-title h1{line-height: normal;margin: 0;text-transform: capitalize;font-size: 20px;}
.our-works .col-left,.crazy-team .col-left {padding-left: 0;padding-right: 0;}
.our-works .col-right,.crazy-team .col-right {padding-left: 0;padding-right: 0;margin-top: 0;}
.mr-verticle-line {width: 100%;height: 1px;display: block;background-color: #999;margin-left: -15px;margin-top: 10px;}
.about-content .sub-title {font-size: 14px;font-weight: 600;color: #999;letter-spacing: 10px;text-transform: uppercase;line-height: 1;margin-bottom: 25px;}
.about-img{margin-top: 50px;}
.about-img-full img{margin: 0 auto;}
.crazy-team .about-content .sub-title{color: #000;font-size: 16px;}
.page-team-content{padding-top: 170px;}
.crazy-team-inner{padding-top: 160px;}
.team-item{margin-bottom: 75px;text-align: center;}
.team-item .images-team{margin: 0 auto 30px;width: 130px;height: 130px;border-radius: 100%;overflow: hidden;}
.team-item .team-name{font-size: 18px;font-weight: 600;color: #000;line-height: 1;text-transform: capitalize;margin-bottom: 10px;}
.team-item h3 {font-size: 13px;color: #999;line-height: 1;margin: 0;padding: 0;font-weight: normal;}

.about-us-box-1{margin-top: 45px;margin-bottom: 45px;}
.cms-about-us .title{font-size: 24px;color: #333333;font-weight: bold;text-transform: uppercase;padding: 16px 0 26px;}
.about-us-info .block-title h2{font-size: 18px;color: #333333;font-weight: bold;line-height: normal;text-transform: uppercase;padding: 0px;margin: 0 0 20px;text-align: center;}
.our-works .block-content p{color: #666;font-size: 16px;font-weight: normal;line-height: 1.45;margin: 0 auto;max-width: 790px;text-align: center;}

.about-us-box-2 .box-layout-2 {border-radius: 3px;border: 2px solid #f0f0f0;background-color: #f9f9f9;margin-bottom: 43px;padding: 18px 13px 0;text-align: center;}
.about-us-box-2 .box-layout-2 .index-code {color: #333;font-size: 40px;font-weight: bold;line-height: 40px;}
.about-us-box-2 .box-layout-2 .title-box {color: #333;font-size: 16px;font-weight: normal;margin: 7px 0 29px;text-transform: capitalize;font-style: italic;}
.about-us-box-2 .box-layout-2 .desc{font-size: 14px;color: #666;margin-bottom: 22px;}

.company-worker{margin: 0px; padding: 0;}
.cms-static-company-worker .about-us-info .block-title h2{margin-bottom: 33px;}
.company-worker .item .img:hover{box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);-o-box-shadow:0 2px 20px 0 rgba(0, 0, 0, 0.2);-ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);}
.company-worker .info{margin-top: 8px;}
.company-worker .info .author-name {color: #333;font-size: 15px;font-weight: bold;text-transform: uppercase;}
.company-worker .info .author-title {color: #333;text-transform: capitalize;}
.company-worker .info .author-title::before {content: "-";display: inline-block;margin: 0 4px 0 15px;}
.company-worker .info .desc {line-height: 20px;margin-bottom: 15px;margin-top: 8px;}

.page-team-content .block-title{margin: 90px 0 50px;text-align: center;border-top: 1px solid #e6e6e6;}
.page-team-content .block-title h2{font-size: 20px;text-transform: uppercase;font-weight: 600;color: #222;padding: 0 10px;background-color: #fff;position: relative;z-index: 1;top: -15px;display: inline-block;}
.page-team-content .block-title p{font-size: 13px;color: #666;margin: 0 auto;max-width: 750px;}
.crazy-team-slide .team-item{text-align: center;}
.crazy-team-slide .team-item h2{font-weight: 600;color: #333;font-size: 18px;text-transform: capitalize; line-height: 1;margin: 12px 0 5px;}
.crazy-team-slide .team-item h3{color: #666;font-size: 14px;text-transform: capitalize;font-weight: normal;}

.about-us-content .box-content .title, .detail-about .box .title,.right-detail-about .title{font-size: 18px; font-weight: bold; margin-bottom: 0; color: #222;text-transform: uppercase;}
.about-us-content .box-content .text, .detail-about .box .text{font-size: 14px; margin-bottom: 0; color: #666;}
.about-us-content .box-content .title{text-align: center; margin-top: 33px}
.about-us-content .box-content .text{text-align: center; padding: 20px 20px 0 20px}

.detail-about{border-top: 1px solid #e6e6e6;margin-top: 40px;padding-top: 55px;margin-bottom: 50px;}
.detail-about .box .text{margin-top: 20px}
.detail-about .left-detail-about .box{margin-bottom: 50px}
.detail-about .box:nth-child(2n+1){clear: left;}
.detail-about .box:nth-child(3),.detail-about .box:nth-child(4){margin-bottom: 0;}
.right-detail-about .title{margin-bottom: 25px;}
.right-detail-about .box{margin: 10px 0}
.right-detail-about .box:last-child{margin-bottom: 0;}
.detail-about .right-detail-about .box label, .detail-about .right-detail-about .box .box-content{display: table-cell; vertical-align: top;}
.detail-about .right-detail-about .box .box-content{border: 0;min-height: auto;padding: 0 0 0 20px;}
.detail-about .right-detail-about .box .box-content .sub-title{font-size: 13px; color: #333; font-weight: bold; text-transform: uppercase; padding: 0; margin: 0; line-height: 44px}
.detail-about .right-detail-about .box input[name=toggle]:checked ~ .box-content .sub-title{color: #333 ;}
.detail-about .right-detail-about .box .box-content .subcribe{font-size: 14px; color: #666; line-height: 25px; margin-bottom: 0; padding: 10px 0}
.right-detail-about .box .box-content .subcribe{visibility: hidden; opacity: 0; position: absolute; transform: translateX(100%); transition: all 0.3s}
.right-detail-about .box input[name=toggle]:checked ~ .box-content .subcribe{visibility: visible; opacity: 1; transform: translateX(0); position: static;}
.detail-about .right-detail-about .box label:before{content: "\f067"; width: 44px;height: 44px;line-height: 44px;display: block; cursor: pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #fff;border: solid 1px #eee;text-align: center;color: #666;font-size: 12px;font-family: 'FontAwesome';font-style: normal;font-weight: 400;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.detail-about .right-detail-about .box input[name=toggle]:checked ~ label:before{content: "\f068";color: #333;}
.detail-about .right-detail-about .box input[name=toggle]{display: none;}
/* Orders and Returns ========================================================================= */
.form.form-orders-search .fieldset,.form.search.advanced .fieldset {padding: 0 0 20px; margin: 0;}
.sales-guest-form .page-title,.catalogsearch-advanced-index .page-title{margin-bottom: 0;}
.catalogsearch-advanced-index .fieldset > .field .fields.group.group-2 .field, .catalogsearch-advanced-index .fieldset > .fields > .field .fields.group.group-2 .field { width: 50% !important;float: left;}
/* Home Products Page ========================================================================= */
.alo-box-width{padding-left: 50px;padding-right: 50px;}
.magicproduct{position: relative;}
.ajax_loading{background-image: url("../../frontend/Alothemes/expert13/en_GB/images/alothemes/loading.gif");background-color:#fff;background-position: center center;background-repeat: no-repeat;margin-left: 50%;padding:0;position:absolute;z-index:34;animation:1.2s ease-in-out 0s normal none infinite tp-rotateplane;-webkit-animation:tp-rotateplane 1.2s infinite ease-in-out;animation:tp-rotateplane 1.2s infinite ease-in-out;box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);padding:0px;width: 50px;height: 50px;}
.block-title-tabs{margin-bottom: 30px;padding: 40px 0 0;border-color: #333;border-style: solid;border-width: 0 0 3px;}
.magictabs {margin: 0 !important;position: relative;text-align: left;float: none;}
.magictabs .item{position: relative;list-style: none;display: inline-block;margin:0px;padding: 0px;}
.magictabs .item .title{background-color: #fff;cursor:pointer;font-size: 14px;font-weight: 400;line-height: 25px;padding: 0px 15px;margin: 0px;}
.magictabs .item:first-child .title{margin-left: 0;}
.magictabs .item.activated, .magictabs .item:hover {border-color : #ff3366;}
.section-category-slide .block-title-tabs{padding: 0;}
.content-products .mage-magictabs {display: none;}
.content-products .mage-magictabs.activated {display: block;}
.line-products.product-title .magictabs .item .title{padding: 0;}
.line-products.product-title .magictabs .item:last-child .title{padding-right: 28px;}
.line-products .magictabs .item .title:after {content: "";background-color: #e6e6e6;height: 15px;display: inline-block;width: 1px;margin: 0 20px;}
.line-products .magictabs .item:last-child .title:after{display: none;}
.tabproduct-right .block-title-tabs .magictabs{float: right;background-color: #fff;top: 14px;padding-left: 30px !important;padding-right: 0px !important;}
.tabproduct-right .magictabs .item .title{ border-color: transparent;border-radius: 3px;border-style: solid;border-width: 2px;}
.tabproduct-right .magictabs .item.activated .title{border-color: #f2c557;}
.box-products .content-products .slick-list .slick-slide > div:first-child .item{padding-bottom: 0px;margin-top: 0px;}
.box-products .content-products .slick-list .slick-slide > div:last-child .item{margin-bottom: 0px;}
.box-products-one .magicproduct:before{background-color: #fff;content: "";display: block;width: 15px;height: 100%;z-index: 20;left: -15px;position: absolute;top: 0;}
.box-products-one .magicproduct:after{background-color: #fff;content: "";display: block;width: 15px;height: 100%;z-index: 20;right: -15px;position: absolute;top: 0;}
/* .box-products .grid.products-grid .item{margin-bottom: 60px;} */
.box-products.bg-gray,.cms-static-product.bg-gray{padding: 40px 0;}
.cms-static-product .magicproduct{background-color: #fff;}
.product-title .magictabs .item .title,.block-title-tabs h3,.additional-recently-viewed-block .magictabs .item .title{margin: 0;padding: 0 28px 0 0;position: relative;top: 13px;font-weight: bold;font-size: 18px;text-transform: uppercase;background-color: #fff;line-height: 25px;display: inline-block;}
.hidden-product-deal-special.box-products{padding-bottom: 0;}
.content-countdown-products .item .per-product{border: 0;padding-bottom: 0;}
.cms-page-mix-product .custom-product .block-title-tabs{border: 0;padding-top: 0;}
.cms-page-mix-product .custom-product .magictabs .item .title{top: 0;display: block;padding: 0;line-height: 1;}
.cms-page-mix-product .custom-product .item .products-textlink{min-height: 275px;padding-left: 0;padding-right: 0;}
.cms-page-countdown-products .block-title-tabs{border: 0;margin: 0 0 10px;}
.deals-of .block-title-tabs.hidden-tabs {display: none;}
.cms-page-countdown-products .block-title-tabs h3{text-align: center;display: block;position: static;padding: 0;}
.content-countdown-products .actions-cart{display: block;margin: 20px 0 0;}
.content-countdown-products .item .actions-cart .button.btn-cart, .content-countdown-products .item .actions-cart .availability{height: 43px;line-height: 43px;text-align: center;display: block;width: 100%;margin: 0;}
.content-countdown-products .item .actions-cart .button.btn-cart span, .content-countdown-products .item .actions-cart .availability span{font-size: 14px;}
.content-countdown-products .item .actions-cart .button.btn-cart:before, .content-countdown-products .item .actions-cart .stock.unavailable:before{display: none;}
.content-countdown-products .products-textlink{text-align: center;padding-left: 0;padding-right: 0;}
.cms-page-countdown-products .content-countdown-products .item .per-product{padding-bottom: 0;}
.content-countdown-products .products-grid .price-box,.content-countdown-products .item.product-item .product-reviews-summary,.content-countdown-products .products-grid .product-name{text-align: center;}
.alo-count-down .icon-clock{display: none;}
.absolute-countdown .alo-count-down .countdown{margin: 0;}
.absolute-countdown .alo-count-down{position: relative;background-color: #fff;top: 18px;padding: 0 60px 0 0px;float: left;}
.absolute-countdown .alo-count-down .timer-box{border: 0;}
.content-countdown-products .block-title-tabs h3{top: 30px;float:left;padding-right: 60px;}
ul.magictabs{padding:0}
.content-products{clear:both; margin: 0px;}
.content-products .slick-slider{margin-bottom: 0;}
.all-category{text-align: center;margin-top: 50px;}
.cat-view-all {font-weight: bold;color: #222;font-size: 14px;line-height: 1;padding: 0 15px;display: none;}
.all-category .cat-view-all{color: #fff;}
.slick-arrow.slick-next,.hotcat-section .slick-arrow.slick-next{-webkit-box-shadow: 3px 0 3px 0 rgba(50, 50, 50, 0.2);-moz-box-shadow: 3px 0 3px 0 rgba(50, 50, 50, 0.2);box-shadow: 3px 0 3px 0 rgba(50, 50, 50, 0.2);border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;-webkit-border-radius: 0 3px 3px 0;-ms-border-radius: 0 3px 3px 0;-o-border-radius: 0 3px 3px 0;}
.slick-arrow.slick-prev,.hotcat-section .slick-arrow.slick-prev{box-shadow: -3px 0 3px 0 rgba(50, 50, 50, 0.2);-moz-box-shadow: -3px 0 3px 0 rgba(50, 50, 50, 0.2);-webkit-box-shadow: -3px 0 3px 0 rgba(50, 50, 50, 0.2);border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-webkit-border-radius: 3px 0 0 3px;-ms-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;}
.content-products .products .slick-arrow,.alo-blog .block-content .slick-arrow,.alo-brand .shopbrand .slick-arrow{border: 0 none;}

.slick-arrow{opacity: 0;visibility: hidden;transition: all 350ms ease 0s;}
.shopbrand:hover .slick-arrow,.alo-blog:hover .block-content .slick-arrow,.content-products:hover .slick-arrow{opacity: 1;visibility: visible;}
.shopbrand .slick-arrow.slick-prev{left: 0;}
.shopbrand .slick-arrow.slick-next{right: 0;}
.shopbrand .slick-arrow{top: 30%;}

.alo-blog:hover .block-content .slick-prev,.shopbrand:hover .slick-prev,.content-products:hover .slick-prev{-webkit-transform: translate(0px, 0px);-ms-transform: translate(0px, 0px);transform: translate(0px, 0px);}
.alo-blog:hover .block-content .slick-next,.shopbrand:hover .slick-next,.content-products:hover .slick-next{-webkit-transform: translate(0px, 0px);-ms-transform: translate(0px, 0px);transform: translate(0px, 0px);}
.box-up-sell .products .slick-arrow,.crosssell .products .slick-arrow,.block-related .products .slick-arrow,.post-bottom .related .products .slick-arrow{border: 0 none;}
.block-related .products .slick-next,.box-up-sell .products .slick-next,.crosssell .products .slick-next{right: -5px;}
.block-related .products .slick-prev.slick-arrow,.box-up-sell .products .slick-prev.slick-arrow,.crosssell .products .slick-prev.slick-arrow,.post-bottom .related .products .slick-prev.slick-arrow{left: -5px;right: auto !important;}
.block-related .products:hover .slick-next.slick-arrow,.box-up-sell .products:hover .slick-next.slick-arrow,.crosssell .products:hover .slick-next.slick-arrow,.post-bottom .related .products:hover .slick-next.slick-arrow,.block-related .products:hover .slick-prev.slick-arrow,.box-up-sell .products:hover .slick-prev.slick-arrow,.crosssell .products:hover .slick-prev.slick-arrow,.post-bottom .related .products:hover .slick-prev.slick-arrow{-webkit-transform: translate(0px, 0px);-ms-transform: translate(0px, 0px);transform: translate(0px, 0px);}
.block-related .products:hover .slick-arrow,.box-up-sell .products:hover .slick-arrow,.crosssell .products:hover .slick-arrow,.post-bottom .related .products:hover .slick-arrow{opacity: 1;visibility: visible;}
.arrow-custom-right .slick-arrow{opacity: 1;visibility: visible;top: -58px;transform: none;-moz-transform: none;-webkit-transform: none;-o-transform: none;-ms-transform: none;}
.arrow-custom-right .slick-arrow.slick-next, .arrow-custom-right .content-products .products .slick-arrow.slick-next {right: 0;box-shadow: none;-moz-box-shadow:none;-webkit-box-shadow:none;}
.arrow-custom-right .slick-arrow.slick-prev, .arrow-custom-right .content-products .products .slick-arrow.slick-prev {left: auto;right: 35px;box-shadow: none;-moz-box-shadow:none;-webkit-box-shadow:none;}
.arrow-custom-right .slick-prev:before, .arrow-custom-right .slick-next:before {font-size: 30px;}
.arrow-custom-right.alo-blog:hover .block-content .slick-prev, .arrow-custom-right .content-products:hover .slick-prev, .arrow-custom-right.alo-blog:hover .block-content .slick-next, .arrow-custom-right .content-products:hover .slick-next {transform: none;-moz-transform: none;-webkit-transform: none;-o-transform: none; -ms-transform: none;}
.arrow-custom-right .slick-arrow.slick-next, .arrow-custom-right .slick-arrow.slick-prev {background-color: transparent;}
.arrow-custom-right .block-title-tabs {width: 93%;}
.hotcat-section .slick-prev,.hotcat-section .slick-next{line-height: 39px;height: 49px;width: 37px;top: 40%;border: 0;}
.hotcat-section .home-slider .slick-prev:before,.hotcat-section .home-slider .slick-next:before {font-size: 20px;line-height: 49px;line-height: 49px;}

.content-products ul{padding:0;margin:0}
.content-products .slick-dots li{margin: 0 5px;}
.bg-white{background-color: #fff;} 
.top-main-feature{padding: 0 20px 38px;margin-bottom: 30px;}
.bottom-main-feature .block-title-tabs{margin-bottom: 18px;}
.bottom-main-feature .box-products{padding-bottom: 0;}
.cms-static-brand{margin-top: 30px;}
.alo-brand .title.item{border-color: #eee;border-style: solid;border-width: 0 0 3px;padding: 20px 0 0;}
.alo-brand .title.item {display: none;}
.alo-brand .title.item span{background-color: #fff;display: inline-block;font-size: 18px;font-weight: bold;line-height: 25px;margin: 0;padding: 0 28px 0 0;position: relative;text-transform: uppercase;top: 13px;}
.alo-brand .shopbrand{margin-bottom: 0;padding: 20px 0 20px;}
.shopbrand .item a {border: 2px solid #e6e6e6;display: block;padding: 23px 0;}
.shopbrand >.item:nth-child(n+2),.alo-blog .block-content >.item:nth-child(n+2),.testimonial >.item:nth-child(n+2){display: none;}
.shopbrand >.item.slick-slide,.alo-blog .block-content >.item.slick-slide,.testimonial >.item.slick-slide{display: block;}
.alo-brands .item span,.blogtabs .item span{padding:0;}
.alo-brands .footer li{padding: 0}
.product-info-main .brand{padding-top: 15px;}
.product-info-main .brand span,.feature-wrapper .brand span{font-size: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.product-info-main .brand img,.feature-wrapper .brand img{border: 1px solid #efefef;margin-top: 10px;display: inline-block;vertical-align: middle;padding: 0;}
.feature-wrapper{margin: 0 0 55px;}
.blog-post-view .sidebar.sidebar-additional,.blog-index-index .sidebar.sidebar-additional,.blog-index-index.page-layout-2columns-left .sidebar.sidebar-additional{padding-top: 0;}
.alo-blog .slick-arrow{opacity: 1;visibility: visible;transform: none;}
.alo-blog{padding: 0 0 30px;}
.alo-blog .block-content .slick-arrow{top: -57px;}
.alo-blog .slick-next{right: 15px;}
.alo-blog .slick-prev{left: auto;right: 35px;}
.box-shopbrand .block-title-tabs{padding: 0;margin: 0;}
.box-shopbrand .block-title-tabs span{font-size: 20px;text-transform: capitalize;}

@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* magic category */
.category-img .box-product-content .box-product{float: right;padding-left: 20px;width: 61%;}
.category-img .box-product-content .box-product-adv{float: left;width: 39%;}
.magic-category .block-title-tabs .magictabs{float: right;}
.product-title .magic-category .block-title-tabs .magictabs{display: none;}
.text-center {text-align: center;}
.title-block {color: #333333;margin: 0 0 5px;text-transform: uppercase;font-size: 24px;font-weight: normal;}
.desc-block{color: #888888;font-size: 16px;line-height: 30px;}
.title-page{text-align: left;}
.box-products{background-color: #fff;padding-bottom: 15px;}
.category-img .ajax_loading{top: 15px;}
.cms-page-product-3.box-products{padding-bottom: 0;}

.page-layout-1column .main-wrap .block.widget .products-grid .product-item,.page-layout-1column .main-wrap .block.widget .products-grid .product-item:nth-child(4n+1){margin: 0;}
/* count down ========================================================================= */
.countdown{clear: both; text-align: center; margin-top: 22px;margin-bottom: 30px;}
.timer-box{margin: 0 auto;text-align: center;display: inline-block; position: relative; margin: 0 12px 0 0;width: 45px;height: 43px; line-height: normal;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #f6f6f6;border: 1px solid #e2e2e2;}
.timer-box:last-child{margin: 0;}
.timer-box:after{content: ":"; position: absolute; color: #747474; display: block; line-height: 43px; text-align: center; top: 0; right: -8px}
.timer-box:last-child:after{display: none;}
.timer-box span{display: block;}
.timer-box > span:first-child{display: block;text-align: center;}
.timer-box span b{font-weight: 600;font-size: 16px;color: #333333;}
.timer-box span.title{text-transform: capitalize;line-height: 13px;font-size: 13px;color: #666666;}

.slogan-countdown{font-size: 18px;color: #222;margin: 0 0 15px;font-weight: 600;}
.slogan-countdown span{font-weight: normal;color: #666;}
.additional-timer-block{margin-top: 20px;}
.additional-timer-block .countdown{text-align: left;margin-top: 0px;margin-bottom: 20px;}
.additional-timer-block .timer-box{text-align: center;display: inline-block; position: relative; margin: 0 10px;width: auto;height: auto;border: 0;background: transparent;}
.additional-timer-block .timer-box:first-child{margin-left: 0;}
.additional-timer-block .timer-box:after{font-size: 16px; right: -13px;font-weight: bold;color: #333;}
.additional-timer-block .timer-box span b{display: block;}
.additional-timer-block .timer-box span.title{line-height: 20px;}
.additional-timer-block .timer-box > span:first-child{display: block; width: 47px;height: 42px; line-height: 42px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #e6e6e6; text-align: center;}
.product-deal-special-progress {display: block;margin: 0;}
.product-deal-special-progress .deal-stock-label {display: block;overflow: hidden;margin-bottom: 10px;}
.product-deal-special-progress .deal-stock-label .stock-deal {float: left;font-size: 14px;color: #666;}
.product-deal-special-progress .deal-stock-label .stock-deal strong{font-size: 14px;color: #222;font-weight: normal;}
.product-deal-special-progress .deal-stock-label .stock-available {float: left;font-size: 14px;}
.product-deal-special-progress .deal-stock-label .stock-available strong,.product-deal-special-progress .deal-stock-label .stock-sold strong{font-weight: normal;color: #222;}
.product-deal-special-progress .deal-stock-label .stock-sold {float: right;font-size: 14px;}
.product-deal-special-progress .deal-progress {width: 100%;background: #f2f2f2;overflow: hidden;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.product-deal-special-progress .deal-progress .deal-progress-bar {display: block;height: 13px;text-indent: -99999px;background: #f5ce70;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/* Category Page ========================================================================= */
.category-title{margin:0 0 20px}
.category-image{text-align:left; display: block;margin:0 0 30px;}
.category-image img{max-width:100%;height:auto}
.category-description{margin:20px 0 0}
.page-title-wrapper h1 span {color: #222;font-size: 18px;margin: 0px;font-weight: bold;text-transform: uppercase;}
.breadcrumbs{margin: 0;padding: 30px 0;position: relative;}
.page-products.catalog-category-view .pagecrumbs-title {display: none;}

/* custom product ========================================================================= */
.close-product-label .product-label-2,.block-custom-product .custom-product .products-grid .item:after{display: none;}
.block-custom-product .custom-product .block-title-tabs{border-bottom: 0;}
.block-custom-product .custom-product .magictabs .item{padding: 0;display: block;}
.block-custom-product .custom-product .magictabs .item .title{margin: 0;padding: 0;}
.block-custom-product .item .images-container{padding: 0;width: 32%;}
.block-custom-product .per-product .products-textlink{padding: 15px 0 0 10px;text-align: left;width: 68%;}
.block-custom-product .products-grid .product-name a{font-size: 14px;}
.block-custom-product .magicproduct .item .actions-no .add-to-links a{line-height: normal;padding: 0;display: block;text-align: left;}
.block-custom-product .magicproduct .products-grid .price-box .price{font-size: 20px;}
.block-custom-product .magicproduct .products-grid .price-box .old-price .price{font-size: 14px;}
.cms-static-product.block-custom-product .item.product-item .product-reviews-summary{margin-bottom: 5px;}
.cms-static-product.block-custom-product .item .hover-box {position: static;margin-top: 12px;}
.block-custom-product .magicproduct .products .item{padding-bottom: 10px;margin-left: 0 !important;}
.block-custom-product .magicproduct .products .custom-product .item .product-item-info{width: 100%;border-width: 0 0 1px;border-style: solid; border-color: #e6e6e6;}
.block-custom-product .custom-product .magicproduct .products .item:last-child .product-item-info{border: 0;}
.block-custom-product .magicproduct .products .item:last-child,.block-custom-product .magicproduct .products .item:nth-child(4n),.block-custom-product .magicproduct .products .item:nth-child(5n){margin-bottom: 0;padding-bottom: 0;border: 0;}
.block-custom-product .custom-product .magicproduct .products .item .product-item-info{border: 0;}
.block-custom-product.block-custom-row-2 .magicproduct .products .item {margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #e6e6e6;min-height: 201px;margin-left: 0 !important;}
.block-custom-product.block-custom-row-2 .item .hover-box {position: static;margin-top: 12px;}
.block-custom-product.block-custom-row-2 .magicproduct .products .item:last-child, .block-custom-product.block-custom-row-2 .magicproduct .products .item:nth-child(4n), .block-custom-product.block-custom-row-2 .magicproduct .products .item:nth-child(5n) {margin-bottom: 0;padding-bottom: 0;border: 0;}
.block-custom-product.block-custom-row-2 .magicproduct:after {background-color: #fff;content: "";display: block;width: 15px;height: 100%;z-index: 20;right: -15px;position: absolute;top: 0;}
.block-custom-product.block-custom-row-2 .magicproduct:before {background-color: #fff;content: "";display: block;width: 15px;height: 100%;z-index: 20;left: -15px;position: absolute;top: 0;}

.product-item-name .product-item-link{font-size: 14px; font-weight: normal;}
.product-item-name .product-item-link:hover{text-decoration: underline;}
.item .free-shipping{clear: both;color: #666;font-size: 14px;margin: 8px 0 5px;}
.all-products{ background-color: #eee;margin: 17px 0 0;border-radius: 3px;display: block;font-size: 15px;font-weight: 600;line-height: 48px;text-align: center;text-transform: uppercase;position: absolute;bottom: 0;width: 100%;}
.all-products:after{font-family: FontAwesome;content: "\f0da";font-size: 18px;display: inline-block;line-height: 1;padding-left: 10px;vertical-align: -1px;}
.block.left-module.block-custom-left{border-width: 0;}
.banner-left-category{margin-bottom: 30px;}
.sidebar .content-products .products .slick-arrow{top: -49px;width: 25px;line-height: 25px;height: 25px;opacity: 1;visibility: visible;-webkit-transform: translate(0px);-ms-transform: translate(0px);transform: translate(0px);}
.sidebar .content-products .products .slick-arrow:before{font-size: 20px;line-height: 20px;}
.sidebar .content-products .products .slick-prev{right: 30px;left: auto;}
.sidebar .content-products .products .slick-next{right: 0;}
.sidebar .content-products .slick-list{padding: 0 0 65px;}
.sidebar .product-items .product-item{float: none;width: 100%;margin-bottom: 20px;}
.sidebar .product-items .slick-slide div:last-child .product-item{margin: 0;padding: 0;}
.sidebar .product-items .product-item-info .price-box {display: block;margin: 1px 0 0 !important;float: none;max-width: 100%;line-height: normal;}
.sidebar .products-grid .item .per-product .plr{padding-bottom: 10px;padding-top: 10px;}
.sidebar .block-custom-product .product-items .product-item-info .product-item-photo{float: none;position: static;}
.sidebar .product-items .item .product-item-details{margin: 0;}
.sidebar .block-custom-product .magicproduct .products .item {margin-bottom: 13px;padding-bottom: 13px;}
.sidebar .block-custom-product .magicproduct .products .item:last-child{border: 0; margin-bottom: 0;padding-bottom: 0;}
.sidebar .magictabs{line-height: 1.35;padding: 0 0 15px;text-align: left;}
.sidebar .magictabs .item{display: block;padding: 0;}
.sidebar-module.block{margin-bottom: 0;}
.sidebar-category-module.block-custom-product .products-grid .product-name{height: auto;}
.product-secondary-column .block-custom-product .per-product .images-container{border: 0;}
.product-secondary-column .sidebar .block-custom-product .magicproduct .products .item{margin-bottom: 10px;padding-bottom: 10px;}
.custom-detail-right{margin: 0 0 15px;width: 20%;}
.product-primary-column{width: 100%;}

.sidebar .block-custom-left .block-title-tabs {margin: 0 0 35px;padding: 0px;line-height: 30px;}
.sidebar .block-custom-left .magictabs .item.activated .title{color: #111;border-width: 0;background-color: transparent;}
.block-custom-left .magictabs .item.activated .title:after, .block-custom-left .magictabs .item:hover .title:after{display: none;}
.block-custom-left .item .product-item-info .images-container{padding: 0;}
.block-custom-left .item .product-item-info .product-item-details{padding-left: 10px;padding-right: 0;text-align: left;margin: 0;}
.block-custom-left .item .product-item-info .product-item-details .product-name {overflow: visible;white-space: normal;height: inherit;}
.sidebar .block-custom-left .product-items .product-item-info .product-item-photo{position: static;margin: 0;}
.sidebar .product-items-names .product-item-name{position: relative;z-index: 1;}
.sidebar .item .hover-box .actions{padding: 0;}
.sidebar .product-items .product-item-details .product-item-actions{margin: 0;}
.sidebar .product-items .add-to-links a .icons{padding-right: 3px;font-size: 16px;vertical-align: middle;}
.sidebar .item:hover .actions .add-to-links {bottom: -72px;}
/* View Type:Grid */
.category-products.grid{margin-left: -15px;margin-right: -15px;}
.category-products.grid .products:before,.category-products.grid .products:after{background-color: #fff;content: "";display: block;height: 100%;position: absolute;width: 15px;z-index: 1;}
.category-products.grid .products:before{left: 0;}
.category-products.grid .products:after{right: 0;} 
.category-products.grid .item:before,.category-products.grid .item:after{box-sizing: content-box;}
.category-products.grid.products-grid .item{ margin-bottom: 12px;padding-bottom: 8px;border-bottom: 1px solid #e6e6e6;}
.grid.products-grid .item{text-align:center;float: left;position: relative;}
.column.main .products-grid .product-items {margin-bottom:0;}
.category-products .item img,.product-image img{display: block; height: auto; max-width: 100%;}
.category-products.grid .item .product-image-wrapper {display: block;height: 0;overflow: hidden;position: relative;}
.category-products.grid .item .product-image-photo{bottom: 0;display: block;height: auto;left: 0;margin: auto;max-width: 100%;position: absolute;right: 0;top: 0;}
.product-image-photo,.slick-slide img{margin: 0 auto;}
.grid.products-grid{position:relative;}
.products-grid.last{border-bottom:0}
.products-grid .product-name{margin: 0px;font-size:100%;line-height: 1.3;text-align: left;padding: 0px;height: 38px;overflow: auto;}
.products-grid .product-name a{font-size:14px;line-height: 1.3;outline:0 none;text-decoration:none;font-weight: 600;}
.products-grid .price-box{display: block;margin: 0px;line-height: 25px;text-align: left;}
.products-grid .availability{line-height:21px}
.per-product,.category-products.products-grid .category-products-grid{background-color: #fff;}
.per-product,.product-item-actions,.product-hover{position: relative;}

.products-grid .item:after {background-color: #e6e6e6;bottom: 0px;content: "";left: 0px;position: absolute;top: 28px;width: 1px;height: 65%;}
.products-grid .item.slick-slide.slick-current:after,.products-grid .slick-slide.slick-current .item:after,.main-product .cms-page-mix-product .products-grid .item:after,.block-custom-product .products-grid .item:nth-child(3n+1):after,.category-products .product-items .product-item:nth-child(3n+1):after,.no-nth-child .product-items .product-item:nth-child(5n+1):after,.category-products.products-grid .item:nth-child(3n+1):after {display: none;}
.per-product{padding-bottom: 15px;border-style: solid;border-width: 2px;border-color: transparent;}
.item:hover .per-product{border-color: #f8d685;}
.item .clear-both{clear: both;}
.item .hover-box .actions {padding: 0px;position: relative;}
.item .hover-box {bottom: 0;clear: both;left: 8px;opacity: 0;position: absolute;visibility: hidden;transition: all 0.5s ease 0s;padding: 0;}
.item:hover .hover-box {bottom: 0px;opacity: 1;visibility: visible;}
.item .actions-cart .button.btn-cart, .item .actions-cart .stock.unavailable {border-width: 1px;border-style: solid;margin: 0 7px 0 0;padding: 0px;height: 37px;line-height: 37px;text-align: center;width: 37px;border-radius: 3px;}
.item .actions-cart .button.btn-cart span{display: inline-block;font-size: 12px;vertical-align: middle;}
.item .actions-cart .button.btn-cart:before,.item .actions-cart .stock.unavailable:before{content: "\f291";display: inline-block;font-family: "FontAwesome";font-size: 15px;line-height: 1;}
.item .actions-cart .stock.unavailable:after {background-color: #cc0000;content: "";display: block;height: 30px;position: absolute;right: 15px;top: 4px;transform: rotate(35deg);-moz-transform: rotate(35deg);-webkit-transform: rotate(35deg);-o-transform: rotate(35deg);width: 3px;}
.item .actions .add-to-links {vertical-align: middle;margin: 0;position: relative;display: inline-block;}
.item .add-to-links a {color: #666;font-weight:normal;font-size: 15px;margin: 0 10px 0 0;padding:0;display: inline-block;vertical-align: middle;float: left;width: 37px;height: 37px;line-height: 37px;text-align: center;overflow: visible;border-style: solid;border-width: 1px;border-color: #e6e6e6;border-radius: 3px;}
.item .add-to-links a:hover{color: #ea5648;}
.item .add-to-links a .icon{font-size: 15px;width: 35px;height: 35px;}
.item .add-to-links a.tocompare .icon{font-size: 15px;}

.box-products .content-products,.auto-height .products.products-grid{position: static;z-index: 20;}
.hover-box > a.detail_links {bottom: 0;left: 0;position: absolute;right: 0;top: 0;}
.item .actions-no .button.btn-cart span{padding: 0;vertical-align: middle;font-size: 13px;text-transform: uppercase;font-weight: 600;}
.actions-cart {display: inline-block;vertical-align: middle;}
.item .actions-cart .stock.unavailable{position: relative;}
.item .actions-cart .stock.unavailable span{font-size: 12px;}
.link-view{opacity: 0;position: absolute;text-align: center; top: 8px;visibility: hidden;right: 8px;}
.quickview{height: 44px;line-height: 44px;font-size: 16px;padding: 0px;display: block;text-align: center;font-weight: 600;text-transform: uppercase;border-radius: 0;width: 44px;}
.item .images-container .quickview{background-color: transparent;color: #fff;border-style: solid;border-top-width: 30px;border-right-width: 30px;border-bottom-width: 30px;border-left-width: 30px;border-bottom-color: transparent !important;border-left-color: transparent !important;}
.quickview span{font-size: 0px;}
.quickview span .icons{font-size: 16px;height: auto;line-height: normal;position: absolute;right: 10px;top: 10px;width: auto;}
.item:hover .link-view{opacity: 1;visibility: visible;}
/* Alotheme tooltip */
.alotheme-tooltip{position: relative;}
.alotheme-tooltip .tooltip{font-weight: normal;text-transform: initial;position: absolute;opacity: 0;visibility: hidden;background: #990000;font-size: 12px;min-width: 72px;color: #fff;padding: 3px 5px;text-align: center;z-index: 99;bottom: 50px;left: 50%;border-radius: 3px;-webkit-transform: translateX(calc(-130%));transform: translateX(calc(-130%));-webkit-transition: all 300ms;transition: all 300ms;}
.alotheme-tooltip .tooltip:before{content: '';width: 0;height: 0;position: absolute;left: 50%;transform: translateX(-50%);-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);bottom: -5px;border-left: 5px solid transparent !important;border-right: 5px solid transparent !important;border-top: 5px solid #990000;}
.alotheme-tooltip:hover .tooltip {visibility: visible;opacity: 1;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
/* View Type:List */
.category-products-list{position: relative;}
.category-products.products-list .products.list{margin-right: -15px;margin-left: -15px;}
.products-list li.item{padding: 0px 15px;margin: 0px 0 30px;height: auto;}
.products-list li.item:first-child{margin-top: 0;}
.products-list li.item:nth-child(2n+1) {clear: left;}
.products-list li.item .product-item-info{border-bottom: 1px solid #e6e6e6;padding-bottom: 30px;}
.products-list .images-container{float: left; width: 30%;padding: 0px;}
.products-list .item .product-item-details{width: 70%;float: left;padding: 0 0 0 15px;}
.products-list .item .products-textlink {padding: 0 15px 0 0;margin: 0;text-align: left;float: left;width: 55%;}
.products-list .item .product-item-inner {margin: 0;text-align: left;padding: 18px;width: 45%;float: left;background-color: #f9f9f9;border: 2px solid #f0f0f0;border-radius: 3px;min-height: 230px;}
.products-list .item .product-item-inner .free-shipping{font-size: 14px;text-transform: uppercase;font-weight: 600;color: #222;}
.products-list .item .product-item-inner .free-shipping:before{font-family: "FontAwesome";content: "\f0d1";color: #41ad00;font-size: 20px;padding-right: 10px;}
.products-list .product-item .price-box{margin: 0;}
.products-list li.item.last{border-bottom:0}
.products-list .product-name{margin:0px;font-size:100%;line-height: normal;}
.products-list .product-name a{font-size: 15px;font-weight: 600;line-height: 1.3;}
.products.wrapper.list .product-item-details .product-reviews-summary {margin: 0 0 10px;padding: 0;text-align: left;}
.products-list .product-item .product-reviews-summary .reviews-actions{margin: 0;line-height: normal;text-transform: none;}
.products-list .product-reviews-summary .reviews-actions .action {font-size: 13px;margin: 0;padding: 0 10px 0 10px;}
.products-list .product-reviews-summary .reviews-actions .action span{font-size: 13px;}
.products-list .product-item-inner .product-item-actions .actions-primary{margin-top: 30px;}
.products-list .item .actions-no .button.btn-cart{padding: 0 25px;margin: 0; height: 43px;line-height: 43px;width: 100%;}
.products-list .item .actions-no .button.btn-cart span {font-size: 14px;text-transform: capitalize;display: inline-block;}
.products-list .product-item-inner .actions-primary .stock.unavailable{display: none;}
.products-list .availability{float:left;margin:3px 0 0}
.products-list .desc{clear:both;padding:0;margin:0px;text-align:left;color: #666666;font-size: 14px;}
.products-list .desc p{color:#2a2a2a;font-size:14px;margin:0;font-weight: 300;}
.products-list .desc .link-learn{font-size:11px}
.products-list .add-to-links .separator{display:inline;margin:0 2px}
.products-textlink{margin: 0px;padding: 18px 8px 0;text-align:left;position: relative;}
.products-textlink p{margin:0;}
.product-image{outline:0!important}
.page-products .products.wrapper.products-list{margin: 0;}
.actions-list .actions {border: 0 none;display: block;}
.products-list .product-item-inner .add-to-links a{width: auto;height: auto;font-size: 13px;border: 0;line-height: normal;}
.products-list .product-item-inner .add-to-links a.tocompare{margin: 0;}
.products-list .item .actions-no .add-to-links a .icons{width: auto;height: auto;}
.products-list .item .add-to-links{margin: 20px 0 0;}
.product-item-description{clear: both;margin: 0;padding: 10px 0;}
.product-item-description p{font-size: 14px;color: #666;margin: 0;line-height: 1.8;}
.product-item-description ul{list-style: disc outside;padding-left: 1.5em;margin-left: -5px;}
.product-item-description ul li{margin: 0;padding: 0;color: #666;font-size: 14px;}
.product-item-description .action.more{font-size: 14px;display: none;}
.product.details.product-item-details div[class^="swatch-opt-"] { margin-bottom: 0px;margin-top: 15px;}
.product-items .product.details.product-item-details .swatch-option.color,.product-add-form .fieldset .swatch-attribute .swatch-option.color{outline: medium none;border-radius: 3px;height: 25px;line-height: 25px;min-height: 25px;min-width: 25px;padding: 0;width: 25px;border: 0 none;overflow: visible;}
.product-items .product.details.product-item-details .swatch-option.color{margin-right: 10px;margin-bottom: 15px;}
.product-items .product.details.product-item-details .swatch-option.text{outline: medium none;font-size: 14px;}
.product-items .product.details.product-item-details .swatch-attribute.size .swatch-option.text,.product-add-form .fieldset .swatch-attribute.size .swatch-option.text{outline: medium none;width: 37px;height: 37px;line-height: 35px;border-radius: 50%;padding: 0;}
.swatch-option.color:hover, .swatch-option.selected{box-shadow: 0 0 0 3px rgba(0,0,0,.10);-moz-box-shadow: 0 0 0 3px rgba(0,0,0,.10);-webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.10);-o-box-shadow: 0 0 0 3px rgba(0,0,0,.10);-ms-box-shadow: 0 0 0 3px rgba(0,0,0,.10);}
/* Product Hover ========================================================================== */
.product-img-back{left:0;opacity:0;position:absolute;top:0;transition:all 0.2s ease-in-out 0s;visibility:hidden;width:100%;}
.item:hover .product-img-back{opacity:1;visibility:visible;transition:all 0.2s ease 0s}
.magicmenu .nav-desktop .level0 .product-img-back{transition-property:none;}
/* ======================================================================================= */

/* Product View ========================================================================== */

/* Rating */
.ratings-table th,.ratings-table td{font-size:11px;line-height:1.15;padding:3px 0}
.ratings-table th{font-weight:normal;padding-right:8px}
/* Availability */
.stock label{font-weight: normal;font-size: 13px;color: #666;margin: 0 5px 0 0;}
.stock span {font-size: 14px;color: #00aeef;font-weight: 600;}
.stock.unavailable span{color: #ea1b25;}
.availability{margin:0}
.availability span{font-weight:bold}
.availability.out-of-stock span{color:#d83820}
.availability-only{margin:10px 0 7px;line-height:16px;background:url(../../frontend/Alothemes/expert13/en_GB/images/i_availability_only.gif) 0 50% no-repeat;padding-left:15px}
.availability-only span,.availability-only a{border-bottom:1px dashed #751d02;color:#000}
.availability-only a{background:url(../../frontend/Alothemes/expert13/en_GB/images/i_availability_only_arrow.gif) 100% 0 no-repeat;cursor:pointer;padding-right:15px;text-decoration:none}
.availability-only .expanded{background-position:100% -15px}
.availability-only strong{color:#be2c00}
.availability-only-details{margin:0 0 7px}
.availability-only-details th{background:#d2d6d9;font-size:10px;padding:0 8px}
.availability-only-details td{background:#ebf0f3;border-bottom:1px solid #fff;font-size:11px;padding:2px 8px 1px}
.availability-only-details tr.odd td.last{color:#d95e00;font-weight:bold}
/* Email to a Friend */
.email-friend{margin:0}
.product-view .product-shop .email-friend{float: left;}
/* Alerts */
.alert-price{margin:0;font-size:11px}
.alert-stock{margin:0;font-size:11px}
/********** < Product Prices */
.price{white-space:nowrap!important}
.price-box{margin:5px 0}
.price-box .price{font-size:26px;color: #222;font-weight: 600;}
.item.product-item .special-price .price, .item.product-item .minimal-price .price{font-weight: 600;color: #222;}
/* Regular price */
.regular-price{color:#c76200}
.regular-price .price{ color: #000;}
/* Old price */
.old-price{margin:0;display: inline-block;}
.old-price .price-label{white-space:nowrap;color:#999;display:none}
.old-price .price{font-weight:normal;color:#999;text-decoration:line-through;font-size: 13px;}
.price-box .old-price .price {font-size: 14px;font-weight: 300;}
/* Special price */
.special-price{margin:0;padding:0 3px 0 0;display: inline-block;}
.special-price .price-label{font-size:14px;font-weight:normal;white-space:nowrap;color:#cd5033;display:none}
.special-price .price{margin: 0;}
.product-view .product-shop .special-price .price{font-size: 30px;display: inline-block;margin: 0;font-weight: bold;}
.product-view .product-shop .special-price{margin: 0;}
.product-info-main .price-box{margin: 0;}
/* Minimal price (as low as) */
.minimal-price{margin:0}
.minimal-price .price-label{font-weight:bold;white-space:nowrap;display:none}
.minimal-price-link{display:block}
.minimal-price-link .label{color:#1e7ec8}
.minimal-price-link .price{font-weight:normal;color:#1e7ec8}
/* Excluding tax */
.price-excluding-tax{display:block;color:#999}
.price-excluding-tax .label{white-space:nowrap;color:#999}
.price-excluding-tax .price{font-size:13px;font-weight:normal;color:#c76200}
/* Including tax */
.price-including-tax{display:block;color:#999}
.price-including-tax .label{white-space:nowrap;color:#999}
.price-including-tax .price{font-size:13px;font-weight:bold;color:#c76200}
/* Configured price */
.configured-price{margin:0}
.configured-price .price-label{font-weight:bold;white-space:nowrap}
.configured-price .price{font-weight:bold}
/* FPT */
.weee{display:block;font-size:11px;color:#444}
/* Excl tax (for order tables) */
.price-excl-tax{display:block}
.price-excl-tax .label{display:block;white-space:nowrap}
.price-excl-tax .price{display:block}
/* Incl tax (for order tables) */
.price-incl-tax{display:block}
.price-incl-tax .label{display:block;white-space:nowrap}
.price-incl-tax .price{display:block;font-weight:bold}
/* Price range */
.price-from{margin:0}
.price-from .price-label{font-weight:bold;white-space:nowrap}
.price-to{margin:0}
.price-to .price-label{font-weight:bold;white-space:nowrap}
/* Price notice next to the options */
.price-notice{padding-left:10px;color:#999}
.price-notice .price{font-weight:bold;color:#2f2f2f}
/* Price as configured */
.price-as-configured{margin:0}
.price-as-configured .price-label{font-weight:300;white-space:nowrap}
.price-box-bundle{padding:0 0 10px 0}
.price-box-bundle .price-box{margin:0!important;padding:0!important}
.price-box-bundle .price{color:#000}
/********** Product Prices > */

/* Tier Prices */
.product-pricing,.tier-prices{margin:10px 0;padding:10px;background-color:#f4f7f7;border:1px solid #dadddd;color:#424242}
.tier-prices li{line-height:1.4;background:url(../../frontend/Alothemes/expert13/en_GB/images/i_tier.gif) no-repeat 0 3px;padding:2px 0 2px 10px}
.tier-prices .benefit{font-style:italic;font-weight:bold;color:#2f2f2f}
.tier-prices .price{font-weight:bold;color:#2f2f2f}
.tier-prices-grouped li{padding:2px 0;color:#e26703}
.tier-prices-grouped li .price{font-weight:bold}
/* Add to Links */
.add-to-links{font-size:11px;margin:5px 0 0}
.add-to-links .separator{display:none}
/* Add to Cart */
.add-to-cart label{float:left;margin-right:5px;font-weight:normal;color:#666;line-height:40px}
.add-to-cart .qty{display: inline-block;margin-right:0px;}
.add-to-cart .paypal-logo{clear:left;margin:0;text-align:right}
.add-to-cart .paypal-logo .paypal-or{clear:both;display:block;margin:5px 60px 5px 0}
.product-view .add-to-cart .paypal-logo{margin:0}
/* Add to Links + Add to Cart */
.add-to-box{margin:10px 0}
.add-to-box .add-to-links{border-bottom:1px solid #f3f3f3;clear:both;margin:0 0 15px;padding:0 0 25px;text-align:left}
.add-to-box .add-to-cart{float:left}
.add-to-box .or{float:left;font-weight:bold;margin:0 7px;color:#666}
.add-to-box .add-to-links{float:left;font-size:12px!important;line-height:1.25!important;text-align:left!important}
.add-to-box .add-to-links li .separator{display:none!important}
/* Tab detail */
.product.info.detailed{margin: 30px 0px 30px;}
.product.data.items {position: relative;z-index: 1;text-align: left;border: 1px solid #e6e6e6;}
.product.data.items .data-tabs-content {min-height: 265px;margin-top: 0;padding: 25px 20px;position: relative;z-index: 1;border-left: 1px solid #ccc;float: left;width: 73%;}
.product.data.items .data-tabs-content .item.content .table-wrapper,.product.data.items .data-tabs-content .item.content .table-wrapper .table{margin: 0;}
.product.data.items .data-tabs-content .block.review-list .block-content .items{padding: 0;} 

.product.info.detailed .product.data.items .description p{font-size: 14px;color: #888;line-height: 20px;margin: 0 0 30px;}
.product.info.detailed .product.data.items .description p:last-child{margin: 0;}
.review-product-list .pager{float: none;padding:0;}
.product.data.items .items-tabs{margin: 0px;float: left;width: 27%;}
.product.data.items .items-tabs .item{display: block;margin: 0;}
.product.data.items .items-tabs .item a {border-style: solid;border-width: 0 0 1px;position: relative;display: block;line-height: 45px;color: #666;cursor: pointer;display: block;font-size: 15px;font-weight: normal;padding: 0px 30px;text-transform: uppercase;}
.product.data.items .items-tabs .item.active a{font-weight: 600;}
.product.data.items .items-tabs .item a span:before{content: "(";}
.product.data.items .items-tabs .item a span:after{content: ")";}
.product.data.items .items-tabs .item:last-child{margin-right: 0;}
.product.data.items > .item.content .table-wrapper {margin-bottom: 100px;}

.product.data.items > .item.content {width: 100%;float: right;margin-left: -100%;margin-top: 40px;padding: 30px 0 20px;text-align: left;}
.product.data.items > .item.title > .switch {display: block;position: relative; z-index: 2;color: #aaaaaa;font-size: 16px;}
.product.data.items > .item.title > .switch .counter{font-size: 15px;}
.product.data.items > .item.title.active > .switch,.product.data.items > .item.title:hover > .switch{color: #333;}
.product.data.items::before, .product.data.items::after {content: "";display: table;}
.product.data.items:after {clear: both;}
.product.data.items > .item.title{display: block;margin: 0px 10px;padding:0px 10px;color:#aaa;font-size:14px;cursor:pointer;text-transform: uppercase;position: relative;}
.product.data.items > .item.title:first-child:before{border: 0;}
.product.data.items > .item.title:first-child{margin-left: 0;padding-left: 0;}
.product-view .toggle-tabs .item.active,.product-view .toggle-tabs .item:hover{color:#333333;}
.review-add .block-content .fieldset{padding: 0;margin: 0;}
.fieldset > .field > .label {border-color: #c9c9c9;color: #666666;font-weight: normal;line-height: normal;text-align: left;margin: 0;padding: 15px 0 6px;}
.fieldset.review-fieldset > .field > .label{border: 0;}
.product-collateral h2{display:none}
.product-collateral h3,.product-collateral h4{color:#666666;font-size:20px;}
.product-collateral .box-collateral.box-review_form{color:#000}
.product-collateral .box-description{font-size:13px;color:#666666; line-height: 24px;}
.product-collateral h2{font-weight:bold;font-size:15px;color:#e26703;border-bottom:2px solid #e5dcc3;padding:0 0 1px;margin:0 0 15px}

/* Product Images */
.product-view .product-img-box .product-image{position:relative;z-index:0;}
.product-view .product-img-box .product-image-zoom{position: relative;z-index: 0;}
.zoomContainer, .zoomWindowContainer{ z-index :10000;}
.fotorama-item .fotorama__nav .fotorama__thumb-border {border-color: #ff8400;border-width: 1px;background-image: none;}
.fotorama__nav--thumbs{text-align: center;}
.fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before{background: none !important;}
.product-image-popup{margin:0 auto}
.product-image-popup .buttons-set{float:right;clear:none;border:0;margin:0;padding:0}
.product-image-popup .nav{font-weight:bold;margin:0 100px;text-align:center}
.product-image-popup .image{display:block;margin:10px 0}
.product-image-popup .image-label{font-size:13px;font-weight:bold;margin:0 0 10px;color:#2f2f2f}
.fotorama__stage{margin-bottom: 10px;transform: none !important;-moz-transform: none !important;-webkit-transform: none !important;-o-transform: none !important;}
.fotorama__stage__frame .fotorama__img{max-width: inherit !important;}
.fotorama--fullscreen .zoomImg {display: none !important;}

.cms-index-index .fancybox-wrap .page-wrapper{background-color: #fff;}
.page-layout-2columns-left .fancybox-wrap .alocolumns, .page-layout-2columns-right .fancybox-wrap .alocolumns{margin: 0 !important;}
.page-layout-2columns-left .fancybox-wrap .column.main, .page-layout-2columns-right .fancybox-wrap .column.main{width: 100% !important;float: none;margin: 0 !important;padding: 0 !important;}
.fancybox-wrap .container{max-width: 100%;}
.fancybox-skin{border-radius: 4px;}
.product-view.product-quickview{margin: 0;}
.product-view.product-quickview .product-essential{padding: 15px 0;}
.product-view.product-quickview .product-media.product.media{float: left;width: 57%;padding-left: 15px;}
.product-view.product-quickview .product-info-main.product-shop{float: left;width: 42%;padding: 0 15px;}
.fancybox-wrap iframe{vertical-align: inherit !important;}
.page-products.catalog-category-view .fancybox-wrap .page-title-wrapper{position: static;text-align: left;transform: none; -moz-transform: none;-webkit-transform: none;-o-transform: none; -ms-transform: none;}
.product-view.product-quickview .product-shop .shop-content-left,.product-view.product-quickview .product-shop .shop-content-right{float: none;width: 100%;}
.product-view.product-quickview .product-shop .shop-content-right{padding: 0;border: 0;text-align: left;}
.product-view.product-quickview .product-qty{margin: 0;}
.modal-popup.modals-quickview .modal-inner-wrap{max-width: 900px;}
.cms-index-index .content-quickview .page-main-pal .alocolumns{padding: 0;margin: 0;}
.content-quickview .page-main-pal.container,.cms-index-index .content-quickview .page-main-pal .page-title-wrapper{padding-left: 0;padding-right: 0;padding-bottom: 0;}
.page-layout-2columns-left .content-quickview .column.main, .page-layout-2columns-right .content-quickview .column.main{width: 100% !important;}
.page-products .content-quickview .page-title-wrapper{text-align: left;}
.modals-quickview .modal-inner-wrap .modal-content{padding: 0;}
.modals-quickview .modal-inner-wrap .modal-header {border: 0 none;display: block;padding: 0;position: absolute;right: 0;top: 0;z-index: 1;}
.modals-quickview.modal-popup .action-close {height: 30px;line-height: 30px;padding: 0 10px;}
.modals-quickview.modal-popup .action-close:before{line-height: 30px;}
/* Product Shop */
.product-view{margin: 0px 0 10px;}
.product-view .product-shop{text-align:left;}
.product-shop-content {padding: 0 0 0 15px;}
.product-view .product-shop .page-title-wrapper .page-title{margin: 0;padding: 0;}
.product-view .product-shop .page-title-wrapper .page-title span{display: block;font-size: 16px;margin: 0px;font-weight: 600;text-transform: capitalize;}
.product-info-stock-sku{margin: 0 0 20px;padding: 20px 0 0px;}
.product-shop.product-info-main .stock.available, .product-shop.product-info-main .stock.unavailable{text-transform: capitalize;}
.product-info-main .stock.available:before,.product-info-main .stock.unavailable:before{margin-right: 2px;content: "\f00c";font-size: 12px;font-family: FontAwesome;}
.product-item-inner .product.attribute{margin-bottom: 15px;}
.product-info-main .product.attribute.sku .type,.product-item-inner .product.attribute .type{color: #333;font-size: 14px;font-weight: bold;}
.product-info-main .product.attribute.sku .type:after,.product-item-inner .product.attribute .type:after {content: ":";}
.product-info-main .product.attribute.sku .type,.product-info-main .product.attribute.sku .value,.product-item-inner .product.attribute .type,.product-item-inner .product.attribute .value{display: inline-block;font-size: 15px;}
.product-info-main .product.attribute.overview{border-top: 1px solid #e6e6e6;color: #666;font-size: 14px;margin: 0;padding: 15px 0 0;}
.product-info-main .product.attribute ul,.product-info-main .product.attribute ol{padding-left: 1.5em;margin-left: -7px;}
.product-info-main .product.attribute ul li,.product-info-main .product.attribute ol li{margin: 0;padding: 0;}
.product-info-main .product.attribute.overview p{margin: 0;font-size: 14px;line-height: 20px;color: #888;}
.product-view .product-shop .short-description h2{color:#2a2a2a;font-size: 16px;text-transform: uppercase;display: none;}
.product-view .product-shop .product-social-links ,.product-add-form .product-social-links{display: block;margin: 0;padding: 0 0 25px;border-bottom: 1px solid #e6e6e6;}
.product-view .product-shop .add-to-links,.product-add-form .add-to-links{margin: 0;}
.product-view .product-shop .product-social-links a,.product-add-form .product-social-links a{font-size: 14px;margin: 0 15px 0 0; padding: 0px;text-decoration: none;display: inline-block;border-style: solid;border-width: 0px;}
.product-view .product-shop .product-social-links a:last-child,.product-add-form .product-social-links a:last-child{margin: 0;}
.product-view .product-shop .product-social-links a .icons,.product-add-form .product-social-links a .icons{margin: 0 5px 0 0;}
.product-reviews-summary .rating-summary{display: inline-block;position: relative;text-align: left;}
.product-view .product-shop .ratings,.product-view .product-shop .product-reviews-summary{margin-top: 0;margin-bottom:0;display: block;padding: 10px 0;}
.product-view .product-shop .product-reviews-summary .rating-summary{vertical-align: middle;margin: 0 10px 0 0;}
.product-view .product-shop .rating-summary .rating-result,.product-reviews-summary .rating-summary .rating-result{width: 75px;}
.product-view .product-shop .rating-summary .rating-result > span:before, 
.product-view .product-shop .rating-summary .rating-result:before,.product-reviews-summary .rating-summary .rating-result > span:before,.product-reviews-summary .rating-summary .rating-result:before{height: 13px;line-height: 13px;letter-spacing: 3px;font-size: 13px;}
.product-item .product-reviews-summary .reviews-actions{display: inline-block;margin: 0;font-size: 13px;line-height: normal;}
.product-item .product-reviews-summary .reviews-actions a{color: #888888;margin: 0;}
.product-item .product-reviews-summary{display: block;margin: 5px 0;}
.item.product-item .product-reviews-summary{margin: 0 0 10px;text-align: left;}
.item.product-item .product-reviews-summary .rating-summary{margin: 0;}
.product-reviews-summary.empty{border: 0;margin: 0;}
.product-reviews-summary .reviews-actions a:not(:last-child) { border-right: 1px solid #e2e2e2;}
.product-info-main .product-reviews-summary .reviews-actions{margin: 0px;display: inline-block;line-height: normal;}
.product-info-main .product-reviews-summary .reviews-actions .action.view{padding-left: 0;}
.product-info-main .product-reviews-summary .reviews-actions .action{font-size: 13px;margin: 0;padding: 0 10px 0 10px;color: #666;}
.product-info-main .product-reviews-summary .reviews-actions .action:hover{color: #000;}
.product-info-main .product-reviews-summary.empty .reviews-actions .action{padding: 0;font-size: 13px;}
.data.item.content .review-list .block-title{border-bottom: 1px solid #dfdfdf;padding-bottom: 10px;margin-bottom: 0;}
.data.item.content .review-list .block-content,.data.item.content .review-add .block-content{padding: 0; border: 0;}
.review-toolbar{border-top: 1px solid #dfdfdf;margin: 0 0 10px !important; border-bottom: 0 none;padding: 0;}
.block.review-list .block-content li.item.review-item {padding: 30px 0;}
.review-title{font-weight: 600;}
.review-ratings .label{ color: #666666;display: inline-block;font-size: 13px;font-weight: normal; line-height: normal;margin: 0; padding: 6px 10px 10px 0;}
.block.review-add .actions-toolbar{margin: 30px 0 0 !important;}
.product-info-price .rating-summary .rating-result{display: block;}
.rating-summary .rating-result{width: 75px; position: relative;vertical-align: middle;display: inline-block;}
.rating-summary .rating-result > span:before{content: "\f005" "\f005" "\f005" "\f005" "\f005";color: #f3cd1e;position: relative;z-index: 2;}
.rating-summary .rating-result:before{content: "\f005" "\f005" "\f005" "\f005" "\f005";position: absolute;top: 0;left: 0;color: #ccc;width: 100%;z-index: 1;}
.rating-summary .rating-result > span:before,
.rating-summary .rating-result:before{font-family: "FontAwesome";font-style: normal;font-weight: normal;display: block;letter-spacing: 3px;font-size: 13px;height: 13px;line-height: 13px;}
.rating-summary .rating-result > span span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px; margin: -1px; overflow: hidden;padding: 0;position: absolute;width: 1px;}
.rating-summary .rating-result > span {display: block;overflow: hidden;}
.review-field-ratings .review-field-rating .control {padding-top: 2px;}
.review-field-ratings .review-field-rating .label, .review-field-ratings .review-field-rating .control {display: table-cell;padding-bottom: 10px;vertical-align: top;}
.review-field-rating .control {margin-bottom: 48px; margin-top: 10px;}
.review-control-vote {overflow: hidden;}
.review-control-vote:before { color: #dfdfdf;content: "\f005" "\f005" "\f005" "\f005" "\f005";display: block;font-family: "FontAwesome";font-size: 25px;font-style: normal;font-weight: normal;height: 25px;letter-spacing: 10px; line-height: 25px; position: absolute;vertical-align: top;z-index: 1;}
.review-control-vote label::before {color: #888;font-family: "FontAwesome";font-size: 25px;font-style: normal;font-weight: normal;height: 25px;letter-spacing: 10px;line-height: 25px;opacity: 0;vertical-align: top;}
.review-control-vote input[type="radio"] {border: 0 none;clip: rect(0px, 0px, 0px, 0px); height: 1px;margin: -1px;overflow: hidden; padding: 0;position: absolute;width: 1px;}
.review-control-vote label span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute; width: 1px;}
.review-control-vote label {cursor: pointer;display: block;position: absolute;}
.review-control-vote .rating-1 {z-index: 6;}
.review-control-vote .rating-2 {z-index: 5;}
.review-control-vote .rating-3 {z-index: 4;}
.review-control-vote .rating-4 {z-index: 3;}
.review-control-vote .rating-5 {z-index: 2;}
.review-control-vote .rating-1:before {content:"\f005";}
.review-control-vote .rating-2:before { content: "\f005" "\f005";}
.review-control-vote .rating-3:before {content: "\f005" "\f005" "\f005";}
.review-control-vote .rating-4:before {content: "\f005" "\f005" "\f005" "\f005";}
.review-control-vote .rating-5:before {content: "\f005" "\f005" "\f005" "\f005" "\f005";}
.review-control-vote label:hover:before {opacity: 1;}
.review-control-vote input[type="radio"]:focus + label::before, .review-control-vote input[type="radio"]:checked + label::before {opacity: 1;}
.product-add-form .fieldset{padding: 0; margin: 0;}
.product-add-form .fieldset .swatch-attribute .swatch-option{float: none;display: inline-block;margin-bottom: 0;}
.product-view .product-shop .short-description .std p{font-size:13px;color:#252525;margin: 0;line-height: 24px;}
.product-view .product-shop .addit{clear: both;padding: 20px 0 0;float: none;margin: 0;}
.alo-social-links .custom-html .icon-share{margin: 0;}
.alo-social-links .custom-html ul li{padding: 0;margin: 0;float: left;}
.alo-social-links .custom-html .title-social{padding: 0 10px 0 0;font-size: 14px;color: #000;font-weight: 600;text-transform: uppercase;margin: 0;line-height: 25px;}
.product-view .product-shop .addit .so-social-share{float: left;margin-right: 10px;}
.so-twitter.so-social-share{width: 80px;}
.so-plusone.so-social-share{width: 65px;}
.product-view .add-to-box .add-to-cart {float: left;}
.product-info-main .price-box .price-container{margin: 12px 0 0;}
.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {font-size: 26px;font-weight: 600;}
.product-info-main .price-box .old-price .price-wrapper .price{font-size: 14px;font-weight: normal;}
.product-info-main .special-price{display: inline-block;}
.product-info-main .price-box .price-including-tax + .price-excluding-tax, .product-options-bottom .price-box .price-including-tax + .price-excluding-tax, .product-info-main .price-box .weee + .price-excluding-tax, .product-options-bottom .price-box .weee + .price-excluding-tax, .product-info-main .price-box .weee, .product-options-bottom .price-box .weee{line-height: normal;}
.product-view .product-qty {margin: 0;padding: 0;}
.product-view .product-options-bottom .product-qty {padding: 0;}
.product-view .field.qty label,.product-view .field.qty label span,.block-bundle-summary .product-details .field.qty .label span{color: #333;font-size: 13px;font-weight: normal;margin: 0 0px 10px 0;line-height: normal;display: block;float: none;}
.product-view .product-qty label span,.block-bundle-summary .product-details .product-qty .label span{margin: 0;}
.block-bundle-summary .product-details .product-qty .label{float: left;}
.product-view .product-qty .custom-qty, .block-bundle-summary .product-details .product-qty .custom-qty{border-width: 1px;border-style: solid;margin: 0;padding: 5px 14px;border-radius: 3px;background-color: #f7f7f7;}
.product-view .product-qty .custom-qty .btn-plus{float: left;}
.product-view .product-qty .custom-qty:after,.block-bundle-summary .product-details .product-qty .custom-qty:after{clear: both;content: " ";display: block;height: 0;visibility: hidden;}
.product-view .product-qty .custom-qty:before,.block-bundle-summary .product-details .product-qty .custom-qty:before{content: " ";display: table;}
.product-view .add-to-cart button.button {margin: 18px 0 0 0;height: 43px;line-height: 43px;padding: 0 22px;display: block;width: 100%;}
.product-view .add-to-cart button.button span {height: auto;line-height: normal;display: inline-block;vertical-align: middle;text-transform: capitalize;font-size: 14px;}
.product-view .product-shop .add-to-cart .items ,.box-tocart .items,.product-shop .add-to-box .items{background-repeat: no-repeat;background-position: center center;background-color: transparent;border-radius: 100%;font-size: 13px;border-width: 1px;border-style: solid;border-color: #e7e7e7;margin: 0;padding: 0; color: #fff; cursor: pointer;float: left;text-align: center;line-height: 26px;height: 26px;width: 26px;}
.box-tocart .items.reduced{background-image: url("../../frontend/Alothemes/expert13/en_GB/images/alothemes/ion-minus.png");}
.box-tocart .items.increase{background-image: url("../../frontend/Alothemes/expert13/en_GB/images/alothemes/ion-plus.png");}
.product-view .product-shop .add-to-cart .items:hover,.product-options-bottom .items:hover,.product-shop .add-to-box .items:hover{color: #333;}
.product-view .product-shop input.qty,.block-bundle-summary .product-details input.qty{border-width: 0;border-style: solid;border-color: #e6e6e6;border-radius: 0;color: #000;float: left;font-size: 14px;height: 26px;padding: 0 5px;text-align: center;width: 65px !important;font-weight: bold;}
.product-view .product-shop input.qty:focus,.block-bundle-summary .product-details input.qty:focus{box-shadow: none;}

.product-static img{background-color:#fff;padding:10px;}
.container-quickview{padding-bottom:15px;padding-top:15px;}
.product-add-form{padding-left: 15px;}
.product-quickview .product-add-form{padding-left: 0px;}
/* Product Options */
.product-options{margin:0;padding:0px;position:relative;border-bottom: 1px solid #e8e8e8;}
.product-options dl{margin:0;overflow:hidden;}
.product-options dt{padding:40px 0 0;font-weight:normal}
.product-options dt label{font-weight:normal;color:#444444;}
.product-options dt label.required em{color:#eb340a;margin-right:5px}
.product-options dd .qty-holder{display:block;padding:10px 0 0}
.product-options dd .qty-holder label{vertical-align:middle;font-weight:300}
.product-options dt .qty-disabled{background:none;border:0;padding:3px;color:#2f2f2f}
.product-options dd{padding:0px;margin:0}
.product-options dl.last dd.last{border-bottom:0;margin-bottom:0}
.product-options dd input.input-text{width:98%}
.product-options dd input.datetime-picker{width:150px}
.product-options dd .time-picker{display:-moz-inline-box;display:inline-block;padding:2px 0;vertical-align:middle}
.product-options dd textarea{width:98%;height:8em}
.product-options dd select{width:99%}
.product-options dd .multiselect option{border-bottom:1px dotted #d9e5ee;padding:2px 4px}
.product-options ul.options-list{margin-right:5px}
.product-options ul.options-list li{line-height:1.5;padding:2px 0}
.product-options ul.options-list input.radio{float:left;margin-top:3px}
.product-options ul.options-list input.checkbox{float:left;margin-top:3px}
.product-options ul.options-list .label{display:block;margin-left:18px}
.product-options ul.options-list label{font-weight:normal}
.product-options ul.validation-failed{padding:0 7px}
.product-options p.note{margin:0;font-size:11px}
.product-options p.required{text-align:left;clear: both;margin: 10px 0 40px;}
.box-tocart{padding: 0;}
.product-options-bottom .fieldset{padding: 0;margin: 0;}
.product-options-bottom .product-pricing,.product-options-bottom .tier-prices{margin:0;padding:0 0 10px;border:0;background:0;color:#e26703}
.product-options-bottom .tier-prices li{background:0;padding:2px 0}
.product-options-bottom .tier-prices .price,.product-options-bottom .tier-prices .benefit{color:#e26703}
.product-options-bottom .price-box{margin:0;padding:0}
.product-options-bottom .add-to-links{clear:both;}
.col3-layout .product-options-bottom .price-box{float:none;padding:0 0 5px}
.product-options-bottom .price-label{float:left;padding-right:5px}
.product-options-bottom .price-tax{float:left}
.product-options-bottom .add-to-cart,
.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions{margin: 0;padding: 20px 0 15px;}
.product-shop .product-options-bottom .price-box{float:left;margin:0;padding:0 0 10px;display: none;}
.product-shop .product-options-bottom .price-label{float:none;padding-right:0}
.product-shop .product-options-bottom .price-tax{float:none}
.product-shop .product-options-bottom .add-to-cart-box{float:left;}
.product-options-wrapper{padding-top: 20px;}
.product-options-wrapper .fieldset > .field > .label span{font-weight: bold;font-size: 15px;color: #2b2929;}
.product-options-wrapper .options-list .field.choice{padding: 2px 0;}
.product-options-wrapper .options-list .field.choice label{margin-left: 10px;}
.product-options-wrapper .price-notice{font-weight: bold;color: #2b2929;}
.bundle-options-container .product-options-wrapper{padding: 0;border: 0 none;}
.bundle-options-container .product-options-wrapper .control .nested.options-list .choice{margin-bottom: 10px;}
.block-bundle-summary .product-details .product.name{display: block;font-weight: 500;padding-top: 10px;}
.block-bundle-summary .box-tocart {float: none;padding: 0;}
.product-add-form .block-bundle-summary .product-details .add-to-links{float: none;}
.bundle-actions {float: left; margin: 0;padding: 45px 0;}
.bundle-options-container .block-bundle-summary {background: #e8e8e8 none repeat scroll 0 0;padding: 0 20px;}
.bundle-options-container .block-bundle-summary .bundle-info .product-image-container .product-image-wrapper{padding-bottom: 0 !important;}
.bundle-options-container .product-add-form .block-bundle-summary .fieldset{background-color: transparent;}
.bundle-options-container .block-bundle-summary .product-addto-links > .action{background-color: #f5f5f5;border: 1px solid #cdcdcd;line-height: 30px;padding: 0 10px;display: inline-block;}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover{background-color: #ff5555;color: #fff;border: 1px solid #ff5555;}
.bundle-options-container .block-bundle-summary .product-addto-links > .action span{padding-left: 5px;}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.towishlist{margin-right: 10px;}
.bundle-options-container p.required{text-align: left;padding: 10px 0 0;}
.page-product-downloadable .product-options-wrapper{border:0;}
.page-product-downloadable .product-options-bottom{padding-top: 30px;}
.fieldset > .field > .label, .fieldset > .fields > .field > .label {font-weight: normal;}
.field.downloads .field.choice { border-bottom: 1px solid #ebebeb; box-sizing: border-box;margin-bottom: 10px;padding-bottom: 10px;}
/* Grouped Product */
.product-view .grouped-items-table .price-box{margin:0;padding:0}
.table-wrapper.grouped{margin: 20px 0 0;}
.table-wrapper.grouped .table{margin: 0;}
.table-wrapper.grouped .data.table tbody tr td input.qty{border: 1px solid #ebebeb !important;}
.product-add-form .table.grouped > tbody + tbody {border-top: 1px solid #d1d1d1;}
/* Block:Description */
.product-view .box-description{}
/* Block:Additional */
.product-view .box-additional .data-table th,.product-view .box-additional .data-table td{line-height:1.25}
/* Block:Upsell */
.product-view .box-up-sell{margin-bottom:0px;}
.product-view .box-up-sell .block-title h3 span {padding: 0;}
.product-view .box-up-sell .title-divider{margin-bottom: 30px;}
.product-view .box-up-sell .products-grid{width:100%;padding:0;}
.product-view .box-up-sell .products-grid td{width:25%;background:#f6f2e7;border-right:1px solid #e5dcc3;border-bottom:1px solid #e5dcc3;padding:15px 10px 12px;line-height:1.6em}
.product-view .box-up-sell .products-grid tr.last td{border-bottom:0}
.product-view .box-up-sell .products-grid td.last{border-right:0}
.product-view .box-up-sell .products-grid td img{border:1px solid #e5dcc3}
.product-view .box-up-sell .products-grid .product-image{text-align:center}
.product-view .box-up-sell .products-grid td.empty{border-right:0;background:#f1ecdb}
.product-view .box-up-sell .products-grid .ratings .rating-links{padding:0}
.product-view .sale-content .block-title-tabs { display: none;}
.product-view .box-up-sell .bx-controls .bx-default-pager{display: none;}
/* Block:Tags */
.product-view .box-tags{margin:0}
.product-view .box-tags h3{font-size:13px}
.product-view .box-tags .product-tags{display:block;margin:0 0 15px}
.product-view .box-tags .product-tags li{display:inline;background:url(../../frontend/Alothemes/expert13/en_GB/images/bkg_pipe3.gif) 100% 4px no-repeat;padding:0 7px 0 4px}
.product-view .box-tags .product-tags li.first{padding-left:0}
.product-view .box-tags .product-tags li.last{background:none;padding-right:0}
.product-view .box-tags .form-add label{display:block;font-size:13px;font-weight:normal;margin:0 0 5px;color:#000000}
.product-view .box-tags .form-add .input-box{float:left;width:305px;margin:0 5px 0 0;padding:0}
.product-view .box-tags .form-add input.input-text{width:299px;height:38px;}
.product-view .box-tags .note{margin:5px 0 0;padding:0;font-size:11px;color:#666}
/* Block:Reviews */
.product-view .box-reviews dl{margin:0}
.product-view .box-reviews dt{padding:0 0 5px}
.product-view .box-reviews dt a,.product-view .box-reviews dt span{font-weight:bold}
.product-view .box-reviews dd{margin:0 0 15px}
.product-view .box-reviews dd small{font-style:italic}
.product-view .box-reviews .form-add{margin:15px 0 0}
.product-view .box-reviews .form-add h3{font-size:13px;font-weight:normal}
.product-view .box-reviews .form-add h3 span{font-weight:bold}
.product-view .box-reviews .form-add h4{font-size:12px}
.product-view .box-reviews .form-add .data-table td{text-align:center}
.product-view .box-reviews .form-add .form-list{margin:15px 0 0}
.product-view .box-reviews .form-add .form-list .input-box{width:360px}
.product-view .box-reviews .form-add .form-list input.input-text,.product-view .box-reviews .form-add .form-list textarea{width:354px}
.product-view .box-collateral .data-table th{font-weight:normal}
.product-view .box-collateral .data-table{margin-bottom:10px}
/* Send a Friend */
.send-friend .form-list{width:615px;overflow:hidden}
.send-friend .form-list li{margin-right:-15px}
.send-friend .form-list li p{margin:0 15px 0 0}
.send-friend .form-list .field{width:315px}
.send-friend .form-list .input-box{width:300px}
.send-friend .form-list input.input-text,.send-friend .form-list textarea{width:294px}
.send-friend .form-list li.wide .input-box{width:612px}
.send-friend .form-list li.wide textarea{width:609px}
.send-friend .buttons-set .limit{float:right;margin:0 7px 0 0;font-size:11px;line-height:21px}
/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name{margin:0;font-size:1em;font-weight:normal}
/* Product Tags */
.tags-list{display:block;font-size:13px;border:1px solid #c1c4bc;background:#f8f7f5;padding:10px 0 10px 0}
.tags-list li{display:inline!important;margin:0 4px 0 0}
.tags-list li a{color:#e8e9ee}
/* Advanced Search */
.advanced-search .form-list label{width:160px;padding-right:10px}
.advanced-search .form-list .input-box,.advanced-search .form-list .input-range{float:left;clear:none}
.advanced-search-amount{margin:0 0 10px}
.advanced-search-summary{margin:10px 0;border:1px solid #e9d7c9;background:#fff6f1;padding:10px}
.advanced-search-summary ul{float:left;width:49%}
.advanced-search-summary strong{color:#E17C24;padding-left:15px;background:url(../../frontend/Alothemes/expert13/en_GB/images/i_search_criteria.gif) 0 3px no-repeat}
.advanced-search-summary p{clear:both;font-weight:bold;margin:0}
/* Sitemap */
.page-sitemap .links{text-align:right;margin:0 8px -22px 0}
.page-sitemap .links a{text-decoration:none;position:relative}
.page-sitemap .links a:hover{text-decoration:underline}
.page-sitemap .sitemap{margin:12px}
.page-sitemap .sitemap a{color:#1b2d3b}
.page-sitemap .sitemap li{margin:3px 0}
.page-sitemap .sitemap li.level-0{margin:10px 0 0;font-weight:bold}
.page-sitemap .sitemap li.level-0 a{color:#1e7ec8}
/* RSS */
.rss-title h1{background:url(../../frontend/Alothemes/expert13/en_GB/images/i_rss-big.png) 0 4px no-repeat;padding-left:27px}
.rss-table .link-rss{display:block;line-height:1.55;background-position:0 4px}
/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart .page-title{border-bottom:0;margin: 50px 0 0;}
.cart .page-title h1{margin:10px 0 20px;color:#2a2a2a;text-transform:uppercase;font-size:30px;font-weight: 400;}
.cart .data-table .btn-remove2{}
.cart .data-table .btn-remove2 .icons{font-size: 15px;}
.crosssell .products-textlink{border: 0 none !important;}
.cart-empty{text-align: center;}
.checkout-cart-index .page-title-wrapper{padding: 20px 0;text-align: center;}
.checkout-cart-index .page-title-wrapper .page-title span{font-size: 20px;}
.cart-container{background-color: #fff;}
.gift-options textarea{border-radius: 20px;}
/* Checkout Types */
.cart .page-title .checkout-types li{margin:0 0 5px}
.cart .title-buttons .checkout-types{float:right;display: none;}
.cart .title-buttons .checkout-types li{float:left;margin:0 0 5px 5px}
.cart .checkout-types .paypal-or{margin:0 8px;line-height:2.3}
.cart .totals .checkout-types .paypal-or{clear:both;display:block;padding:8px 55px 0 0;line-height:1.0;font-size:11px}
/* Shopping Cart Table */
.cart-table th{padding:2px 10px}
.cart-table td{padding:25px 20px;border:1px solid #eeeeee;}
.cart-table .product-name{margin:0 0 5px;color:#333;}
.cart-table .item-msg{margin:5px 0;font-size:11px;font-weight:bold;color:#df280a}
.cart-table tfoot td{padding:15px;}
.cart-table .btn-continue{float:left}
.cart-table .btn-update,.cart-table .btn-empty{float:right}
.cart-table .btn-update{margin-left:10px}
.table thead > tr > th,
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td,
.table tbody + tbody{border: 0;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals{padding:25px 0 0}
.cart .cart-collaterals .col2-set{}
.cart .cart-collaterals .col2-set .col-1,.cart .cart-collaterals .col2-set .col-2,.cart .cart-collaterals .col2-set .col-3{width:33.3333%;float:left}
.cart .crosssell{padding:0 0 50px}
.cart .crosssell .block-title h3 span{padding: 0;}
.cart .crosssell .title-divider{margin-bottom: 10px;}
.cart .crosssell .product-name{font-size: 100%; margin: 0 0 9px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cart .crosssell .product-name a{font-size: 14px;outline: 0 none;text-decoration: none;text-transform: uppercase;letter-spacing: 1px;font-weight: 500;}
.cart .crosssell li.item{margin:12px 0}
.cart .crosssell .link-compare{font-weight:normal}
.cart .bx-has-controls-direction .bx-default-pager{display: none;}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .shipping p,.cart .discount label{font-size:13px;color:#2a2a2a;font-weight:300}
.cart .discount,.cart .shipping{padding:15px 0;margin:0 0 18px;}
.cart .discount h2,.cart .shipping h2{margin:0 0 20px;padding:0 10px 0 0;color:#333;text-transform:uppercase;font-size:19px;font-family: "Montserrat",sans-serif;letter-spacing: 1px;}
.cart .discount .buttons-set,.cart .shipping .buttons-set{margin:10px 0 0;border:0;padding:0;text-align:left}
.cart .discount .buttons-set button.button,.cart .shipping .buttons-set button.button{float:none;margin-left:0}
.cart .discount .input-box{margin:8px 0 0}
.cart .discount input.input-text{width:100%}
.cart .shipping .sp-methods{margin:10px 0 0;padding:5px 0 0;}
/* Shopping Cart Totals */
.cart .totals{padding: 15px 0px 15px 0;margin:0;}
.cart .totals table{width:100%;margin:7px 0}
.cart .totals td{padding:1px 0 1px 30px}
.cart-totals .mark, .opc-block-summary .table-totals .mark,.cart-totals .mark .label{color: #333;font-size: 13px;}
.cart .totals td.a-right .price{font-weight: 600;}
.cart .totals tr.last td{}
.cart .totals tfoot th{padding:5px 15px 5px 7px}
.cart .totals tfoot td{padding-top:5px;padding-bottom:5px}
.cart-totals .mark strong, .opc-block-summary .table-totals .mark strong{font-weight: normal;font-size: 18px;color: #333;}
.cart-totals .grand.totals .price {font-size: 18px;color: #333;}
.cart .totals .checkout-types{font-size:13px;padding:0;text-align:right}
.cart .totals .checkout-types li a{color:#666666;text-decoration:none;}
.cart .totals .checkout-types li a:hover{color:#ff5555;}
.cart .totals .checkout-types li{clear:both;margin:10px 0}
/* Options Tool Tip */
.item-options dt{font-weight:bold;color: #666;}
.item-options dd{padding-left:10px;margin:0 0 6px}
.truncated{cursor:help}
.truncated a.dots{cursor:help}
.truncated a.details{cursor:help}
.truncated .truncated_full_value{position:relative;z-index:999}
.truncated .truncated_full_value .item-options{position:absolute;top:-99999em;left:-99999em;z-index:999;width:250px;padding:8px;border:1px solid #ddd;background-color:#f6f6f6}
.truncated .truncated_full_value .item-options > p{font-weight:bold;text-transform:uppercase}
.truncated .show .item-options{top:-20px;left:50%}
.col-left .truncated .show .item-options{left:15px;top:7px}
.col-right .truncated .show .item-options{left:-240px;top:7px}
/* ======================================================================================= */

/* Checkout ============================================================================== */

/********** < Common Checkout Styles */

/* Shipping and Payment methods */
.sp-methods{margin:0 0 8px}
.sp-methods dt{margin:13px 0 5px;font-weight:300}
.sp-methods dd{}
.sp-methods dd li{margin:5px 0}
.sp-methods label{font-weight:300;color:#666;line-height:16px}
.sp-methods .price{font-weight:300}
.sp-methods .form-list{padding-left:20px}
.sp-methods .form-list li{margin:0 0 8px}
.sp-methods select.month{width:154px;margin-right:10px}
.sp-methods select.year{width:96px}
.sp-methods input.cvv{width:3em!important}
.sp-methods .checkmo-list li{margin:0 0 5px}
.sp-methods .checkmo-list label{width:135px;padding-right:10px;text-align:right}
.sp-methods .checkmo-list address{float:left}
.sp-methods .centinel-logos a{margin-right:3px}
.sp-methods .centinel-logos img{vertical-align:middle}
.sp-methods .release-amounts{margin:0.5em 0}
.sp-methods .release-amounts button{float:left;margin:5px 10px 0 0}
.please-wait{float:right}
.please-wait img{vertical-align:middle}
.cvv-what-is-this{font-size:11px;cursor:help;margin-left:10px}
.checkout-payment-method .fieldset{margin: 0;padding: 0;}
.fieldset > .legend + br{clear: both;display: block;height: 0;overflow: hidden;visibility: hidden;}
.opc-block-shipping-information .shipping-information-title .action-edit {display: inline-block;margin: 0;position: absolute;right: 0;text-decoration: none;top: 2px;border: 0;padding: 0;background-color: transparent;}
.opc-block-shipping-information .shipping-information-title .action-edit:before {color: #333; content: "\f040";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height: 15px;overflow: hidden;text-align: center;vertical-align: middle;}
.opc-block-shipping-information .shipping-information-title .action-edit > span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
/* Tooltip */
.tool-tip{border:1px solid #7BA7C9;background:#EAF6FF;padding:15px 20px;position:absolute;z-index:9999}
.tool-tip .btn-close{margin:-9px -14px 0;text-align:right}
.tool-tip .btn-close a{display:block;margin:0 0 0 auto;width:15px;height:15px;background:url(../../frontend/Alothemes/expert13/en_GB/images/btn_window_close.gif) 100% 0 no-repeat;text-align:left;text-indent:-999em;overflow:hidden}
.tool-tip .tool-tip-content{padding:5px}
/* Gift Messages */
.gift-messages h3{font-size:12px;font-weight:bold;color:#e87403}
.gift-messages p.control{color:#8e8d8b}
.gift-messages-form{position:relative}
.gift-messages-form label{float:none!important;position:static!important}
.gift-messages-form h4{font-size:12px;font-weight:bold;color:#e87403}
.gift-messages-form .whole-order{margin:0 0 25px}
.gift-messages-form .item{margin:0 0 10px}
.gift-messages-form .item .product-img-box{float:left;width:75px}
.gift-messages-form .item .product-image{margin:0 0 7px}
.gift-messages-form .item .number{margin:0;font-weight:bold;text-align:center;color:#8a8987}
.gift-messages-form .item .details{margin-left:90px}
.gift-messages-form .item .details .product-name{font-size:13px;font-weight:bold;margin:0 0 10px}
.gift-messages-form .item .details .form-list .field{width:255px}
.gift-messages-form .item .details .form-list .input-box{width:240px}
.gift-messages-form .item .details .form-list input.input-text{width:234px}
.gift-messages-form .item .details .form-list li.wide .input-box{width:500px}
.gift-messages-form .item .details .form-list li.wide textarea{width:494px}
.gift-message-link{font-size:11px;background:url(../../frontend/Alothemes/expert13/en_GB/images/bkg_collapse-gm.gif) 100% 6px no-repeat;padding-right:7px}
.gift-message-link.expanded{background-position:100% -40px}
.gift-message-row{background:#f2efe9}
.gift-message-row .btn-close{float:right;width:16px;height:16px;background:url(../../frontend/Alothemes/expert13/en_GB/images/btn_gm-close.gif) 0 0 no-repeat;font-size:0;line-height:0;text-indent:-999em;overflow:hidden}
/* Checkout Agreements */
.checkout-agreements li{margin:30px 0}
.checkout-agreements .agreement-content{overflow:auto;height:12em;padding:10px;background-color:#fbfaf6;border:1px solid #bbb6a5}
.checkout-agreements .agree{margin:0;padding:10px 0 10px 11px}
.checkout-agreements .agree input.checkbox{margin-right:6px}
.checkout-agreements .agree label{font-weight:bold;color:#666}
.opc .checkout-agreements{border:1px solid #d9dde3;border-width:0 1px;padding:5px 30px}
.opc .checkout-agreements li{margin:20px 0 0}
.opc .checkout-agreements .agreement-content{background-color:#fff;border-color:#e4e4e4;padding:5px}
.opc .checkout-agreements .agree{padding-left:6px}
/* Centinel */
.centinel{}
.centinel .authentication{border:1px solid #ddd;background:#fff}
.centinel .authentication iframe{width:99%;height:400px;background:transparent!important;margin:0!important;padding:0!important;border:0!important}
.opc .centinel{border:1px solid #bbb6a5;border-width:0 1px 1px;padding:10px 30px}
/* Generic Info Set */
.info-set{background:#fbfaf6;border:1px solid #bbb6a5;margin:0 0 25px;padding:20px}
.info-set h2{font-size:13px;font-weight:bold;margin:0 0 10px}
.info-set h3,.info-set h4{font-size:13px;font-weight:bold;color:#E26703}
.info-set h2 a,.info-set h3 a,.info-set h4 a{font-weight:normal}
.info-set h2.legend{margin:-20px -20px 15px;padding:5px 10px;background:#f9f3e3;border-bottom:1px solid #bbafa0;position:relative}
.info-set h3.legend{margin:0 0 10px;color:#0a263c}
.info-set .divider{margin:0 -20px;padding:25px 0;position:relative}
.info-set .box{margin:0 0 15px}
.info-set .box h2{color:#e26703}
.info-set .data-table .product-name{font-size:1em!important;font-weight:bold!important;color:#1e7ec8!important}
.info-set .data-table .product-name a{font-weight:bold!important}
.info-set .data-table .item-options{margin:5px 0 0}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress{border:0;margin:0}
.block-progress .block-title{background:none;border:0;padding:0;margin:0 0 5px}
.block-progress .block-title strong{font-size:13px;color:#0a263c}
.block-progress .block-content{padding:30px 20px}
.block-progress dl{margin:0}
.block-progress dt{background-color:transparent;background-image:url("../../frontend/Alothemes/expert13/en_GB/images/icon-Progress.png");background-position:0 8px;background-repeat:no-repeat;color:#888;font-size:13px;font-weight:400;line-height:25px;margin:0 0 6px;padding:0 0 0 20px}
.block-progress dd{padding:8px 13px;margin:0 0 6px}
.block-progress dt.complete{margin:0}
.block-progress dd.complete{color:#666;font-weight:300}
.block-progress p{margin:0}
.block-progress .cards-list dt{background:none;border:0 none;color:inherit;font-size:12px;margin:5px 0;padding:0}
.block-progress .cards-list dd{border:0 none;margin:0;padding:0}
.block-progress .cards-list .info-table th{font-weight:normal}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
 .checkout-onepage-success .col-right{padding-top: 25px;}
.checkout-onepage-index .main-container { padding-top: 30px;}
.opc-block-progress dt.complete a,.opc-block-progress dt.complete .separator{display:inline}
.opc-block-progress dt a,.opc-block-progress dt .separator{display:none}
.opc .buttons-set{margin-top:0;padding-top:1em;padding-bottom:1em;margin: 0;}
.opc .buttons-set p.required{margin:0;padding:0 0 10px;margin:0!important}
.opc .buttons-set a.f-left{float:right!important;color:#ff0000;text-decoration:none}
.opc .buttons-set a.f-left:hover{color:#f2bc4d}
.opc .buttons-set .back-link small{display:none}
.opc .buttons-set .back-link a{background:url(../../frontend/Alothemes/expert13/en_GB/images/i_arrow-top.gif) 0 50% no-repeat;padding-left:16px}
.opc .buttons-set.disabled button.button{display:none}
.opc .buttons-set .please-wait{height:21px;line-height:21px}
.opc .ul{list-style:disc outside;padding-left:18px}
.opc{position:relative;margin-bottom: 30px;}
.opc li.section{margin-top: 10px;}
.opc .step-title{text-align:left;line-height:40px;}
.opc .step-title .number{background:#dddddd;padding:0;margin:0 10px 0 0;color:#fff;font-size:14px;width:40px;height:40px;text-align:center;}
.opc .step-title h2{margin:0;color:#333;font-size:14px;text-transform:uppercase;line-height:40px;font-family: "Montserrat",sans-serif;}
.opc .step-title a{display:none;float:right;font-size:11px;line-height:16px}
.opc .allow .step-title{color:#a4b3b9;cursor:pointer}
.opc .allow .step-title .number{margin-right: 10px;background:#dddddd;color:#fff}
.opc-wrapper .form-login .fieldset, .opc-wrapper .form-shipping-address .fieldset{padding: 0;margin: 0;}
.fieldset > .field .note, .fieldset > .fields > .field .note{display: inline-block;}
.fieldset > .field .additional, .fieldset > .fields > .field .additional {margin-top: 9px;}
.table-checkout-shipping-method thead th { font-weight: 600;}
.opc .active .step-title{padding:0;color:#f18200;cursor:default;border:0 none;text-align:left;line-height:40px}
.opc .active .step-title .number{background:#333;margin-right: 10px;color:#fff}
.opc .step{background:#fff;padding: 15px;position:relative;border: 1px solid #f5f5f6;}
.opc .step .tool-tip{right:30px}
#opc-login .buttons-set{border-top:0}
#opc-login h3{font-size:15px;padding-bottom:2px;text-transform:capitalize;color:#000;font-weight:300}
#opc-login p{font-size:13px;color:#ff0000;margin:0 0 5px}
#opc-login h4{font-size:13px;font-weight:300;margin:0;color:#000000;margin:0 0 10px;}
#opc-login .step .ul li{color:#888888;font-size:13px;font-weight:300}
#opc-shipping_method .buttons-set{border-top:0}
.opc .gift-messages-form{margin:0 -30px;background:#f6f1eb;border:1px solid #e9e4de;border-width:1px 0;padding:22px 24px 22px 30px}
.opc .gift-messages-form .inner-box{padding:5px;height:260px;overflow:auto}
.modal-header,.authentication-wrapper{display: none;}
.modal-inner-wrap .modal-header{display: block;border: 0 none;}
.modal-inner-wrap .modal-content{box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;-ms-box-shadow: none;border: 0;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;}
#opc-review .step{border:0;padding:0}
#opc-review .product-name{font-weight:300;color:#000}
#opc-review .item-options{margin:5px 0 0}
#opc-review .buttons-set{padding:20px 30px;border:1px solid #d9dde3;border-width:0 1px 1px}
#opc-review .buttons-set p{margin:0;line-height:40px}
#opc-review .buttons-set .please-wait{height:40px;line-height:40px}
#opc-review .authentication{margin:0 auto;width:570px}
#opc-review .warning-message{color:#222;font-weight:bold;text-align:center;padding:10px 10px 0}
#checkout-review-submit .buttons-set button.button{float:right}
/* Multiple Addresses Checkout */
.checkout-progress{padding:0 90px;margin:50px 0;}
.checkout-progress li{float:left;width:19%;margin:0 3px 0 0;border-top:10px solid #444;padding:2px 0 0;font-weight:bold;text-align:center;color:#444;font-weight: 300;}
.checkout-progress li.active{border-top-color:#965554;color:#965554;font-weight: 400;}
.multiple-checkout h2{font-size:13px;font-weight:400;margin:0 0 10px;color: #444;}
.multiple-checkout h3,.multiple-checkout h4{font-size:13px;font-weight:bold;color:#965554}
.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a{font-weight:normal}
.multiple-checkout .data-table .product-name{font-size:1em!important;font-weight:bold!important;color:#1e7ec8!important}
.multiple-checkout .data-table .item-options{margin:5px 0 0}
.multiple-checkout .gift-messages{margin:15px 0 0}
.multiple-checkout .tool-tip{top:50%;margin-top:-120px;right:20px}
.multiple-checkout .col2-set,.multiple-checkout .col3-set{background:#fbfaf6;border:1px solid #d7d7d7;margin:0 0 25px;padding:20px}
.multiple-checkout .col2-set h2.legend{margin:-20px -20px 15px;padding:5px 10px;border-bottom:1px solid #d7d7d7;position:relative}
.multiple-checkout .col2-set h3.legend{margin:0 0 10px;color:#0a263c}
.multiple-checkout .col2-set .divider{margin:0 -20px;padding:25px 0;position:relative}
.multiple-checkout .box{margin:0 0 15px}
.multiple-checkout .box h2{color:#965554}
.multiple-checkout .place-order .please-wait{float:right;padding:27px 7px 0 0}
.multiple-checkout .place-order .grand-total{float:right;height:71px;font-size:1.5em;padding:0 0 0 21px;overflow:hidden}
.multiple-checkout .place-order .grand-total .inner{float:left;height:71px;padding:14px 0px 0 0;}
.multiple-checkout .place-order .grand-total .inner div{display:inline}
.multiple-checkout .place-order .grand-total big{display:inline;margin-right:12px}
.multiple-checkout .place-order .grand-total .price{color:#d22753}
.multiple-checkout .place-order .grand-total button.button span{font-size:16px}
.multiple-checkout .place-order .grand-total button.button span span{padding:0 45px 0 36px}
/* Step 1 */
.multiple-checkout .title-buttons button.button span{}
#multiship-addresses-table td{padding:10px}
#multiship-addresses-table tfoot td{padding:5px 10px}
#multiship-addresses-table tfoot button.button span{}
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list{width:100%;overflow:hidden}
.multiple-checkout .gift-messages-form .item .details .form-list li{margin-right:-15px}
.multiple-checkout .gift-messages-form .item .details .form-list .field{width:230px}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box{width:215px}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text{width:209px}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box{width:445px}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea{width:439px}
.checkout-multishipping-shipping .box-sp-methods{border:1px solid #d9d2be;background:#f9f3e3;padding:13px;position:relative}
.checkout-multishipping-shipping .box-sp-methods .pointer{position:absolute;top:-20px;right:-40px;width:178px;height:41px;background:url(../../frontend/Alothemes/expert13/en_GB/images/bkg_sp-methods.gif) 0 0 no-repeat;overflow:hidden}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout{position:relative}
.checkout-success{padding-top: 30px;}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login .content{ background-color: #fff; min-height: 270px;padding: 0;}
.account-login .content p{font-size:13px;font-weight:300}
.account-login .content p.required{color:#ee001c}
.account-login .content h2{padding: 0 10px 10px 0;}
.account-login .new-users h2{}
.account-login .registered-users h2{}
.account-login .buttons-set{margin:0 0 20px;padding:8px 0;border:none}
.account-login .buttons-set .f-left{float:right!important;line-height:34px;text-decoration:none;color:#ee001c}
/* Captcha ================================================================================ */
.captcha-note{clear:left;padding-top:5px}
.captcha-image{margin:0;}
.captcha-image .captcha-img{border:1px solid #b6b6b6;vertical-align:bottom;}
.registered-users .captcha-image{margin:0}
.captcha-reload{cursor:pointer;}
.captcha-reload.refreshing{animation:rotate 1.5s infinite linear;-webkit-animation:rotate 1.5s infinite linear;-moz-animation:rotate 1.5s infinite linear}
@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0)}0%{-webkit-transform:rotate(-360deg)}}
@-moz-keyframes rotate{0%{-moz-transform:rotate(0)}0%{-moz-transform:rotate(-360deg)}}
@keyframes rotate{0%{transform:rotate(0)}0%{transform:rotate(-360deg)}}
/* Remember Me Popup ===================================================================== */
.window-overlay{background:rgba(0,0,0,0.35);position:absolute;top:0;left:0;height:100%;width:100%;z-index:990}
.remember-me label{float:none;margin:0 6px}
.remember-me-popup{background:#fff;border:1px solid #ccc;left:50%;top:50%;position:absolute;margin:-85px 0 0 -200px;width:400px;text-align:left;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;-box-shadow:0 0 6px #ccc;z-index:1000}
.remember-me-popup h3{background:#d9e5ee;border-bottom:1px solid #ccc;font-size:14px;padding:5px 10px}
.remember-me-popup .remember-me-popup-head{position:relative}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close{background:url(../../frontend/Alothemes/expert13/en_GB/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:7px;right:7px;height:15px;width:15px;text-indent:-9999em}
.remember-me-popup .remember-me-popup-body{padding:10px}
.remember-me-popup .remember-me-popup-body a{display:inline-block;height:19px;border:1px solid #de5400;background:#f18200;padding:0 8px;font:bold 12px/19px Arial,Helvetica,sans-serif;text-align:center;text-decoration:none;white-space:nowrap;color:#fff}
/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.customer-account-index .main-container {margin-top: 30px;}
.my-account .title-buttons .link-rss{float:none;margin:0}
/********** < Dashboard */
.dashboard .welcome-msg{margin:0 8em 1.5em 0}
.dashboard .welcome-msg p{margin:0}
.dashboard .col2-set{margin:0 0 15px}
/* General Box */
.box-account{background:#fff;border:1px solid #eee;padding:15px;margin:0 0 20px}
.box-account .box-head{margin:0 0 20px;text-align:right}
.box-account .box-head h2{float:left;margin:0;font-size:14px;font-weight:normal;text-transform:uppercase;background-position:0 0;background-repeat:no-repeat;padding-left:21px;color:#444}
.dashboard .box .box-title{padding:0 0 5px;margin:0 0 10px;text-align:right;border-bottom: 1px solid #eeeeee;}
.dashboard .box .box-title h3,.dashboard .box .box-title h4{float:left;font-size:13px;font-weight:normal;margin:0;color:#333;text-transform: uppercase;}
/* Block:Recent Orders */
.dashboard .box-recent .box-head h2{background-image:url(../../frontend/Alothemes/expert13/en_GB/images/i_folder-table.gif)}
/* Block:Account Information */
.dashboard .box-info .box-head h2{background-image:url(../../frontend/Alothemes/expert13/en_GB/images/i_ma-info.gif)}
.dashboard .box-info h4{font-size:11px;font-weight:normal;text-transform:uppercase}
/* Block:Reviews */
.dashboard .box-reviews .box-head h2{background-image:url(../../frontend/Alothemes/expert13/en_GB/images/i_ma-reviews.gif)}
.dashboard .box-reviews .number{float:left;font-size:10px;font-weight:bold;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#0a263c}
.dashboard .box-reviews .details{margin-left:20px}
.dashboard .box-reviews li.item{margin:0 0 7px}
.dashboard .box-reviews li.item.last{margin:0}
.dashboard .box-reviews .ratings{margin:7px 0 0}
/* Block:Tags */
.dashboard .box-tags .box-head h2{background-image:url(../../frontend/Alothemes/expert13/en_GB/images/i_ma-tags.gif)}
.dashboard .box-tags .number{float:left;font-size:10px;font-weight:bold;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#0a263c}
.dashboard .box-tags .details{margin-left:20px}
.dashboard .box-tags li.item{margin:0 0 7px}
.dashboard .box-tags li.item.last{margin:0}
.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li{display:inline}
/********** Dashboard > */

/* Address Book */
.my-account .pager {margin: 15px 0;}
.addresses-list h2{font-size:13px;color:#333;text-transform:uppercase;margin-bottom: 15px;}
.addresses-list h3{font-weight:bold;font-size:13px}
.addresses-list address{margin:0 0 3px}
.addresses-list p{margin:0}
.addresses-list a{font-weight:bold}
.addresses-list .link-remove{color:#646464}
.addresses-list .separator{margin:0 3px}
.addresses-list li.item{border:1px solid #eee;padding:10px 13px;margin:0 0 10px;}
.addresses-list li.empty{background:none;border:0;padding:0}
.addresses-list li.empty p{font-weight:bold}
.addresses-list .addresses-additional li.item{background:none;border:0;padding:0}
/* Order View */
.order-info{background:#dee5e8;border:1px solid #d0cbc1;padding:4px 8px;margin:0 0 8px}
.order-info dt,.order-info dd,.order-info ul,.order-info li{display:inline}
.order-info .current{font-weight:bold}
.order-info li{margin:0 3px}
.order-date{margin:10px 0}
.order-info-box{background:#fff;border:1px solid #d0cbc1;padding:12px 15px;margin:0 0 15px}
.order-info-box h2{font-weight:bold;font-size:13px}
.order-info-box .box-payment p{margin:0 0 3px}
.order-info-box .box-payment th{font-weight:bold;padding-right:7px}
.order-items{width:100%;overflow-x:auto}
.order-items h2,.order-items h3{clear:none;font-weight:bold;font-size:13px;padding:0;margin:0 0 5px;color:#0a263c}
.order-items .product-name{font-size:1em!important;font-weight:bold!important}
.order-items .link-print{color:#1e7ec8;font-weight:normal}
.order-items .order-links{text-align:right}
.order-additional{margin:15px 0}
/* Order Gift Message */
.gift-message dt strong{color:#666}
.gift-message dd{font-size:13px;margin:5px 0 0}
/* Order Comments */
.order-about dt{font-weight:bold}
.order-about dd{font-size:13px;margin:0 0 7px}
.tracking-table{margin:0 0 15px}
.tracking-table th{font-weight:bold;white-space:nowrap}
.tracking-table-popup{width:100%}
.tracking-table-popup th{font-weight:bold;white-space:nowrap}
.tracking-table-popup th,.tracking-table-popup td{padding:1px 8px}
/* Order Print Pages */
.page-print .print-head{margin:0 0 15px}
.page-print .print-head .logo{float:left}
.page-print .print-head address{float:left;margin-left:15px}
.page-print h1{font-size:16px;font-weight:bold}
.page-print h2,.page-print h3{font-size:13px;font-weight:bold}
.page-print h2.h2{font-size:16px;font-weight:bold}
.page-print .order-date{padding:0 0 10px;margin:0 0 10px}
.page-print .col2-set{margin:0 0 10px}
/* Price Rewrites */
.page-print .gift-message-link{display:none}
.page-print .price-excl-tax,.page-print .price-incl-tax{display:block;white-space:nowrap}
.page-print .cart-price,.page-print .price-excl-tax .label,.page-print .price-incl-tax .label,.page-print .price-excl-tax .price,.page-print .price-incl-tax .price{display:inline}
/* My Wishlist */
.my-wishlist .data-table td{padding:10px}
.my-wishlist .product-image{display:block;width:113px;height:113px;margin:0 0 5px}
.my-wishlist textarea{display:block;width:97%;height:109px}
.my-wishlist .buttons-set{margin-top:2em}
.my-wishlist .buttons-set button.button{float:none}
.my-wishlist .buttons-set .btn-add span,.my-wishlist .buttons-set .btn-share span{}
#wishlist-table .add-to-links{white-space:nowrap}
.my-wishlist .cart-cell .old-price,.my-wishlist .cart-cell .special-price{float: none;}
.my-wishlist .cart-cell .add-to-cart-alt input.qty{margin-bottom: 10px;}
.products-grid.wishlist .product-item-inner .box-tocart {float: none;padding: 0;}
.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 .label{padding-top: 0;}
.block.block-wishlist .actions-toolbar{padding: 0;}
.block.block-wishlist .actions-toolbar .primary a.action{border: 0;padding: 0;background-color: transparent;color: #666666;}
.block.block-wishlist .actions-toolbar .primary a.action:hover{color: #ff5555;}
/* My Tags */
.my-tag-edit{float:left;margin:0 0 10px}
.my-tag-edit .btn-remove{float:right;margin:4px 0 0 5px}
#my-tags-table{clear:both}
#my-tags-table td{padding:10px}
#my-tags-table .add-to-links{white-space:nowrap}
/* My Reviews */
#my-reviews-table td{padding:10px}
.product-review .product-img-box{float:left;width:140px}
.product-review .product-img-box .product-image{display:block;width:125px;height:125px}
.product-review .product-img-box .label{font-size:11px;margin:0 0 3px}
.product-review .product-img-box .ratings .rating-box{float:none;display:block;margin:0 0 3px}
.product-review .product-details{margin-left:150px}
.product-review .product-name{font-size:16px;font-weight:bold;margin:0 0 10px}
.product-review h3{font-size:12px;margin:0 0 3px;color:#2f2f2f}
.product-review .ratings-table{margin:0 0 10px}
.product-review dt{font-weight:bold}
.product-review dd{font-size:13px;margin:5px 0 0}
/* Billing Agreements */
.billing-agreements .info-box{margin:15px 0}
.billing-agreements .form-list li select{float:left}
.billing-agreements .form-list li button.button{float:left;margin-left:10px}
.billing-agreements .table-caption{font-weight:bold;font-size:13px}
/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals{color:red;font-size:12px!important;font-weight:bold;margin:10px 10px 0;padding:10px;text-align:right;text-transform:uppercase}
.map-cart-sidebar-total{color:red;display:block;font-size:10px;font-weight:bold;text-align:left;padding:2px 5px;text-shadow:0 1px 0 #fff}
.map-popup{background:#fff;border:1px solid #aaa;margin:12px 0 0;position:absolute;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc;text-align:left;width:300px;z-index:100}
.map-popup-heading{background:#d9e5ee;border-bottom:1px solid #ccc;padding:5px 30px 5px 10px;width:260px}
.map-popup-heading h2{font-size:16px;margin:0;text-shadow:0 1px 0 #f6f6f6;overflow:hidden;white-space:nowrap;word-wrap:break-word;text-align:left;text-overflow:ellipsis}
.map-popup-arrow{background:url(../../frontend/Alothemes/expert13/en_GB/images/map_popup_arrow.gif) no-repeat;position:absolute;left:50%;top:-10px;height:10px;width:19px}
.map-popup-close{background:url(../../frontend/Alothemes/expert13/en_GB/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:8px;right:10px;height:15px;width:15px;text-indent:-9999em;-moz-box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}
.map-popup-content{border-top:1px solid #eee;padding:10px;overflow:hidden;text-align:left;width:280px}
.map-popup-checkout{display:inline;float:right;text-align:right}
.map-popup-checkout span{display:block;padding-right:30px}
.map-popup-checkout .paypal-logo{margin:0 0 5px}
.map-popup-price .price-box,.map-popup-price .price-box .special-price{margin:0;padding:0}
.map-popup-price{margin:5px 0 0}
.map-popup-text{clear:right;margin:0 10px;padding:10px 0;text-align:left;word-wrap:break-word}
.map-popup-only-text{border-top:1px solid #ddd}
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer a{text-decoration:none;outline:medium none;}
.footer .bugs{margin:13px 0 0;color:#ecf3f6}
.footer .bugs a{color:#ecf3f6;text-decoration:underline}
.footer .bugs a:hover{text-decoration:none}
.footer-copyright{margin:0;padding: 0;line-height: 25px;text-align: left;float: left;}
.footer-copyright span,.copyright span{margin:0;padding: 0;font-size: 14px;line-height: 35px;display: block;}
.footer ul.links{margin: 0;display:block}
.footer li{text-align:center;padding: 0;}
.footer li.last{background:none!important;padding-right:0!important}
.page-footer .bottom-container{margin:0 0 5px}
.block-logo img{margin: 0 auto;}
.block-logo .logo2{display: none;}
.footer li.feature-icon{clear: both;padding-bottom: 10px;}
.footer .address-list{margin: 25px 0 0;}
.page-footer{margin: 0px;}
.cms-index-index .page-footer{margin: 0px;}
.block-footer-bottom .main-top{padding: 45px 0px 30px;}
.main-bottom{margin-top: 14px;}
.footer_links_company{float: right;}
.footer-inner {padding: 26px 0;}
.block-static1{position:relative;}
.advertisement{position: absolute; text-align: center;top: 45%;width: 100%;}
.introduce-logo img.logo2{display: none;}
.block-subscribe label{color:#e8e9ee;font-size:13px;font-weight:400}
.aloportfolio ul{margin: 0;padding: 0;list-style: none;}
.aloportfolio ul li{float: left;}
.icon-share,.title-social{display: inline-block;vertical-align: middle;}
.socials .icon-social {margin-top: 25px;}
.social-link{margin: 0 10px 0 0;border-radius: 50%;display:block;height:43px;line-height:43px;text-align:center;width:43px;float:left;font-size: 18px;color: #888;}
.social-link:last-child{margin-right: 0;}
.social-link .fa{width:43px;height:43px;line-height:43px;}
.social-link:hover {background-color: #f0002f;border-color: #f0002f;color: #fff;}
.page-footer .block-content-statick li a.social-link{width: 40px;height: 35px;line-height: 35px;border-radius: 3px;font-size: 18px;}
.page-footer .block-content-statick li a.social-link .fa {height: 34px;line-height: 34px;width: 35px;}
.page-footer .address-list{margin: 10px 0 0;}
.block-content-statick ul{margin: 0;}
.footer-left{padding-left: 0;}
.block-content-statick .hotline{margin: 8px 0 0;}
.block-content-statick .hotline p{font-size: 14px;margin: 0;}
.block-content-statick .hotline p.big-phone{font-size: 20px;color: #fff;font-weight: bold;margin-top: 10px;}
.block-content-statick .hotline .call-Us-Now{margin-top: 20px;padding: 0 30px;line-height: 35px;display: inline-block;border-radius: 3px;font-size: 14px;text-transform: capitalize;font-weight: 600;background-color: #f2c75c;color: #222;border: 1px solid #b48d2b;}
.address-list .feature-icon p{ margin: 0 0 10px;overflow: hidden;}
.address-list .feature-icon p.no-margin{margin-bottom: 5px !important;}
.address-list .tit-name{float: left;width: 25px;font-size: 18px;line-height: 25px;}
.address-list .tit-contain {display: flex;font-size: 14px;line-height: 22px;color: #888;}
.page-footer .block-footer-top{padding: 0;}
.page-footer .block-title.heading{display:block;font-size:18px;padding:0 0 25px 0;margin: 0;font-weight: bold;text-transform: uppercase;}
.page-footer .block-title.heading-subscribe{padding-bottom: 8px;}
.page-footer .contact-info .block-title.heading,.page-footer .title-social.block-title.heading{display: inline-block;margin: 0 40px 0 0;padding: 0;}
.page-footer .feature-icon .block-title.heading{font-size: 14px;font-weight: normal;margin: 0;padding-bottom: 5px;}
.page-footer .title-payment.block-title.heading{padding: 0 0 13px 0;}
.page-footer .block-content-statick li{margin: 0;}
.page-footer .block-content-statick li a{padding: 0px;display: block;font-size: 14px;line-height: 35px;}
.page-footer .block-content-statick li a:hover, .footer-menu-box .footer-menu-list li a:hover, .footer_links_company .links li a:hover{text-decoration: underline;}
.footer .block{margin:0;padding: 0;background:none;}
.footer .block-title {border: 0 none;font-size: 16px;font-weight: bold;list-style: outside none none; margin-bottom: 0px;padding: 27px 0 35px;text-transform: uppercase;}
.footer .collapsible p{margin: 0;}
.footer-extras{float: right;}
.footer_links_company .links{text-align: center;}
.footer_links_company .links ul{margin: 0;}
.footer-menu-box .footer-menu-list{margin: 0 0 15px;text-align: center;}
.footer-menu-box .footer-menu-list:last-child{margin: 0;}
.footer-menu-box .footer-menu-list li,.footer_links_company .links li{display: inline-block;margin: 0;padding: 0;}
.footer-menu-box .footer-menu-list li a,.footer_links_company .links li a{display: inline-block;padding: 0 5px;border-right: 1px solid #ca941a;line-height: 14px;margin: 12px 0;font-size: 14px;color: #999;}
.footer-menu-box .footer-menu-list li:first-child a{padding-left: 0;}
.footer-menu-box .footer-menu-list li:last-child a,.footer_links_company .links li:last-child a{border: 0;}
.footer-menu-list li strong{font-weight: normal;color: #999;font-size: 14px;}
.cms-static-mix{padding-top: 47px;padding-bottom: 43px;}
.page-footer .cms-static-mix .exclusive{border-top: 3px solid #eee;padding: 0;}
.cms-static-mix .exclusive span{background-color: #fff;padding: 0 30px 0 0;position: relative;text-transform: uppercase;top: -17px;}
.page-footer .cms-static-mix .exclusive.black{color: #222;}
.main-download a{display: inline-block;vertical-align: middle;}
.main-download a.marl{margin-right: 33px;}
.company-inner{padding: 25px 0 25px;}
.footer.links{margin: 0;padding: 0;}
.footer.links li{display: inline-block;padding: 0 15px;}
.footer.links li:first-child{padding-left: 0;}
.footer.links li:last-child{padding-right: 0;}
.footer.links li a{font-size: 14px;color: #fff;line-height: 55px;}
.footer.links li a:hover{text-decoration: underline;}
.cms-static-mix .introduce-paypal{display: block;}
.cms-static-mix .introduce-paypal,.main-download a{margin-top: 23px;}
.payment-icon{margin-top: 44px;}
/* social feed ========================================================================= */
.social-feed{position: relative;}
.social-feed ul li{float: left;width: 25%;margin: 0;padding: 5px;}
.social-feed ul li a img { float: left;margin: 0;padding: 0;filter: grayscale(0);-webkit-filter: grayscale(0);opacity: 1;transition: all 0.5s ease-in-out 0s;-webkit-transition: all .5s ease-in-out;width: 100%;}
.social-feed ul li a img:hover {opacity: 0.6;filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);}
.section-title h4{color: #484848;font-size: 26px;margin: 0 0 20px;text-align: center;text-transform: capitalize;display: none;}
.page-footer .block-content-statick .latest-tweets ul li{padding-bottom: 20px;}
.page-footer .block-content-statick .latest-tweets ul li:last-child{padding-bottom: 0px;}
.page-footer .block-content-statick .latest-tweets li a{display: inline-block;color: #09c;font-size: 13px;}
.block-creare-twitter .twitter-pic{position: absolute;width: 20px;}
.block-creare-twitter .twitter-pic a img{padding-top: 5px;}
.block-creare-twitter .twitter-links{padding-left: 30px;}
/* hover effect ========================================================================= */
.hover-effect{position: relative;}
/* .hover-effect:hover{z-index: 16;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);-o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);-ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);} */
.hover-effect a:before {content: '';background-color: rgba(0,0,0,0.1);transition: all 0.9s ease-out 0s;-webkit-transition: all 0.9s ease-out 0s;-o-transition: all 0.9s ease-out 0s;-moz-transition: all 0.9s ease-out 0s;position: absolute;top: 0;left: 0;width: 100%;bottom: 0;opacity: 0;visibility: hidden;z-index: 100;}
.hover-effect a:hover:before {opacity: 1;visibility: visible;}
.social-icons{right:0;position:fixed;top:80px;width:45px;z-index:9999}
.social-icon{background-color:#33353B;background-image:url('../../frontend/Alothemes/expert13/en_GB/images/social-icons.png')}
.social-icon{transition:background-color 0.4s ease-in 0s;-webkit-transition:background-color 0.4s ease-in 0s;border-radius:3px 0 0 3px;background-repeat:no-repeat;display:block;float:right;height:43px;margin-bottom:2px;width:43px}
.social-text{float:left;font-size:11px;margin:13px 0 11px 44px;white-space:nowrap;color:#FFFFFF}
.social-icons a:hover{text-decoration:none}
#facebook-btn span{background-position:13px 7px}
#linkedin-btn span{background-position:12px -266px}
#twitter-btn span{background-position:13px -39px}
#youtube-btn span{background-position:12px -230px}
#pinterest-btn span{background-position:12px -181px}
#googleplus-btn span{background-position:13px -132px}
#instagram-btn span{background-position:10px -300px}
#flickr-btn span{background-position:10px -335px}
#web-btn span{background-position:10px -403px}
#mail-btn span{background-position:10px -369px}
#facebook-btn .social-icon{background-color:#3B5998}
#linkedin-btn .social-icon{background-color:#6eb8da}
#twitter-btn .social-icon{background-color:#62BDB2}
#googleplus-btn .social-icon{background-color:#DB4A39}
#pinterest-btn .social-icon{background-color:#DB4A39}
#youtube-btn .social-icon{background-color:#C4302B}
#instagram-btn .social-icon{background-color:#D2C5B3}
#flickr-btn .social-icon{background-color:#E4006B}
#mail-btn .social-icon{background-color:#2A056F}
#web-btn .social-icon{background-color:#000}
#facebook-btn:hover .social-icon{background-color:#3B5998}
#linkedin-btn:hover .social-icon{background-color:#6eb8da}
#twitter-btn:hover .social-icon{background-color:#62BDB2}
#googleplus-btn:hover .social-icon{background-color:#DB4A39}
#pinterest-btn:hover .social-icon{background-color:#DB4A39}
#youtube-btn:hover .social-icon{background-color:#C4302B}
#instagram-btn:hover .social-icon{background-color:#D2C5B3}
#flickr-btn:hover .social-icon{background-color:#E4006B}
#web-btn:hover .social-icon{background-color:#000}
#mail-btn:hover .social-icon{background-color:#2A056F}
/* Style override for Left*/
.social-icons.left{left:0}
.social-icons.left .social-icon{background-image:url('../../frontend/Alothemes/expert13/en_GB/images/social-icons-left.png');transform:rotateY(180deg);-ms-transform:rotateY(180deg);/* IE 9 */
    -o-transform:rotateY(180deg);/* IE 9 */
    -webkit-transform:rotateY(180deg);/* Safari and Chrome */}
.social-icons.left .social-icon{float:left}
.social-icons.left .social-text{float:left;transform:rotateY(180deg);-ms-transform:rotateY(180deg);/* IE 9 */
    -webkit-transform:rotateY(180deg);/* Safari and Chrome */}
.content-quickview .social-icons {display:none;}
/* Clears ================================================================================ */
.clearer:after,.header-container:after,.header-container .top-container:after,.header:after,.header .quick-access:after,#nav:after,.main:after,.footer:after,.col-main:after,.col2-set:after,.col3-set:after,.col3-layout .product-options-bottom .price-box:after,.col4-set:after,.search-autocomplete li:after,.block .block-content:after,.block .actions:after,.block li.item:after,.block-poll li:after,.block-layered-nav .currently li:after,.page-title:after,.products-grid:after,.products-list li.item:after,.box-account .box-head:after,.dashboard .box .box-title:after,.box-reviews li.item:after,.box-tags li.item:after,.pager:after,.sorter:after,.ratings:after,.add-to-box:after,.add-to-cart:after,.product-essential:after,.product-collateral:after,.product-view .product-img-box .more-views ul:after,.product-view .product-shop .short-description:after,.product-view .box-description:after,.product-options .options-list li:after,.product-options-bottom:after,.product-review:after,.cart-collaterals:after,.cart .crosssell li.item:after,.opc .step-title:after,.checkout-progress:after,.multiple-checkout .place-order:after,.group-select li:after,.form-list li:after,.form-list .field:after,.buttons-set:after,.page-print .print-head:after,.advanced-search-summary:after,.gift-messages-form .item:after,.send-friend .form-list li p:after{display:block;content:"";clear:both;font-size:0;line-height:0;overflow:hidden}
/* ======================================================================================= */
.guest-select{width:305px!important}
.checkout-container .opc-estimated-wrapper .minicart-wrapper{display: none !important;visibility: hidden;}
.price-box .prices-tier{background: transparent;}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: none;
  }
}
/* move style alothemes */
.alothemes{display: block;}
.item .quickview.configurable{display: none !important;}
/* chose fonts */
.page-footer .title-social.block-title.heading{font-family: 'Montserrat', sans-serif;}
/* list-style: initial */
.page-header ul,.page-header ol,.page-footer ul,.page-footer ol,.sidebar ul,.sidebar ol,.content-popup-inner ul,.brand-cms-static{list-style: none;}
.product.info.detailed ul, .product.info.detailed ol,.product.attribute ul,.product.attribute ol,.post-list-wrapper ul,.post-list-wrapper ol,.post-view ul,.post-view ol{padding: 0 0 0 30px;}

@media print {
  a[href]:after {
    content: none !important;
  }
}
.account .page-title-wrapper .page-title{margin-bottom: 0px;}
.account .column.main .block .block-title {font-size: 16px;line-height: 1.2; margin: 0 0 15px;}
.account .block .block-title strong {color: #333;}
.account.sales-order-view .column.main .block:not(.widget) .block-content .box{margin-bottom: 30px;}
.account .column.main .block:not(.widget) .block-content .box.box-order-billing-method{float: right;}
.account .column.main .block:not(.widget) .block-content .box.box-order-billing-address{float: left;}
.header .block-search .search-autocomplete {top: 35px !important;}
.header .form-search .search-autocomplete ul{border: 1px solid #e1e1e1;padding: 15px 15px 15px;}
.header .form-search .search-autocomplete li{padding: 10px 15px;}
.header .form-search .search-autocomplete ul li.full-search{padding: 2px 15px 10px;margin-left: -15px;margin-right: -15px;border: 0;}
.header .form-search .search-autocomplete .c-smartsearch__image{float: left;}
.header .form-search .search-autocomplete .c-smartsearch__description{padding: 10px 0 0 110px;}
.header .form-search .search-autocomplete .c-smartsearch__description .c-smartsearch__title a{font-size: 14px;font-weight: 600;line-height: 1.3;}
.header .form-search .search-autocomplete .c-smartsearch__description .option-reviews .product-reviews-summary{margin: 5px 0 5px;}
.header .form-search .search-autocomplete .c-smartsearch__description .product-reviews-summary .reviews-actions{line-height: 25px;}
.header .form-search .search-autocomplete .c-smartsearch__description .option-price{font-size: 20px;color: #333;}
.header .form-search .search-autocomplete .row:last-child li{border: 0;}
.header .form-search .search-autocomplete .action.close {background-color: transparent;border: 0 none;box-shadow: none;box-sizing: content-box;display: inline-block;font-weight: 400;height: 20px;line-height: inherit; margin: 0;padding: 0;text-decoration: none;text-shadow: none;top: 0;width: 20px;color: #000000;opacity: 0.2;font-size: 0;}
.header .form-search .search-autocomplete .action.close:before {color: inherit;content: "\f00d";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height:20px;margin: 0;overflow: hidden;text-align: center;vertical-align: top;}
.header .form-search .search-autocomplete .action.close:hover{opacity: 1;background-color: transparent;}
.header .form-search .search-autocomplete li.selected,.header .form-search .search-autocomplete ul li:hover {background-color: transparent;}
.form.contact{width: 100% !important;}
.product-view .product-shop .add-to-links, .product-add-form .add-to-links{text-align: left;}
.header-icons .header.links li.customer-welcome span{color: #333;}
.page-products .pager {display: none;}
.page-products  .limiter .limiter-text{display: none;}
.toolbar.bottom{margin-top: 20px;}
.toolbar.bottom .pager,.account .pager{float: none;}
.toolbar.bottom .pages,.account .pages{float: left;position: static;width: auto;}
.toolbar.bottom .pager .pages strong,.account .pager .pages strong{display: block;float: none;line-height: 29px;}
.toolbar.bottom .pages li a,.account .pages li a{height: 28px;line-height: 28px;}
.toolbar.bottom .pager li > a:hover,.toolbar.bottom .pager li > a:focus,.account .pager li > a:hover,.account .pager li > a:focus {background-color: transparent;}
.account .order-products-toolbar.toolbar.bottom .pager .limiter{width: auto;}
.products-list .item .add-to-links:after{clear: both;}
.products-list .item .add-to-links:before,.products-list .item .add-to-links:after {display: table;content: " ";}
.products-list .item .product-item-inner .add-to-links .action:hover{background: none;}
.product-shop-content,.product-add-form{padding-left: 0;}
.product-add-form .product-qty .custom-qty .btn-plus {float: left;}
.product-add-form .field.qty label, .block-bundle-summary .product-details .field.qty .label span {color: #333;font-size: 13px;font-weight: 400;margin: 0 0 10px;line-height: normal;display: block;float: none;}
.product-add-form .add-to-cart button.button {margin: 18px 0 0;height: 43px;line-height: 43px;padding: 0 22px;display: block;width: 100%;}
.product-add-form .block-bundle-summary .product-addto-links{display: none;}
.product-add-form .block-bundle-summary .box-tocart .product-social-links .product-addto-links{display: block;}
.product-add-form .block-bundle-summary .bundle-info .socials{float: none;margin-top: 0px;}
.product-add-form .block-bundle-summary .bundle-info .product-social-links{padding:10px 0 10px 0;}
.product-add-form .block-bundle-summary .bundle-info{padding-bottom: 10px;}
.bundle-options-container .product-add-form .block-bundle-summary .box-tocart .actions{display: block;}
.product-add-form .bundle-options-wrapper .control .input-text.qty{padding: 0 2px;width: 50px !important;}
.bundle-options-container:before,.bundle-options-container:after{display: table;content: " ";}
.bundle-options-container:after{content: "";display: table;clear: both;}
.product-info-main .bundle-actions{float: none; padding: 30px 0 10px;}
.product-info-main .price-box .prices-tier{padding: 0;margin: 0;}
.bundle-options-container .product-add-form .block-bundle-summary{width: 42%;}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {background-color: #f2c557;color: #222;border: 1px solid #be952c;}
.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;}
@media (min-width: 992px) and (max-width: 1200px) {
	.bundle-options-container .block-bundle-summary .product-addto-links > .action{margin-bottom: 10px;}
}
@media(max-width:991px) {
	.nav-sections .navigation-mobile .all-category{display: none !important;}
	.bundle-options-container .product-add-form .bundle-options-wrapper,.bundle-options-container .product-add-form .block-bundle-summary{float: none;width: 100%;}
	.bundle-options-container .product-add-form .block-bundle-summary{padding-top: 10px;}
}

/*UPDATE*/
.modals-ajaxcart {
  margin: 0 auto;
  width:400px;
}

.modals-ajaxcart .countdown{display:none}
.modal-popup.modal-slide.modals-ajaxcart{left:0}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 320px;
    top: 50%;
    margin: 0 auto;
    height:auto;
    transform: translateY(-50%);
    width: auto;
    position: absolute;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-content {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 320px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
    position: absolute;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .product-item-photo {
    float: left;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .product-item-details {
    width: calc(100% - 80px);
    float: left;
    padding-left: 15px;
    text-align: left;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .block {
    margin-bottom: 0;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .header {
    font-size: 22px;
    font-family: "poppins", sans-serif;
    display: none;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-header {
    padding: 0;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message {
    margin-top: 0;
    padding: 5px;
    background-color: #e5efe5;
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #006400;
    position: relative;
    line-height: 25px;
    font-family: 'lato', sans-serif;
}

.modal-popup.modal-slide.modals-ajaxcart .product-item .product-item-details {
    width: calc(100% - 80px);
    float: left;
    padding-left: 15px;
    text-align: left;
}

.modal-popup.modal-slide.modals-ajaxcart .product-item .product-item-details .product-item-name {
    font-weight: normal;
    color: #555;
}

.modal-popup.modal-slide.modals-ajaxcart .product-item .product-price {
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 9px;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .product-price {
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 9px;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .product-item-details .fakeUpdateCart {
    font-size: 1.1rem;
    vertical-align: top;
    display: none;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action {
    padding-top: 20px;
}

.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action .btn-viewcart {
    margin-bottom: 15px;
}

.modal-popup.modal-slide.modals-ajaxcart .action a {
    background-color: #b59677;
    color: #ffffff;
}

.modal-popup.modal-slide.modals-ajaxcart .action a {
    display: block;
    height: 40px;
    line-height: 34px;
    text-decoration: none;
}

.modal-popup.modal-slide.modals-ajaxcart .action a {
    background-color: #b59677;
    color: #ffffff;
}
.modal-popup.modal-slide.modals-ajaxcart .product-image img {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-height:100px;
}
.modal-popup.modal-slide.modals-ajaxcart .action button {width:100%}

.modal-popup.modal-slide.modals-ajaxcart .cart-info {display:none}

.modal-popup.modal-slide.modals-ajaxcart .action a {
    display: block;
    height: 40px;
    line-height: 34px;
    text-decoration: none;
}

body .message.global.cookie.magepow-gdpr-cookie-notice{
  z-index: 109;
  text-align: start;
  background: #445268;
  border-color: #445268;
  color: #ffff;
}
body .message.global.cookie.magepow-gdpr-cookie-notice .content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body .message.global.cookie.magepow-gdpr-cookie-notice .actions{
  margin-top: 0;
}
body .message.global.cookie.magepow-gdpr-cookie-notice .info{
  flex:1;
}
body .message.global.cookie.magepow-gdpr-cookie-notice .notice-cookie-title{
  display: none;
  margin-bottom: 0;
}
body .message.global.cookie.magepow-gdpr-cookie-notice .notice-cookie-content{
  display: inline-block;
}
body .message.global.cookie.magepow-gdpr-cookie-notice .notice-cookie-content br{
  display: none;
}
body .message.global.cookie.magepow-gdpr-cookie-notice .notice-cookie-content a{
  color:#f2c557;
}
body .message.global.cookie.magepow-gdpr-cookie-notice .notice-cookie-content a:hover{
  color:#fff;
  text-decoration: underline;
}
body .message.global.cookie.magepow-gdpr-cookie-notice .actions button{
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
body .message.global.cookie.magepow-gdpr-cookie-notice .actions button span{
  font-size: 13px;
}
.home-slider .slick-arrow{
  z-index: 2;
  font-family:'FontAwesome';
  border-style: solid;
  border-width: 1px;
}
.slick-next:before{
  content: "\f105";
}
.slick-prev:before{
  content: "\f104";
}
.slick-prev:before, .slick-next:before{
  color:inherit;
  font-family:'FontAwesome';
  line-height: inherit;
}
.slick-arrow{
  z-index: 2;
}
.slick-prev, .slick-next{
  height: 49px;
  width: 37px;
  line-height: 49px;
}
.filter-options .filter-options-content{ display: none !important;}
.filter-options .active .filter-options-content{ display: block !important;}
.filter-options .filter-options-item{
  padding: 8px 0;
}
.ui-slider-handle{
  height: 15px;
  width: 15px;
  top: 50%;
  transform: translate(0,-50%);
  background: #f2c557;
}
.ui-slider-horizontal{
  background: #c5c5c5;
  position: relative;
  height: 4px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 3px;
}
.ui-slider-range{
  position: absolute;
  top:0;
  background: #ebb020;
  z-index: 2;
  height: 100%;
}
.cookie-message .page-wrapper{
  padding-bottom: 60px;
}
.cookie-message #backtotop{
  bottom: 70px;
}
body .product-view .product-info-main{
  height:auto !important;
  overflow-y: auto;
  padding-top: 30px;
}
.modals-quickview.modal-popup .action-close{
  padding: 0 18px;
}
.sidebar .block.block-reorder .block-content{
  padding: 15px !important;
}
.post-nextprev-hld{
  display: flex;
  justify-content: space-between;
}
.post-nextprev-hld:before,.post-nextprev-hld:after{
  display: none !important;
}
.post-nextprev-hld a{
  display: inline-block;
  line-height: 37px;
  border-radius: 5px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
}
.privacy-policy ul{
  padding-inline-start: 15px;
}
.privacy-policy{
  padding-bottom: 30px;
}
.table:not(.cart):not(.totals) tfoot .mark{
  text-align: start;
}
.data.table tbody tr td .cart-price .price{
  font-size: 14px;
}
.data.table tbody tr td.subtotal .cart-price .price{
  font-weight: 700;
}
.data.table tfoot tr.grand_total .price{
  font-size: 16px;
  color:#000;
}
.block-compare .actions-toolbar .secondary{
  line-height: 35px;
}
.form.create.account{
  display: flex;
  flex-wrap: wrap;
}
.form.create.account .create.account{
  order:0;
}
.form.create.account .create.info{
  order:0;
}
.form.create.account .actions-toolbar{
  width:100%;
}
.header .form-search button.button{
  border-color:#cdcdcd;
}
.vmagicmenu .level0.hasChild .level-top:after,
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before{
    top:0;
}
.catalog-category-view .products.wrapper.grid .product-items .item div[class^="swatch-opt-"]{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  top: 33%;
  z-index: 2;
  width: calc(100% - 16px);
  margin-top: 0;
  background-image: linear-gradient(to top, #fff, transparent);  
}
.catalog-category-view .products.wrapper.grid .product-items .item:hover div[class^="swatch-opt-"]{ 
  opacity: 1;
  visibility: visible;
}
.catalog-category-view .products.wrapper.grid .product-items .item .product-item-info{
  transition: all .4s ease-in-out;
}
.catalog-category-view .products.wrapper.grid .product-items .item:hover .product-item-info{
  z-index: 9;
}
.catalog-category-view .products.wrapper.grid .product-items .item .hover-box{
  z-index: 3;
}

.catalog-category-view .products.wrapper.grid .product-items .products-textlink{
  position: static;
}
.catalog-category-view .products.wrapper.grid .product-items .link-view{
  z-index: 3;
}
.catalog-category-view .products.wrapper.grid .product-items .swatch-option{
  box-shadow: 0px 0px 2px rgba(0,0,0,.5);
}
.catalog-category-view .products.wrapper.grid .product-items .swatch-option.color{
  margin-bottom: 5px;
}
.catalog-category-view .products.wrapper.grid .product-items .swatch-option.text{
  margin-bottom: 10px;
}
.category-products.grid.products-grid .item{
  padding-bottom: 12px;
}
.box-products .block-title-tabs .toggle-tab{
  padding-inline-start: 15px;
}
.slick-dots li{
  height: 10px;
  width: 10px;
}
.slick-dots li button{
  height: 10px;
  width: 10px;
}
.slick-dots li button:before{
  height: 10px;
  width: 10px;
}
.alo-magicslider .slick-dots li{
  padding: 0;
  margin: 0 5px;
}
.slick-dots{
  bottom: 0;
}
.footer-menu-box .footer-menu-list li a{
  padding: 0;
  border:none;
}
.footer-menu-box .footer-menu-list li:not(:last-child){
  position: relative;
  margin-right: 10px;
}
.footer-menu-box .footer-menu-list li:not(:last-child):before{
  content: "";
  position: absolute;
  top:50%;
  height:12px;
  border-right: solid 1px #999;
  right:-7px;
  transform: translate(0,-50%);
}
.header-content .tool-topsearch .toggle-tab{
  display: none;
}
.header.header-container-fixed .top-banner,
.header.header-container-fixed .header-top,
.header.header-container-fixed .header-content{
  display: none;
}
.header-icons .tool-setting ,.header-icons .more-info{
  display: none;
}
.label{
  white-space: normal;
}
.field.choice{
  position: relative;
  padding-inline-start: 17px;
  margin-top: 10px;
}
.field.choice input{
  position: absolute;
  left:0;
  top:0;
  margin-right: 0;
}
.block-related .field.choice input{
  position: static;
  margin: 0;
}
.block-related .field.choice{
  padding-inline-start: 0;
  display: flex;
  justify-content: center;
 
}
.block.block-related .field.choice.related{
  position: absolute;
  top: 0;
  margin: 0;
  left:50%;
  transform: translate(-50%,0);
}
.field.choice > .label{
  padding-top: 0;
}
.account .form-edit-account .fieldset{
  width:100%;
}
#tooltip-label{
  display: none;
}
.block-reorder .field.choice{
  padding-inline-start: 0;
}
.breadcrumbs li:before{
  display: none;
}
.breadcrumbs li{
  position: relative;
}
.breadcrumbs li:not(:last-child){
  padding-inline-end: 12px;
  margin-inline-end: 12px;
}
.breadcrumbs li:not(:last-child):after{
  content: "/";
  position: absolute;
  right:-4px;
  top:50%;
  transform: translate(0,-50%);
}
.toolbar-blog-posts{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .searchsuite-autocomplete{
  left:0;
  top: 36px;
}
body .searchsuite-autocomplete ul{
  max-height: 250px;
  overflow-y: auto;
}
body .searchsuite-autocomplete .price-box .price{
  font-size: 18px;
}
body .searchsuite-autocomplete .price-box .old-price .price{
  font-size: 14px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block .block-title a{
  font-size: 14px;
}
.checkout-payment-method .payment-method-title{
  border: none;
}
.checkout-payment-method .payment-method-title{
  padding-inline-start: 0;
}
.checkout-payment-method .payment-method-content{
  padding-inline-start: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details{
  padding-inline-start: 0;
}
.checkout-payment-method .payment-option-title{
  padding-inline-start: 0 !important;
}
.checkout-payment-method .payment-option-content{
  padding-inline-start: 0;
}
.opc-block-shipping-information{
  padding: 0;
}
.cart-totals .grand .amount, 
.opc-block-summary .table-totals .grand .amount{
  font-size: 18px;
}
.vertical-menu .vmagicmenu .vmagicmenu-narrow > li:nth-child(n+8){
  display: block;
}
.vertical-menu .vmagicmenu .vmagicmenu-narrow > li:nth-child(n+6){
  display: none;
}
.tool-topsearch .toggle-tab{
  display: none;
}
.tool-topsearch .toggle-content{
  display: block;
  position: static;
  background: transparent;
  box-shadow: none;
  border:none;
  width:auto;
}
.tool-topsearch .toggle-content:before,.tool-topsearch .toggle-content:after{
  display: none;
}
.header.header-container-fixed .header-content{
  display: block;
  padding: 10px 0;
}
.header.header-container-fixed .header-bottom{
  display: none;
}
.cms-page-product.box-products-two .products-grid .product-name a{
  display: block;
  line-height: 20px;
  height:40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cms-page-product.box-products-two .products-grid .product-name{
  overflow: hidden;
  line-height: 20px;
  height:40px;
}
.cms-page-product.box-products-two .slick-active .item:before{
  content: "";
  position: absolute;
  top:1%;
  left:0;  
  height:72%;
  border-left:solid 1px #e6e6e6;
}
.cms-page-product.box-products-two .slick-slide >div:first-child .item{
  margin-bottom: 30px;
}
.cms-page-product.box-products-two .slick-current .item:before{
  display: none;
}
.cms-page-product.three-products .slick-slide >div:first-child .item{
  border-bottom:solid 1px #e6e6e6 !important; 
  margin-bottom: 30px !important;
}
.cms-page-product.three-products .slick-active .item:before{
  content: "";
  position: absolute;
  top:50%;
  transform: translate(0,-50%);
  left:0;  
  height:72%;
  border-left:solid 1px #e6e6e6;
}
.support{
  border: none;
}
.main-header{
  border-right: 1px solid #e6e6e6;
}
.cms-page-product.three-products .slick-current .item:before{
  display: none;
}
.cms-page-custom-product .product-item:not(:last-child) .product-item-info {
  border-bottom:solid 1px #e6e6e6 !important;
}
.below-column ul li:last-child a{
  border: none;
}
.cms-page-custom-product .products-grid .product-name a{
  line-height: 20px;
}
.cms-page-custom-product .products-grid .product-name{
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-comparison .cell.product.info, .table-comparison .cell.product.label{
  border-bottom: none;
}
.table-comparison .cell.label, .table-comparison td:last-child{
  border-left: none !important;
  border-right: none !important;
}
.catalog-product_compare-index .table-comparison td.cell{
  width: 350px;
}
.block-reorder .product-item .checkbox{
  position: absolute;
}
.block-reorder .product-item .field.item{
  top: 3px;
  margin-top: 0;
  position: absolute;
}
.page-header .top-form-language .switcher strong{
  background-repeat: no-repeat;
  padding-inline-start: 20px;
  background-position: center center;
}
.page-header .top-form-language .switcher strong >span{
  display: none;
}
/*RTL*/
body.rtl,.rtl .main,.rtl select,.rtl input,.rtl textarea{text-align: right;}
 body.rtl {direction: rtl;}
 /* For: Header */
.rtl .links-wrapper-separators,.rtl .header .welcome-msg,.rtl .tool-setting .top-link-product a.btn-compare{direction: ltr;}
.rtl .header .welcome-msg,.rtl .support,.rtl .header-setting.currency_top{border-left: 1px solid #e6e6e6;border-right: 0;}
.rtl .header .welcome-msg{margin: 0 0px 0 10px;padding: 10px 0px 8px 10px;}
.rtl .tool-setting .header-setting{float: right;}
.rtl .support{padding-left: 10px;padding-right: 0;}
.rtl .main-header .support span.icon {padding-left: 5px;padding-right: 0;}
.rtl .page-header .switcher .options, .rtl .page-footer .switcher .options{direction: ltr;}
.rtl .alotheme .tool-padding {margin: 0 5px 0 0;}
.rtl .minicart-text{padding: 0 5px 0 0;}
.rtl .header .form-search .field.search{float: right;}
.rtl .header .form-search button.button{float: left; border-width: 0 1px 0 0px;border-radius: 35px 0 0 35px;}
.rtl .header .form-search .catalogsearch input.input-text{float: left;}
.rtl .header .form-search .catalogsearch-box{float: right;right: 0;left: auto;}
.rtl .header .form-search .catalogsearch-box span{padding: 0 18px 0 22px;border-left: 1px solid #e6e6e6;border-right: 0;}
.rtl .header .form-search .catalogsearch-box span:after{left: 15px;right: auto;}
.rtl .header .form-search .dd-container{right: 0;left: auto;}
.rtl .header .form-search .dd-container li{text-align: right;}
 .rtl .alotheme .tool-padding {margin: 0 10px 0 0;}
.rtl .alotheme .wishlist, .rtl .alotheme .onclick{padding: 0 0 0 5px;}
.rtl .header .top-right {float: left;}
.rtl .header .top-left, .rtl .main-header,.rtl .below-column ul li,.rtl .header .welcome-msg,.rtl .vertical-menu {float: right;}
.rtl .tool-setting{float: left;}
.rtl .header .logo,.rtl .content-logo,.rtl .hidden-top-bar,.rtl .vmagicmenu{float: right;}
.rtl .magicmenu .nav-desktop .level0.dropdown.home .level1 a{float: none;}
.rtl .tool-header{float: left;}
.rtl .alo-toggle .toggle-content{right: auto;left: 0;}
.rtl .alo-toggle .toggle-content:after{right: auto;left: 40px;}
.rtl .vmagicmenu{margin-left: 20px;}
.rtl .nav-sections-item-content .magicmenu,.rtl .cms-static-banner-menu .text-menu.text-menu-2 h3,.rtl .cms-static-banner-menu .text-menu,.rtl .vmagicmenu .vmagicmenu-narrow > li.all-cat,.rtl .home-slider .text-slide,.rtl .banner-boder-zoom .banner-content,.rtl .products-textlink,.rtl .products-grid .price-box,.rtl .item.product-item .product-reviews-summary,.rtl .products-grid .product-name,.rtl .magictabs,.rtl .magicmenu .nav-desktop .level0.dropdown .level1 a,.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a{text-align: right;}
.rtl .content-countdown-products .products-grid .price-box,.rtl .content-countdown-products .item.product-item .product-reviews-summary,.rtl .content-countdown-products .products-grid .product-name{text-align: center;}
.rtl .magicmenu .nav-desktop .level0.home{margin: 0;}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children,.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children a, .rtl .magicmenu .nav-desktop p,.rtl .vmagicmenu .level0 .level-top,.rtl .vmagicmenu .level0 .level-top-mega .mage-column .children,.rtl .vmagicmenu .level0 .level-top-mega .children a,.rtl .vmagicmenu p{text-align: right;}
.rtl .vmagicmenu .block-title{line-height: 50px;}
.rtl .vmagicmenu .level0.hasChild .level-top:after,.rtl .magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before{float: left;content: "\f104";}
.rtl .magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before{left: 15px;right: auto;}
.rtl .vmagicmenu .level0 .level-top-mega,.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0,.rtl .magicmenu .nav-desktop .level0.dropdown .hasChild ul,.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul{left: auto; right: 100%;}
.rtl .cms-static-banner-menu .text-menu.text-menu-2{width: 425px;padding-left: 0;text-align: right;}
.rtl .all-cat span:after{display: none;}
.rtl .all-cat span:before{content: "\f0d7";padding-right: 5px; font-family: FontAwesome;}
.rtl .header .form-search .catalogsearch-box span,.rtl .alotheme .wishlist,.rtl .alotheme .onclick,.rtl .minicart-text{text-align: right;}
.rtl .minicart-items .product-item-details{padding-right: 110px;padding-left: 0;text-align: right;}
.rtl .minicart-items .product > .product-item-photo,.rtl .minicart-items .product > .product-image-container{float: right;}
.rtl .minicart-wrapper .product .actions{float: left;}
.rtl .page-header .switcher .options ul.dropdown,.rtl .page-footer .switcher .options ul.dropdown,.rtl .block-minicart .subtitle.empty{text-align: right;}
.rtl .page-footer .top-form-language .switcher .options ul.dropdown a,.rtl .page-header .top-form-language .switcher .options ul.dropdown a{background-position: right center;padding: 0 23px 0 0;}
.rtl .minicart-wrapper .action.close{left: 0;right: auto;}
.rtl .vmagicmenu .block-vmagicmenu-content{right: 0;}
.rtl .vmagicmenu .block-title .vmagicmenu-subtitle{float: left;padding: 0;}
.rtl .vmagicmenu .block-title span .fa{float: right;line-height: 48px;}
.rtl .row.custom-row{margin-right: -10px;}
.rtl .home-slider .text-slide {right: 35%;left: auto;}
/* For: Content */
.rtl .header-slider-left,.rtl .content-countdown-products .block-title-tabs h3,.rtl .banner-rtl,.rtl .product-rtl,.rtl .policy .policy-box{float: right;}
.rtl .absolute-countdown .alo-count-down{float: right;padding: 0 0px 0 60px;}
.rtl .product-label{left: auto;right: 10px;}
.rtl .tabproduct-right .block-title-tabs .magictabs{float: left;padding-right: 30px !important;padding-left: 0 !important;}
.rtl .item .hover-box{left: auto;right: 8px;}
.rtl .item .add-to-links a{margin: 0 0px 0 10px;}
.rtl .item .add-to-links a:first-child{margin: 0;}
.rtl .link-view{left: 8px;right: auto;}
.rtl .quickview span .icons{left: 3px;right: auto;top: -21px;transform: rotate(170deg);-moz-transform: rotate(170deg);-webkit-transform: rotate(170deg);-o-transform: rotate(170deg);}
.rtl .item .images-container .quickview{transform: rotate(-90deg);-moz-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-o-transform: rotate(-90deg);}
.rtl .additional-recently-viewed-block .magictabs .item .title,.rtl .product-title .magictabs .item .title,.rtl .block-title-tabs h3,.rtl .alo-blog .block-title-tabs h3,.rtl .crosssell .block-title strong,.rtl .block-related .block-title strong,.rtl .block.related .block-title strong,.rtl .box-up-sell .block-title strong,.rtl .alo-brand .title.item span{padding: 0 0 0 28px;}
.rtl .line-products.product-title .magictabs .item .title,.rtl .block-custom-product .custom-product .magictabs .item .title{padding: 0;}
.line-products.product-title .magictabs .item:last-child .title {padding-left: 28px;}
.rtl  .one-products.product-title .magictabs .item:last-child .title {padding-left: 28px;}
.rtl .arrow-custom-right .block-title-tabs{float: right;text-align: right;}
.rtl .arrow-custom-right .slick-arrow.slick-prev,.rtl .arrow-custom-right .content-products .products .slick-arrow.slick-prev{left: 0;right: auto;}
.rtl .arrow-custom-right .slick-arrow.slick-next,.rtl .arrow-custom-right .content-products .products .slick-arrow.slick-next{left: 35px;right: auto;}
.rtl .block-custom-product .per-product .images-container{float: right;padding-right: 0;padding-left: 15px;}
.rtl .cms-static-product.block-custom-product .item .hover-box,.rtl .blog_short_text,.rtl .page-footer .block-content-statick li a,.rtl .page-footer .block-title.heading,.rtl #popup-newsletter .block-content input.input-text,.rtl .block-custom-product .per-product .products-textlink{text-align: right;}
.rtl .alo-blog .block .block-content{clear: both;}
.rtl .blog-image .post-posed-date{right: 10px;left: auto;}
.rtl .message.success{padding: 10px 40px 10px 20px;}
.rtl .message.success > *:first-child:before{left: auto;right: 0;}
.rtl .product-label-2 .product-label .sticker:before{left: -8px;border-width: 0 0 27px 8px;right: auto;}
.rtl .all-products:after{display: none;}
.rtl .all-products:before{padding-left: 0px;padding-right: 10px;content: "\f0d9";display: inline-block;font-family: FontAwesome;font-size: 18px;line-height: 1;vertical-align: -1px;}
.rtl.catalog-product-view .block.related ul.block-content,.rtl.catalog-product-view .block.related ol.block-content {direction: rtl;padding: 0 30px 0 0;}
.rtl .special-price{margin: 0;}
.rtl #popup-newsletter .subscribe-bottom input {margin: -1px 0px 1px 5px;}
.rtl .item .actions-cart .button.btn-cart, .rtl .item .actions-cart .stock.unavailable{margin: 0 0px 0 7px;}
.rtl ul.nav-accordion li > ul.submenu > li > a {padding-right: 20px;padding-left: 0;}
.rtl ul.nav-accordion ul ul li a:before{text-align: left;padding-left: 15px;padding-right: 0;content: "\f104";}
.rtl .filter-options .filter-options-content{margin: 0;}
.rtl .filter-options .filter-options-content .item span.count{float: left;}
.rtl ul.nav-accordion .expand, .rtl ul.nav-accordion .collapse{left: 0;right: auto;}
.rtl .products-grid .item:after{left: auto;right: 0;}
/* For: Footer */
.rtl .main-download a.marl {margin-left: 33px;margin-right: 0;}
.rtl .address-list .tit-contain{display: block;}
.rtl .address-list .tit-name{float: right;}
.rtl .address-list .feature-icon p,.rtl .block-subscribe .block-title{text-align: right;}
.rtl .footer-menu-box .footer-menu-list{text-align: right;}
.rtl .footer-copyright{float: right;}
.rtl .payment,.rtl .footer_links_company{float: left;}
.rtl .social-link{float: right;margin: 0 0px 0 20px}
.rtl .social-link:last-child {margin-left: 0;}
.rtl .cms-static-mix .exclusive span{padding: 0 0px 0 30px;}
.rtl .footer-menu-box .footer-menu-list li a,.rtl .footer_links_company .links li a{border-left: 1px solid #ca941a;border-right:0;}
.rtl #backtotop{left: 15px;right: auto;}
/* For: Category */
.rtl .accor-title,.rtl ul.nav-accordion li a,.rtl .mean-bar .all-cat,.rtl .block .block-title,.rtl .col-left .magicproduct.mage-custom .item span,.rtl .filter-options .filter-options-title,.rtl .page-products .page-title-wrapper,.rtl .catalog-category-view .page-title-wrapper{text-align: right;}
.rtl ul.nav-accordion .expand, .rtl ul.nav-accordion .collapse{left: 0;right: auto;}
.rtl .filter-options .filter-options-title:after{left: 18px;right: auto;}
.rtl .swatch-option,.rtl .limiter,.rtl .sorter,.rtl .toolbar-amount{float: right;}
.rtl .modes,.rtl .toolbar-bottom .toolbar-products .pages{float: left;}
.rtl .addthis_toolbox.addthis_default_style .at300b,.rtl .addthis_toolbox.addthis_default_style .at300m,.rtl .post-holder .post-header .post-info{float: right;}
.rtl .filter-current .action.remove{left: 0px;right: auto;}
/* For: Product Page */
.rtl .product-view .product-shop,.rtl .label,.rtl .breadcrumbs,.rtl .product.data.items{text-align: right;}
.rtl.page-layout-1column .product-view .product.media,.rtl .product.data.items .items-tabs{float: right;}
.rtl .product-view .product-img-box .gallery-placeholder .fotorama-item .fotorama__stage{left: 0 !important;}
.rtl .fotorama__nav-wrap--vertical.fotorama__nav-wrap{left: auto; right: 0 !important;}
.rtl .product.data.items .data-tabs-content{border-right: 1px solid #eee;border-left: 0;}
.rtl .product-info-main .product.attribute ul, .rtl .product-info-main .product.attribute ol{direction: rtl;margin-right: -7px;margin-left: 0px;padding-right: 1.5em;padding-left: 0;}
.rtl .swatch-option.text{margin-right: 0px;margin-left: 10px;}
.rtl .filter-options-content .swatch-option-link-layered .swatch-option.color{margin: 0 0px 15px 10px;}
.rtl .product-items .product.details.product-item-details .swatch-option.color{margin-left: 10px;margin-right: 0;}
.rtl .swatch-option{margin: 0 0 15px 18px;}
.rtl .alo-social-links .custom-html .title-social{padding: 0 0px 0 10px;}
.rtl .product-view .product-shop .product-social-links a .icons, .rtl .product-add-form .product-social-links a .icons{margin: 0 0px 0 5px;}
.rtl .additional-timer-block .countdown{text-align: right;}
.rtl .additional-timer-block .timer-box:first-child{margin-left: 10px;margin-right: 0;}
.rtl .additional-timer-block .timer-box{margin: 0 10px;}
.rtl .products-list .images-container,.rtl .products-list .item .products-textlink{float: right;}
.rtl .products-list .item .products-textlink{padding: 0 0px 0 15px;}
.rtl .products-list .item .product-item-details{padding: 0 15px 0 0px;}
.rtl .products-list .item .products-textlink,.rtl .products.wrapper.list .product-item-details .product-reviews-summary,.rtl .products-list .item .product-item-inner{text-align: right;}
.rtl .product-reviews-summary .reviews-actions a:not(:first-child) {border-right: 1px solid #e2e2e2;}
.rtl .product-reviews-summary .reviews-actions a:not(:last-child){border: 0;}
.rtl .products-list .product-reviews-summary .reviews-actions .action{display: inline-block;}
.rtl .products-list .item .product-item-inner .add-to-links .action{float: none;margin: 0 0 0 10px;}
.rtl .product-item-description ul {padding-right: 1.5em;padding-left: 0;margin-right: -5px;margin-left: 0;}

/* For: checkout Page */
.rtl .opc .step-title,.rtl .fieldset > .field > .label,.rtl caption,.rtl th,.rtl td,.rtl table th{text-align: right;}
.rtl .field-tooltip{left: 0;right: auto;}
.rtl .field .control._with-tooltip input{margin-left: 10px;margin-right: 0;}
.rtl .opc-wrapper .fieldset > .field.required > label {padding-left: 25px;padding-right: 0;}
.rtl .table-checkout-shipping-method{float: right;}
.rtl .checkout-shipping-method .actions-toolbar{clear: both;}
.rtl .checkout-shipping-method .actions-toolbar > .primary{float: left;clear: both;}
.rtl .grid.products-grid .item {float: right;}
.rtl .store-title .title-store,.rtl .contact-content .page-subheading{text-align: right;}
.rtl .contact_info .icons,.rtl .contact-form .col-lg-5.col-md-5.col-sm-12.col-xs-12,.rtl .actions-toolbar .primary{float: right;}
.rtl .contact_info .flex{padding: 5px 65px 0 0px;}
.rtl .control.captcha-image .captcha-img{margin: 0 0px 10px 10px;}
.rtl.page-layout-2columns-left .column.main{float: left;}
.rtl.page-layout-2columns-left .sidebar-main{float: right;}
.rtl.page-layout-2columns-left .sidebar-additional{float: right;clear: right;}
.rtl .product.data.items .data-tabs-content {border-right: 1px solid #eee;}
.rtl.page-products .page-title-wrapper,.rtl.catalog-category-view .page-title-wrapper,.rtl .product-view .product-shop .add-to-links,.rtl .product-add-form .add-to-links {text-align: right;}
.rtl .product-view .product-shop .product-social-links a,.rtl .product-add-form .product-social-links a{margin: 0 0px 0 15px;}
.rtl .tool-account,.rtl .top-link-product,.rtl .minicart-wrapper{float: right;}
.rtl .alotheme .tool-padding {margin: 0 0px 0 10px;}
.rtl .minicart-wrapper .action.showcart .counter.qty{width: 24px;height:24px;line-height: 24px;right:-5px;}
.rtl .minicart-wrapper .block-minicart{right: auto;left: 0;}
.rtl .minicart-wrapper .block-minicart:after {right: auto;left: 25px;}
.rtl .minicart-wrapper .block-minicart:before{right: auto;left: 0;}
.rtl .timer-box{margin: 0 0px 0 12px;}
.rtl .timer-box:last-child{margin-left: 0;}
.rtl .timer-box:first-child:after{display: none;}
.rtl .timer-box:last-child:after{display: block;}
.rtl .opc-block-shipping-information .shipping-information-title .action-edit{left: 0;right: auto;}
@media (min-width: 992px) and (max-width: 1200px) {
	.rtl .minicart-wrapper .block-minicart{left: 0;right: auto;}
	.rtl .minicart-wrapper .block-minicart:after{left: 35px;right: auto;}
	.rtl .magicmenu .nav-desktop .level0 .level-top {padding: 15px 5px;}
	.rtl .price-box .price{font-size: 20px;}
}
@media(max-width:991px) {
	.rtl .header .logo, .rtl .content-logo,.rtl .hidden-top-bar,.rtl .tool-header,.rtl .footer_links_company,.rtl .footer-copyright{float: none;}
	.rtl .socials .page-footer-social{float: right;}
	.rtl .box-products .block-title-tabs .toggle-tab{left: 0;right: auto;}
	.rtl .box-products .block-title-tabs .magictabs.toggle-content{left: 0 ;right: auto;padding: 10px 20px !important;}
	.rtl .tool-setting,.rtl .payment,.rtl .header-slider-left {float: none;}
	.rtl .filter.active .filter-title strong{right: auto;left: 5px;}
	.rtl .nav-sections .mean-nav ul li a{text-align: right;}
	.rtl .nav-sections .mean-nav ul li .collapse,.rtl .nav-sections .mean-nav ul li .expand,.rtl .meanmenu-accordion .collapse,.rtl .nav-sections .mean-nav ul li .expand{right: auto;left: 10px;}
	.rtl .nav-sections .mean-nav ul li li a{padding: 10px 25px 10px 0px;}
	.rtl .nav-sections .mean-nav ul li li li a {padding: 10px 40px 10px 0px;}
	.rtl .nav-sections .mean-nav ul li a span.icon.fa-home{padding-left: 0;padding-right: 14px;}
	.rtl .tool-account, .rtl .top-link-product, .rtl .minicart-wrapper{float: none;}
	.rtl .breadcrumbs{text-align: center;}
	.rtl .content-products .product-item:nth-child(3n+1){clear: right;}
	.rtl .block-custom-product .magicproduct .products .item,.rtl .block-custom-product.block-custom-row-2 .magicproduct .products .item {min-height: 418px;}
	.rtl .products-list .item .products-textlink {padding: 0;}
	.rtl .products-list .item .products-textlink{float: none;}
}
/* Iphone 5 landscape */
@media(max-width:767px) {
	.rtl .mobile-collapsible .toggle-tab.mobile{left: 0;right: auto;text-align: left;}
	.rtl .policy .policy-box .box-content{text-align: right;}
	.rtl .socials{float: none;}
	.rtl .product-view .product-info-main{clear: both;}
	.rtl .footer-copyright, .rtl .socials,.rtl .product-rtl, .rtl .policy .policy-box,.rtl .banner-rtl {float: none;}
	.rtl .page-footer .main-download .block-title.heading {display: block;}
}
@media only screen and (max-width: 639px) {
	.rtl .product.data.items .data-tabs-content{border-right: 0;clear: both;}
	.rtl .block-footer-top .block-custom-product .magicproduct .products .item:nth-child(4n){margin-bottom: 20px;padding-bottom: 20px;}
	.rtl .alo-toggle .toggle-content {right: 0;left: auto;}
	.rtl .alo-toggle .toggle-content:after {right: 40px;left: auto;}
}
@media only screen and (max-width: 479px) {
	.rtl .minicart-wrapper .block-minicart:after {right: auto;left: 96px;}
}
@media (max-width: 360px) {
.alotheme .icons, .content-cart .minicart-wrapper .showcart .crat-icon::before {font-size: 18px;}
}


/*UPDATE RTL*/
.rtl .slick-prev{
  right:0;
  left:auto;
}
.rtl .slick-next{
  left:0;
  right:auto;
}
.rtl .home-slider .slick-arrow.slick-prev{
  left:auto;
}
.rtl .home-slider .slick-arrow.slick-next{
  right:auto;
}
.rtl .home-slider:hover .slick-prev{
  right:0;
}
.rtl .home-slider:hover .slick-next{
  left:0;
}
[dir="rtl"] .slick-next:before{
  content: "\f105";
}
[dir="rtl"] .slick-prev:before{
  content: "\f104";
}
.rtl .home-slider .slick-arrow.slick-prev{
  border-radius: 5px 0 0 5px;
}
.rtl .home-slider .slick-arrow.slick-next{
  border-radius:0 5px 5px 0;
}
.rtl .slick-arrow.slick-next{
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  box-shadow: -3px 0 3px 0 rgba(50, 50, 50, 0.2);
    -moz-box-shadow: -3px 0 3px 0 rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: -3px 0 3px 0 rgba(50, 50, 50, 0.2);
}
.rtl .slick-arrow.slick-prev{
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 3px 0 3px 0 rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 3px 0 3px 0 rgba(50, 50, 50, 0.2);
    box-shadow: 3px 0 3px 0 rgba(50, 50, 50, 0.2);
}
.rtl .minicart-wrapper .action.showcart .counter.qty{
  right:auto;
  left:-10px;
}
.rtl .alotheme .wishlist, .rtl .alotheme .onclick{
  padding: 0 10px 0 0;
}
.rtl .alotheme .tool-padding{
  margin: 0  0 0 20px;
}
.rtl .minicart-text{
  padding: 0 10px 0 0 ;
}
.rtl .header .welcome-msg{
  margin: 0 0 0 8px;
}
.rtl .header .welcome-msg:before{
  margin: 0 15px 0 0;
}
.rtl .cms-static-banner-menu.cms-static-position-none .text-menu{
  width: 32%;
}
.rtl .all-products:after{
  display: inline-block;
  content: "\f0d9";
  padding-left: 0px;
  padding-right: 10px;
}
.rtl .all-products:before{
  display: none;
}
.rtl .cms-static-product.block-custom-product .product-items{
  display: flex;
  flex-wrap: wrap;
}
.rtl .shopbrand .slick-arrow.slick-next{
  right:auto;
  left:0;
}
.rtl .shopbrand .slick-arrow.slick-prev{
  left:auto;
  right:0;
}
.rtl .block-subscribe .actions{
  right:auto;
  left:0;
}
.rtl .block-subscribe input.input-text{
  padding: 0 24px 0 130px;
}
.rtl .block-subscribe .actions button.button{
  border-radius: 3px 0 0 3px;
}
.rtl .footer-menu-box .footer-menu-list li:not(:last-child) a{
  border-left: 1px solid #999;
  border-right: none;
}
.rtl .footer-menu-box .footer-menu-list li:first-child a{
  padding-left: 5px;
  padding-right: 0;
}
.rtl .modes-mode > span{
  padding-left: 0;
  padding-right: 5px;
}
.rtl .review-ratings{
  float:right;
}
.rtl .review-ratings~.review-content,.rtl .review-ratings~.review-details{
  margin-right: 280px;
  margin-left: 0;
}
.rtl .block.related .products-grid .item:after,.rtl .block.upsell .products-grid .item:after{
  right:auto;
  left:0;
}
.rtl .actions-toolbar .primary .action{
  margin: 0  0 0 5px;
}
.rtl .login-container .block:nth-child(even){
  float:left;
}
.rtl .login-container .block:nth-child(odd){
  float:right;
}
.rtl .products-grid.wishlist .product-item .fieldset .field.qty{
  padding-right: 0;
  padding-left: 10px;
}
.rtl.account .column.main .block .block-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rtl.account .column.main .block .block-content:after{
  display: none;
}
.rtl.account .column.main .block .block-title{
  display: flex;
  flex-wrap: wrap;
}
.rtl.account .column.main .block .block-title>.action{
  margin-right: 7px;
}
.rtl .block-reorder .block-content .product-item-name{
  padding-left: 0;
  padding-right: 25px;
}
.rtl .block-reorder .product-item .field.item{
  float:right;
}
.rtl .block.account-nav .item a,.rtl .block.account-nav .item > strong{
  border-left:none;
  border-right: solid 3px transparent;
}
.rtl .block.account-nav .item.current a,.rtl .block.account-nav .item.current > strong{
  border-color: #ff5501;
}
.rtl.account .table:not(.cart):not(.totals)>tbody>tr>td.actions{
  display: flex;
  flex-wrap: wrap;
}
.rtl.account .table-wrapper .action{
  margin-right: 0;
  margin-left: 15px;
}
.rtl .order-links .item{
  margin-right: 0;
  margin-left: 20px;
}
.rtl .product-item .product-reviews-summary .rating-summary{
  margin: 0 0 0 4px;
}
.rtl .form-address-edit,.rtl .form.form-edit-account{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rtl .form-address-edit:after{
  display: none;
}
.rtl .modal-custom .action-close, 
.rtl .modal-popup .action-close,.rtl .modal-slide .action-close{
  right:auto;
  left:0;
}
.rtl .modals-quickview .modal-inner-wrap .modal-header{
  right:auto;
  left:0;
}
.rtl .cart-summary{
  float:left;
}
.rtl .cart-container .form-cart{
  float:right;
}
.rtl .minicart-wrapper .product .actions > .primary,
.rtl .cart.table-wrapper .actions-toolbar > .action-edit,
.rtl .cart.table-wrapper .actions-toolbar > .action-towishlist{
  margin-right: 0;
  margin-left: 10px;
}
.rtl .cart-summary .block>.title,
.rtl .paypal-review-discount .block>.title{
  padding: 7px 5px 7px 30px;
}
.rtl .cart-summary .block>.title:after,
.rtl .paypal-review-discount .block>.title:after{
  right:auto;
  left:-5px;
}
.rtl .cart.table-wrapper .product-item-photo{
  padding-right: 0;
  padding-left: 20px;
}
.rtl .opc-sidebar{
  float: left;
}
.rtl .opc-wrapper{
  float:right;
  padding-right: 0;
  padding-left: 30px;
}
.rtl .popup-newsletter .modal-inner-wrap .modal-header{
  right:auto;
  left:0;
}
.rtl .popup-newsletter.modal-popup .action-close{
  left:-10px;
}
.rtl .alo-magicslider .slick-dots{
  padding: 0 0 0 35px;
  text-align: left;
}
.rtl .alo-toggle .toggle-content:after{
  left:92px;
}
.rtl .minicart-wrapper .block-minicart:after{
  left:54px;
}
.rtl .footer-menu-box .footer-menu-list li:not(:last-child){
  margin-right: 0;
  margin-left: 10px;
}
.rtl .footer-menu-box .footer-menu-list li:not(:last-child):before{
  right:auto;
  left:-7px;
}
.rtl .footer-menu-box .footer-menu-list li:first-child a{
  padding: 0;
  border-left:none;
}
.rtl .footer-menu-box .footer-menu-list li:not(:last-child) a{
  padding: 0;
  border-left: none;
}
.rtl #backtotop{
  right:auto;
  left:15px;
}
.rtl .field.choice input{
 left:auto;
 right:0;
}
.rtl.account .page-title-wrapper .page-title, 
.rtl [class^="sales-guest-"] .page-title-wrapper .page-title, 
.rtl .sales-guest-view .page-title-wrapper .page-title{
  margin-right: 0;
}
.rtl .breadcrumbs li:not(:last-child):after{ 
  left:-4px;
  right:auto;  
}
.rtl .product-info-main .brand span, 
.rtl .feature-wrapper .brand span{
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product-view .product-shop .product-reviews-summary .rating-summary{
  margin: 0  0 0 10px;
}
.rtl .product-info-main .product-reviews-summary .reviews-actions .action{
  padding: 0 10px 0 10px;  
}
.product-info-main .product-reviews-summary .reviews-actions .action.add{
  padding-right: 0;
}
.rtl .product-info-main .product-reviews-summary .reviews-actions{
  direction: ltr;
}
.rtl .product-reviews-summary .reviews-actions a:not(:first-child){
  border-right: none;
  border-left: 1px solid #e2e2e2;
}
.rtl .product-info-main .stock.available, 
.rtl .product-info-main .stock.unavailable{
  margin-right: 0;
  margin-left: 20px;
  display: flex;
}
.rtl .product-info-main .stock.available:before, 
.rtl .product-info-main .stock.unavailable:before{
  margin-right: 0;
  margin-left: 2px;
}
.rtl .product-view .product-shop .product-social-links a:last-child,
.rtl .product-add-form .product-social-links a:last-child{
  margin: 0;
}
.rtl .block.block-related .block-subtitle{
  text-align: right;
  direction: ltr;
}
.rtl .opc-estimated-wrapper .estimated-block{
  float: right;
}
.rtl .sorter-label,.rtl .limiter .label{
  float:right;
}
.rtl .toolbar .modes{
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.rtl .mode-grid{
  margin-right: 0;
  margin-left: 15px;
}
.rtl .toolbar{
  display: flex;
  flex-wrap: wrap; 
}
.rtl .toolbar-bottom .toolbar-products .modes{
  display: none;
}
.rtl .toolbar-bottom .toolbar-products .pages{
  flex:1;
}
.rtl .searchsuite-autocomplete{
  left:auto;
  right:0;
}
.rtl .searchsuite-autocomplete .title{
  display: flex;
  justify-content: space-between;
}
.rtl .searchsuite-autocomplete ul li .qs-option-image{
  float:right;
}
.rtl .searchsuite-autocomplete ul li .qs-option-info{
  padding-left: 0;
  padding-right: 5%;
  text-align: start;
}
.rtl .form.create.account .actions-toolbar .secondary{
  float: left;
}
.rtl .box .box-actions{
  display: flex;
}
.rtl .box .box-actions .action:not(:first-child){
  margin-right: 5px;
}
.rtl .table-order-items .subtotal, .table-order-items .amount{
  text-align: left;
}
.rtl .actions-toolbar .secondary{
  float:left;
}
.rtl .cart-totals .amount, 
.rtl .opc-block-summary .table-totals .amount{
  text-align: left;
}
.rtl .cart.table-wrapper .item-actions td{
  text-align: end;
}
.rtl .opc-wrapper .shipping-address-item.selected-item:after{
  right:auto;
  left:0;
}
.rtl .opc-wrapper .shipping-address-item{
  padding: 20px 20px 20px 35px;
}
.rtl .checkout-payment-method .payment-methods .actions-toolbar .primary{
  float:left;
}
.rtl .opc-block-summary .items-in-cart>.title{
  padding: 10px 0 10px 40px;
}
.rtl .opc-block-summary .items-in-cart>.title:after{
  right:auto;
  left:0;
}
.rtl .opc-block-summary .product-item .product-item-name-block{
  text-align: right;
  padding-right: 0;
  padding-left: 5px;
}
.rtl .checkout-container .modal-custom .action-close{
  left:35px;
}
.rtl .detail-about .right-detail-about .box .box-content{
  padding-left: 0;
  padding-right: 20px;
  width: calc(100% - 44px);
}
.rtl .right-detail-about .box{
  display: flex;
  flex-wrap: wrap;
}
.rtl .store_info .flex{
  padding-left: 0;
  padding-right: 70px;
}
.rtl .store_info .icons{
  float:right;
}
.rtl .post-list-wrapper .post-posed-date,
.rtl .post-view .post-posed-date{
  float:right;
  margin-left: 10px;
  margin-right: 0;
  padding: 0  0  0 10px;
  border-left: 1px solid #e6e6e6;
  border-right: none;
}
.rtl .post-list-wrapper .item.post-categories,
.rtl .post-view .item.post-categories{
  float: right;
}
.rtl .widget.block-categories li{
  display: flex;
}
.rtl .widget.block-categories li a{
  padding-left: 5px;
}
.rtl .block.related ol.block-content{
  padding: 0 30px 0 0 ;
}
.blog-page.rtl .block.related .products-grid .item:after{
  right: 0;
  left: auto;
}
.rtl .cms-page-product.box-products-two .slick-active .item:before{
  left:auto;
  right:0;
}
.rtl .main-header{
  border-left: 1px solid #e6e6e6;
  border-right: none;
}
.rtl .rtl .vmagicmenu .block-title >strong{
  display: flex;
  align-items: center;
}
.rtl .vmagicmenu .block-title .vmagicmenu-subtitle{
  float:none;
  padding: 0 15px 0 0 ;
}
.rtl .home-slider img{
  transform: rotateY(180deg);
}
.rtl .home-slider .text-slide{
  right:27%;
}
.rtl .block-footer-bottom .row{
  display: flex;
  flex-wrap: wrap;
}
.rtl .block-subscribe .actions button.button{
  border-radius: 30px 0  0 30px;
}
.rtl .payment{
  float:right;
}
.rtl .footer_links_company .links li:last-child a{
  border: none;
}
.rtl .below-column ul li:not(:last-child) a{
  border-left: 1px solid #e6e6e6;
  border-right: none;
}
.rtl .support{
  border: none;
}
.rtl .cms-page-product.three-products .slick-active .item:before{
  left:auto;
  right:0;
}
.rtl .cms-page-product.four-products .slick-next{
  right:auto;
}
.rtl .cms-page-product.four-products .slick-prev{
  left:auto;
}
.rtl .hotcat-section .home-slider .slick-arrow.slick-next{
  right:auto;
}
.rtl .hotcat-section .home-slider .slick-arrow.slick-prev{
  left:auto;
}
.rtl .arrow-custom-right .block-title-tabs{
  border: none;
}
/* Jatinder css*/

.home-slider.autoplay.magicslider-3878075162.slick-initialized.slick-slider {
    display: none;
}

.block-title-tabs .alo-count-down.count-down-time {
    display: none;
}
.custom_div img.product-image-photo {
height: 200px;
object-fit: contain;
}
.custom_div2 img.product-image-photo {
height: 200px;
object-fit: cover;
}
.custom_div3 img.product-image-photo {
height: 150px;
object-fit: contain;
}
.custom_div1 img.product-image-photo {
   height: 200px;
   object-fit: contain;
} @media (min-width: 1200px) {}
/* 960px <= width < 1200px */
@media only screen and (min-width: 960px) and (max-width: 1200px) {}

@media(max-width:1200px) {}

/* 992px <= width < 1200px */
@media (min-width: 992px) and (max-width: 1200px) {
	.hotcat-section{position: static;}
	.top-banner .container-offer{width: 970px;}
	.hidden-top-bar{width: 41.6667%;}
	.setting-up{width: 38.3333%;}
	.alotheme .tool-padding {margin: 0 10px 0 0;}
	.alotheme .wishlist, .alotheme .onclick{padding: 0 0 0 5px;}
	.alotheme .text-account,.content-cart .minicart-wrapper .showcart .price{font-size: 12px;}
	.alotheme .text-bold,.content-cart .minicart-wrapper .showcart .text{font-size: 13px;}
	.alotheme .icons{font-size: 27px;}
	.alotheme .wishlist-icons{font-size: 23px;}
	.content-cart .minicart-wrapper .showcart .crat-icon:before{font-size: 25px;}
	.magicmenu .nav-desktop .level0.home{margin-left: 0;}
	.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children,
	.vmagicmenu .level0 .level-top-mega .mage-column .children{width:185px;}
	.vmagicmenu .vmagicmenu-narrow{padding-bottom: 5px;}
	.magicmenu .nav-desktop .level0 .level-top{padding: 15px 9px;}
	.magicmenu .level0 .level-top img {padding-right: 10px;}
	.vmagicmenu,.vmagicmenu .vmagicmenu-narrow{width: 230px;}
	.vmagicmenu .vmagicmenu-narrow > li:nth-child(n+12){display: block;}
	.vmagicmenu .vmagicmenu-narrow > li:nth-child(n+8) {display: none;}
	.cms-index-index .header-container-fixed, .header-container-fixed{position: static;animation-duration: 0;animation-fill-mode: none;animation-name: none;box-shadow: none;}
	.store_info .social-link{margin: 0 10px 5px 0;}
	.home-slider .slick-slide.slick-active .figcaption .caption1,.home-slider .slick-slide.slick-active .figcaption .caption2{font-size: 30px;line-height: 30px;}
	.timer-box{margin-bottom: 5px;}
	/* Banner */
	.banner-boder-zoom a img {max-width: 100%;}
	.socials > li {padding-left: 15px;}
	/* Policy / service */
	.alo-blog .post-description{padding-bottom: 10px;}
	/* newletter / socials */
	.payment img{margin: 0 auto;}
	.page-footer .block-newletter{margin: 0 0 20px;}
	.sidebar .bg-newletter .block.block-subscribe .block-content {padding: 15px;}
	.bg-newletter .block-subscribe .input-box .subscribe-panel{width: auto;}
	.block-subscribe .input-box,.block-subscribe .block-title{width: 100%;}
	.block-subscribe .input-box{padding: 10px 0 0;}
	.main-download a.marl {margin-right: 0;}
	.social-link{margin-right: 10px;}
	.cms-index-index .page-main-pal.container .product-quickview .page-title-wrapper{padding-right: 0;padding-left: 0;}
	/* sidebar */
	.sidebar .block .block-content,.block-tagclaud .tagclaud-hld {padding: 18px 0px;}
	.block.block-compare .empty {padding: 20px 10px;}
	/* Product Item */
	.category-products.grid .per-product{min-height: 355px;}
	.products-list .item .product-item-details{padding:  20px 15px;}
	.products-list .product-reviews-summary .reviews-actions .action {font-size: 11px;padding: 0 8px 0 8px;}
	.all-products{font-size: 12px;line-height: 40px;}
	.cms-page-mix-product .content-products .products .slick-prev {left: 0;}
	.cms-page-mix-product .content-products .products .slick-next {right: 0px;}
	/* About, Contact */
	.contact-index-index .page-title-wrapper .page-title{max-width: 970px;}
	.company-worker .item .hr span.first{padding-top: 45px;}
	.form-cart button.button, .form-cart button, .form-cart .cart .continue{padding: 0 20px;}
}	

@media(max-width:991px) {
	/* hidden on mobile */
	.hotcat-section{position: static;}
	.page-header{border: 0;}
	.cms-index-index .header-container-fixed, .header-container-fixed,.cms-index-index .header-container-fixed .main-fix,.page-products .header-container-fixed, .catalog-product-view .header-content.header-container-fixed{position: static;animation-duration: 0;animation-fill-mode: none;animation-name: none;box-shadow: none;background: transparent !important;}
	.menu-mobile-none,.quickview,#header-offer,.slide-vertiacal .vertical-align-left,.nav-sections .navigation-mobile .all-category{display: none !important;}

	.row.custom-row {margin-left: -15px;}
	.header-slider-left {padding-left: 15px;padding-right: 15px;}
	.home-slider .text-slide{left: 50px;}
	.slide-showcase .header-slider-left,.cms-page-countdown-products{width: 100%;}
	.cms-page-countdown-products{margin-top: 20px;}
	.home-slider .slick-slide.slick-active .figcaption .caption1,.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3{font-size: 22px;line-height: 22px;}
	.home-slider .slick-slide.slick-active .figcaption .caption2{font-size: 22px;}
	.home-slider .slick-slide.slick-active .figcaption .caption3{font-size: 16px;margin: 0;}
	.home-slider .slick-slide.slick-active .figcaption .caption4{margin-top: 0;font-size: 16px;}

	/* Logo Search and Cart */
	.header-top{text-align: center;}
	.header-content { padding: 18px 0 0;}
	.main-header .support span{line-height: normal;}
	.header .top-mobile,.header .welcome-msg{float: none !important;display: inline-block;clear: both;vertical-align: middle;width: auto;text-align: center;}
	.tool-setting{padding: 0;float: none;text-align: center;}
	.top-right .tool-setting,.top-right .header.links,.below-column,.alo-social-top, .links-wrapper-separators,.tool-setting .header-setting,.top-link-product{float: none;display: inline-block;vertical-align: middle;}
	.content-logo{width: 100%;margin: 0 0 15px;text-align: center;}
	.header-logo{position: relative;}
	.header .logo{display: inline-block;vertical-align: middle;margin: 0 auto;max-width: 300px;padding-left: 20px;}
	.fixed-mobile{width: 100%;}
	.hidden-top-bar .alo-toggle .toggle-tab.mobile{display: none !important;float: none;position: relative;z-index: 2;text-align: center;font-size: 20px;line-height: normal;}
	.tool-topsearch.toggle-tab-mobile .toggle-content{transform: none;left: auto;right: 0;}
	.header-icons .tool-header{float: none;text-align: center;margin-bottom: 10px;}
	.tool-padding,.minicart-wrapper{float: none;display: inline-block;text-align: left;}
	.header-icons{position: static;}
	.below-column ul li a,.header .welcome-msg,.support,.header-setting.currency_top{border: 0;}

	.mean-container a.meanmenu-reveal{padding: 15px;}
	.nav-sections .mean-container .mean-nav ul li.home a span.icon,
	.nav-sections-item-content .vmagicmenu,.nav-sections-item-content .magicmenu .nav-desktop,.header .magicmenu .level0 .level-top img{display: none !important;visibility: hidden;}
	.nav-sections .mean-container .mean-nav ul.nav-mobile{display: block !important;}
	.menu-mobile .nav-toggle,.header-logo .nav-toggle{display: inline-block;position: static;line-height: normal;padding: 0px;vertical-align: middle;top: 50%;left: 0;}
	.header-logo .nav-toggle{width: 30px;}
	.nav-before-open.nav-open .header-logo .nav-toggle{-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
	.nav-toggle { cursor: pointer;display: block;font-size: 0;text-decoration: none;top: 0px;z-index: 14;right: 50px;}
	.nav-toggle:before {display: inline-block;font-size: 30px; font-weight: normal;line-height: inherit;overflow: hidden;text-align: center;vertical-align: middle;}
	.nav-sections {background: #666 none repeat scroll 0 0;height: 100%;left: calc(-1 * (100% - 54px));overflow: auto;position: fixed;top: 0px;transition: left 0.3s ease 0s;-moz-transition: left 0.3s ease 0s;-webkit-transition: left 0.3s ease 0s;-o-transition: left 0.3s ease 0s;-ms-transition: left 0.3s ease 0s;width: calc(100% - 54px);}
	.nav-open .nav-sections {left: 0;z-index: 99;box-shadow: 0;}
    .nav-before-open .page-wrapper {height: 100%;left: 0;overflow: visible;position: fixed;transition: left 0.3s ease 0s;-moz-transition: left 0.3s ease 0s;-webkit-transition: left 0.3s ease 0s;-o-transition: left 0.3s ease 0s;-ms-transition: left 0.3s ease 0s;}
    .nav-open .page-wrapper {left: calc(100% - 0px);}
    .nav-before-open body {height: 100%;overflow: hidden;position: relative;width: 100%;}
    .nav-before-open body.cms-index-index{background-color: #fff;}
	.nav-before-open {height: 100%;width: 100%;}

	.nav-open .nav-toggle:after {background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;content: "";display: block;height: 100%;position: fixed; right: 0;top: 0;width: 100%;z-index: 1;}
	.nav-before-open.nav-open .nav-toggle{background-color: #333;height: 30px;line-height: 26px;left: auto;position: fixed;right: 0;top: 0;width: 30px;text-align: center;}
	.nav-before-open .nav-toggle:before{position: static;content: "\f00d";font-family: FontAwesome;color: #fff;font-size: 20px;}
	.nav-before-open .nav-toggle:hover:before{color: #fff;}
	.mean-container .mean-bar, .mean-container .mean-bar * {box-sizing: content-box;}

	.alo-blog .post-description{padding-bottom: 10px;}
	.alo-blog .block.widget{margin-bottom: 0 !important;}
	.cms-index-index .sidebar.sidebar-additional{padding-bottom: 0px;padding-top: 0px;}
	.bg-newletter .block-subscribe .input-box .visible .control, .bg-newletter .block-subscribe .actions,.bg-newletter .block-subscribe .control .mage-error{position: static;}
	.block-subscribe .input-box,.block-subscribe .block-title{width: 100%;}
	.block-subscribe .input-box{padding: 10px 0 0;}
	 /* Megashop, Magicproduct, Magiccategory */
	.product-title .magictabs .item .title, .block-title-tabs h3,.alo-brand .title.item span,.page-footer .block-title.heading,.block-subscribe .block-content .block-title .title,.block-newletter .block-subscribe .block-title p,.block-subscribe .block-title strong{font-size: 15px;}
	.cms-page-mix-product{margin-top: 30px;}
	.content-products .products .slick-next,.content-products .products .slick-prev{-webkit-transform: translate(0px, 0px);-ms-transform: translate(0px, 0px);transform: translate(0px, 0px);}
	.box-products .block-title-tabs{position: relative;}
	.box-products .block-title-tabs .toggle-tab{background-color: #fff;display: block !important;position: absolute;right: 0px;top: 50px;line-height: normal;font-size: 21px;cursor: pointer;color: #666;}
	.box-products.product-title .magic-category .block-title-tabs .toggle-tab{display: none !important;}
	.box-products .block-title-tabs .magictabs.toggle-content{display: none;position: absolute;top: 80px;right: 0;z-index: 50;background-color: #fff;float: none;padding: 10px 20px !important;box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);-o-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);}
	.box-products .block-title-tabs .magictabs.toggle-content.visible{display: block;}
	.box-products .block-title-tabs.toggle-visible .toggle-tab .fa{display: none;}
	.box-products .block-title-tabs.toggle-visible .toggle-tab:before{content: "\f00d";font-family: FontAwesome;}
	.box-products .megashop .magictabs .item,.box-products .megashop .magictabs .item .title,.box-products .magic-category .magictabs .item,.box-products .magic-category .magictabs .item .title{display: block;}
	.cat-view-all{padding: 0 13px;line-height: 35px;}
	.products-grid .product-name{overflow: visible;height: auto;}
	.custom-product.custom3{clear: both;}
	.hotcat-section .slick-arrow,.box-products .slick-arrow{visibility: visible;opacity: 1;}
	.cms-page-mix-product .content-products .products .slick-prev,.hotcat-section .home-slider .slick-arrow.slick-prev,.box-products .slick-prev{left: 0;}
	.cms-page-mix-product .content-products .products .slick-next,.hotcat-section .home-slider .slick-arrow.slick-next,.box-products .slick-next{right: 0px;}
	.block-custom-product .per-product .products-textlink,.block-custom-product .per-product .images-container{width: 100%;}
	.block-custom-product .per-product .images-container{padding-left: 15px;padding-right: 15px;}
	.block-custom-product .per-product .products-textlink{padding: 15px 8px 0;}
	.block-custom-product .magicproduct .products .item,.block-custom-product.block-custom-row-2 .magicproduct .products .item{min-height: 403px;}
	
	.box-products-one .products-grid .item{min-height: 370px;}
	.box-products-one .products-grid .item:nth-child(1), .box-products-one .products-grid .item:nth-child(2), .box-products-one .products-grid .item:nth-child(3), .box-products-one .products-grid .item:nth-child(4){border: 0;}
	.one-products .product-items .product-item:nth-child(4n+1):after{display: block;}
	.category-products .product-items .product-item:nth-child(3n+1):after,.no-nth-child .product-items .product-item:nth-child(5n+1):after{display: block;}
	.category-products .product-items .product-item:nth-child(2n+1):after,.no-nth-child .product-items .product-item:nth-child(3n+1):after{display: none;}
	.toolbar-amount,.modes-label{float: none;}
	.toolbar-bottom .toolbar-products .toolbar-amount{display: block;}
	.products-list .item .product-item-details {width: 65%;}
	.products-list .images-container{width: 35%;}
	.products-list .item .products-textlink,.products-list .item .product-item-inner{width: 100%;float: none;}
	.products-list .item .products-textlink{padding: 0;}
	.products-list .item .product-item-inner{min-height: inherit;margin-top: 10px;}
	.socials{float: none;}
	.payment,.main-download{width: 100%;clear: both; margin-top: 45px;}
	.main-download a.marl {margin-right: 10px;}
	.main-download a.marl,.main-download a.marr{margin-bottom: 10px;}
	.col-custom-footer-2{margin-top: 20px;}
	.footer-copyright,.footer_links_company{float: none;text-align: center;}
	/* About, Contact */
	.our-works .custom-mobile{margin-bottom: 30px;}
	.company-worker .item .img{width: 270px;margin: 0 auto;}
	.company-worker .info{text-align: center;}
	.company-worker .item .hr span.first{padding-top: 35px;font-size: 17px;}
	.company-worker .item .hr span.last{font-size: 30px;line-height: 30px;}
	.onclick .tool-onclick .toggle-content,.contact-form .fix-width{width: 100%;}
	.contact-form .fix-width:first-child{margin-bottom: 30px;}
	.locations .single-store,.locations .column_right{width: 50%;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {padding-left: 15px;padding-right: 15px;}
	.top-banner .container-offer{width: 750px;}

	/* banner, newsletter */
	.popup-newsletter .modal-inner-wrap{height: auto !important;}
	.sidebar .bg-newletter .block.block-subscribe .block-content{padding: 10px;}

	.toolbar-products .pages,.toolbar-bottom .toolbar-products .pages{float: none;margin: 10px 0 0;width: 100%;}
	.modes{clear: both;display: inline-block;float: none; margin: 0 auto;width: 100%;}
	.modes-mode,.pages li{float: none;}
	.data.table .custom-qty{width: 40px;}
	.cart-container .cart.main .action{margin-bottom: 10px;}
	.link-view{display: none;}
	.image-inner img{width: 100%;}
	.item_inner .img img{margin: 0 auto;}
	.limiter, .sorter{float: none;}
    .page-layout-2columns-left .product-view .product.media, .page-layout-2columns-right .product-view .product.media, .page-layout-3columns .product-view .product.media,
    .page-layout-2columns-left .product-view .product-info-main, .page-layout-2columns-right .product-view .product-info-main, .page-layout-3columns .product-view .product-info-main{width: 100%;}
	.block-viewed .block-content, .block-reorder .block-content{padding:0 10px;}
	.block-layered-nav dd{padding: 0 0 10px;}
	.swatch-link, .swatch-label{font-size: 10px}
	#narrow-by-list dd .swatch-link{margin-right: 0;}
	
	/* sidebar */
	.sidebar .block .block-content {padding: 18px 0px;}
	.block.block-compare .empty {padding: 20px 10px;}
	.sidebar .mean-container .mean-bar, .sidebar .mean-container .mean-bar *{box-sizing: inherit;}
	.sidebar .nav-accordion {padding: 13px 15px 0;}
	ul.nav-accordion ul {padding: 0 0 0 10px;}
	ul.nav-accordion li > ul.submenu > li > a{padding-left: 0;}
	ul.nav-accordion li a span {font-size: 14px;}
	.filter-options .filter-options-title{font-size: 14px;padding: 0 5px 10px;}
	.filter-options .filter-options-content{padding: 15px 10px 10px;}
	.sidebar .block .block-title,.accor-title{padding: 15px 5px;}
	.sidebar .block .block-title strong, .sidebar .magictabs .item.activated .title,.accor-title,.about-us-content .box-content .title, .detail-about .box .title, .right-detail-about .title{font-size: 16px;}
	.swatch-option.text{margin-right: 12px;}
	.filter-options .filter-options-content .item a,.filter-options .filter-options-content .item a span{font-size: 14px;}
	.filter-options .filter-options-content .item:before{padding-right: 5px;}
	.sidebar .block-custom-product .images-container,.sidebar .block-custom-product .products-textlink{width: 100%;}
    .sidebar .block-custom-product .products-textlink{padding: 10px 0 0;}
	#narrow-by-list dd .configurable-swatch-list li, #narrow-by-list dd ol.configurable-swatch-list li{width: 100%;}
	.category-products.grid .per-product{min-height: 375px;}
	/* Product Page */
	.page-layout-1column .product-view .product-primary-column .product.media,.page-layout-1column .product-view .product-primary-column .product-info-main{width: 100%;}
	.page-layout-1column .product-view .product-primary-column .product-info-main{margin-top: 30px;}
	.product-view .product-shop .no-display{display:none !important;}
	.product.data.items .items-tabs .item a{line-height: normal;padding: 10px 30px;}
	/* Policy / service */
	.policy .policy-box{width: 50%;}
	.policy .policy-box .box-content{margin-bottom: 10px;}
	/* Footer newletter / socials */
	.col-custom-footer-3{clear: both;}
	.block-subscribe .control .mage-error{position: absolute;}
	.block-subscribe .control .input-text.mage-error{position: static;}
	/* cart checkout */
	.opc-estimated-wrapper .minicart-wrapper{display: none;}
	.checkout-payment-method .payment-methods {margin: 0 !important;}
	.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .multicheckout .action.primary{padding: 0 30px;}
	.cart-container .cart-summary,.cart-container .form-cart{width: 100% !important;float: none !important;top: 0 !important;}
	.collapsible{margin-top: 15px;clear: both;}
	.block-footer-bottom .footer .block-title{font-size:15px;}
	.clearboth{clear: both;}
    .cart-table td {padding: 15px 13px;}
    .data-table tbody tr td .product-name a, .data-table tbody tr td .cart-price .price{font-size: 12px;}
}

/* Iphone 5 landscape */
@media(max-width:767px) {
	.container { padding-left: 15px;padding-right: 15px;}

	.nav-sections-item-content .vmagicmenu,.nav-sections-item-content .magicmenu .nav-desktop,.sidebar .accordion-container,.header .magicmenu .level0 .level-top img{display: none !important;visibility: hidden;}
	header.page-header .nav-sections-item-content {box-sizing: border-box;float: right;margin-left: -100%;margin-top: 20px;width: 100%;}
	header.page-header .nav-sections .switcher {border-bottom: 1px solid #888;border-top: 0;font-size: 15px;font-weight: 400;height: auto;margin: 0;padding: 0px 20px;text-align: left;}
	header.page-header .nav-sections .switcher-trigger strong:after{display: none;}
	header.page-header .nav-sections .switcher .options, footer.page-footer .nav-sections .switcher .options{padding: 12px 0;margin: 0;}
	header.page-header .nav-sections .top-form-language .switcher .options:before{display: none;}
	header.page-header .nav-sections .nav-sections-item-title{background: #999 none repeat scroll 0 0;border-color: #999;width: 50%;display: none;}
	header.page-header .nav-sections .nav-sections-item-title.active{background: transparent;border: 0;}
	header.page-header .nav-sections .section-item-title .nav-sections-item-switch{font-size: 15px;color: #fff;}
	header.page-header .nav-sections .section-item-title.active .nav-sections-item-switch {color: #fff;}
	header.page-header .nav-sections .switcher .options:before{display: none;}
	header.page-header .nav-sections .switcher-options strong span, header.page-header .nav-sections .switcher .options .action{color: #fff;}

	/* Slide main */
	.home-slider .slick-slide.slick-active .figcaption .caption1, .home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3{font-size: 18px;line-height: 18px;}
	.home-slider .slick-slide.slick-active .figcaption .caption2{font-size: 18px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption2, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2{font-size: 16px;line-height: 16px;}
	.home-slider .slick-slide.slick-active .figcaption .caption3,.home-slider .slick-slide.slick-active .figcaption .caption4{font-size: 14px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1 {margin: -10px 0 10px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1 span{font-size: 50px;}
	.home-slider .slick-slide.slick-active .figcaption .btn-shop{font-size: 13px;line-height: 30px;padding: 0 20px;}
	.home-slider .slick-arrow{top: 35%;width: 35px;height: 50px;line-height: 50px;}
	.home-slider .slick-arrow.slick-prev:before, .home-slider .slick-arrow.slick-next:before{line-height: 50px;}
	/* Policy / service */
	.policy .policy-box{width: 100%;margin: 0 0 20px;}
	.policy .policy-box .box-content{border-right: 0;text-align: left;}
	/* banner, newsletter */
	.banner-show-3{margin-top: 40px;}
	.sidebar-additional-custom .banner-boder-zoom,.banner-show-3 .banner-boder-zoom{max-width: 370px;margin: 0 auto 10px;}
	.banner-show-2 .banner-boder-zoom{max-width: 430px;margin: 0 auto 20px;}
	.banner-boder-zoom a img{margin: 0 auto;}
	.cms-static-popup .static-popup-right{padding-left: 20px;}
    .popup-newsletter.modal-popup.modal-slide{left: 0;padding: 0 30px;right: 0;}
    .popup-newsletter .modal-inner-wrap{width: 100% !important;height: auto !important;background-image: none !important;background-color: #ffffff;}
	#fancybox-wrap ,#fancybox-overlay{display: none !important;}
	#popup-newsletter .block-content .promotions{margin: 0;text-align: center;}

	/* Megashop */
	.megashop .content-products .products .slick-arrow,.content-products .products .slick-arrow,.shopbrand .slick-arrow,.box-up-sell .products .slick-arrow, .crosssell .products .slick-arrow, .block-related .products .slick-arrow, .post-bottom .related .products .slick-arrow{visibility: visible;opacity: 1;width: 40px;height: 40px;line-height: 40px;}
	.content-products .products .slick-next,.content-products .products .slick-prev,.shopbrand .slick-next,.shopbrand .slick-prev,.home-slider .slick-next,.home-slider .slick-prev,.auto-height .slick-next,.auto-height .slick-prev,.home-slider .slick-arrow.slick-next,.home-slider .slick-arrow.slick-prev{-webkit-transform: translate(0px, 0px);-ms-transform: translate(0px, 0px);transform: translate(0px, 0px);}
	.cms-page-mix-product .custom-product .item .products-textlink{min-height: inherit;}
	.slick-prev:before, .slick-next:before{line-height: 40px;}
	.arrow-custom-right .slick-prev:before, .arrow-custom-right .slick-next:before{line-height: 49px;}
	.all-products{position: static;}
	
	.col-left{margin-top: 30px;}
	.block.block-reorder .no-display{display: none !important;}
	.block-collapsible-nav{position: static;}
	.dropdown-switcher ul {margin: 0;}
	.header .mini-maincart {position: static;}
	.header .cartSummary {position: relative;}
	.miniCartWrap .icons{padding: 6px;font-size: 24px;}
	.dispaly-phone{text-align: center;margin:10px 0 0;}

	.box{padding-bottom: 0;}
	.box-top img{width: 100%;}
	#magicshop_quickview_handler{display:none !important;}
	.link-view{display: none;}
	.magictabs .item span{font-size:12px;}
	.block-title h2 span.title-top {font-size: 30px;padding: 0 0 20px;}
	.image-inner img{width: 100%;}
	.contact-content .fieldset{padding-left: 0;}
	.contact-form:before{display: none;}
    /* About, Contact */
    .page-team-content >.container{padding-left: 30px;}
    .our-works .col-left, .crazy-team .col-left{padding-left: 15px;padding-right: 15px;margin-top: 0;}
	.right-detail-about{margin-top: 30px;}
	.company-worker .item{padding-bottom: 20px;}
	.onclick .tool-onclick .toggle-content,.contact-form .fix-width{width: 100%;}
	.contact-index-index .page-title-wrapper .page-title span{font-size: 30px;padding-left: 15px;}
	.contact_info .border_right{border: 0;}
	.contact-form .fix-width:first-child{margin-bottom: 30px;}
	.store_info li:last-child{padding-bottom: 30px;}
	.custom-mobile .block-title{padding-top: 30px;}
	.locations .single-store,.locations .column_right{width: 50%;}

	.toolbar-products .pages,.toolbar-bottom .toolbar-products .pages{float: none;margin: 10px 0 0;width: 100%;}
	.modes{clear: both;display: inline-block;float: none; margin: 0 auto;width: 100%;}
	.modes-mode,.pages li{float: none;}
	.limiter, .sorter{float: none;}
	.block-custom-left .item .product-item-info .product-item-details{margin: 5px 0 0 0;}
	.pagecrumbs-title, .page-title-wrapper h1 span{font-size: 18px;}
	.breadcrumbs .inner-breadcrumbs li a, .breadcrumbs li strong,.breadcrumbs li{font-size: 14px;line-height: 20px;}
	.page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main,
	.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, 
	.page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional,
	.blog-post-view .sidebar.sidebar-additional, .blog-index-index .sidebar.sidebar-additional, .blog-index-index.page-layout-2columns-left .sidebar.sidebar-additional{width: 100% !important;}
	.page-layout-2columns-left .product-view .product.media, .page-layout-2columns-right .product-view .product.media, .page-layout-3columns .product-view .product.media,
    .page-layout-2columns-left .product-view .product-info-main, .page-layout-2columns-right .product-view .product-info-main, .page-layout-3columns .product-view .product-info-main{width: 100%;}
	.blog-index-index.page-layout-2columns-left .column.main, .blog-index-index.page-layout-2columns-right .column.main, .blog-post-view.page-layout-2columns-right .column.main, .blog-post-view.page-layout-2columns-left .column.main{width: 100% !important;}
	.page-layout-2columns-left .column.main{margin-bottom: 50px;}
	.sidebar .block-custom-product .product-items .product-item-info .product-item-photo{position: static;}
	.sidebar .block-custom-product .product-items .product-item-details{margin: 0;}

	.products-list .item .add-to-links { margin: 10px 0 0;}
	.post-list-wrapper ol.post-list{padding: 0;}
	/* Product Page */
	.page-layout-1column .product-view .product.media,.page-layout-1column .product-view .product-info-main{width: 100%;}
	.product-view .product-shop .no-display{display:none !important;}
	.product-collateral .box-reviews .data-table thead th{text-transform: capitalize;}
	.product-view .product-info-main {padding-top: 20px;}
	.product.data.items .items-tabs .item a{line-height: normal;padding: 10px 30px;}
	.nobr{font-size:12px;}
	/* cart checkout */
	.cart.table-wrapper thead{display: none;}
	.cart.table-wrapper .item .col.item{padding:25px 0 10px 75px;}
	.cart.table-wrapper .product-item-photo{position: static;max-width: 100%;}
	.cart.table-wrapper .actions-toolbar{position: relative;min-height: 20px;padding-bottom: 30px;}
	.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {display: inline-block;position: absolute;right: 16px;text-decoration: none;top: 0;}
	.cart.table-wrapper .action {margin-right: 15px;}
	.cart.table-wrapper .action:last-child {margin-right: 0;}
	.cart.table-wrapper .actions-toolbar > .action-delete {right: 0;}
	.data-table tbody tr td .cart-price .price{font-size: 12px;}
	.cart-container .cart.main .action{margin-bottom: 10px;}
	.cart .page-title{padding:10px 0;}
	.minicart-wrapper .action.showcart:after{margin: 0;}
	/* login */
	.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), .block-addresses-list .items.addresses > .item:nth-child(1), .form-edit-account .fieldset:nth-child(1), .form-address-edit .fieldset:nth-child(1), .storecredit .block:nth-child(1), .paypal-review-discount .block:nth-child(1), .cart-discount .block:nth-child(1) {clear: both;float: none;}
	.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), .block-addresses-list .items.addresses > .item:nth-child(2), .form-edit-account .fieldset:nth-child(2), .form-address-edit .fieldset:nth-child(2), .storecredit .block:nth-child(2), .paypal-review-discount .block:nth-child(2), .cart-discount .block:nth-child(2) { float: none;}
	.account .column.main .block:not(.widget) .block-content .box{width: 100%;margin-bottom: 30px;}
	.login-container .fieldset::after{text-align: left;margin-bottom: 30px;margin-top: 10px;}
	.login-container .block{float: none;width: 100%;}
	.login-container .actions-toolbar .secondary{padding-top: 10px;}
	/* compare */
	.block-compare .actions-toolbar .primary,.block-compare .actions-toolbar .secondary{display: inline-block;vertical-align: middle;}
	.block-compare .actions-toolbar .secondary{padding-left: 10px;}

	.cart .crosssell{margin:20px 0 0 0;}
	.main .col-main {padding: 0 15px;}
	.product-image-gallery .gallery-image.visible {width: 100%;}
	.cart .totals {margin: 0 0 15px 0;}
	.checkout-onepage-index .main-container {padding-top: 0;}
	.customer-account-index .main-container { margin-top: 0;}
	/* Footer newletter / socials */
	.block-subscribe .input-box{margin-top: 0;padding: 0;}
	.block-subscribe .input-box .visible{position: relative;margin-top: 15px;}
	.footer-copyright,.introduce-paypal{float: none;text-align: center;}
	.clear-both{clear: both;}
	.page-footer .block-title.heading{margin: 0;}
	.page-footer .socials{float: none;}
	.col-custom-footer-2{margin-top: 0px;}
	.footer-left{padding-left: 15px;}

    .mobile-collapsible{clear: both;position: relative;}
    .mobile-collapsible .toggle-visible{margin-bottom: 20px;}
	.mobile-collapsible .toggle-tab.mobile{color: #aaa;cursor: pointer;display: block !important;font-size: 20px;line-height: normal;font-weight: bold;margin: 0;padding: 0;position: absolute;right: 0;text-align: right;top: 0;width: 100%;}
	.toggle-content{ display: none;}
	.toggle-content.visible{ display: block; padding-bottom: 15px;}
	.page-footer .toggle-tab:before{content: "\f107";font-family: FontAwesome;}
	.page-footer .toggle-visible .toggle-tab:before{ content: "\f106";}
	.narrow-by{position: relative;padding: 5px 0;outline:medium none !important;margin: 0;}
	.tool-account .toggle-content.visible{padding-bottom: 0;}
	.payment-icon{margin-bottom: 30px;}
	.socials .icon-social{margin-top: 0;}
}

@media only screen and (max-width: 639px) {
	.col-mobile-plus-12{width:100%}
	.col-mobile-plus-6{width:50%}
	.col-mobile-plus-4{width:30.3333333333%}
	.col-mobile-plus-3{width:25%}
	.col-mobile-plus-2{width:16.6666666666%}
	.col-mobile-plus-1{width:8.33333333333%}
	.col2-set .col-1 { width: 100%;margin-bottom: 20px;}
	.col2-set .col-2 {float: right;width: 100%;}
	.header-top-link ul.links li {float: none;display: inline-block;}
	.alo-toggle .toggle-content{left: 0;right: auto;}
	.alo-toggle .toggle-content:after{left: 40px;right: auto;}
	.home-slider .slick-slide.slick-active .figcaption .caption4{display: none;}
	#popup-newsletter .block-content{padding: 19px 25px 24px;}
	#popup-newsletter .newsletter-new{padding: 22px 0px 0;}
	.promo-panel-text.text-lage{padding: 0 0px 8px;}

	.category-banner .box-product-content .box-product {float: none;padding-right: 0px;width: 100%;}
	.category-banner .box-product-content .box-product-adv{display: none;}
	.block-custom-product .magicproduct .products .item,.block-custom-product.block-custom-row-2 .magicproduct .products .item{border: 0;min-height: inherit;}
	.block-custom-product .products-grid .item:nth-child(3n+1):after,.no-nth-child .product-items .product-item:nth-child(3n+1):after{display: block;}
	.no-nth-child .product-items .product-item:nth-child(2n+1):after{display: none;}
	.page-footer .main-download .block-title.heading{display: block;}
	/* Contact*/
	.about-us-content .box-content .title, .detail-about .box .title, .right-detail-about .title{font-size: 15px;}
	.store-item .store_info{width: 100%;}
    .single-store,.column_right{width: 100%;}
    .locations .single-store,.locations .column_right{width: 100%;}
    .locations .column_right{padding: 0 0 30px;}
    .locations .container{padding-right: 0;padding-left: 0;}
    /* Privacy Policy */
	.cms-page-view .data-table tbody th, .cms-page-view .data-table tbody td{display: block;}
	.cms-page-view .data-table thead{display: none;}
	.search-form .form-list input.input-text,.search-form .guest-select{width: 100% !important;}

	.account-login .content { min-height: 100px;}
	.account-login .buttons-set {margin: 0; padding: 0;}
	.modes{float: none;vertical-align: middle;display: inline-block;}
	.modes, .toolbar-products .pages,.toolbar .limiter, .toolbar .sorter{padding: 5px 0;vertical-align: middle;}
	.sorter{padding: 0;}
	.product.data.items > .item.title{display: block;width: 100%;margin: 0;padding: 0;background-color: #eee;}
	.product.data.items > .item.title.active{background-color: #fff;}
	.product.info.detailed .product.data.items > .item.title .switch::after,.product.data.items > .item.title::before{display: none;}
	.product.data.items > .item.title > .switch{padding: 10px;}
	.form-wishlist-items .actions-toolbar button{margin:0 0 5px 0;}
	.product.data.items .items-tabs,.product.data.items .data-tabs-content{float: none;width: 100%;}
	.product.data.items .data-tabs-content{border-left: 0;}

	.form-address-edit .fieldset,.account .column.main .block:not(.widget) .block-content .box,.wishlist-index-index .products-grid.wishlist .product-item,.login-container .block,.form.create.account > .fieldset{width: 100%;}
	.account .column.main .block:not(.widget) .block-content .box{margin-bottom: 20px;}
	.account .form-address-edit .actions-toolbar{padding-top: 20px;}
	.account .form-wishlist-items .actions-toolbar{padding-bottom: 20px;}
	.account .form-wishlist-items .actions-toolbar .action{margin-bottom:10px;}
	.login-container .fieldset:after {text-align: left;}

	.toolbar-amount, .modes-label,.toolbar .limiter,.modes{display: none;}
	.toolbar .sorter{position: absolute;top: 0;right: 0;padding: 0;}
	.toolbar{margin-bottom: 0;}
	.sorter-label, .limiter .label{font-size: 12px;padding: 0 5px;}

	.sidebar .block .block-content.filter-content,.sidebar .block .block-title.filter-title,.sidebar .block.filter{border: 0;padding: 0;}
	.alocolumns:after {clear: both;content: " ";display: block;height: 0;overflow: hidden;visibility: hidden;}
	.page-products .alocolumns {padding-top: 60px;position: relative;z-index: 1;}
	.filter-options {display: none;margin: 0;}
	.filter.active .filter-options {background: #fff none repeat scroll 0 0;bottom: 0;display: block;left: 0;overflow: scroll;position: fixed;right: 0;top: 50px;z-index: 10;padding: 0;}
	.filter.active {position: relative;visibility: visible;z-index: 99;}
	.filter.active .filter-title {height: 48px;left: 0;position: fixed;right: 0;top: 0;z-index: 2;}
	.sidebar .filter-title strong {border: 1px solid #ccc;border-radius: 3px;font-weight: 400 !important;left: 15px;line-height: 16px !important;padding: 7px 10px !important;position: absolute !important;text-align: center;top: 0;z-index: 2;font-size: 14px !important;cursor: pointer;}
	.filter.active .filter-title strong:after {color: #7d7d7d;content: "\f00d";display: inline-block;font-family: FontAwesome;font-size: 16px;font-weight: normal;line-height: inherit;overflow: hidden;text-align: center;vertical-align: middle;}
	.filter.active .filter-title strong {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 0 none;box-shadow: none;color: transparent !important;display: inline-block;left: auto;right: 10px;text-decoration: none;top: 10px;cursor: pointer;}
	.filter-subtitle {display: none;}
	.filter.active .filter-subtitle {background: transparent none repeat scroll 0 0;display: block;height: 50px;left: 0;line-height: 32px;position: fixed;right: 0;top: 0;z-index: 1;}
	.filter .filter-subtitle {font-size: 20px;font-weight: 300;}
	.filter .block-subtitle {border-bottom: 1px solid #ccc;font-size: 14px;font-weight: 600;line-height: 1em;padding: 10px 10px 20px;}
	body.filter-active .page-wrapper {height: 0;margin-top: -999999em;visibility: hidden;}
	body.filter-active .page-header {display: none;}
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
	.data-table td.last { border-bottom: 1px solid #dddddd !important;}
	.data-table tfoot {border-bottom: none;}
	.data-table thead th{border-left: 1px solid #dddddd;border-bottom: 0 none;}
	.data-table thead.hidden-phone{display:none;}
	.data-table tbody th, .data-table tbody td{border-bottom: 0;}
	.product-view .box-reviews .form-add .data-table td{border-bottom: 1px solid #DDDDDD !important;}
}
@media only screen and (max-width: 576px) {
	.content-countdown-products .block-title-tabs{margin-bottom: 45px;}
	.content-countdown-products .block-title-tabs h3{float: none;display: block;padding: 0;}
	.absolute-countdown .alo-count-down{float: none;top: 38px;clear: both;padding: 0;}
	.absolute-countdown .alo-count-down .countdown {text-align: left;}
}

/* width < 480px */
@media only screen and (max-width: 479px) {
	.col-mobile-12{width:100%}
	.col-mobile-6{width:50%}
	.col-mobile-4{width:30.3333333333%}
	.col-mobile-3{width:25%}
	.col-mobile-2{width:16.6666666666%}
	.col-mobile-1{width:8.33333333333%}

	.content-logo {width: 100%;}
	.header-logo {text-align: center;}
	.tool-topsearch,.header-icons{width: auto;}
	.content-cart,.minicart-wrapper,.content-cart .minicart-wrapper{position: static;}
	.menu-mobile{width: 100%; margin-top: -40px;}
	.alotheme .tool-padding {margin: 0 5px 0 0;}
	.alotheme .wishlist, .alotheme .onclick{padding: 0 0 0 5px;}
	.alotheme .icons,.content-cart .minicart-wrapper .showcart .crat-icon:before{font-size: 26px;}
	.minicart-wrapper .block-minicart{width: 100%;}
	.minicart-wrapper .block-minicart:after{right: 96px;}
	.header .form-search .field.search{width: 90%;}
	.header .form-search button.button{width: 10%;}
	.header .form-search button.button span{font-size: 0;}
	.header .form-search button.button span span .seach-text, .header .form-search button.button span .fa{display: block;line-height: 30px;font-weight: normal;}

	.home-slider .text-slide{left: 20px;}
	.home-slider .slick-slide.slick-active .figcaption .btn-shop{height: 30px;line-height: 30px;font-size: 13px;margin-top: 10px;}
	.home-slider .slick-arrow,.home-slider .slick-slide.slick-active .figcaption .caption5{display: none !important;}

    /* Hot Deals newletter / socials */
	.title-social{margin-right: 0;}
	#popup-newsletter .block-content{padding: 20px;width: 100%;}
	#popup-newsletter .big-size{font-size: 40px;line-height: 40px;}
	.promo-panel-text.text-lage,.promo-panel-text .sale-off{font-size: 20px;}

	.product-shop-content{padding: 0;}
	.five-products .magicproduct, .three-products .magicproduct {padding: 0 10px 17px;}
	.block-custom-product .magicproduct:before,.block-custom-product .magicproduct:after{width: 10px;}
	.product-title .magictabs .item .title, .block-title-tabs h3,.page-footer .block-title.heading,.crosssell .block-title strong, .block-related .block-title strong,.block.related .block-title strong, .box-up-sell .block-title strong{font-size: 15px;}
	.price-box .price{font-size: 20px;}
	.all-products{font-size: 13px;line-height: 40px;}
	/* About */
	.page-team-content,.crazy-team-inner {padding-top: 70px;}
	.detail-about .left-detail-about .box,.crazy-team-slide .item{width: 100%;}
	.crazy-team-slide .item{margin: 0 0 30px;}
	.crazy-team-slide .item .team-item a img{margin: 0 auto;}
	.item-contact-info{width: 100%;}
	.store_info:before,.store_info:after{display: none;}
	.block-title h2 span {font-size: 20px;}
	.cartSummary .icon-cart {font-size: 17px;}
	.nbs-flexisel-item img {display: inline-block;}
	.cart-table td{padding: 10px;}
	.sidebar .product-items .product-item-info {width: 100%;}
	.products-list .item .product-item-details{width: 100%;padding: 0;}
	.products-list .images-container,.products-list .item .products-textlink{width: 100%;}
	.products-list .product-shop{padding-top: 10px;}
	.product-item-description{padding: 15px 0 0 0px;}
	.category-products .products-grid .item.col-mobile-12{padding-left: 10px;padding-right: 10px;}
	.product.data.items > .item.content{padding: 55px 0 20px;}
	.product-view .toggle-tabs .item, .product.data.items > .item.title{letter-spacing: 0;}
	.wishlist-index-index .products-grid.wishlist .product-item{width: 100%;}
	.product-options-bottom .add-to-cart, .product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions{float: none;margin: 0;width: 100%;}
	.product-view .product-shop .product-social-links, .product-add-form .product-social-links{margin: 0;}
	/* Contact */
	.contact-content .store-contact .store1 .store-item{width: 100%;}
}

/* Iphone 4 landscape */
@media (max-width: 360px) {
	.minicart-wrapper .block-minicart:after{right: 36px;}
	.home-slider .text-slide.text-slide1, .home-slider .text-slide.text-slide3{right: auto;left: 15px;}
	.home-slider .slick-slide.slick-active .figcaption .caption4{display: none;}
	.slick-dots{bottom: 10px ! important;}
	.block-subscribe input.input-text{padding: 0 24px 0 24px;}
	.block-subscribe .actions{position: static;margin-top: 10px;}
	.social-link{margin: 0 10px 0 0;}

	.category-products .products-grid > li {width: 100%;}
	.data.table .custom-qty{width: 40px;}
	.crazy-team-slide .item{width: 100%;}
	.popup-newsletter.modal-popup.modal-slide{padding: 0 20px;}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.checkout-cart-index .col-main .page-title h1, .checkout-cart-index .col-main .page-title h2 {float: none;text-align: center;}
	.col2-set,.col2-set2 { float: none;width: 100%;margin-bottom: 10px;}
	.account-login .col2-set,.account-login .col2-set2 { float: none;width: 100%;margin-bottom: 10px;}
	.multiple-checkout .col2-set .col-1,.multiple-checkout .col2-set .col-2 {float: none;width: 100%;margin-bottom: 10px;}
	.my-wishlist .buttons-set {text-align: center; padding: 20px 0 0;}
	.my-wishlist thead.hidden-phone{display:none;}
	a.btn-edit, a.btn-remove{margin:0 auto;float:none;}
	.mini-contentCart .product-details a.btn-remove,.mini-contentCart .product-details a.btn-edit{float: left;margin: 0 5px 0 0;}
	.box-support ul li{margin-top:10px;}
} 

/* IPHONE 4 + 5 Portrait */
@media only screen and (min-width: 240px) and (max-width: 320px) {
	.home-slider .slick-slide.slick-active .figcaption .caption3{display: none;}
	.below-column ul li a:before{margin: 0 5px;}
	#products-list .item .product-shop{ margin-top: 20px;}
}

@media only screen and (min-width: 240px) and (max-width: 319px) {
	.sorter .view-mode,.sorter .sort-by,.sorter .limiter,.sorter .pull-right{width: 100%;text-align: left;}
}






/* FIXED RESP */

/*RESP*/
@media screen and (min-width: 1480px){
	.products-grid .item.slick-slide.slick-current:after, .products-grid .slick-slide.slick-current .item:after, .main-product .cms-page-mix-product .products-grid .item:after, .block-custom-product .products-grid .item:nth-child(3n+1):after, .category-products .product-items .product-item:nth-child(3n+1):after, .box-products .product-items .item:first-child:after{
	  display: block;    
	}
	.products-grid .item.slick-slide.slick-current:after, .products-grid .slick-slide.slick-current .item:after, .main-product .cms-page-mix-product .products-grid .item:after, .block-custom-product .products-grid .item:nth-child(4n+1):after, .category-products .product-items .product-item:nth-child(4n+1):after, .box-products .product-items .item:first-child:after{
	  opacity: 0;
	  }
	  .cms-static-product.block-custom-product .magicproduct .products .item{
		border-bottom: 1px solid #e6e6e6;
	  }
	.cms-static-product.block-custom-product .magicproduct .products .item:nth-child(4)~.item{
	  border-bottom: none;
	}
	body.widescreen .container{
		max-width: 1430px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cms-page-mix-product .custom-product{
	  width:calc(100%/5);
	}
	.cms-page-mix-product  .cms-page-countdown-products{
	  width:calc(100%/5*2);
	}
	.cms-page-mix-product  .cms-page-countdown-products .slick-active:after{
	  content: "";
	  background-color: #e6e6e6;
	  bottom: 0px;
	  left: 0px;
	  position: absolute;
	  top: 28px;
	  width: 1px;
	  height: 65%;
	  opacity: 1 !important;
	}
	.category-products.grid.products-grid .item{
	  display: flex;
	}
	.page-footer .main-download .block-title.heading{
	  display: block;
	}
	.post-view .post-content .post-description .post-ftimg-hld img{
	  width:auto !important;
	}
	.header .form-search .catalogsearch-box{
	  width:130px;
	}
	.header .form-search button.button{
	  width:60px;
	}
	.header .form-search .catalogsearch input.input-text{
	  width:calc(100% - 130px);
	}
	.header .form-search .field.search{
	  width:calc(100% - 60px);
	}
	.page-layout-2columns-left .sidebar-main,
	 .page-layout-2columns-left .sidebar-additional, 
	 .page-layout-2columns-right .sidebar-main, 
	 .page-layout-2columns-right .sidebar-additional{
	  width: 300px !important;
	}
	.page-layout-2columns-left .column.main, 
	.page-layout-2columns-right .column.main{
	  width:calc(100% - 300px) !important;
	}	
  } 
  @media(min-width:992px){
	  .header-contente-mobile >.container{
		  max-width: none !important;
		  padding-left: 0 !important;
		  padding-right: 0 !important;
	  }
  }
  @media(max-width:991px){
	.header.header-container-fixed .header-content{
		display: block;
		/* box-shadow: 0px 0px 5px rgba(0,0,0,.3); */
		position: relative;
	}
	.header.header-container-fixed .header-content:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 12px;
		top: 100%;
		left:0;
		display: none;
		background:transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==');
	}
	
	.cms-index-index .header-container-fixed, .header-container-fixed{
		position: fixed;
	}
	.header-container-fixed .header-content .tool-topsearch .toggle-tab{
		display: block;
		font-size: 30px;
	}
	.header-container-fixed .header-content .tool-topsearch .toggle-content{
		display: none;
		position: absolute;
		top: 100%;
		z-index: 9;
		left: 5px;
		right: 5px;
		width: calc(100% - 10px);
	}
	.header-container-fixed .header-content .tool-topsearch .toggle-content.visible{
		display: block;
	}
	.header-container-fixed .header-content .row{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.header-container-fixed .content-logo{
		width:auto;
		margin-bottom: 0;
		flex: 1;
		text-align: start;
	}
	.header-container-fixed  .fixed-mobile{
		width: auto;
		position: static;
	}
	.header-container-fixed .header-icons{
		width:auto;
	}
	.header-container-fixed  .header-icons .tool-header{
		margin-top: 0;
	}
	.header-container-fixed .top-link-product a.icon .counter, 
	.header-container-fixed .alotheme .text-account,
	.header-container-fixed .content-cart .minicart-wrapper .showcart .text{
		display: none;
	}
	.header-container-fixed  .minicart-text{
		display: none;
	}
	.header-container-fixed .alotheme .wishlist, 
	.header-container-fixed .alotheme .onclick{
		display: none;
	}
	.nav-sections{
		background: #445268 none repeat scroll 0 0;
	}
	.cookie-message .page-wrapper{
		position: relative;
	}
	.nav-open body .message.global.cookie.magepow-gdpr-cookie-notice{
		opacity: 0;
	}
	.nav-open .header .header-icons{
		opacity: 0;
	}
	.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional{
		width:100% !important;
	}
	.page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main{
		width: 100% !important;
	}
	.cart-container{
		display: flex;
		flex-wrap: wrap;
	}
	.cart-container .cart-summary{
		order:1;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.cart-container .form-cart{
		display: block;
		order:0;
		width: 100%;
		margin-bottom: 50px;
	}
	.header-content .row{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.content-logo{
		width:auto;
		margin: 0;
		flex: 1;
	}
	.fixed-mobile{
		width:auto;
	}
	.header-logo{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.header-logo .logo{
		margin: 0 auto;
		padding-left: 0;
	}
	.header-content .tool-topsearch .toggle-tab{
		display: block;
		font-size: 25px;
	}
	.header-content .tool-topsearch.toggle-visible .toggle-tab:before{
		content: "";
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: 100;
		background: rgba(0,0,0,.7);
	}
	.fixed-mobile{
		position: static;
	}
	.header-content .tool-topsearch .toggle-content{
		position: absolute;
		top:50px;
		left:10px;
		right:10px;
		width:calc(100% - 20px);
		z-index: 110;
		display: none;
	}
	.header-container-fixed .header-content .tool-topsearch .toggle-content{
		z-index: 110;
	}
	.header-content .tool-topsearch .toggle-content.visible{
		display: block;
	}
	.header-icons{
		position: fixed;
		bottom: 0;
		left:0;
		width: 100%;
		z-index: 99;
		background: #fff;
		box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	}
	.header.header-container-fixed{
		position: fixed;
	}
	.header-container-fixed .header-content .tool-topsearch .toggle-tab{
		font-size: 25px;
	}
	.header-content{
		box-shadow: 0px 2px 5px rgba(0,0,0,.3);
	}
	.header-top .top-right{
		display: none;
	}
	.header-top .top-left .main-header{
		display: none;
	}
	.header-container-fixed .header-icons{
		width: 100%;
	}
	.header-container-fixed .minicart-text{
		display: block;
	}
	.header-container-fixed .top-link-product a.icon .counter,
	.header-container-fixed .alotheme .text-account,
	.header-container-fixed .content-cart .minicart-wrapper .showcart .text{
		display: block;
	}
	.header-container-fixed .alotheme .wishlist,
	.header-container-fixed .alotheme .onclick{
		display: block;
	}
	.header-icons .more-info{
		display: block;
	}
	.header-icons .tool-header{
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
		align-items: center;
		justify-content: space-evenly;
	}
	.alotheme .tool-padding{
		margin: 0;
	}
	.header-icons .more-info .toggle-tab:before{
		content: "\f141";
		font-family: FontAwesome;
		font-size: 26px;
		color: #666666;
	}
	.header-icons .more-info .toggle-tab:after{
		content: "More";
		font-size: 12px;		
		text-transform: uppercase;		
		display: block;
		margin-top: -8.5px;
		color: #333;
	}
	.header-icons .more-info .toggle-content{
		position: absolute;
		bottom: 100%;
		left:0;
		width:100%;
		background: #445268;
		display: none;
		flex-wrap: wrap;
		align-items: center;
		padding: 15px 0;
	}
	.header-icons .more-info .toggle-content.visible{
		display: flex;
	}
	.header-icons .more-info .main-header{
		width:calc(100%/5);
	}
	.header-icons .more-info .main-header span{
		color:#fff;
		font-size: 18px;
	}
	.header-icons .more-info .main-header span.number{
		display: none;
	}
	.header-icons .more-info .main-header .icon:after{
		font-size: 10px;
		text-transform: uppercase;
		display: block;
		letter-spacing: 0.5px;
		content: "Call us";
		margin-top: 2px;
		font-family: 'Open Sans', sans-serif;
	}
	.header-icons .more-info .below-column{
		flex:1;
	}
	.header-icons .more-info .below-column >div{
		display: block;
	}
	.header-icons .more-info .below-column ul{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0;
	}
	.header-icons .more-info .below-column ul li{
		width:calc(100%/4);
		display: block;
	}
	.header-icons .more-info .below-column ul li a{
		padding: 0;
		color: #fff;
		font-size: 0;
	}
	.header-icons .more-info .below-column ul li a:before{
		font-size: 18px;
		font-family: FontAwesome;
		margin: 0;
		border: none;
		display: block;
		width: auto;
		height: auto;
	}
	.header-icons .more-info .below-column a:after{
		font-size: 10px;
		text-transform: uppercase;
		display: block;
		margin-top: 4px;
		letter-spacing: 0.5px;
	}
	.header-icons .more-info .below-column a[href*="about-magento-demo-store"]:before{
		content: "\f0c0";
	}
	.header-icons .more-info .below-column a[href*="about-magento-demo-store"]:after{
		content: "About";
	}
	.header-icons .more-info .below-column a[href*="contact"]:before{
		content: "\f086";
	}
	.header-icons .more-info .below-column a[href*="contact"]:after{
		content: "Contact";
	}
	.header-icons .more-info .below-column a[href*="locations"]:before{
		content: "\f041";
	}
	.header-icons .more-info .below-column a[href*="locations"]:after{
		content: "Location";
	}
	.header-icons .more-info .below-column a[href*="blog"]:before{
		content: "\f249";
	}
	.header-icons .more-info .below-column a[href*="blog"]:after{
		content: "Blog";
	}
	.minicart-text >span:not(:first-child){
		display: none;
	}
	.content-cart .minicart-wrapper .showcart .text{
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 400;
	}
	.minicart-text{
		display: block;
		padding: 0;
		padding-top: 3px;
	}
	.header .header-icons .text-account:not(:first-child){
		display: none;
	}
	.header .header-icons .counter{
		display: none;
	}
	.header .header-icons .text-account:first-child{
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 400;
	}
	.header .header-icons .onclick, .header .header-icons .wishlist{
		display: block;
		padding: 0;
		padding-top: 3px;
	}
	.alotheme .tool-padding{
		text-align: center;
		position: static;
	}
	.header-icons .minicart-wrapper{
		text-align: center;
	}
	.minicart-wrapper .block-minicart{
		top: auto;
		bottom: 100%;
		width: 100%;
		border-width: 0;
	}
	.minicart-wrapper{
		position: static;
	}
	.minicart-wrapper .block-minicart:after{
		display: none;
	}
	.minicart-wrapper .action.showcart .counter.qty{
		top:-5px;
	}
	.header .tool-account .toggle-content{
		left: 0;
		top: auto;
		bottom: 100%;
		width: 100%;
	}
	.alo-toggle .toggle-content:after{
		display: none;
	}
	.alo-toggle .toggle-content{
		border-width: 0 0 5px 0;
	}
	#backtotop{
		bottom: 75px;
	}
	body .message.global.cookie.magepow-gdpr-cookie-notice{
		bottom: 70px !important;
		z-index: 99;
	}
	.header-container-fixed .top-link-product a.icon .counter{
		display: none;
	}
	.header-container-fixed .header-content{
		padding: 7px 0;
	}
	.header.header-container-fixed .logo{
		max-width: 120px;
	}
	.toolbar .toolbar-amount{
		display: none;
	}
	.toolbar .modes{
		width:auto;
		flex: 1;
		text-align: end;
	}
	.toolbar .sorter-label{
		padding-inline-start: 0;
	}
	.toolbar{
		display: flex;
		flex-wrap: wrap;
	}
	.toolbar-bottom .toolbar-products .toolbar-amount{
		display: none;
	}
	.toolbar-bottom .toolbar-products .pages{
		width:auto;
		margin-top: 0;
		flex: 1;
		text-align: end;
	}
	.header-content{
		box-shadow: none;
		flex: 1;
		padding: 15px 0;
	}
	.header-contente-mobile >.container{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.header-contente-mobile{
		background: #fff;
		box-shadow: 0px 2px 5px rgba(0,0,0,.3);
		position: relative;
		z-index: 9;
	}
	.header-bottom{
		background: transparent !important;
	}
	.tool-topsearch .toggle-tab{
		display: block;
		font-size: 25px;
	}
	.tool-topsearch{
		position: static;
	}
	.tool-topsearch .toggle-content{
		position: absolute;
		top: 50px;
		left: 10px !important;
		right: 10px !important;
		width: calc(100% - 20px);
		z-index: 110;
		display: none;
	}
	.tool-topsearch .toggle-content.visible{
		display: block;
	}
	.tool-topsearch.toggle-visible .toggle-tab:before{
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		background: rgba(0,0,0,.7);
	}
	.header-bottom .hidden-top-bar{
		margin-top: 0;
	}
	.top-link-product a.icon, .toggle-tab-mobile .toggle-tab.mobile, .content-cart .minicart-wrapper .showcart .crat-icon, .alotheme .icons, .content-cart .minicart-wrapper .showcart .price{
		color:#666 !important;
	}
	.content-cart .minicart-wrapper .showcart .text{
		display: block;
	}
	.alotheme .tool-padding.top-link-product{
		padding-top: 0;
	}
	.header-icons .tool-header{
		margin-bottom: 0;
		padding: 10px 0;
	}
	.header.header-container-fixed .header-bottom{
		display: block;
	}
	.header-icons .toggle-content .main-header{
		border: none;
	}
	.header-container-fixed .header-icons{
		top: auto;
	}	
	.page-wrapper{
		padding-bottom: 69px;
	}
	.minicart-items-wrapper{
        height: 120px !important;
    }
    .page-layout-1column .product-view .product-primary-column >.row{
        margin: 0;
    }
    .bundle-options-container .product-add-form .block-bundle-summary{
        padding-bottom: 10px;
    }
    .customer-welcome .customer-menu{
        bottom: 100%;
    }
    .customer-welcome .action.switch:after{
        content: "\f106";
    }
    .customer-welcome.active .action.switch:after{
        content: "\f107";
    }
    /*minicart checkout*/
	.checkout-container .opc-estimated-wrapper .minicart-wrapper{
		display: block !important;
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
		right: 0;
		z-index: 2;
		visibility: visible;	
	}
	.opc-estimated-wrapper{
		display: block !important;
		position: relative;
	}
	.checkout-container .opc-estimated-wrapper .minicart-wrapper button{
		background: transparent;
		line-height: normal;
		height: auto;
		padding: 0;
	}
	.checkout-container .opc-estimated-wrapper .minicart-wrapper button:before{
		font-family: "FontAwesome";
		font-size: 22px;
		content: "\f291";
		color: #666 !important;
	}
	.modal-custom.opc-sidebar{
		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: 902 !important;   
		margin: 0;
		background: #f5f5f5;
		width: auto;
	}
	.modal-custom.opc-sidebar._show{
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}
	body._has-modal-custom .modal-custom-overlay{
		background-color: rgba(51,51,51,0.55);
		z-index: 900 !important;
	}
	.modal-custom.opc-sidebar .minicart-items-wrapper{
		height: auto !important;
	}
	.modal-custom.opc-sidebar .modal-header .action-close{
		display: block;
	}
	.checkout-index-index .opc-wrapper{
		width: 100%;
		padding-inline-end: 0;
	}
	.opc-progress-bar .opc-progress-bar-item{
		width: 50%;
    }
    .opc-estimated-wrapper{
		padding: 18px 0;
	}
    /*end minicart checkout*/
    .table-checkout-shipping-method tbody td:first-child{
		padding-left: 10px;
		padding-right: 10px;
	}
	.table-checkout-shipping-method thead th,
	.table-checkout-shipping-method tbody td{
		min-width: 150px;
	}
	.table-checkout-shipping-method{
		overflow-x: auto;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
    }
    .opc-wrapper .step-title{
		border-bottom: none;
	}
	.header-top{
		border: none;
	  }
  }
  @media (max-width: 991px) and (min-width: 768px){
	.data.table .custom-qty{
        width:115px;
    }
  }
  @media(max-width:767px){
	body .message.global.cookie.magepow-gdpr-cookie-notice .info{
	  width:100%;
	  flex:none;
	  margin-bottom: 10px;
	}
	body .message.global.cookie.magepow-gdpr-cookie-notice .content {
	  justify-content: flex-end;
	}
	.cookie-message .page-wrapper{
	  padding-bottom: 125px;
	}
	.cookie-message #backtotop{
	  bottom: 130px;
	}
	.modal-popup.modals-quickview {
	  left:0;
	}
	.modal-popup.modals-quickview  .modal-content{
	  max-height: none;
	}
	.modal-popup.modals-quickview .product-primary-column{
	  padding-left: 30px;
	  padding-right: 30px;
	}
	.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap{
	  background: #fff;
	}
	
	.header .top-mobile .toggle-content{
	  display: block;
	}  
	.header-content .tool-topsearch .toggle-content{
	  display: block;
	}
	.nav-sections-item-content:not(:nth-child(2)){
		display: none !important;
	}
	.login-container .fieldset{
		min-width: auto;
	}
	.login-container .fieldset::after{
		text-align: start;
	}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th{
		display: none;
	}
	.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 .mark{
		box-sizing: border-box;
		float: left;
		text-align: start;
		width: 70%;
	}
	.table-wrapper .table:not(.totals):not(.table-comparison) tfoot th,
	.table-wrapper .table:not(.totals):not(.table-comparison) tfoot td{
		padding: 5px 0;
	}
	.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount{
		box-sizing: border-box;
		float: left;
		text-align: end;
		width: 30%;
	}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison){
		display: block;
	}
	.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{
		display: block;
		padding: 5px 0;
	}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col:before{
		content: attr(data-th) ": ";
		margin-right: 10px;
		font-weight: bold;
	}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.actions a{
		float: none;
	}
	.cart.table-wrapper .item .col.item{
		padding: 10px 0;
	}
	.cart.table-wrapper .col.qty, 
	.cart.table-wrapper .col.price,
	.cart.table-wrapper .col.subtotal,
	.cart.table-wrapper .col.msrp{
		width:100%;
		float:none;
		text-align: start;
		padding: 5px 0;
	}
	.data.table .custom-qty{
		margin: 0;
	}
	.checkout-payment-method .payment-methods{
		margin: 0;
	}
	.cms-page-main-product.box-products .custom-product .product-items{
		margin: 0 15px;
	}
	.cart.table-wrapper .item .item-info{
		display: block;
	}
	.cart.table-wrapper .actions-toolbar{
		display: flex;
		flex-wrap: wrap;
	}
	.header-content .tool-topsearch .toggle-content{
		display: none;
	}	
	.opc-estimated-wrapper{
		padding: 18px 0;
		position: relative;
	}
	.checkout-payment-method .payment-option{
		margin: 0;
	}
	.checkout-payment-method .payment-option .payment-option-content{
		padding:0;		
	}
	.checkout-container .opc-estimated-wrapper .minicart-wrapper{
		display: block !important;
		position: absolute;
		top:50%;
		transform: translate(0,-50%);
		right:0;
		z-index: 2;
		visibility: visible;
	}
	.checkout-container .opc-estimated-wrapper .minicart-wrapper button{
		background: transparent;
		line-height: normal;
		height: auto;
		padding: 0;
	}
	.checkout-container .opc-estimated-wrapper .minicart-wrapper button:before{
		font-family: "FontAwesome";
		font-size: 22px;		
		content: "\f291";
		color:#666 !important;
	}
	.opc-block-summary{
		margin: 0;
	}
	.opc-block-shipping-information{
		padding: 20px 30px;		
		background: #f5f5f5;
	}
	.data.table tbody tr td .control.qty{
		display: flex;
    }
    .catalog-product-view .data.table tbody tr td .control.qty{
		display: inline-block;
	}
    .page-layout-1column .product-view .product.media{
        width: 60%;
        margin: auto;
    }
  }
  @media(max-width:639px){
	.toolbar-bottom .toolbar-products .pages{
		text-align: center;
	}
	.toolbar .modes{
		display: block;
		position: absolute;
		top: 2px;
		right: 0;
		padding: 0;
		padding-inline-end: 15px;
	}
	.toolbar .sorter{
		display: none;
	}
  }
  @media(max-width:480px){
	.checkout-cart-index .page-title-wrapper .page-title span{
        font-size: 16px;
    } 
    .page-layout-1column .product-view .product.media{
        width: 100%;        
    }
    .product-info-main .price-box .price-wrapper .price, 
    .product-options-bottom .price-box .price-wrapper .price{
        font-size: 18px;
    }
	.header .top-mobile .support .number{
	  display: none;
	}
	.header .top-mobile {
	  position: static;
	}
	.header .header-top .top-left{
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.header .header-top .top-left .main-header{
	  display: none;
	}
	.header .header-top .top-left .tool-setting >.currency_top{
		position: relative;
		margin-right: 5px;
	}
	.header .header-top .top-left .tool-setting >.currency_top:before{
		content: "";
		position: absolute;
		top:50%;
		right:0;
		transform: translate(0,-50%);
		height:20px;
		border-right: solid 1px #e1e1e1;
	}
	.header .header-top .top-left .tool-setting{
		border-top: solid 1px #e1e1e1;
		width:100%;
	}
	.main-header .support span{
	  font-size: 16px;
	}
	.header .welcome-msg:after{
	  display: none;
	}
	.main-header .support span.icon{
	  padding-right: 0;
	}
	.page-header .switcher .options ul.dropdown{
	  left:50%;
	  transform: translate(-50%,0);
	}
	.header .top-mobile .toggle-content{
	  display: none;
	  position: absolute;
	  top:auto;
	  bottom: 100%;
	  right:0;
	  background: #fff;
	  padding: 20px;
	  box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	  z-index: 9;
	  min-width: 200px;
	  width:100%;
	}
	.page-header .top-form-language .switcher .options{
	  margin-left: 0;
	}
	.page-header .switcher .options:before{
	  display: none;
	}
	.header .top-mobile .toggle-content.visible{
	  display: block;
	}
	.header .top-mobile .toggle-tab:before{
	  content: "\f013";
	  font-family: FontAwesome;
	}
	.header .top-mobile .toggle-tab{
	  display: block;
	  font-size: 22px;
	  color:#666;
	} 
	.main-header .support span{
		font-size: 18px;
	} 
	.header-content .tool-topsearch .toggle-tab{
	  display: block;
	  font-size: 20px;
	  cursor: pointer;
	}
	.header-content .tool-topsearch.toggle-visible .toggle-tab:before{
		content: "";
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background: rgba(0,0,0,.7);
		z-index: 100;
		cursor: pointer;
	}
	.header .header-content .tool-topsearch .toggle-content{
	  display: none;
	  position: fixed;
	  top:10vh;
	  z-index: 110;
	  left:5px;
	  right:5px;
	  width:calc(100% - 10px);
	}
	.header .header-logo .logo{
	  max-width: 100px;
	  padding-left: 0;
	}
	.header .content-logo{
	  margin: 0;
	  width:100%;
	  flex:none;
	  text-align: start;
	  padding-inline-end: 0;
	}
	.tool-topsearch .toggle-tab{
		font-size: 20px;
	}
	.header-content{
	  padding: 10px 0;
	}
	.header-content .tool-topsearch .toggle-content.visible{
	  display: block;
	}
	.header .header-icons .tool-header{
	  margin-top: 0;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  align-items: center;
	}
	.header .header-icons .onclick,.header .header-icons .wishlist{
	  /* display: none; */
	  display: block;
	  padding: 0;
	  padding-top: 3px;
	}
	.header .header-icons .text-account:not(:first-child){
		display: none;
	} 	
	.header .header-icons .text-account:first-child{
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 400;
	}
	.header .header-icons .counter{
		display: none;
	}
	.minicart-text{
		/* display: none; */
		display: block;
		padding: 0;
		padding-top: 3px;
	}
	.content-cart .minicart-wrapper .showcart .text{
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 400;
	}
	.minicart-text >span:not(:first-child){
		display: none;
	}
	.header-logo{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.header .header-icons{
	  flex:none;
	  max-width: none;
	  width:100%;
	  position: fixed;
	  bottom: 0;
	  left:0;
	  top:auto !important;
	  z-index: 99;
	  background: #fff;	  
	  box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	}	
	.alotheme .tool-padding{
		margin: 0;
		width: calc(100%/4);
    	text-align: center;
	}
	.header .header-content .row{
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  position: relative;	  
	}
	.minicart-wrapper .block-minicart{
		top:auto;
		bottom: 100%;
		width: 100%;
	}
	.minicart-wrapper .block-minicart:after{
		top:auto;
		bottom:-5px;
		right: 151px;
		display: none;
	}
	.header-container-fixed .header-content .tool-topsearch .toggle-tab{
		font-size: 20px;
	}
	.header .header-content .fixed-mobile{
	  width:auto;
	  position: static;
	}
	.header .alotheme .icons,
	.header .content-cart .minicart-wrapper .showcart .crat-icon:before{
	  font-size: 20px;
	}
	.minicart-wrapper .action.showcart .counter.qty{
	  height: 20px;
	  line-height: 20px;
	  width: 20px;
	}	
	.header .tool-account .toggle-content{
	  left: 0;
	  top:auto;
	  bottom: 100%;
	  width:100%;
	}
	.header .tool-account{
		position: static;
	}
	.alo-toggle .toggle-content:after{
		top:auto;
		bottom: -11px;
		left: 35px;
		display: none;
	}
	.minicart-wrapper{
		position: static;
	}
	.alo-toggle .toggle-content:before{
		top:auto;
		bottom: -1px;
	}
	.alo-toggle .toggle-content{
		border-width:  0 0 5px 0;
	}
	.home-slider .slick-slide.slick-active .figcaption .caption1, .home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3{
		font-size: 16px;
	}
	.home-slider .slick-slide.slick-active .figcaption .caption2{
		font-size: 15px;
	}
	.footer-copyright span, .copyright span{
		font-size: 12px;
		line-height: 18px;
		padding: 10px 0;
	}
	.payment{
		padding: 0 35px;
	}
	#backtotop .fa{
		padding: 0;
	}
	#backtotop{
		bottom:63px;
		right:6px;
	}
	.nav-toggle:before{
		font-size: 22px;
	}
	.header-icons .more-info{
		display: inline-block;
		width:calc(100%/4);
	}
	.header-icons .minicart-wrapper{
		width:calc(100%/4);
		text-align: center;
	}
	.header-icons .more-info .toggle-tab:before{
		content: "\f141";
		font-family: FontAwesome;
		font-size: 20px;
		color: #666;
	}
	.header-icons .more-info .toggle-tab:after{
		content:"More";
		text-transform: uppercase;		
		font-size: 10px;
		display: block;
		margin-top: -8.5px;
		color:#333;
	}
	.header-icons .more-info .toggle-tab .hidden{
		display: none !important;
	}
	.header-icons .more-info .toggle-content{
		position: absolute;
		bottom: 100%;
		background: #445268;
		width:100%;
		left:0;
		padding: 10px 0;
	}
	.header-icons .more-info .toggle-content.visible{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
	.header-icons .more-info  .below-column a{
		font-size: 0;
		padding: 0;
		color: #fff;
	}
	.main-header .support span.icon{
		color:#fff;
	}
	.header-icons .more-info  .below-column ul{
		margin-bottom: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.header-icons .more-info  .below-column ul li{
		float: none;
		display: flex;
		width:calc(100%/4);
		justify-content: center;
	}
	
	.header-icons .more-info  .below-column a:before{
		font-size: 18px;
		font-family: FontAwesome;
		margin: 0;
		border: none;
		display: block;
		width: auto;
		height:auto;
	}
	.header-icons .more-info  .below-column a:after{
		font-size: 10px;
		text-transform: uppercase;
		display: block;
		margin-top: 4px;
		letter-spacing: 0.5px;
	}	
	.header .top-mobile .support .icon:after{
		font-size: 10px;
		text-transform: uppercase;
		display: block;		
		letter-spacing: 0.5px;
		content: "Call us";
		margin-top: 2px;
		font-family: 'Open Sans', sans-serif;
	}
	.header .top-right{
		display: none;
	}
	.header .header-top .top-left{
		flex-wrap: wrap;
	}
	.header .welcome-msg{
		margin-right: 0;
		width: 100%;
	}
	.header-icons .toggle-content .main-header{
		width:calc(100%/5);
	}
	.header-icons .toggle-content .below-column{
		flex:1;
	}
	.header-icons .toggle-content .below-column .links-wrapper-separators{
		width:100%;
	}
	body .message.global.cookie.magepow-gdpr-cookie-notice{
		bottom: 58px !important;
		z-index: 99;
	}
	.minicart-wrapper .block-minicart{
		border-width: 0 0 5px 0;
	}
	.minicart-wrapper .action.showcart .counter.qty{
		top:-3px;
	}
	.header-container-fixed .minicart-text{
		display: block;
	}
	.header-container-fixed .alotheme .text-account{
		display: block;
	}
	.header-container-fixed .content-cart .minicart-wrapper .showcart .text{
		display: block;
	}
	.login-container .block .block-content{
		padding: 20px;
	}
	.fieldset > .legend + br{
		display: none;
	}
	.products-grid.wishlist .product-item .box-tocart{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.wishlist-index-index .products-grid.wishlist .product-item{
		margin-bottom: 35px;
	}
	.customer-welcome .customer-menu{
		bottom: 100%;
	}
	.customer-welcome .action.switch:after{
		content: "\f106";
	}
	.customer-welcome.active .action.switch:after{
		content: "\f107";
	}
	.sidebar .block .block-title strong, .sidebar .magictabs .item.activated .title{
		font-size: 14px;
	}
	.pagecrumbs-title, .page-title-wrapper h1 span{
		font-size: 16px;
	}
	.cart-container .cart.main .action{
		width: 100%;
		text-align: center;
	}
	.cart-summary{
		padding-left: 0;
		padding-right: 0;
	}	
	.actions-toolbar >.primary .action{
		width:100%;
		text-align: center;
	}
	.actions-toolbar .primary a.action{
		width:100%;
		text-align: center;
	}
	.action.captcha-reload{
		width:100%;
		text-align: center;
	}	
	.block-reorder .actions-toolbar >.primary .action{
		width:auto;		
		text-align: center;
	}	
	.block-reorder .actions-toolbar .secondary{	
		line-height: 35px;
		padding-inline-start: 10px;
	}
	.block-reorder .actions-toolbar .secondary .action{
		display: inline-block;
	}
	.block-reorder .actions-toolbar{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.store-item .onmap .onclick-map{
		width:100%;
		text-align: center;
	}
	.opc-estimated-wrapper{
		padding: 18px 0;
	}
	.opc-estimated-wrapper .estimated-block .estimated-label{
		font-size: 16px;
	}
	.opc-progress-bar-item>span{
		font-size: 15px;
	}	
	.checkout-payment-method .payment-method-content{
		padding-left: 0;
	}
	.checkout-payment-method .payment-method-billing-address .billing-address-details{
		padding: 0;
	}
	.checkout-payment-method .payment-method-title{
		padding: 15px 0;
	}
	.page-wrapper{
		padding-bottom: 58px;
	}
	.account .column.main .block .block-title{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.account .column.main .block .block-title >.action{
		font-size: 12px;
	}
	.wishlist-index-index .products-grid.wishlist .product-item-info{
		width:100%;
	}
	.products-grid.wishlist{
		margin-right: 0;
	}
	.block-minicart .block-content > .actions > .primary .action.primary{
		margin: 0;
		width:100%;
	}
	.block-minicart .block-content > .actions .secondary .viewcart{
		margin: 0;
		width:100%;
	}
	.detail-about .left-detail-about .box:nth-child(3), .detail-about  .left-detail-about .box:nth-child(4){
		margin-bottom: 50px;
	}	
	.about-us-box-2 .box-layout-2 .index-code{
		font-size: 25px;
	}
	.store-title .title-store, .contact-content .page-subheading{
		font-size: 16px;
	}
	.post-list-wrapper .post-list .post-read-more, .post-view .post-read-more{
		width:100%;
		text-align: center;
	}
	.products-list .item .product-item-details{
		width:100%;
		padding: 0;
	}
	.products-list .images-container{
		width:100%;
	}
	body .searchsuite-autocomplete{
		width: 100%;
	}
	body .searchsuite-autocomplete ul{
		max-height: 140px;		
	}
	body .searchsuite-autocomplete .price-box .price{
		font-size: 16px;
	}
	body .searchsuite-autocomplete .price-box .old-price .price{
		font-size: 13px;
	}
	.header .form-search .catalogsearch{
		position: static;
	}
	.header .form-search .catalogsearch-box{
		width:28%;
	}
	.custom-slide{
		left:0;
	}
	.opc-block-summary .minicart-items .product-item-details{		
		padding-left: 0;		
	}
	.opc-block-summary .product-item .product-item-inner{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.opc-block-summary .product-item .product-item-name-block{
		width:100%;
		padding-top: 10px;
	}
	.checkout-container .modal-custom .action-close{
		right:10px;
	}
	.opc-wrapper .step-title,
	.opc-block-shipping-information .shipping-information-title,
	.opc-block-summary>.title, 
	.checkout-agreements-items .checkout-agreements-item-title{
		font-size: 20px;
	}
	.minicart-items .product-item-details .price{
		font-size: 18px;
	}
	.banner-show-3 img{
		width:100%;
	}
	.banner-show-3 .banner-boder-zoom{
		max-width: none;
	}
	.padding-lr-5{
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-boder-zoom a img{
		width: 100%;
	}
	.payment{
		padding: 0;
	}	
	.absolute-countdown .alo-count-down{
		padding: 0;
	}
	.cms-page-product.box-products-two  .magictabs{
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		padding-bottom: 8px;
	}
	.cms-page-product.box-products-two  .magictabs .item .title{
		top:0;
	}
	.footer_links_company .links li a{
		margin: 0;
	}
	.header .welcome-msg{
        width:auto;
    }
    .header .header-top .top-left .tool-setting{
        width:auto;
        border: none;
    }
   
    .header .header-top .top-left{
        justify-content:space-between;
    }
  }
  @media(max-width:375px){
	.header .header-content .row{
		padding: 0;
	}
  }
  @media(max-width:360px){
	.cookie-message .page-wrapper{
	  padding-bottom: 180px;
	}
	.cookie-message #backtotop{
	  bottom: 190px;
	}
	.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap{
	  margin: 0;
	  transform: none;
	  top:15vh;
	}
	.block-subscribe .actions{
		float:none;
	}
	.block-subscribe .actions button.button{
		width:100%;
		border-radius: 3px;
	}
	.slick-next{
		right:0;
	}
	.slick-prev{
		left:0;
	}
	.cms-static-product .box-products .content-products .slick-slider{
		padding-bottom: 30px;
	}	
	.data.table .custom-qty{
		width:115px;
	}
	.modal-popup.modal-slide.modals-ajaxcart{
		max-width: 100%;
	}
	.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap{
		max-width: 100%;
	}
  }
  @media only screen and (max-width: 320px) and (min-width: 240px){
	.header .below-column ul li a:before{
	  margin: 0 12px 0 0;
	}
  }
/*RTL*/
@media (max-width: 1200px) and (min-width: 992px){
	.rtl .cms-page-mix-product .content-products .products .slick-prev{
		left:auto;
		right:0;
	}
	.rtl .cms-page-mix-product .content-products .products .slick-next{
		left:0;
		right:auto;
	}
  }
@media(max-width:991px){
	.rtl .cms-page-mix-product .content-products .products .slick-next{
		right: auto;
	}
	.rtl .cms-page-mix-product .content-products .products .slick-prev{
		left:auto;
	}	
	.rtl .nav-sections{
		left:auto;
		right: calc(-1 * (100% - 54px));
	}
	.nav-open .rtl .nav-sections{
		left:auto;
		right:0;
	}
	.nav-before-open.nav-open .rtl .nav-toggle{
		right:auto;
		left:0;
	}
	.nav-before-open .rtl .page-wrapper{
		left:auto;
		right:0;
	}
	.nav-open .rtl .page-wrapper{
		left:auto;
		right:100%;
	}
	.rtl .breadcrumbs{
		text-align: start;
	}
	.rtl .minicart-text{
		padding: 0;
		padding-top: 3px;
	}
	.rtl .alotheme .tool-padding{
		margin: 0;
	}	
	.rtl .content-cart .minicart-wrapper .showcart .crat-icon:before{
		font-size: 28px;
	}
	.rtl .alotheme .icons{
		font-size: 26px;
	}
	.rtl .sorter{
		padding-right: 0;
	}	
	.rtl .header-icons .below-column ul li:not(:last-child) a	{
		border: none;
	}
	.rtl .support{
		padding-left: 0;
	}
	.rtl .main-header .support span.icon{
		padding-left: 0;
	}
	.rtl .content-products .product-item:nth-child(3n+1){
		clear: none;
	}
	.rtl .home-slider .text-slide{
		right:50px;
	}
	
}
@media(max-width:767px){
	.rtl .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td:before{
		margin-right: 0;
		margin-left: 10px;
	}	
	.rtl .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td{
		display: flex;
		flex-wrap: wrap;
	}
	.rtl .block-compare .actions-toolbar .secondary{
		padding-right: 10px;
		padding-left: 0;
	}
	.rtl .cart-summary{
		float:none;
	}
	.rtl .cart.table-wrapper .actions-toolbar > .action-edit, 
	.rtl .cart.table-wrapper .actions-toolbar > .action-delete{
		right:auto;
		left:16px;
	}
	.rtl .cart.table-wrapper .actions-toolbar > .action-delete{
		left:0;
	}
	.rtl .opc-wrapper{
		padding-left: 0;
	}
	.rtl .actions-toolbar .primary{
		float: none;
	}
	.rtl .form.create.account .actions-toolbar .secondary{
		float: none;
	}
	.rtl .actions-toolbar .secondary{
		float:none;
	}
	.rtl .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr{
		display: flex;
		flex-wrap: wrap;
	}
	.rtl .products-grid.wishlist .product-item .box-tocart{
		margin-right: 0;
		margin-left: 20px;
	}
	.rtl .opc-wrapper{
		float: none;
	}
	.rtl .checkout-shipping-method .actions-toolbar > .primary{
		float:none;
	}
	.rtl .checkout-payment-method .payment-methods .actions-toolbar .primary{
		float:none;
	}
	.rtl .checkout-container .opc-estimated-wrapper .minicart-wrapper{
		right:auto;
		left:0;
	}
}
@media(max-width:639px){
	.rtl .alo-toggle .toggle-content:after{
		right:auto;
	}
	.rtl .toolbar .modes{
		right:auto;
		left:0;
	}
	.rtl .sidebar .filter-title strong{
		left:auto;
		right:15px;
	}
}
@media(max-width:480px){
	.rtl .header .header-logo .logo{
		padding-left: 0;
		padding-right: 0;
	}	
	.rtl .header .welcome-msg:before{
		display: none;
	}
	.rtl .header .header-top .top-left .top-mobile:last-child{
		padding: 0;
		margin-left: 0;
		margin-right: 20px;
	}
	.rtl .header .top-mobile .toggle-content{
		right:auto;
		left: 0;
	}
	.rtl .page-header .currency.switcher .options:before{
		display: none;
	}
	.rtl .tool-setting .header-setting{
		float:none;
	}
	.rtl .minicart-wrapper .block-minicart:after{
		left: 54px;
	}
	.rtl .header .tool-account .toggle-content{
		right:auto;
	}
	.rtl .header-icons .tool-setting,.rtl .header-icons .more-info{
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
	}
	.rtl .alotheme .tool-padding{
		margin: 0;
	}
	.rtl .header-icons .more-info .below-column a:before{
		display: block;
	}
	.rtl .header-icons .more-info .below-column ul li{
		margin-left: 0;
		margin-right: 0;
	}
	.rtl .header-icons .more-info .below-column ul{
		flex-direction: row-reverse;
	}
	.rtl .header .welcome-msg{
		margin-left: 0;
	}
	.rtl .header .header-top .top-left .tool-setting >.currency_top{
		margin-right: 0;
		padding-left: 5px;		
	}
	.rtl .header .header-top .top-left .tool-setting >.currency_top:before{
		right:auto;
		left:0;
	}
	.rtl .actions-toolbar .primary{
		float: none;
	}
	.rtl .header .form-search .catalogsearch-box span, .rtl .alotheme .wishlist, .rtl .alotheme .onclick, .rtl .minicart-text{
		text-align: center;
	}
	.rtl .minicart-text{
		padding: 0;
		padding-top: 3px;
	}	
	.rtl .checkout-shipping-method .actions-toolbar > .primary{
		float:none;
	}
	.rtl .actions-toolbar .primary .action{
		margin: 0;
	}
	.rtl .content-cart .minicart-wrapper .showcart .crat-icon:before{
		font-size: 20px;
	}
	.rtl .alotheme .icons{
		font-size: 20px;
	}
	.rtl .minicart-wrapper .action.showcart .counter.qty{
		height: 20px;
		line-height: 20px;
		width: 20px;
	}
	.rtl .products-list .item .product-item-details{
		padding: 0;
	}
	.rtl .opc-block-summary .minicart-items .product-item-details{
		padding-right: 0;
	}
	.rtl .checkout-container .modal-custom .action-close{
		left:10px;
		right:auto;
	}
	.rtl #backtotop{
		left:6px;
	}
	.rtl .header .welcome-msg,.rtl .header-setting.currency_top{
		border: none;
	}
	.rtl .home-slider .text-slide{
		right:20px;
	}
	.rtl .absolute-countdown .alo-count-down{
		padding: 0;
	}
}
@media(max-width:360px){
	.rtl .social-link{
		margin: 0  0 0 10px;
	}
	.rtl .block-subscribe .actions button.button{		
		border-radius: 3px;
	}
}
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 29/11/2017 10:21
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../../frontend/Alothemes/expert13/en_GB/font/flaticon/css/Flaticon.eot");
  src: url("../../frontend/Alothemes/expert13/en_GB/font/flaticon/css/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../../frontend/Alothemes/expert13/en_GB/font/flaticon/css/Flaticon.woff") format("woff"),
       url("../../frontend/Alothemes/expert13/en_GB/font/flaticon/css/Flaticon.ttf") format("truetype"),
       url("../../frontend/Alothemes/expert13/en_GB/font/flaticon/css/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../../frontend/Alothemes/expert13/en_GB/font/flaticon/css/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-technology:before { content: "\f100"; }
.flaticon-money:before { content: "\f101"; }
.flaticon-clock:before { content: "\f102"; }
.flaticon-transport:before { content: "\f103"; }.glyph {
	font-size: 16px;
	width: 4em;
	padding-bottom: 1em;
	margin-right: 1.5em;
	float: left;
	overflow: hidden;
}
.liga {
	width: 80%;
	width: calc(100% - 2.5em);
}
.talign-right {
	text-align: right;
}
.talign-center {
	text-align: center;
}
.bgc1 {
	background: #f1f1f1;
}
.fgc1 {
	color: #999;
}
.fgc0 {
	color: #000;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.mvm {
	margin-top: .75em;
	margin-bottom: .75em;
}
.mtn {
	margin-top: 0;
}
.mtl, .mal {
	margin-top: 1.5em;
}
.mbl, .mal {
	margin-bottom: 1.5em;
}
.mal, .mhl {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.mhmm {
	margin-left: 1em;
	margin-right: 1em;
}
.mls {
	margin-left: .25em;
}
.ptl {
	padding-top: 1.5em;
}
.pbs, .pvs {
	padding-bottom: .25em;
}
.pvs, .pts {
	padding-top: .25em;
}
.clearfix {
	zoom: 1;
}
.unit {
	float: left;
}
.unitRight {
	float: right;
}
.size1of2 {
	width: 50%;
}
.size1of1 {
	width: 100%;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hidden-true {
	display: none;
}
.textbox0 {
	width: 3em;
	background: #f1f1f1;
	padding: .25em .5em;
	line-height: 1.5;
	height: 1.5em;
}
#testDrive {
	padding-top: 24px;
	line-height: 1.5;
}
.fs0 {
	font-size: 16px;
}
.fs1 {
	font-size: 40px;
}
@font-face {
	font-family: 'Linearicons-Free';
	src:url('../../frontend/Alothemes/expert13/en_GB/font/linearicons/Linearicons-Free.eot?7y0ygv');
	src:url('../../frontend/Alothemes/expert13/en_GB/font/linearicons/Linearicons-Free.eot?#iefix7y0ygv') format('embedded-opentype'),
		url('../../frontend/Alothemes/expert13/en_GB/font/linearicons/Linearicons-Free.ttf?7y0ygv') format('truetype'),
		url('../../frontend/Alothemes/expert13/en_GB/font/linearicons/Linearicons-Free.svg?7y0ygv#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}
.lnr-uni21:before {
	content: "\21";
}
.lnr-uni22:before {
	content: "\22";
}
.lnr-uni23:before {
	content: "\23";
}
.lnr-uni24:before {
	content: "\24";
}
.lnr-uni25:before {
	content: "\25";
}
.lnr-uni26:before {
	content: "\26";
}
.lnr-uni27:before {
	content: "\27";
}
.lnr-uni28:before {
	content: "\28";
}
.lnr-uni29:before {
	content: "\29";
}
.lnr-uni2a:before {
	content: "\2a";
}
.lnr-uni2b:before {
	content: "\2b";
}
.lnr-uni2c:before {
	content: "\2c";
}
.lnr-uni2d:before {
	content: "\2d";
}
.lnr-uni2e:before {
	content: "\2e";
}
.lnr-uni2f:before {
	content: "\2f";
}
.lnr-uni30:before {
	content: "\30";
}
.lnr-uni31:before {
	content: "\31";
}
.lnr-uni32:before {
	content: "\32";
}
.lnr-uni33:before {
	content: "\33";
}
.lnr-uni34:before {
	content: "\34";
}
.lnr-uni35:before {
	content: "\35";
}
.lnr-uni36<div><br></div>:before {
	content: "\36";
}
.lnr-uni37:before {
	content: "\37";
}
.lnr-uni38:before {
	content: "\38";
}
.lnr-uni39:before {
	content: "\39";
}
.lnr-uni3a:before {
	content: "\3a";
}
.lnr-uni3b:before {
	content: "\3b";
}
.lnr-uni3c:before {
	content: "\3c";
}
.lnr-uni3d:before {
	content: "\3d";
}
.lnr-uni3e:before {
	content: "\3e";
}
.lnr-uni3f:before {
	content: "\3f";
}
.lnr-uni40:before {
	content: "\40";
}
.lnr-uni41:before {
	content: "\41";
}
.lnr-uni42:before {
	content: "\42";
}
.lnr-uni43:before {
	content: "\43";
}
.lnr-uni44:before {
	content: "\44";
}
.lnr-uni45:before {
	content: "\45";
}
.lnr-uni46:before {
	content: "\46";
}
.lnr-uni47:before {
	content: "\47";
}
.lnr-uni48:before {
	content: "\48";
}
.lnr-uni49:before {
	content: "\49";
}
.lnr-uni4a:before {
	content: "\4a";
}
.lnr-uni4b:before {
	content: "\4b";
}
.lnr-uni4c:before {
	content: "\4c";
}
.lnr-uni4d:before {
	content: "\4d";
}
.lnr-uni4e:before {
	content: "\4e";
}
.lnr-uni4f:before {
	content: "\4f";
}
.lnr-uni50:before {
	content: "\50";
}
.lnr-uni51:before {
	content: "\51";
}
.lnr-uni52:before {
	content: "\52";
}
.lnr-uni53:before {
	content: "\53";
}
.lnr-uni54:before {
	content: "\54";
}
.lnr-uni55:before {
	content: "\55";
}
.lnr-uni56:before {
	content: "\56";
}
.lnr-uni57:before {
	content: "\57";
}
.lnr-uni58:before {
	content: "\58";
}
.lnr-uni59:before {
	content: "\59";
}
.lnr-uni5a:before {
	content: "\5a";
}
.lnr-uni5b:before {
	content: "\5b";
}
.lnr-uni5c:before {
	content: "\5c";
}
.lnr-uni5d:before {
	content: "\5d";
}
.lnr-uni5e:before {
	content: "\5e";
}
.lnr-uni5f:before {
	content: "\5f";
}
.lnr-uni60:before {
	content: "\60";
}
.lnr-uni61:before {
	content: "\61";
}
.lnr-uni62:before {
	content: "\62";
}
.lnr-uni63:before {
	content: "\63";
}
.lnr-uni64:before {
	content: "\64";
}
.lnr-uni65:before {
	content: "\65";
}
.lnr-uni66:before {
	content: "\66";
}
.lnr-uni67:before {
	content: "\67";
}
.lnr-uni68:before {
	content: "\68";
}
.lnr-uni69:before {
	content: "\69";
}
.lnr-uni6a:before {
	content: "\6a";
}
.lnr-uni6b:before {
	content: "\6b";
}
.lnr-uni6c:before {
	content: "\6c";
}
.lnr-uni6d:before {
	content: "\6d";
}
.lnr-uni6e:before {
	content: "\6e";
}
.lnr-uni6f:before {
	content: "\6f";
}
.lnr-uni70:before {
	content: "\70";
}
.lnr-uni71:before {
	content: "\71";
}
.lnr-uni72:before {
	content: "\72";
}
.lnr-uni73:before {
	content: "\73";
}
.lnr-uni74:before {
	content: "\74";
}
.lnr-uni75:before {
	content: "\75";
}
.lnr-uni76:before {
	content: "\76";
}
.lnr-uni77:before {
	content: "\77";
}
.lnr-uni78:before {
	content: "\78";
}
.lnr-uni79:before {
	content: "\79";
}
.lnr-uni7a:before {
	content: "\7a";
}
.lnr-uni7b:before {
	content: "\7b";
}
.lnr-uni7c:before {
	content: "\7c";
}
.lnr-uni7d:before {
	content: "\7d";
}
.lnr-uni7e:before {
	content: "\7e";
}
.lnr-copyright:before {
	content: "\a9";
}
/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}
.post-holder {margin-bottom: 20px;}
.post-list .post-holder{margin-bottom: 45px;}
.post-holder .post-header {position:relative;}
.post-holder .post-header .post-info {padding: 0px;float: left;}
.post-holder .post-header .post-info .item .label,.post-holder .post-header .post-info .item a{font-size: 13px;}
.post-holder .post-header .post-info .item .label{color: #9f9f9f;font-weight: normal;padding: 0;}
.post-holder .post-header .post-info .item a{color: #2f2f2f;}
.post-holder .post-header .post-info .dash,.post-ftimg-hld .post-info .item.post-categories,.post-ftimg-hld .post-info .dash,.post-ftimg-hld .post-info span.label{display: none;}
.post-holder .post-header .post-info .dash{padding: 0 5px;}
.item.post-categories{padding: 0px;}
.block-categories .accordion li a,.block-recent-posts .item a,
.block-archive .item a,.post-bottom .block-content .item a{font-size: 14px;}
.post-ftimg-hld{position: relative;}
.post-list {list-style: none;}
.post-list .post-text-hld{margin: 0px;padding: 0;}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}
.post-content .post-description .post-ftimg-hld {margin:0;}
.post-view .post-content .post-description .post-ftimg-hld img {width:100%; padding: 0px; margin:0px;}
.addthis_toolbox{padding: 0px;}
@media (max-width: 496px) {
  .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-list .post-header .post-title a,.post-view .post-header .post-title a {font-size: 14px;font-weight: bold;line-height: normal;outline: medium none;text-decoration: none;text-transform: uppercase;}
.post-list .post-header .post-title,.post-view .post-header .post-title {margin: 0px;padding: 13px 0 5px;}
.post-text-hld{padding: 10px 0;}
.post-text-hld p{color: #666; font-size: 14px;line-height: 20px;margin: 0;}
.blog-index-index .sidebar .block .block-content,.blog-post-view .sidebar .block .block-content,.blog-category-view .sidebar .block .block-content,.blog-tag-view .sidebar .block .block-content{padding: 15px 0;}
.post-view .post-holder .post-header .addthis_toolbox {float: right;padding-top:5px;}
.post-view .post-bottom {margin-top:30px;}
.post-view .block.related .block-content .products-textlink{padding-bottom: 10px;}
.post-view .block {margin-bottom: 0px;}
.post-nextprev-hld {margin-bottom: 10px;}
.widget.block-categories ul {padding: 15px 0px;}
.widget.block-categories ul ul {margin-left:20px;}
.widget.block-categories ul,.widget.block-categories li {margin: 0px;}
.widget.block-categories li,.sidebar .widget.block-recent-posts .item,.widget.block-archive .item,.tagclaud-hld span{border-bottom: 1px solid #e6e6e6;line-height: normal;padding: 10px 18px;}
.widget.block-categories li:last-child,.sidebar .widget.block-recent-posts .item:last-child,.widget.block-archive .item:last-child,.tagclaud-hld span:last-child{border: 0;}
.tagclaud-hld span{display: block;}
.tagclaud-hld{padding: 15px 0px;}
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;z-index: 4;}
.widget.blog-search .block-content {margin-bottom: 0;}
.block.blog-search .actions{padding:0;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px; margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 0px;top: 0; z-index: 1;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;font-size: 16px;line-height: 32px;color: #8f8f8f; content: attr(data-icon);font-family: "Simple-Line-Icons";margin: 0;vertical-align: top;display: inline-block;font-weight: normal;overflow: hidden;speak: none; text-align: center;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px; overflow: hidden;padding: 0; position: absolute;width: 1px;}
@media only screen and (max-width: 479px) {
	.post-list .post-content .post-description .post-ftimg-hld, .post-list .post-content .post-text-hld{width: 100%;}
	.post-list .post-content .post-description .post-ftimg-hld {padding: 0 0px 10px 0;}
	.item.post-categories {float: none;padding: 0;}
	.post-list .post-posed-date,.post-view .post-posed-date,.post-holder .post-header .post-info,.addthis_toolbox{float: none !important;}
	.addthis_toolbox{padding: 2px 0 0 0px;}
}
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
.fav-color-green {color: #4caf50;color: #28a745;}
.fav-color-yellow {color: #f9c100;color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #607d8b;color: #6c757d;}
.fav-color-red {color: #f44336;color: #dc3545;}


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


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


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

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


/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0px;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

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

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


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

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


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

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


/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* Block: index */
.alo-blog .block{margin-bottom: 0;}
.alo-blog .block .block-content{margin-bottom: 0;padding: 0;border: 0;background-color: transparent;}
.blog-image,.postcontent{position: relative;}
.alo-blog .blog-image,.alo-blog .blog_short_text{float: left;width: 50%;}
.post-text-hld.shortcontent-text,.post-text-hld.shortcontent-text p{line-height: 20px;color: #666666;padding-top: 0;}
.blog_short_text{padding: 0 0 0 10px;}
.blog_short_text .post-text-hld,.blog_short_text .post-text-hld p {color: #666;font-size: 14px;clear: both;}
.block-recent-posts .block-content .blog_short_text .item.post-posed-date{padding: 0;}
.blog_short_text .item.post-posed-date,.blog_short_text .post-date-bottom{margin: 0;}
.post-posed-date{padding: 0px;margin: 0;font-size: 14px;color: #222;line-height: 35px;padding: 0 8px;border-radius: 3px;display: inline-block;}
.post-posed-date .fa {font-size: 16px;padding-right: 10px;display: none;}
.post-list-wrapper .post-list:before, .post-list-wrapper .post-list:after {display: table;content: " ";}
.post-list-wrapper .post-list .post-holder:nth-child(2n+1) {clear: left;}

.cats,.blog_short_text .post-categories {line-height: 17px;margin-bottom: 18px;padding-bottom: 8px;position: relative;}
.cats:before,.blog_short_text .post-categories:before {border-bottom: 2px solid #e7e7e7;bottom: 0;content: "";height: 0;position: absolute;width: 20px;}
.cats span,.blog_short_text .post-categories a {color: #df5c53;font-size: 12px;letter-spacing: 2px;text-transform: uppercase;}
.blog_short_text .post-info a.post-item-link{padding: 10px 0;}
.post-info a.post-item-link{display: block;font-size: 15px;line-height: 1.2;font-weight: bold;text-transform: uppercase;}
.post-info a.post-item-link:hover{text-decoration: underline;}
.post-read-more {margin: 10px 0 0;padding: 0px;display: inline-block;color: #666;text-align: left;font-size: 14px;font-weight: normal;}
.post-read-more:after {content: "\f0a9";font-family: FontAwesome;padding-left: 5px;vertical-align: middle;}
.post-list-wrapper .post-list {margin: 0 -15px 0 -15px; margin: 0 -15px;overflow: hidden;padding: 0;}
.post-list-wrapper .post-list:before, .post-list-wrapper .post-list:after {display: table;content: " ";}
.post-list-wrapper .post-title-holder,.post-view  .post-title-holder{border-bottom: 1px solid #e6e6e6;margin: 0 0 20px;padding: 0 0 15px;}
.post-list-wrapper .post-posed-date,.post-view .post-posed-date{background-color: transparent; border-radius: 0;border-right: 1px solid #e6e6e6;font-size: 13px;color: #666666; margin-right: 10px;padding: 0 10px 0 0;float: left;line-height: normal;}
.post-list-wrapper .post-posed-date .value,.post-view  .post-posed-date .value{padding: 0;line-height: normal;}
.post-list-wrapper .item.post-categories,.post-view .item.post-categories{float: left;}
.post-list-wrapper .post-list .post-read-more,.post-view .post-read-more{line-height: 37px;margin-top: 15px;padding: 0 26px;font-size: 14px;color: #222;border-radius: 3px;border: 1px solid #be952c;background-color: #f2c557;font-weight: 600;}
.post-list-wrapper .post-list .post-read-more:after{display: none;}
.post-bottom .block-title.title,.catalog-product-view .block-title.title{border-color: #eee;border-style: solid;border-width: 0 0 3px;margin-bottom: 30px;padding: 20px 0 0;}
.post-nextprev-hld{text-align: right;}
.nextprev-link.next-link{padding-left: 15px;}
.catalog-product-view .block.related ul.block-content, .catalog-product-view .block.related ol.block-content {padding: 0 0 0 30px;}
.post-view .products-grid .product-items{padding: 0;}
.ajax-cart-owl-carousel {
    display: none;
    width: 98%;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
  
.ajax-cart-owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.ajax-cart-owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.ajax-cart-owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
  
.ajax-cart-owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
  
.ajax-cart-owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.ajax-cart-owl-carousel .owl-nav.disabled,
.ajax-cart-owl-carousel .owl-dots.disabled {
    display: none;
}

.ajax-cart-owl-carousel .owl-nav .owl-prev,
.ajax-cart-owl-carousel .owl-nav .owl-next,
.ajax-cart-owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ajax-cart-owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.ajax-cart-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    width: 35px;
    background: url(../../frontend/Alothemes/expert13/en_GB/Magepow_Ajaxcart/images/slider_left.png) no-repeat;
    height: 35px;
    background-size: 100%;
    font-size: 0;
}

.ajax-cart-owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -25px;
    width: 35px;
    background: url(../../frontend/Alothemes/expert13/en_GB/Magepow_Ajaxcart/images/slider_right.png) no-repeat;
    height: 35px;
    background-size: 100%;
    font-size: 0;
}

.ajax-cart-owl-carousel.owl-loaded {
    display: block;
}

.ajax-cart-owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.ajax-cart-owl-carousel.owl-hidden {
    opacity: 0;
}

.ajax-cart-owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.ajax-cart-owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ajax-cart-owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.ajax-cart-owl-carousel.owl-rtl {
    direction: rtl;
}

.ajax-cart-owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .ajax-cart-owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.ajax-cart-owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ajax-cart-owl-carousel .owl-animated-in {
    z-index: 0;
}

.ajax-cart-owl-carousel .owl-animated-out {
    z-index: 1;
}

.ajax-cart-owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.ajax-cart-owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.ajax-cart-owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.ajax-cart-owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.ajax-cart-owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Alothemes/expert13/en_GB/Magepow_Ajaxcart/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

.ajax-cart-owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.ajax-cart-owl-carousel .owl-video-playing .owl-video-tn,
.ajax-cart-owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.ajax-cart-owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.ajax-cart-owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Alothemes/expert13/en_GB/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Alothemes/expert13/en_GB/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-options {
    display: inline-block;
    vertical-align: middle;
}

.product-info-main .swatch-attribute-options {
    display: block;
    margin: 15px 0;
}

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
	color: #2b2929;
    font-size: 15px;
}
.swatch-attribute-label:after {
    content: ":";
}
.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}
.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}
.swatch-option {
    border: 1px solid transparent;
    padding: 3px;
    width: 30px;
    height: 15px;
    float: left;
    margin: 0 18px 15px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-items .swatch-option {
    min-width: 30px;
    height: 30px;
    margin: 0 5px 5px 0;
}

.swatch-option:last-child {
    margin-right: 0;
}

.swatch-option-link-layered .swatch-option {
    margin-right: 10px;
}
.swatch-option.text {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding: 2px 5px;
    height: auto;
    width: auto;
    margin-right: 10px;
    background-color: #eeeeee;
}
.product-items .swatch-option.text {
    margin-right: 5px;
}
.swatch-option.selected {
    outline: 1px solid #dfdfdf;
    border-color: #dfdfdf;
    color: #333;
}

.swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
    color: black;
    background: #fff;
    border-color: #ff5555;
}

.swatch-option:not(.disabled):hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    border-color: #dfdfdf;
    /* outline: 1px solid #dfdfdf; */
}

.swatch-option.disabled {
    cursor: default;
}

.swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: -moz-linear-gradient(to left top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 46%, rgba(255,82,22,1) 47%, rgba(255,82,22,1) 53%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 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%,rgba(255,255,255,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(47%,rgba(255,82,22,1)), color-stop(53%,rgba(255,82,22,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), 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%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 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%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 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%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.swatch-option-tooltip {
    max-width: 142px;
    /*max-height: 160px;*/
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #ccc;
    display: none;
    z-index: 999;
    text-align: center;
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    left: 40%;
    position: absolute;
    bottom: 0px;
    height: 8px;
}
/* .catalog-product-view .swatch-option-tooltip .corner,.catalog-product-view .swatch-option-tooltip-layered .corner{height: 8px;} */
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    content: '';
    position: relative;
    top: 0px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px;
    display: none;
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    content: '';
    position: relative;
    top: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px;
    display: none;
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    /*margin: 0 0 5px;*/
    margin: 0 auto;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: rgb(40, 40, 40);
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.product-info-main .swatch-opt {
    margin: 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] {
    margin-bottom: 10px;
}

.swatch-option-loading {
    content: url("../../frontend/Alothemes/expert13/en_GB/Magento_Swatches/images/loader-2.gif");
}
.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}/**
 * Magiccart 
 * @category 	Magiccart 
 * @copyright 	Copyright (c) 2014 Magiccart (http://www.magiccart.net/) 
 * @license 	http://www.magiccart.net/license-agreement.html
 * @Author:Magiccart<team.magiccart@gmail.com>
 * @@Create Date:2014-04-26 11:18:55
 * @@Modify Date: 2016-03-16 21:34:21
 * @@Function:*/

.shopbrand{text-align: center;display:block}
.mpfaqs {
  /*!
 * Materialize v1.0.0-rc.2 (http://materializecss.com)
 * Copyright 2014-2017 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
  /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers (opinionated).
 */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
  /**
 * Add the correct margin in IE 8.
 */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
  /**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font style in Android 4.3-.
 */
  /**
 * Add the correct background and color in IE 9-.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Add the correct display in iOS 4-7.
 */
  /**
 * Remove the border on images inside links in IE 10-.
 */
  /**
 * Hide the overflow in IE.
 */
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * Correct the padding in Firefox.
 */
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  /**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE.
 */
  /**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /* Scripting
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Add the correct display in IE.
 */
  /* Hidden
   ========================================================================== */
  /**
 * Add the correct display in IE 10-.
 */
  /* 2dp elevation modified*/
  /* 6dp elevation modified*/
  /* 12dp elevation modified*/
  /* 16dp elevation */
  /* 24dp elevation */
  /*********************
  Transition Classes
**********************/
  /*********************
  Media Query Classes
**********************/
  /*******************
  Utility Classes
*******************/
  /* This is needed for some mobile phones to display the Google Icon font properly */
  /*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
  /* Firefox Bug: link not triggered */
  /* Text Inputs + Textarea
   ========================================================================== */
  /* Style Placeholders */
  /* Text inputs */
  /* Validation Sass Placeholders */
  /* Search Field */
  /* Textarea */
  /* Autocomplete */
  /* Character Counter */
  /* Radio Buttons
   ========================================================================== */
  /* Unchecked styles */
  /* Checked styles */
  /* Radio With gap */
  /* Focused styles */
  /* Disabled Radio With gap */
  /* Disabled style */
  /* Checkboxes
   ========================================================================== */
  /* Remove default checkbox */
  /* Indeterminate checkbox */
  /* Switch
   ========================================================================== */
  /* Select Field
   ========================================================================== */
  /* File Input
   ========================================================================== */
  /* Range
   ========================================================================== */
  /***************
    Nav List
***************/
  /*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
  /**************************/
  /* STYLES FOR THE SPINNER */
  /**************************/
  /*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
  /**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
  /**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
  /* Modal */
  /* Date Display */
  /* Calendar */
  /* Footer */
  /* Media Queries */
  /* Timepicker Containers */
  /* Clock Digital Display */
  /* Analog Clock Display */
  /* Footer */
  /* Media Queries */
}

.mpfaqs .materialize-red {
  background-color: #e51c23 !important;
}

.mpfaqs .materialize-red-text {
  color: #e51c23 !important;
}

.mpfaqs .materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.mpfaqs .materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.mpfaqs .materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.mpfaqs .materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.mpfaqs .materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.mpfaqs .materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.mpfaqs .materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.mpfaqs .materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.mpfaqs .materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.mpfaqs .materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.mpfaqs .materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.mpfaqs .materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.mpfaqs .materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.mpfaqs .materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.mpfaqs .materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.mpfaqs .materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.mpfaqs .materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.mpfaqs .materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.mpfaqs .red {
  background-color: #F44336 !important;
}

.mpfaqs .red-text {
  color: #F44336 !important;
}

.mpfaqs .red.lighten-5 {
  background-color: #FFEBEE !important;
}

.mpfaqs .red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

.mpfaqs .red.lighten-4 {
  background-color: #FFCDD2 !important;
}

.mpfaqs .red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

.mpfaqs .red.lighten-3 {
  background-color: #EF9A9A !important;
}

.mpfaqs .red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

.mpfaqs .red.lighten-2 {
  background-color: #E57373 !important;
}

.mpfaqs .red-text.text-lighten-2 {
  color: #E57373 !important;
}

.mpfaqs .red.lighten-1 {
  background-color: #EF5350 !important;
}

.mpfaqs .red-text.text-lighten-1 {
  color: #EF5350 !important;
}

.mpfaqs .red.darken-1 {
  background-color: #E53935 !important;
}

.mpfaqs .red-text.text-darken-1 {
  color: #E53935 !important;
}

.mpfaqs .red.darken-2 {
  background-color: #D32F2F !important;
}

.mpfaqs .red-text.text-darken-2 {
  color: #D32F2F !important;
}

.mpfaqs .red.darken-3 {
  background-color: #C62828 !important;
}

.mpfaqs .red-text.text-darken-3 {
  color: #C62828 !important;
}

.mpfaqs .red.darken-4 {
  background-color: #B71C1C !important;
}

.mpfaqs .red-text.text-darken-4 {
  color: #B71C1C !important;
}

.mpfaqs .red.accent-1 {
  background-color: #FF8A80 !important;
}

.mpfaqs .red-text.text-accent-1 {
  color: #FF8A80 !important;
}

.mpfaqs .red.accent-2 {
  background-color: #FF5252 !important;
}

.mpfaqs .red-text.text-accent-2 {
  color: #FF5252 !important;
}

.mpfaqs .red.accent-3 {
  background-color: #FF1744 !important;
}

.mpfaqs .red-text.text-accent-3 {
  color: #FF1744 !important;
}

.mpfaqs .red.accent-4 {
  background-color: #D50000 !important;
}

.mpfaqs .red-text.text-accent-4 {
  color: #D50000 !important;
}

.mpfaqs .pink {
  background-color: #e91e63 !important;
}

.mpfaqs .pink-text {
  color: #e91e63 !important;
}

.mpfaqs .pink.lighten-5 {
  background-color: #fce4ec !important;
}

.mpfaqs .pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.mpfaqs .pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.mpfaqs .pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.mpfaqs .pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.mpfaqs .pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.mpfaqs .pink.lighten-2 {
  background-color: #f06292 !important;
}

.mpfaqs .pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.mpfaqs .pink.lighten-1 {
  background-color: #ec407a !important;
}

.mpfaqs .pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.mpfaqs .pink.darken-1 {
  background-color: #d81b60 !important;
}

.mpfaqs .pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.mpfaqs .pink.darken-2 {
  background-color: #c2185b !important;
}

.mpfaqs .pink-text.text-darken-2 {
  color: #c2185b !important;
}

.mpfaqs .pink.darken-3 {
  background-color: #ad1457 !important;
}

.mpfaqs .pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.mpfaqs .pink.darken-4 {
  background-color: #880e4f !important;
}

.mpfaqs .pink-text.text-darken-4 {
  color: #880e4f !important;
}

.mpfaqs .pink.accent-1 {
  background-color: #ff80ab !important;
}

.mpfaqs .pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.mpfaqs .pink.accent-2 {
  background-color: #ff4081 !important;
}

.mpfaqs .pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.mpfaqs .pink.accent-3 {
  background-color: #f50057 !important;
}

.mpfaqs .pink-text.text-accent-3 {
  color: #f50057 !important;
}

.mpfaqs .pink.accent-4 {
  background-color: #c51162 !important;
}

.mpfaqs .pink-text.text-accent-4 {
  color: #c51162 !important;
}

.mpfaqs .purple {
  background-color: #9c27b0 !important;
}

.mpfaqs .purple-text {
  color: #9c27b0 !important;
}

.mpfaqs .purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.mpfaqs .purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.mpfaqs .purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.mpfaqs .purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.mpfaqs .purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.mpfaqs .purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.mpfaqs .purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.mpfaqs .purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.mpfaqs .purple.lighten-1 {
  background-color: #ab47bc !important;
}

.mpfaqs .purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.mpfaqs .purple.darken-1 {
  background-color: #8e24aa !important;
}

.mpfaqs .purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.mpfaqs .purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.mpfaqs .purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.mpfaqs .purple.darken-3 {
  background-color: #6a1b9a !important;
}

.mpfaqs .purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.mpfaqs .purple.darken-4 {
  background-color: #4a148c !important;
}

.mpfaqs .purple-text.text-darken-4 {
  color: #4a148c !important;
}

.mpfaqs .purple.accent-1 {
  background-color: #ea80fc !important;
}

.mpfaqs .purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.mpfaqs .purple.accent-2 {
  background-color: #e040fb !important;
}

.mpfaqs .purple-text.text-accent-2 {
  color: #e040fb !important;
}

.mpfaqs .purple.accent-3 {
  background-color: #d500f9 !important;
}

.mpfaqs .purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.mpfaqs .purple.accent-4 {
  background-color: #aa00ff !important;
}

.mpfaqs .purple-text.text-accent-4 {
  color: #aa00ff !important;
}

.mpfaqs .deep-purple {
  background-color: #673ab7 !important;
}

.mpfaqs .deep-purple-text {
  color: #673ab7 !important;
}

.mpfaqs .deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.mpfaqs .deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.mpfaqs .deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.mpfaqs .deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.mpfaqs .deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.mpfaqs .deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.mpfaqs .deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.mpfaqs .deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.mpfaqs .deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.mpfaqs .deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.mpfaqs .deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.mpfaqs .deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.mpfaqs .deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.mpfaqs .deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.mpfaqs .deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.mpfaqs .deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.mpfaqs .deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.mpfaqs .deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.mpfaqs .deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.mpfaqs .deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.mpfaqs .deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.mpfaqs .deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.mpfaqs .deep-purple.accent-3 {
  background-color: #651fff !important;
}

.mpfaqs .deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.mpfaqs .deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.mpfaqs .deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.mpfaqs .indigo {
  background-color: #3f51b5 !important;
}

.mpfaqs .indigo-text {
  color: #3f51b5 !important;
}

.mpfaqs .indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.mpfaqs .indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.mpfaqs .indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.mpfaqs .indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.mpfaqs .indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.mpfaqs .indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.mpfaqs .indigo.lighten-2 {
  background-color: #7986cb !important;
}

.mpfaqs .indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.mpfaqs .indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.mpfaqs .indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.mpfaqs .indigo.darken-1 {
  background-color: #3949ab !important;
}

.mpfaqs .indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.mpfaqs .indigo.darken-2 {
  background-color: #303f9f !important;
}

.mpfaqs .indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.mpfaqs .indigo.darken-3 {
  background-color: #283593 !important;
}

.mpfaqs .indigo-text.text-darken-3 {
  color: #283593 !important;
}

.mpfaqs .indigo.darken-4 {
  background-color: #1a237e !important;
}

.mpfaqs .indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.mpfaqs .indigo.accent-1 {
  background-color: #8c9eff !important;
}

.mpfaqs .indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.mpfaqs .indigo.accent-2 {
  background-color: #536dfe !important;
}

.mpfaqs .indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.mpfaqs .indigo.accent-3 {
  background-color: #3d5afe !important;
}

.mpfaqs .indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.mpfaqs .indigo.accent-4 {
  background-color: #304ffe !important;
}

.mpfaqs .indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.mpfaqs .blue {
  background-color: #2196F3 !important;
}

.mpfaqs .blue-text {
  color: #2196F3 !important;
}

.mpfaqs .blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.mpfaqs .blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.mpfaqs .blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.mpfaqs .blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.mpfaqs .blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.mpfaqs .blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.mpfaqs .blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.mpfaqs .blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.mpfaqs .blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.mpfaqs .blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.mpfaqs .blue.darken-1 {
  background-color: #1E88E5 !important;
}

.mpfaqs .blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.mpfaqs .blue.darken-2 {
  background-color: #1976D2 !important;
}

.mpfaqs .blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.mpfaqs .blue.darken-3 {
  background-color: #1565C0 !important;
}

.mpfaqs .blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.mpfaqs .blue.darken-4 {
  background-color: #0D47A1 !important;
}

.mpfaqs .blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.mpfaqs .blue.accent-1 {
  background-color: #82B1FF !important;
}

.mpfaqs .blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.mpfaqs .blue.accent-2 {
  background-color: #448AFF !important;
}

.mpfaqs .blue-text.text-accent-2 {
  color: #448AFF !important;
}

.mpfaqs .blue.accent-3 {
  background-color: #2979FF !important;
}

.mpfaqs .blue-text.text-accent-3 {
  color: #2979FF !important;
}

.mpfaqs .blue.accent-4 {
  background-color: #2962FF !important;
}

.mpfaqs .blue-text.text-accent-4 {
  color: #2962FF !important;
}

.mpfaqs .light-blue {
  background-color: #03a9f4 !important;
}

.mpfaqs .light-blue-text {
  color: #03a9f4 !important;
}

.mpfaqs .light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.mpfaqs .light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.mpfaqs .light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.mpfaqs .light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.mpfaqs .light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.mpfaqs .light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.mpfaqs .light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.mpfaqs .light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.mpfaqs .light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.mpfaqs .light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.mpfaqs .light-blue.darken-1 {
  background-color: #039be5 !important;
}

.mpfaqs .light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.mpfaqs .light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.mpfaqs .light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.mpfaqs .light-blue.darken-3 {
  background-color: #0277bd !important;
}

.mpfaqs .light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.mpfaqs .light-blue.darken-4 {
  background-color: #01579b !important;
}

.mpfaqs .light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.mpfaqs .light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.mpfaqs .light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.mpfaqs .light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.mpfaqs .light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.mpfaqs .light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.mpfaqs .light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.mpfaqs .light-blue.accent-4 {
  background-color: #0091ea !important;
}

.mpfaqs .light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.mpfaqs .cyan {
  background-color: #00bcd4 !important;
}

.mpfaqs .cyan-text {
  color: #00bcd4 !important;
}

.mpfaqs .cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.mpfaqs .cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.mpfaqs .cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.mpfaqs .cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.mpfaqs .cyan.lighten-3 {
  background-color: #80deea !important;
}

.mpfaqs .cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.mpfaqs .cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.mpfaqs .cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.mpfaqs .cyan.lighten-1 {
  background-color: #26c6da !important;
}

.mpfaqs .cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.mpfaqs .cyan.darken-1 {
  background-color: #00acc1 !important;
}

.mpfaqs .cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.mpfaqs .cyan.darken-2 {
  background-color: #0097a7 !important;
}

.mpfaqs .cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.mpfaqs .cyan.darken-3 {
  background-color: #00838f !important;
}

.mpfaqs .cyan-text.text-darken-3 {
  color: #00838f !important;
}

.mpfaqs .cyan.darken-4 {
  background-color: #006064 !important;
}

.mpfaqs .cyan-text.text-darken-4 {
  color: #006064 !important;
}

.mpfaqs .cyan.accent-1 {
  background-color: #84ffff !important;
}

.mpfaqs .cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.mpfaqs .cyan.accent-2 {
  background-color: #18ffff !important;
}

.mpfaqs .cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.mpfaqs .cyan.accent-3 {
  background-color: #00e5ff !important;
}

.mpfaqs .cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.mpfaqs .cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.mpfaqs .cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.mpfaqs .teal {
  background-color: #009688 !important;
}

.mpfaqs .teal-text {
  color: #009688 !important;
}

.mpfaqs .teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.mpfaqs .teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.mpfaqs .teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.mpfaqs .teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.mpfaqs .teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.mpfaqs .teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.mpfaqs .teal.lighten-2 {
  background-color: #4db6ac !important;
}

.mpfaqs .teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.mpfaqs .teal.lighten-1 {
  background-color: #26a69a !important;
}

.mpfaqs .teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.mpfaqs .teal.darken-1 {
  background-color: #00897b !important;
}

.mpfaqs .teal-text.text-darken-1 {
  color: #00897b !important;
}

.mpfaqs .teal.darken-2 {
  background-color: #00796b !important;
}

.mpfaqs .teal-text.text-darken-2 {
  color: #00796b !important;
}

.mpfaqs .teal.darken-3 {
  background-color: #00695c !important;
}

.mpfaqs .teal-text.text-darken-3 {
  color: #00695c !important;
}

.mpfaqs .teal.darken-4 {
  background-color: #004d40 !important;
}

.mpfaqs .teal-text.text-darken-4 {
  color: #004d40 !important;
}

.mpfaqs .teal.accent-1 {
  background-color: #a7ffeb !important;
}

.mpfaqs .teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.mpfaqs .teal.accent-2 {
  background-color: #64ffda !important;
}

.mpfaqs .teal-text.text-accent-2 {
  color: #64ffda !important;
}

.mpfaqs .teal.accent-3 {
  background-color: #1de9b6 !important;
}

.mpfaqs .teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.mpfaqs .teal.accent-4 {
  background-color: #00bfa5 !important;
}

.mpfaqs .teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.mpfaqs .green {
  background-color: #4CAF50 !important;
}

.mpfaqs .green-text {
  color: #4CAF50 !important;
}

.mpfaqs .green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.mpfaqs .green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.mpfaqs .green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.mpfaqs .green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.mpfaqs .green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.mpfaqs .green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.mpfaqs .green.lighten-2 {
  background-color: #81C784 !important;
}

.mpfaqs .green-text.text-lighten-2 {
  color: #81C784 !important;
}

.mpfaqs .green.lighten-1 {
  background-color: #66BB6A !important;
}

.mpfaqs .green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.mpfaqs .green.darken-1 {
  background-color: #43A047 !important;
}

.mpfaqs .green-text.text-darken-1 {
  color: #43A047 !important;
}

.mpfaqs .green.darken-2 {
  background-color: #388E3C !important;
}

.mpfaqs .green-text.text-darken-2 {
  color: #388E3C !important;
}

.mpfaqs .green.darken-3 {
  background-color: #2E7D32 !important;
}

.mpfaqs .green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.mpfaqs .green.darken-4 {
  background-color: #1B5E20 !important;
}

.mpfaqs .green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.mpfaqs .green.accent-1 {
  background-color: #B9F6CA !important;
}

.mpfaqs .green-text.text-accent-1 {
  color: #B9F6CA !important;
}

.mpfaqs .green.accent-2 {
  background-color: #69F0AE !important;
}

.mpfaqs .green-text.text-accent-2 {
  color: #69F0AE !important;
}

.mpfaqs .green.accent-3 {
  background-color: #00E676 !important;
}

.mpfaqs .green-text.text-accent-3 {
  color: #00E676 !important;
}

.mpfaqs .green.accent-4 {
  background-color: #00C853 !important;
}

.mpfaqs .green-text.text-accent-4 {
  color: #00C853 !important;
}

.mpfaqs .light-green {
  background-color: #8bc34a !important;
}

.mpfaqs .light-green-text {
  color: #8bc34a !important;
}

.mpfaqs .light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.mpfaqs .light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.mpfaqs .light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.mpfaqs .light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.mpfaqs .light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.mpfaqs .light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.mpfaqs .light-green.lighten-2 {
  background-color: #aed581 !important;
}

.mpfaqs .light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.mpfaqs .light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.mpfaqs .light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.mpfaqs .light-green.darken-1 {
  background-color: #7cb342 !important;
}

.mpfaqs .light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.mpfaqs .light-green.darken-2 {
  background-color: #689f38 !important;
}

.mpfaqs .light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.mpfaqs .light-green.darken-3 {
  background-color: #558b2f !important;
}

.mpfaqs .light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.mpfaqs .light-green.darken-4 {
  background-color: #33691e !important;
}

.mpfaqs .light-green-text.text-darken-4 {
  color: #33691e !important;
}

.mpfaqs .light-green.accent-1 {
  background-color: #ccff90 !important;
}

.mpfaqs .light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.mpfaqs .light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.mpfaqs .light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.mpfaqs .light-green.accent-3 {
  background-color: #76ff03 !important;
}

.mpfaqs .light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.mpfaqs .light-green.accent-4 {
  background-color: #64dd17 !important;
}

.mpfaqs .light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.mpfaqs .lime {
  background-color: #cddc39 !important;
}

.mpfaqs .lime-text {
  color: #cddc39 !important;
}

.mpfaqs .lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.mpfaqs .lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.mpfaqs .lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.mpfaqs .lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.mpfaqs .lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.mpfaqs .lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.mpfaqs .lime.lighten-2 {
  background-color: #dce775 !important;
}

.mpfaqs .lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.mpfaqs .lime.lighten-1 {
  background-color: #d4e157 !important;
}

.mpfaqs .lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.mpfaqs .lime.darken-1 {
  background-color: #c0ca33 !important;
}

.mpfaqs .lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.mpfaqs .lime.darken-2 {
  background-color: #afb42b !important;
}

.mpfaqs .lime-text.text-darken-2 {
  color: #afb42b !important;
}

.mpfaqs .lime.darken-3 {
  background-color: #9e9d24 !important;
}

.mpfaqs .lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.mpfaqs .lime.darken-4 {
  background-color: #827717 !important;
}

.mpfaqs .lime-text.text-darken-4 {
  color: #827717 !important;
}

.mpfaqs .lime.accent-1 {
  background-color: #f4ff81 !important;
}

.mpfaqs .lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.mpfaqs .lime.accent-2 {
  background-color: #eeff41 !important;
}

.mpfaqs .lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.mpfaqs .lime.accent-3 {
  background-color: #c6ff00 !important;
}

.mpfaqs .lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.mpfaqs .lime.accent-4 {
  background-color: #aeea00 !important;
}

.mpfaqs .lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.mpfaqs .yellow {
  background-color: #ffeb3b !important;
}

.mpfaqs .yellow-text {
  color: #ffeb3b !important;
}

.mpfaqs .yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.mpfaqs .yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.mpfaqs .yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.mpfaqs .yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.mpfaqs .yellow.lighten-3 {
  background-color: #fff59d !important;
}

.mpfaqs .yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.mpfaqs .yellow.lighten-2 {
  background-color: #fff176 !important;
}

.mpfaqs .yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.mpfaqs .yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.mpfaqs .yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.mpfaqs .yellow.darken-1 {
  background-color: #fdd835 !important;
}

.mpfaqs .yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.mpfaqs .yellow.darken-2 {
  background-color: #fbc02d !important;
}

.mpfaqs .yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.mpfaqs .yellow.darken-3 {
  background-color: #f9a825 !important;
}

.mpfaqs .yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.mpfaqs .yellow.darken-4 {
  background-color: #f57f17 !important;
}

.mpfaqs .yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.mpfaqs .yellow.accent-1 {
  background-color: #ffff8d !important;
}

.mpfaqs .yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.mpfaqs .yellow.accent-2 {
  background-color: #ffff00 !important;
}

.mpfaqs .yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

.mpfaqs .yellow.accent-3 {
  background-color: #ffea00 !important;
}

.mpfaqs .yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.mpfaqs .yellow.accent-4 {
  background-color: #ffd600 !important;
}

.mpfaqs .yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.mpfaqs .amber {
  background-color: #ffc107 !important;
}

.mpfaqs .amber-text {
  color: #ffc107 !important;
}

.mpfaqs .amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.mpfaqs .amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.mpfaqs .amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.mpfaqs .amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.mpfaqs .amber.lighten-3 {
  background-color: #ffe082 !important;
}

.mpfaqs .amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.mpfaqs .amber.lighten-2 {
  background-color: #ffd54f !important;
}

.mpfaqs .amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.mpfaqs .amber.lighten-1 {
  background-color: #ffca28 !important;
}

.mpfaqs .amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.mpfaqs .amber.darken-1 {
  background-color: #ffb300 !important;
}

.mpfaqs .amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.mpfaqs .amber.darken-2 {
  background-color: #ffa000 !important;
}

.mpfaqs .amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.mpfaqs .amber.darken-3 {
  background-color: #ff8f00 !important;
}

.mpfaqs .amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.mpfaqs .amber.darken-4 {
  background-color: #ff6f00 !important;
}

.mpfaqs .amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.mpfaqs .amber.accent-1 {
  background-color: #ffe57f !important;
}

.mpfaqs .amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.mpfaqs .amber.accent-2 {
  background-color: #ffd740 !important;
}

.mpfaqs .amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.mpfaqs .amber.accent-3 {
  background-color: #ffc400 !important;
}

.mpfaqs .amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.mpfaqs .amber.accent-4 {
  background-color: #ffab00 !important;
}

.mpfaqs .amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.mpfaqs .orange {
  background-color: #ff9800 !important;
}

.mpfaqs .orange-text {
  color: #ff9800 !important;
}

.mpfaqs .orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.mpfaqs .orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.mpfaqs .orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.mpfaqs .orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.mpfaqs .orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.mpfaqs .orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.mpfaqs .orange.lighten-2 {
  background-color: #ffb74d !important;
}

.mpfaqs .orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.mpfaqs .orange.lighten-1 {
  background-color: #ffa726 !important;
}

.mpfaqs .orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.mpfaqs .orange.darken-1 {
  background-color: #fb8c00 !important;
}

.mpfaqs .orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.mpfaqs .orange.darken-2 {
  background-color: #f57c00 !important;
}

.mpfaqs .orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.mpfaqs .orange.darken-3 {
  background-color: #ef6c00 !important;
}

.mpfaqs .orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.mpfaqs .orange.darken-4 {
  background-color: #e65100 !important;
}

.mpfaqs .orange-text.text-darken-4 {
  color: #e65100 !important;
}

.mpfaqs .orange.accent-1 {
  background-color: #ffd180 !important;
}

.mpfaqs .orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.mpfaqs .orange.accent-2 {
  background-color: #ffab40 !important;
}

.mpfaqs .orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.mpfaqs .orange.accent-3 {
  background-color: #ff9100 !important;
}

.mpfaqs .orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.mpfaqs .orange.accent-4 {
  background-color: #ff6d00 !important;
}

.mpfaqs .orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.mpfaqs .deep-orange {
  background-color: #ff5722 !important;
}

.mpfaqs .deep-orange-text {
  color: #ff5722 !important;
}

.mpfaqs .deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.mpfaqs .deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.mpfaqs .deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.mpfaqs .deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.mpfaqs .deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.mpfaqs .deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.mpfaqs .deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.mpfaqs .deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.mpfaqs .deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.mpfaqs .deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.mpfaqs .deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.mpfaqs .deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.mpfaqs .deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.mpfaqs .deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.mpfaqs .deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.mpfaqs .deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.mpfaqs .deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.mpfaqs .deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.mpfaqs .deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.mpfaqs .deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.mpfaqs .deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.mpfaqs .deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.mpfaqs .deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.mpfaqs .deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.mpfaqs .deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.mpfaqs .deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.mpfaqs .brown {
  background-color: #795548 !important;
}

.mpfaqs .brown-text {
  color: #795548 !important;
}

.mpfaqs .brown.lighten-5 {
  background-color: #efebe9 !important;
}

.mpfaqs .brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.mpfaqs .brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.mpfaqs .brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.mpfaqs .brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.mpfaqs .brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.mpfaqs .brown.lighten-2 {
  background-color: #a1887f !important;
}

.mpfaqs .brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.mpfaqs .brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.mpfaqs .brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.mpfaqs .brown.darken-1 {
  background-color: #6d4c41 !important;
}

.mpfaqs .brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.mpfaqs .brown.darken-2 {
  background-color: #5d4037 !important;
}

.mpfaqs .brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.mpfaqs .brown.darken-3 {
  background-color: #4e342e !important;
}

.mpfaqs .brown-text.text-darken-3 {
  color: #4e342e !important;
}

.mpfaqs .brown.darken-4 {
  background-color: #3e2723 !important;
}

.mpfaqs .brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.mpfaqs .blue-grey {
  background-color: #607d8b !important;
}

.mpfaqs .blue-grey-text {
  color: #607d8b !important;
}

.mpfaqs .blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.mpfaqs .blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.mpfaqs .blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.mpfaqs .blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.mpfaqs .blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.mpfaqs .blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.mpfaqs .blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.mpfaqs .blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.mpfaqs .blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.mpfaqs .blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.mpfaqs .blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.mpfaqs .blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.mpfaqs .blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.mpfaqs .blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.mpfaqs .blue-grey.darken-3 {
  background-color: #37474f !important;
}

.mpfaqs .blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.mpfaqs .blue-grey.darken-4 {
  background-color: #263238 !important;
}

.mpfaqs .blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.mpfaqs .grey {
  background-color: #9e9e9e !important;
}

.mpfaqs .grey-text {
  color: #9e9e9e !important;
}

.mpfaqs .grey.lighten-5 {
  background-color: #fafafa !important;
}

.mpfaqs .grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.mpfaqs .grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.mpfaqs .grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.mpfaqs .grey.lighten-3 {
  background-color: #eeeeee !important;
}

.mpfaqs .grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.mpfaqs .grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.mpfaqs .grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.mpfaqs .grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.mpfaqs .grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.mpfaqs .grey.darken-1 {
  background-color: #757575 !important;
}

.mpfaqs .grey-text.text-darken-1 {
  color: #757575 !important;
}

.mpfaqs .grey.darken-2 {
  background-color: #616161 !important;
}

.mpfaqs .grey-text.text-darken-2 {
  color: #616161 !important;
}

.mpfaqs .grey.darken-3 {
  background-color: #424242 !important;
}

.mpfaqs .grey-text.text-darken-3 {
  color: #424242 !important;
}

.mpfaqs .grey.darken-4 {
  background-color: #212121 !important;
}

.mpfaqs .grey-text.text-darken-4 {
  color: #212121 !important;
}

.mpfaqs .black {
  background-color: #000000 !important;
}

.mpfaqs .black-text {
  color: #000000 !important;
}

.mpfaqs .white {
  background-color: #FFFFFF !important;
}

.mpfaqs .white-text {
  color: #FFFFFF !important;
}

.mpfaqs .transparent {
  background-color: transparent !important;
}

.mpfaqs .transparent-text {
  color: transparent !important;
}

html .mpfaqs {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

.mpfaqs body {
  margin: 0;
}

.mpfaqs article,
.mpfaqs aside,
.mpfaqs footer,
.mpfaqs header,
.mpfaqs nav,
.mpfaqs section {
  display: block;
}

.mpfaqs h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.mpfaqs figcaption,
.mpfaqs figure,
.mpfaqs main {
  /* 1 */
  display: block;
}

.mpfaqs figure {
  margin: 1em 40px;
}

.mpfaqs hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

.mpfaqs pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

.mpfaqs a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

.mpfaqs abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

.mpfaqs b,
.mpfaqs strong {
  font-weight: inherit;
}

.mpfaqs b,
.mpfaqs strong {
  font-weight: bolder;
}

.mpfaqs code,
.mpfaqs kbd,
.mpfaqs samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

.mpfaqs dfn {
  font-style: italic;
}

.mpfaqs mark {
  background-color: #ff0;
  color: #000;
}

.mpfaqs small {
  font-size: 80%;
}

.mpfaqs sub,
.mpfaqs sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.mpfaqs sub {
  bottom: -0.25em;
}

.mpfaqs sup {
  top: -0.5em;
}

.mpfaqs audio,
.mpfaqs video {
  display: inline-block;
}

.mpfaqs audio:not([controls]) {
  display: none;
  height: 0;
}

.mpfaqs img {
  border-style: none;
}

.mpfaqs svg:not(:root) {
  overflow: hidden;
}

.mpfaqs button,
.mpfaqs input,
.mpfaqs optgroup,
.mpfaqs select,
.mpfaqs textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

.mpfaqs button,
.mpfaqs input {
  /* 1 */
  overflow: visible;
}

.mpfaqs button,
.mpfaqs select {
  /* 1 */
  text-transform: none;
}

.mpfaqs button,
html .mpfaqs [type="button"],
.mpfaqs [type="reset"],
.mpfaqs [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

.mpfaqs button::-moz-focus-inner,
.mpfaqs [type="button"]::-moz-focus-inner,
.mpfaqs [type="reset"]::-moz-focus-inner,
.mpfaqs [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.mpfaqs button:-moz-focusring,
.mpfaqs [type="button"]:-moz-focusring,
.mpfaqs [type="reset"]:-moz-focusring,
.mpfaqs [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.mpfaqs fieldset {
  padding: 0.35em 0.75em 0.625em;
}

.mpfaqs legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

.mpfaqs progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

.mpfaqs textarea {
  overflow: auto;
}

.mpfaqs [type="checkbox"],
.mpfaqs [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

.mpfaqs [type="number"]::-webkit-inner-spin-button,
.mpfaqs [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.mpfaqs [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

.mpfaqs [type="search"]::-webkit-search-cancel-button,
.mpfaqs [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.mpfaqs ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.mpfaqs details,
.mpfaqs menu {
  display: block;
}

.mpfaqs summary {
  display: list-item;
}

.mpfaqs canvas {
  display: inline-block;
}

.mpfaqs template {
  display: none;
}

.mpfaqs [hidden] {
  display: none;
}

html .mpfaqs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mpfaqs *, .mpfaqs *:before, .mpfaqs *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.mpfaqs button,
.mpfaqs input,
.mpfaqs optgroup,
.mpfaqs select,
.mpfaqs textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.mpfaqs a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.mpfaqs .valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mpfaqs .clearfix {
  clear: both;
}

.mpfaqs .z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mpfaqs .z-depth-1, .mpfaqs nav, .mpfaqs .card-panel, .mpfaqs .card, .mpfaqs .toast, .mpfaqs .btn, .mpfaqs .btn-large, .mpfaqs .btn-small, .mpfaqs .btn-floating, .mpfaqs .dropdown-content, .mpfaqs .collapsible, .mpfaqs .sidenav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.mpfaqs .z-depth-1-half, .mpfaqs .btn:hover, .mpfaqs .btn-large:hover, .mpfaqs .btn-small:hover, .mpfaqs .btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.mpfaqs .z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.mpfaqs .z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.mpfaqs .z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.mpfaqs .z-depth-5, .mpfaqs .modal {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.mpfaqs .hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.mpfaqs .hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mpfaqs .divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

.mpfaqs blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

.mpfaqs i {
  line-height: inherit;
}

.mpfaqs i.left {
  float: left;
  margin-right: 15px;
}

.mpfaqs i.right {
  float: right;
  margin-left: 15px;
}

.mpfaqs i.tiny {
  font-size: 1rem;
}

.mpfaqs i.small {
  font-size: 2rem;
}

.mpfaqs i.medium {
  font-size: 4rem;
}

.mpfaqs i.large {
  font-size: 6rem;
}

.mpfaqs img.responsive-img,
.mpfaqs video.responsive-video {
  max-width: 100%;
  height: auto;
}

.mpfaqs .pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.mpfaqs .pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.mpfaqs .pagination li.active a {
  color: #fff;
}

.mpfaqs .pagination li.active {
  background-color: #ee6e73;
}

.mpfaqs .pagination li.disabled a {
  cursor: default;
  color: #999;
}

.mpfaqs .pagination li i {
  font-size: 2rem;
}

.mpfaqs .pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .mpfaqs .pagination {
    width: 100%;
  }
  .mpfaqs .pagination li.prev,
  .mpfaqs .pagination li.next {
    width: 10%;
  }
  .mpfaqs .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.mpfaqs .breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.mpfaqs .breadcrumb i,
.mpfaqs .breadcrumb [class^="mdi-"], .mpfaqs .breadcrumb [class*="mdi-"],
.mpfaqs .breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.mpfaqs .breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.mpfaqs .breadcrumb:first-child:before {
  display: none;
}

.mpfaqs .breadcrumb:last-child {
  color: #fff;
}

.mpfaqs .parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.mpfaqs .parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.mpfaqs .parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mpfaqs .pin-top, .mpfaqs .pin-bottom {
  position: relative;
}

.mpfaqs .pinned {
  position: fixed !important;
}

.mpfaqs ul.staggered-list li {
  opacity: 0;
}

.mpfaqs .fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

@media only screen and (max-width: 600px) {
  .mpfaqs .hide-on-small-only, .mpfaqs .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .mpfaqs .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .mpfaqs .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .mpfaqs .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .mpfaqs .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .mpfaqs .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .mpfaqs .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  .mpfaqs .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .mpfaqs .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .mpfaqs .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .mpfaqs .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .mpfaqs .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .mpfaqs .center-on-small-only {
    text-align: center;
  }
}

.mpfaqs .page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

.mpfaqs .page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

.mpfaqs table, .mpfaqs th, .mpfaqs td {
  border: none;
}

.mpfaqs table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.mpfaqs table.striped tr {
  border-bottom: none;
}

.mpfaqs table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

.mpfaqs table.striped > tbody > tr > td {
  border-radius: 0;
}

.mpfaqs table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.mpfaqs table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

.mpfaqs table.centered thead tr th, .mpfaqs table.centered tbody tr td {
  text-align: center;
}

.mpfaqs tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mpfaqs td, .mpfaqs th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  .mpfaqs table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  .mpfaqs table.responsive-table td:empty:before {
    content: '\00a0';
  }
  .mpfaqs table.responsive-table th,
  .mpfaqs table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  .mpfaqs table.responsive-table th {
    text-align: left;
  }
  .mpfaqs table.responsive-table thead {
    display: block;
    float: left;
  }
  .mpfaqs table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  .mpfaqs table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  .mpfaqs table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .mpfaqs table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .mpfaqs table.responsive-table th {
    display: block;
    text-align: right;
  }
  .mpfaqs table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .mpfaqs table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  .mpfaqs table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.mpfaqs .collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.mpfaqs .collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.mpfaqs .collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.mpfaqs .collection .collection-item.avatar:not(.circle-clipper) > .circle,
.mpfaqs .collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.mpfaqs .collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.mpfaqs .collection .collection-item.avatar .title {
  font-size: 16px;
}

.mpfaqs .collection .collection-item.avatar p {
  margin: 0;
}

.mpfaqs .collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.mpfaqs .collection .collection-item:last-child {
  border-bottom: none;
}

.mpfaqs .collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

.mpfaqs .collection .collection-item.active .secondary-content {
  color: #fff;
}

.mpfaqs .collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

.mpfaqs .collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.mpfaqs .collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.mpfaqs .collection.with-header .collection-item {
  padding-left: 30px;
}

.mpfaqs .collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.mpfaqs .secondary-content {
  float: right;
  color: #26a69a;
}

.mpfaqs .collapsible .collection {
  margin: 0;
  border: none;
}

.mpfaqs .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.mpfaqs .video-container iframe, .mpfaqs .video-container object, .mpfaqs .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mpfaqs .progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.mpfaqs .progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}

.mpfaqs .progress .indeterminate {
  background-color: #26a69a;
}

.mpfaqs .progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.mpfaqs .progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

.mpfaqs .hide {
  display: none !important;
}

.mpfaqs .left-align {
  text-align: left;
}

.mpfaqs .right-align {
  text-align: right;
}

.mpfaqs .center, .mpfaqs .center-align {
  text-align: center;
}

.mpfaqs .left {
  float: left !important;
}

.mpfaqs .right {
  float: right !important;
}

.mpfaqs .no-select, .mpfaqs input[type=range],
.mpfaqs input[type=range] + .thumb {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mpfaqs .circle {
  border-radius: 50%;
}

.mpfaqs .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mpfaqs .truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mpfaqs .no-padding {
  padding: 0 !important;
}

.mpfaqs span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mpfaqs span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

.mpfaqs span.badge.new:after {
  content: " new";
}

.mpfaqs span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

.mpfaqs nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

.mpfaqs .collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

.mpfaqs .collapsible span.badge {
  margin-left: auto;
}

.mpfaqs .sidenav span.badge {
  margin-top: calc(24px - 11px);
}

.mpfaqs table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

.mpfaqs .material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

.mpfaqs .container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .mpfaqs .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .mpfaqs .container {
    width: 70%;
  }
}

.mpfaqs .col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mpfaqs .section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mpfaqs .section.no-pad {
  padding: 0;
}

.mpfaqs .section.no-pad-bot {
  padding-bottom: 0;
}

.mpfaqs .section.no-pad-top {
  padding-top: 0;
}

.mpfaqs .row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.mpfaqs .row:after {
  content: "";
  display: table;
  clear: both;
}

.mpfaqs .row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.mpfaqs .row .col[class*="push-"], .mpfaqs .row .col[class*="pull-"] {
  position: relative;
}

.mpfaqs .row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.mpfaqs .row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.mpfaqs .row .col.pull-s1 {
  right: 8.3333333333%;
}

.mpfaqs .row .col.push-s1 {
  left: 8.3333333333%;
}

.mpfaqs .row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.mpfaqs .row .col.pull-s2 {
  right: 16.6666666667%;
}

.mpfaqs .row .col.push-s2 {
  left: 16.6666666667%;
}

.mpfaqs .row .col.offset-s3 {
  margin-left: 25%;
}

.mpfaqs .row .col.pull-s3 {
  right: 25%;
}

.mpfaqs .row .col.push-s3 {
  left: 25%;
}

.mpfaqs .row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.mpfaqs .row .col.pull-s4 {
  right: 33.3333333333%;
}

.mpfaqs .row .col.push-s4 {
  left: 33.3333333333%;
}

.mpfaqs .row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.mpfaqs .row .col.pull-s5 {
  right: 41.6666666667%;
}

.mpfaqs .row .col.push-s5 {
  left: 41.6666666667%;
}

.mpfaqs .row .col.offset-s6 {
  margin-left: 50%;
}

.mpfaqs .row .col.pull-s6 {
  right: 50%;
}

.mpfaqs .row .col.push-s6 {
  left: 50%;
}

.mpfaqs .row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.mpfaqs .row .col.pull-s7 {
  right: 58.3333333333%;
}

.mpfaqs .row .col.push-s7 {
  left: 58.3333333333%;
}

.mpfaqs .row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.mpfaqs .row .col.pull-s8 {
  right: 66.6666666667%;
}

.mpfaqs .row .col.push-s8 {
  left: 66.6666666667%;
}

.mpfaqs .row .col.offset-s9 {
  margin-left: 75%;
}

.mpfaqs .row .col.pull-s9 {
  right: 75%;
}

.mpfaqs .row .col.push-s9 {
  left: 75%;
}

.mpfaqs .row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.mpfaqs .row .col.pull-s10 {
  right: 83.3333333333%;
}

.mpfaqs .row .col.push-s10 {
  left: 83.3333333333%;
}

.mpfaqs .row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.mpfaqs .row .col.pull-s11 {
  right: 91.6666666667%;
}

.mpfaqs .row .col.push-s11 {
  left: 91.6666666667%;
}

.mpfaqs .row .col.offset-s12 {
  margin-left: 100%;
}

.mpfaqs .row .col.pull-s12 {
  right: 100%;
}

.mpfaqs .row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .mpfaqs .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .mpfaqs .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .mpfaqs .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .mpfaqs .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .mpfaqs .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .mpfaqs .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .mpfaqs .row .col.offset-m3 {
    margin-left: 25%;
  }
  .mpfaqs .row .col.pull-m3 {
    right: 25%;
  }
  .mpfaqs .row .col.push-m3 {
    left: 25%;
  }
  .mpfaqs .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .mpfaqs .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .mpfaqs .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .mpfaqs .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .mpfaqs .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .mpfaqs .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .mpfaqs .row .col.offset-m6 {
    margin-left: 50%;
  }
  .mpfaqs .row .col.pull-m6 {
    right: 50%;
  }
  .mpfaqs .row .col.push-m6 {
    left: 50%;
  }
  .mpfaqs .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .mpfaqs .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .mpfaqs .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .mpfaqs .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .mpfaqs .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .mpfaqs .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .mpfaqs .row .col.offset-m9 {
    margin-left: 75%;
  }
  .mpfaqs .row .col.pull-m9 {
    right: 75%;
  }
  .mpfaqs .row .col.push-m9 {
    left: 75%;
  }
  .mpfaqs .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .mpfaqs .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .mpfaqs .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .mpfaqs .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .mpfaqs .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .mpfaqs .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .mpfaqs .row .col.offset-m12 {
    margin-left: 100%;
  }
  .mpfaqs .row .col.pull-m12 {
    right: 100%;
  }
  .mpfaqs .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .mpfaqs .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .mpfaqs .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .mpfaqs .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .mpfaqs .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .mpfaqs .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .mpfaqs .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .mpfaqs .row .col.offset-l3 {
    margin-left: 25%;
  }
  .mpfaqs .row .col.pull-l3 {
    right: 25%;
  }
  .mpfaqs .row .col.push-l3 {
    left: 25%;
  }
  .mpfaqs .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .mpfaqs .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .mpfaqs .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .mpfaqs .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .mpfaqs .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .mpfaqs .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .mpfaqs .row .col.offset-l6 {
    margin-left: 50%;
  }
  .mpfaqs .row .col.pull-l6 {
    right: 50%;
  }
  .mpfaqs .row .col.push-l6 {
    left: 50%;
  }
  .mpfaqs .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .mpfaqs .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .mpfaqs .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .mpfaqs .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .mpfaqs .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .mpfaqs .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .mpfaqs .row .col.offset-l9 {
    margin-left: 75%;
  }
  .mpfaqs .row .col.pull-l9 {
    right: 75%;
  }
  .mpfaqs .row .col.push-l9 {
    left: 75%;
  }
  .mpfaqs .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .mpfaqs .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .mpfaqs .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .mpfaqs .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .mpfaqs .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .mpfaqs .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .mpfaqs .row .col.offset-l12 {
    margin-left: 100%;
  }
  .mpfaqs .row .col.pull-l12 {
    right: 100%;
  }
  .mpfaqs .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  .mpfaqs .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .mpfaqs .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .mpfaqs .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .mpfaqs .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .mpfaqs .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .mpfaqs .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .mpfaqs .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .mpfaqs .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .mpfaqs .row .col.pull-xl3 {
    right: 25%;
  }
  .mpfaqs .row .col.push-xl3 {
    left: 25%;
  }
  .mpfaqs .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .mpfaqs .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .mpfaqs .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .mpfaqs .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .mpfaqs .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .mpfaqs .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .mpfaqs .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .mpfaqs .row .col.pull-xl6 {
    right: 50%;
  }
  .mpfaqs .row .col.push-xl6 {
    left: 50%;
  }
  .mpfaqs .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .mpfaqs .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .mpfaqs .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .mpfaqs .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .mpfaqs .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .mpfaqs .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .mpfaqs .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .mpfaqs .row .col.pull-xl9 {
    right: 75%;
  }
  .mpfaqs .row .col.push-xl9 {
    left: 75%;
  }
  .mpfaqs .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .mpfaqs .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .mpfaqs .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .mpfaqs .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .mpfaqs .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .mpfaqs .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .mpfaqs .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .mpfaqs .row .col.pull-xl12 {
    right: 100%;
  }
  .mpfaqs .row .col.push-xl12 {
    left: 100%;
  }
}

.mpfaqs nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

.mpfaqs nav.nav-extended {
  height: auto;
}

.mpfaqs nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

.mpfaqs nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

.mpfaqs nav a {
  color: #fff;
}

.mpfaqs nav i,
.mpfaqs nav [class^="mdi-"], .mpfaqs nav [class*="mdi-"],
.mpfaqs nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

.mpfaqs nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 993px) {
  .mpfaqs nav a.sidenav-trigger {
    display: none;
  }
}

.mpfaqs nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

.mpfaqs nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

.mpfaqs nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

.mpfaqs nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  .mpfaqs nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mpfaqs nav .brand-logo.left, .mpfaqs nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
    transform: none;
  }
  .mpfaqs nav .brand-logo.left {
    left: 0.5rem;
  }
  .mpfaqs nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

.mpfaqs nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

.mpfaqs nav .brand-logo i,
.mpfaqs nav .brand-logo [class^="mdi-"], .mpfaqs nav .brand-logo [class*="mdi-"],
.mpfaqs nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

.mpfaqs nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

.mpfaqs nav ul {
  margin: 0;
}

.mpfaqs nav ul li {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  float: left;
  padding: 0;
}

.mpfaqs nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.mpfaqs nav ul a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

.mpfaqs nav ul a.btn, .mpfaqs nav ul a.btn-large, .mpfaqs nav ul a.btn-small, .mpfaqs nav ul a.btn-large, .mpfaqs nav ul a.btn-flat, .mpfaqs nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

.mpfaqs nav ul a.btn > .material-icons, .mpfaqs nav ul a.btn-large > .material-icons, .mpfaqs nav ul a.btn-small > .material-icons, .mpfaqs nav ul a.btn-large > .material-icons, .mpfaqs nav ul a.btn-flat > .material-icons, .mpfaqs nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

.mpfaqs nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mpfaqs nav ul.left {
  float: left;
}

.mpfaqs nav form {
  height: 100%;
}

.mpfaqs nav .input-field {
  margin: 0;
  height: 100%;
}

.mpfaqs nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

.mpfaqs nav .input-field input:focus, .mpfaqs nav .input-field input[type=text]:valid, .mpfaqs nav .input-field input[type=password]:valid, .mpfaqs nav .input-field input[type=email]:valid, .mpfaqs nav .input-field input[type=url]:valid, .mpfaqs nav .input-field input[type=date]:valid {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mpfaqs nav .input-field label {
  top: 0;
  left: 0;
}

.mpfaqs nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color .3s;
  transition: color .3s;
}

.mpfaqs nav .input-field label.active i {
  color: #fff;
}

.mpfaqs .navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

.mpfaqs .navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  .mpfaqs nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  .mpfaqs nav, .mpfaqs nav .nav-wrapper i, .mpfaqs nav a.sidenav-trigger, .mpfaqs nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  .mpfaqs .navbar-fixed {
    height: 64px;
  }
}

.mpfaqs a {
  text-decoration: none;
}

html .mpfaqs {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  html .mpfaqs {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  html .mpfaqs {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  html .mpfaqs {
    font-size: 15px;
  }
}

.mpfaqs h1, .mpfaqs h2, .mpfaqs h3, .mpfaqs h4, .mpfaqs h5, .mpfaqs h6 {
  font-weight: 400;
  line-height: 1.3;
}

.mpfaqs h1 a, .mpfaqs h2 a, .mpfaqs h3 a, .mpfaqs h4 a, .mpfaqs h5 a, .mpfaqs h6 a {
  font-weight: inherit;
}

.mpfaqs h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

.mpfaqs h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

.mpfaqs h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

.mpfaqs h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

.mpfaqs h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

.mpfaqs h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

.mpfaqs em {
  font-style: italic;
}

.mpfaqs small {
  font-size: 75%;
}

.mpfaqs .light {
  font-weight: 300;
}

.mpfaqs .thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  .mpfaqs .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  .mpfaqs .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  .mpfaqs .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  .mpfaqs .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  .mpfaqs .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  .mpfaqs .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  .mpfaqs .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  .mpfaqs .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  .mpfaqs .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  .mpfaqs .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  .mpfaqs .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  .mpfaqs .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  .mpfaqs .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  .mpfaqs .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  .mpfaqs .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  .mpfaqs .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  .mpfaqs .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  .mpfaqs .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  .mpfaqs .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  .mpfaqs .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  .mpfaqs .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  .mpfaqs .flow-text {
    font-size: 1.2rem;
  }
}

.mpfaqs .scale-transition {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

.mpfaqs .scale-transition.scale-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s !important;
  transition: -webkit-transform .2s !important;
  transition: transform .2s !important;
  transition: transform .2s, -webkit-transform .2s !important;
}

.mpfaqs .scale-transition.scale-in {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mpfaqs .card-panel {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.mpfaqs .card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}

.mpfaqs .card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.mpfaqs .card .card-title.activator {
  cursor: pointer;
}

.mpfaqs .card.small, .mpfaqs .card.medium, .mpfaqs .card.large {
  position: relative;
}

.mpfaqs .card.small .card-image, .mpfaqs .card.medium .card-image, .mpfaqs .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.mpfaqs .card.small .card-image + .card-content, .mpfaqs .card.medium .card-image + .card-content, .mpfaqs .card.large .card-image + .card-content {
  max-height: 40%;
}

.mpfaqs .card.small .card-content, .mpfaqs .card.medium .card-content, .mpfaqs .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

.mpfaqs .card.small .card-action, .mpfaqs .card.medium .card-action, .mpfaqs .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.mpfaqs .card.small {
  height: 300px;
}

.mpfaqs .card.medium {
  height: 400px;
}

.mpfaqs .card.large {
  height: 500px;
}

.mpfaqs .card.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mpfaqs .card.horizontal.small .card-image, .mpfaqs .card.horizontal.medium .card-image, .mpfaqs .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

.mpfaqs .card.horizontal.small .card-image img, .mpfaqs .card.horizontal.medium .card-image img, .mpfaqs .card.horizontal.large .card-image img {
  height: 100%;
}

.mpfaqs .card.horizontal .card-image {
  max-width: 50%;
}

.mpfaqs .card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

.mpfaqs .card.horizontal .card-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.mpfaqs .card.horizontal .card-stacked .card-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mpfaqs .card.sticky-action .card-action {
  z-index: 2;
}

.mpfaqs .card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.mpfaqs .card .card-image {
  position: relative;
}

.mpfaqs .card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mpfaqs .card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

.mpfaqs .card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

.mpfaqs .card .card-content p {
  margin: 0;
}

.mpfaqs .card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

.mpfaqs .card .card-content .card-title i {
  line-height: 32px;
}

.mpfaqs .card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

.mpfaqs .card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

.mpfaqs .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

.mpfaqs .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.mpfaqs .card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.mpfaqs .card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

.mpfaqs #toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width: 600px) {
  .mpfaqs #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .mpfaqs #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  .mpfaqs #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

.mpfaqs .toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: default;
}

.mpfaqs .toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

.mpfaqs .toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  .mpfaqs .toast {
    width: 100%;
    border-radius: 0;
  }
}

.mpfaqs .tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.mpfaqs .tabs.tabs-transparent {
  background-color: transparent;
}

.mpfaqs .tabs.tabs-transparent .tab a,
.mpfaqs .tabs.tabs-transparent .tab.disabled a,
.mpfaqs .tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.mpfaqs .tabs.tabs-transparent .tab a:hover,
.mpfaqs .tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.mpfaqs .tabs.tabs-transparent .indicator {
  background-color: #fff;
}

.mpfaqs .tabs.tabs-fixed-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mpfaqs .tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mpfaqs .tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.mpfaqs .tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease, background-color .28s ease;
  transition: color .28s ease, background-color .28s ease;
}

.mpfaqs .tabs .tab a:focus, .mpfaqs .tabs .tab a:focus.active {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

.mpfaqs .tabs .tab a:hover, .mpfaqs .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

.mpfaqs .tabs .tab.disabled a,
.mpfaqs .tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

.mpfaqs .tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width: 992px) {
  .mpfaqs .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mpfaqs .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mpfaqs .tabs .tab a {
    padding: 0 12px;
  }
}

.mpfaqs .material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

.mpfaqs .backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  visibility: hidden;
}

.mpfaqs .btn, .mpfaqs .btn-large, .mpfaqs .btn-small,
.mpfaqs .btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.mpfaqs .btn.disabled, .mpfaqs .disabled.btn-large, .mpfaqs .disabled.btn-small,
.mpfaqs .btn-floating.disabled,
.mpfaqs .btn-large.disabled,
.mpfaqs .btn-small.disabled,
.mpfaqs .btn-flat.disabled,
.mpfaqs .btn:disabled,
.mpfaqs .btn-large:disabled,
.mpfaqs .btn-small:disabled,
.mpfaqs .btn-floating:disabled,
.mpfaqs .btn-large:disabled,
.mpfaqs .btn-small:disabled,
.mpfaqs .btn-flat:disabled,
.mpfaqs .btn[disabled],
.mpfaqs .btn-large[disabled],
.mpfaqs .btn-small[disabled],
.mpfaqs .btn-floating[disabled],
.mpfaqs .btn-large[disabled],
.mpfaqs .btn-small[disabled],
.mpfaqs .btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

.mpfaqs .btn.disabled:hover, .mpfaqs .disabled.btn-large:hover, .mpfaqs .disabled.btn-small:hover,
.mpfaqs .btn-floating.disabled:hover,
.mpfaqs .btn-large.disabled:hover,
.mpfaqs .btn-small.disabled:hover,
.mpfaqs .btn-flat.disabled:hover,
.mpfaqs .btn:disabled:hover,
.mpfaqs .btn-large:disabled:hover,
.mpfaqs .btn-small:disabled:hover,
.mpfaqs .btn-floating:disabled:hover,
.mpfaqs .btn-large:disabled:hover,
.mpfaqs .btn-small:disabled:hover,
.mpfaqs .btn-flat:disabled:hover,
.mpfaqs .btn[disabled]:hover,
.mpfaqs .btn-large[disabled]:hover,
.mpfaqs .btn-small[disabled]:hover,
.mpfaqs .btn-floating[disabled]:hover,
.mpfaqs .btn-large[disabled]:hover,
.mpfaqs .btn-small[disabled]:hover,
.mpfaqs .btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.mpfaqs .btn, .mpfaqs .btn-large, .mpfaqs .btn-small,
.mpfaqs .btn-floating,
.mpfaqs .btn-large,
.mpfaqs .btn-small,
.mpfaqs .btn-flat {
  font-size: 14px;
  outline: 0;
}

.mpfaqs .btn i, .mpfaqs .btn-large i, .mpfaqs .btn-small i,
.mpfaqs .btn-floating i,
.mpfaqs .btn-large i,
.mpfaqs .btn-small i,
.mpfaqs .btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.mpfaqs .btn:focus, .mpfaqs .btn-large:focus, .mpfaqs .btn-small:focus,
.mpfaqs .btn-floating:focus {
  background-color: #1d7d74;
}

.mpfaqs .btn, .mpfaqs .btn-large, .mpfaqs .btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

.mpfaqs .btn:hover, .mpfaqs .btn-large:hover, .mpfaqs .btn-small:hover {
  background-color: #2bbbad;
}

.mpfaqs .btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

.mpfaqs .btn-floating:hover {
  background-color: #26a69a;
}

.mpfaqs .btn-floating:before {
  border-radius: 0;
}

.mpfaqs .btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

.mpfaqs .btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

.mpfaqs .btn-floating.btn-large i {
  line-height: 56px;
}

.mpfaqs .btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

.mpfaqs .btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

.mpfaqs .btn-floating.btn-small i {
  line-height: 32.4px;
}

.mpfaqs .btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

.mpfaqs .btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

.mpfaqs .btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

.mpfaqs button.btn-floating {
  border: none;
}

.mpfaqs .fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

.mpfaqs .fixed-action-btn.active ul {
  visibility: visible;
}

.mpfaqs .fixed-action-btn.direction-left, .mpfaqs .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

.mpfaqs .fixed-action-btn.direction-left ul, .mpfaqs .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

.mpfaqs .fixed-action-btn.direction-left ul li, .mpfaqs .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

.mpfaqs .fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

.mpfaqs .fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

.mpfaqs .fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

.mpfaqs .fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

.mpfaqs .fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.mpfaqs .fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

.mpfaqs .fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

.mpfaqs .fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

.mpfaqs .fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.mpfaqs .fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.mpfaqs .fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.mpfaqs .fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

.mpfaqs .fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.mpfaqs .fixed-action-btn ul li {
  margin-bottom: 15px;
}

.mpfaqs .fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.mpfaqs .fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mpfaqs .btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.mpfaqs .btn-flat:focus, .mpfaqs .btn-flat:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mpfaqs .btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.mpfaqs .btn-flat.disabled, .mpfaqs .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b2b2 !important;
  cursor: default;
}

.mpfaqs .btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

.mpfaqs .btn-large i {
  font-size: 1.6rem;
}

.mpfaqs .btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

.mpfaqs .btn-small i {
  font-size: 1.2rem;
}

.mpfaqs .btn-block {
  display: block;
}

.mpfaqs .dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mpfaqs .dropdown-content:focus {
  outline: 0;
}

.mpfaqs .dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.mpfaqs .dropdown-content li:hover, .mpfaqs .dropdown-content li.active {
  background-color: #eee;
}

.mpfaqs .dropdown-content li:focus {
  outline: none;
}

.mpfaqs .dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.mpfaqs .dropdown-content li > a, .mpfaqs .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.mpfaqs .dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.mpfaqs .dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

.mpfaqs body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

.mpfaqs .input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  -webkit-transform: none;
  transform: none;
}

.mpfaqs .dropdown-trigger {
  cursor: pointer;
}

.mpfaqs .waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.mpfaqs .waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.mpfaqs .waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.mpfaqs .waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.mpfaqs .waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.mpfaqs .waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.mpfaqs .waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.mpfaqs .waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.mpfaqs .waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.mpfaqs .waves-effect input[type="button"], .mpfaqs .waves-effect input[type="reset"], .mpfaqs .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.mpfaqs .waves-effect img {
  position: relative;
  z-index: -1;
}

.mpfaqs .waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.mpfaqs .waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.mpfaqs .waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.mpfaqs .waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.mpfaqs .waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.mpfaqs .waves-block {
  display: block;
}

.mpfaqs .waves-effect .waves-ripple {
  z-index: -1;
}

.mpfaqs .modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.mpfaqs .modal:focus {
  outline: none;
}

@media only screen and (max-width: 992px) {
  .mpfaqs .modal {
    width: 80%;
  }
}

.mpfaqs .modal h1, .mpfaqs .modal h2, .mpfaqs .modal h3, .mpfaqs .modal h4 {
  margin-top: 0;
}

.mpfaqs .modal .modal-content {
  padding: 24px;
}

.mpfaqs .modal .modal-close {
  cursor: pointer;
}

.mpfaqs .modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.mpfaqs .modal .modal-footer .btn, .mpfaqs .modal .modal-footer .btn-large, .mpfaqs .modal .modal-footer .btn-small, .mpfaqs .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.mpfaqs .modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.mpfaqs .modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.mpfaqs .modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.mpfaqs .modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.mpfaqs .modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.mpfaqs .collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.mpfaqs .collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.mpfaqs .collapsible-header:focus {
  outline: 0;
}

.mpfaqs .collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.mpfaqs .keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

.mpfaqs .collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}

.mpfaqs .sidenav .collapsible,
.mpfaqs .sidenav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mpfaqs .sidenav .collapsible li,
.mpfaqs .sidenav.fixed .collapsible li {
  padding: 0;
}

.mpfaqs .sidenav .collapsible-header,
.mpfaqs .sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.mpfaqs .sidenav .collapsible-header:hover,
.mpfaqs .sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mpfaqs .sidenav .collapsible-header i,
.mpfaqs .sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

.mpfaqs .sidenav .collapsible-body,
.mpfaqs .sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

.mpfaqs .sidenav .collapsible-body li a,
.mpfaqs .sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.mpfaqs .collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mpfaqs .collapsible.popout > li {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mpfaqs .collapsible.popout > li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.mpfaqs .chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.mpfaqs .chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

.mpfaqs .chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.mpfaqs .chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.mpfaqs .chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mpfaqs .chips.focus {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

.mpfaqs .chips:hover {
  cursor: text;
}

.mpfaqs .chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

.mpfaqs .chips .input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mpfaqs .chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.mpfaqs .prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.mpfaqs .chips:empty ~ label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}

.mpfaqs .materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

.mpfaqs .materialboxed:hover:not(.active) {
  opacity: .8;
}

.mpfaqs .materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mpfaqs #materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.mpfaqs .materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

.mpfaqs select:focus {
  outline: 1px solid #c9f3ef;
}

.mpfaqs button:focus {
  outline: none;
  background-color: #2ab7a9;
}

.mpfaqs label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

.mpfaqs ::-webkit-input-placeholder {
  color: #d1d1d1;
}

.mpfaqs ::-moz-placeholder {
  color: #d1d1d1;
}

.mpfaqs :-ms-input-placeholder {
  color: #d1d1d1;
}

.mpfaqs ::-ms-input-placeholder {
  color: #d1d1d1;
}

.mpfaqs ::placeholder {
  color: #d1d1d1;
}

.mpfaqs input:not([type]),
.mpfaqs input[type=text]:not(.browser-default),
.mpfaqs input[type=password]:not(.browser-default),
.mpfaqs input[type=email]:not(.browser-default),
.mpfaqs input[type=url]:not(.browser-default),
.mpfaqs input[type=time]:not(.browser-default),
.mpfaqs input[type=date]:not(.browser-default),
.mpfaqs input[type=datetime]:not(.browser-default),
.mpfaqs input[type=datetime-local]:not(.browser-default),
.mpfaqs input[type=tel]:not(.browser-default),
.mpfaqs input[type=number]:not(.browser-default),
.mpfaqs input[type=search]:not(.browser-default),
.mpfaqs textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.mpfaqs input:not([type]):disabled, .mpfaqs input:not([type])[readonly="readonly"],
.mpfaqs input[type=text]:not(.browser-default):disabled,
.mpfaqs input[type=text]:not(.browser-default)[readonly="readonly"],
.mpfaqs input[type=password]:not(.browser-default):disabled,
.mpfaqs input[type=password]:not(.browser-default)[readonly="readonly"],
.mpfaqs input[type=email]:not(.browser-default):disabled,
.mpfaqs input[type=email]:not(.browser-default)[readonly="readonly"],
.mpfaqs input[type=url]:not(.browser-default):disabled,
.mpfaqs input[type=url]:not(.browser-default)[readonly="readonly"],
.mpfaqs input[type=time]:not(.browser-default):disabled,
.mpfaqs input[type=time]:not(.browser-default)[readonly="readonly"],
.mpfaqs input[type=date]:not(.browser-default):disabled,
.mpfaqs input[type=date]:not(.browser-default)[readonly="readonly"],
.mpfaqs input[type=datetime]:not(.browser-default):disabled,
.mpfaqs input[type=datetime]:not(.browser-default)[readonly="readonly"],
.mpfaqs input[type=datetime-local]:not(.browser-default):disabled,
.mpfaqs input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
.mpfaqs input[type=tel]:not(.browser-default):disabled,
.mpfaqs input[type=tel]:not(.browser-default)[readonly="readonly"],
.mpfaqs input[type=number]:not(.browser-default):disabled,
.mpfaqs input[type=number]:not(.browser-default)[readonly="readonly"],
.mpfaqs input[type=search]:not(.browser-default):disabled,
.mpfaqs input[type=search]:not(.browser-default)[readonly="readonly"],
.mpfaqs textarea.materialize-textarea:disabled,
.mpfaqs textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

.mpfaqs input:not([type]):disabled + label,
.mpfaqs input:not([type])[readonly="readonly"] + label,
.mpfaqs input[type=text]:not(.browser-default):disabled + label,
.mpfaqs input[type=text]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs input[type=password]:not(.browser-default):disabled + label,
.mpfaqs input[type=password]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs input[type=email]:not(.browser-default):disabled + label,
.mpfaqs input[type=email]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs input[type=url]:not(.browser-default):disabled + label,
.mpfaqs input[type=url]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs input[type=time]:not(.browser-default):disabled + label,
.mpfaqs input[type=time]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs input[type=date]:not(.browser-default):disabled + label,
.mpfaqs input[type=date]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs input[type=datetime]:not(.browser-default):disabled + label,
.mpfaqs input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs input[type=datetime-local]:not(.browser-default):disabled + label,
.mpfaqs input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs input[type=tel]:not(.browser-default):disabled + label,
.mpfaqs input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs input[type=number]:not(.browser-default):disabled + label,
.mpfaqs input[type=number]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs input[type=search]:not(.browser-default):disabled + label,
.mpfaqs input[type=search]:not(.browser-default)[readonly="readonly"] + label,
.mpfaqs textarea.materialize-textarea:disabled + label,
.mpfaqs textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

.mpfaqs input:not([type]):focus:not([readonly]),
.mpfaqs input[type=text]:not(.browser-default):focus:not([readonly]),
.mpfaqs input[type=password]:not(.browser-default):focus:not([readonly]),
.mpfaqs input[type=email]:not(.browser-default):focus:not([readonly]),
.mpfaqs input[type=url]:not(.browser-default):focus:not([readonly]),
.mpfaqs input[type=time]:not(.browser-default):focus:not([readonly]),
.mpfaqs input[type=date]:not(.browser-default):focus:not([readonly]),
.mpfaqs input[type=datetime]:not(.browser-default):focus:not([readonly]),
.mpfaqs input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.mpfaqs input[type=tel]:not(.browser-default):focus:not([readonly]),
.mpfaqs input[type=number]:not(.browser-default):focus:not([readonly]),
.mpfaqs input[type=search]:not(.browser-default):focus:not([readonly]),
.mpfaqs textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

.mpfaqs input:not([type]):focus:not([readonly]) + label,
.mpfaqs input[type=text]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs input[type=password]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs input[type=email]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs input[type=url]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs input[type=time]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs input[type=date]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs input[type=number]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs input[type=search]:not(.browser-default):focus:not([readonly]) + label,
.mpfaqs textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

.mpfaqs input:not([type]):focus.valid ~ label,
.mpfaqs input[type=text]:not(.browser-default):focus.valid ~ label,
.mpfaqs input[type=password]:not(.browser-default):focus.valid ~ label,
.mpfaqs input[type=email]:not(.browser-default):focus.valid ~ label,
.mpfaqs input[type=url]:not(.browser-default):focus.valid ~ label,
.mpfaqs input[type=time]:not(.browser-default):focus.valid ~ label,
.mpfaqs input[type=date]:not(.browser-default):focus.valid ~ label,
.mpfaqs input[type=datetime]:not(.browser-default):focus.valid ~ label,
.mpfaqs input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
.mpfaqs input[type=tel]:not(.browser-default):focus.valid ~ label,
.mpfaqs input[type=number]:not(.browser-default):focus.valid ~ label,
.mpfaqs input[type=search]:not(.browser-default):focus.valid ~ label,
.mpfaqs textarea.materialize-textarea:focus.valid ~ label {
  color: #4CAF50;
}

.mpfaqs input:not([type]):focus.invalid ~ label,
.mpfaqs input[type=text]:not(.browser-default):focus.invalid ~ label,
.mpfaqs input[type=password]:not(.browser-default):focus.invalid ~ label,
.mpfaqs input[type=email]:not(.browser-default):focus.invalid ~ label,
.mpfaqs input[type=url]:not(.browser-default):focus.invalid ~ label,
.mpfaqs input[type=time]:not(.browser-default):focus.invalid ~ label,
.mpfaqs input[type=date]:not(.browser-default):focus.invalid ~ label,
.mpfaqs input[type=datetime]:not(.browser-default):focus.invalid ~ label,
.mpfaqs input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
.mpfaqs input[type=tel]:not(.browser-default):focus.invalid ~ label,
.mpfaqs input[type=number]:not(.browser-default):focus.invalid ~ label,
.mpfaqs input[type=search]:not(.browser-default):focus.invalid ~ label,
.mpfaqs textarea.materialize-textarea:focus.invalid ~ label {
  color: #F44336;
}

.mpfaqs input:not([type]).validate + label,
.mpfaqs input[type=text]:not(.browser-default).validate + label,
.mpfaqs input[type=password]:not(.browser-default).validate + label,
.mpfaqs input[type=email]:not(.browser-default).validate + label,
.mpfaqs input[type=url]:not(.browser-default).validate + label,
.mpfaqs input[type=time]:not(.browser-default).validate + label,
.mpfaqs input[type=date]:not(.browser-default).validate + label,
.mpfaqs input[type=datetime]:not(.browser-default).validate + label,
.mpfaqs input[type=datetime-local]:not(.browser-default).validate + label,
.mpfaqs input[type=tel]:not(.browser-default).validate + label,
.mpfaqs input[type=number]:not(.browser-default).validate + label,
.mpfaqs input[type=search]:not(.browser-default).validate + label,
.mpfaqs textarea.materialize-textarea.validate + label {
  width: 100%;
}

.mpfaqs input.valid:not([type]), .mpfaqs input.valid:not([type]):focus,
.mpfaqs input.valid[type=text]:not(.browser-default),
.mpfaqs input.valid[type=text]:not(.browser-default):focus,
.mpfaqs input.valid[type=password]:not(.browser-default),
.mpfaqs input.valid[type=password]:not(.browser-default):focus,
.mpfaqs input.valid[type=email]:not(.browser-default),
.mpfaqs input.valid[type=email]:not(.browser-default):focus,
.mpfaqs input.valid[type=url]:not(.browser-default),
.mpfaqs input.valid[type=url]:not(.browser-default):focus,
.mpfaqs input.valid[type=time]:not(.browser-default),
.mpfaqs input.valid[type=time]:not(.browser-default):focus,
.mpfaqs input.valid[type=date]:not(.browser-default),
.mpfaqs input.valid[type=date]:not(.browser-default):focus,
.mpfaqs input.valid[type=datetime]:not(.browser-default),
.mpfaqs input.valid[type=datetime]:not(.browser-default):focus,
.mpfaqs input.valid[type=datetime-local]:not(.browser-default),
.mpfaqs input.valid[type=datetime-local]:not(.browser-default):focus,
.mpfaqs input.valid[type=tel]:not(.browser-default),
.mpfaqs input.valid[type=tel]:not(.browser-default):focus,
.mpfaqs input.valid[type=number]:not(.browser-default),
.mpfaqs input.valid[type=number]:not(.browser-default):focus,
.mpfaqs input.valid[type=search]:not(.browser-default),
.mpfaqs input.valid[type=search]:not(.browser-default):focus,
.mpfaqs textarea.materialize-textarea.valid,
.mpfaqs textarea.materialize-textarea.valid:focus, .mpfaqs .select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4CAF50;
  -webkit-box-shadow: 0 1px 0 0 #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

.mpfaqs input.invalid:not([type]), .mpfaqs input.invalid:not([type]):focus,
.mpfaqs input.invalid[type=text]:not(.browser-default),
.mpfaqs input.invalid[type=text]:not(.browser-default):focus,
.mpfaqs input.invalid[type=password]:not(.browser-default),
.mpfaqs input.invalid[type=password]:not(.browser-default):focus,
.mpfaqs input.invalid[type=email]:not(.browser-default),
.mpfaqs input.invalid[type=email]:not(.browser-default):focus,
.mpfaqs input.invalid[type=url]:not(.browser-default),
.mpfaqs input.invalid[type=url]:not(.browser-default):focus,
.mpfaqs input.invalid[type=time]:not(.browser-default),
.mpfaqs input.invalid[type=time]:not(.browser-default):focus,
.mpfaqs input.invalid[type=date]:not(.browser-default),
.mpfaqs input.invalid[type=date]:not(.browser-default):focus,
.mpfaqs input.invalid[type=datetime]:not(.browser-default),
.mpfaqs input.invalid[type=datetime]:not(.browser-default):focus,
.mpfaqs input.invalid[type=datetime-local]:not(.browser-default),
.mpfaqs input.invalid[type=datetime-local]:not(.browser-default):focus,
.mpfaqs input.invalid[type=tel]:not(.browser-default),
.mpfaqs input.invalid[type=tel]:not(.browser-default):focus,
.mpfaqs input.invalid[type=number]:not(.browser-default),
.mpfaqs input.invalid[type=number]:not(.browser-default):focus,
.mpfaqs input.invalid[type=search]:not(.browser-default),
.mpfaqs input.invalid[type=search]:not(.browser-default):focus,
.mpfaqs textarea.materialize-textarea.invalid,
.mpfaqs textarea.materialize-textarea.invalid:focus, .mpfaqs .select-wrapper.invalid > input.select-dropdown,
.mpfaqs .select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #F44336;
  -webkit-box-shadow: 0 1px 0 0 #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

.mpfaqs input:not([type]).valid ~ .helper-text[data-success],
.mpfaqs input:not([type]):focus.valid ~ .helper-text[data-success],
.mpfaqs input:not([type]).invalid ~ .helper-text[data-error],
.mpfaqs input:not([type]):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
.mpfaqs input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
.mpfaqs input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
.mpfaqs input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
.mpfaqs textarea.materialize-textarea.valid ~ .helper-text[data-success],
.mpfaqs textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
.mpfaqs textarea.materialize-textarea.invalid ~ .helper-text[data-error],
.mpfaqs textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error], .mpfaqs .select-wrapper.valid .helper-text[data-success],
.mpfaqs .select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.mpfaqs input:not([type]).valid ~ .helper-text:after,
.mpfaqs input:not([type]):focus.valid ~ .helper-text:after,
.mpfaqs input[type=text]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs input[type=password]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs input[type=email]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs input[type=url]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs input[type=time]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs input[type=date]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs input[type=number]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs input[type=search]:not(.browser-default).valid ~ .helper-text:after,
.mpfaqs input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
.mpfaqs textarea.materialize-textarea.valid ~ .helper-text:after,
.mpfaqs textarea.materialize-textarea:focus.valid ~ .helper-text:after, .mpfaqs .select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

.mpfaqs input:not([type]).invalid ~ .helper-text:after,
.mpfaqs input:not([type]):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
.mpfaqs input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
.mpfaqs textarea.materialize-textarea.invalid ~ .helper-text:after,
.mpfaqs textarea.materialize-textarea:focus.invalid ~ .helper-text:after, .mpfaqs .select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

.mpfaqs input:not([type]) + label:after,
.mpfaqs input[type=text]:not(.browser-default) + label:after,
.mpfaqs input[type=password]:not(.browser-default) + label:after,
.mpfaqs input[type=email]:not(.browser-default) + label:after,
.mpfaqs input[type=url]:not(.browser-default) + label:after,
.mpfaqs input[type=time]:not(.browser-default) + label:after,
.mpfaqs input[type=date]:not(.browser-default) + label:after,
.mpfaqs input[type=datetime]:not(.browser-default) + label:after,
.mpfaqs input[type=datetime-local]:not(.browser-default) + label:after,
.mpfaqs input[type=tel]:not(.browser-default) + label:after,
.mpfaqs input[type=number]:not(.browser-default) + label:after,
.mpfaqs input[type=search]:not(.browser-default) + label:after,
.mpfaqs textarea.materialize-textarea + label:after, .mpfaqs .select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.mpfaqs .input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mpfaqs .input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.mpfaqs .input-field.inline input,
.mpfaqs .input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.mpfaqs .input-field.col label {
  left: 0.75rem;
}

.mpfaqs .input-field.col .prefix ~ label,
.mpfaqs .input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.mpfaqs .input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

.mpfaqs .input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mpfaqs .input-field > input[type]:-webkit-autofill:not(.browser-default) + label,
.mpfaqs .input-field > input[type=date]:not(.browser-default) + label,
.mpfaqs .input-field > input[type=time]:not(.browser-default) + label {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mpfaqs .input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.mpfaqs .input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.mpfaqs .input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  top: 0.5rem;
}

.mpfaqs .input-field .prefix.active {
  color: #26a69a;
}

.mpfaqs .input-field .prefix ~ input,
.mpfaqs .input-field .prefix ~ textarea,
.mpfaqs .input-field .prefix ~ label,
.mpfaqs .input-field .prefix ~ .validate ~ label,
.mpfaqs .input-field .prefix ~ .helper-text,
.mpfaqs .input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.mpfaqs .input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  .mpfaqs .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  .mpfaqs .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

.mpfaqs .input-field input[type=search] {
  display: block;
  line-height: inherit;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.mpfaqs .nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mpfaqs .input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
}

.mpfaqs .input-field input[type=search]:focus:not(.browser-default) + label i,
.mpfaqs .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.mpfaqs .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.mpfaqs .input-field input[type=search] + .label-icon {
  -webkit-transform: none;
  transform: none;
  left: 1rem;
}

.mpfaqs .input-field input[type=search] ~ .mdi-navigation-close,
.mpfaqs .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: .3s color;
  transition: .3s color;
}

.mpfaqs textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

.mpfaqs textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mpfaqs .hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

.mpfaqs .autocomplete-content li .highlight {
  color: #444;
}

.mpfaqs .autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

.mpfaqs .character-counter {
  min-height: 18px;
}

.mpfaqs [type="radio"]:not(:checked),
.mpfaqs [type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mpfaqs [type="radio"]:not(:checked) + span,
.mpfaqs [type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mpfaqs [type="radio"] + span:before,
.mpfaqs [type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

.mpfaqs [type="radio"]:not(:checked) + span:before,
.mpfaqs [type="radio"]:not(:checked) + span:after,
.mpfaqs [type="radio"]:checked + span:before,
.mpfaqs [type="radio"]:checked + span:after,
.mpfaqs [type="radio"].with-gap:checked + span:before,
.mpfaqs [type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}

.mpfaqs [type="radio"]:not(:checked) + span:before,
.mpfaqs [type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

.mpfaqs [type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mpfaqs [type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

.mpfaqs [type="radio"]:checked + span:after,
.mpfaqs [type="radio"].with-gap:checked + span:before,
.mpfaqs [type="radio"].with-gap:checked + span:after {
  border: 2px solid #26a69a;
}

.mpfaqs [type="radio"]:checked + span:after,
.mpfaqs [type="radio"].with-gap:checked + span:after {
  background-color: #26a69a;
}

.mpfaqs [type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.mpfaqs [type="radio"].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.mpfaqs [type="radio"].tabbed:focus + span:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

.mpfaqs [type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

.mpfaqs [type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

.mpfaqs [type="radio"]:disabled:not(:checked) + span:before,
.mpfaqs [type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

.mpfaqs [type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

.mpfaqs [type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

.mpfaqs [type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

.mpfaqs [type="checkbox"]:not(:checked),
.mpfaqs [type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mpfaqs [type="checkbox"] {
  /* checkbox aspect */
}

.mpfaqs [type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mpfaqs [type="checkbox"] + span:not(.lever):before,
.mpfaqs [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

.mpfaqs [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mpfaqs [type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

.mpfaqs [type="checkbox"].tabbed:focus + span:not(.lever):after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

.mpfaqs [type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.mpfaqs [type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

.mpfaqs [type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.mpfaqs [type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

.mpfaqs [type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}

.mpfaqs [type="checkbox"].filled-in + span:not(.lever):before,
.mpfaqs [type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

.mpfaqs [type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.mpfaqs [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

.mpfaqs [type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.mpfaqs [type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

.mpfaqs [type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

.mpfaqs [type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

.mpfaqs [type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

.mpfaqs [type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

.mpfaqs [type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

.mpfaqs [type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

.mpfaqs .switch,
.mpfaqs .switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mpfaqs .switch label {
  cursor: pointer;
}

.mpfaqs .switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.mpfaqs .switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.mpfaqs .switch label input[type=checkbox]:checked + .lever:before, .mpfaqs .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

.mpfaqs .switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

.mpfaqs .switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.mpfaqs .switch label .lever:before, .mpfaqs .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.mpfaqs .switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

.mpfaqs .switch label .lever:after {
  background-color: #F1F1F1;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mpfaqs input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
.mpfaqs input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

.mpfaqs input[type=checkbox]:not(:disabled) ~ .lever:active:before,
.mpfaqs input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.mpfaqs .switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.mpfaqs .switch label input[type=checkbox][disabled] + .lever:after,
.mpfaqs .switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

.mpfaqs select {
  display: none;
}

.mpfaqs select.browser-default {
  display: block;
}

.mpfaqs select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.mpfaqs .select-label {
  position: absolute;
}

.mpfaqs .select-wrapper {
  position: relative;
}

.mpfaqs .select-wrapper.valid + label,
.mpfaqs .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

.mpfaqs .select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.mpfaqs .select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}

.mpfaqs .select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.mpfaqs .select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

.mpfaqs select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.mpfaqs .select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

.mpfaqs .select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.mpfaqs .select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mpfaqs .select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.mpfaqs .select-dropdown li.disabled,
.mpfaqs .select-dropdown li.disabled > span,
.mpfaqs .select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.mpfaqs body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.mpfaqs .select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.mpfaqs .select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.mpfaqs .prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.mpfaqs .prefix ~ label {
  margin-left: 3rem;
}

.mpfaqs .select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.mpfaqs .select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.mpfaqs .select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.mpfaqs .select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.mpfaqs .select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

.mpfaqs .file-field {
  position: relative;
}

.mpfaqs .file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

.mpfaqs .file-field input.file-path {
  width: 100%;
}

.mpfaqs .file-field .btn, .mpfaqs .file-field .btn-large, .mpfaqs .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

.mpfaqs .file-field span {
  cursor: pointer;
}

.mpfaqs .file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.mpfaqs .file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

.mpfaqs .range-field {
  position: relative;
}

.mpfaqs input[type=range],
.mpfaqs input[type=range] + .thumb {
  cursor: pointer;
}

.mpfaqs input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

.mpfaqs input[type=range]:focus {
  outline: none;
}

.mpfaqs input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mpfaqs input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mpfaqs input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

.mpfaqs input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

.mpfaqs input[type=range] {
  -webkit-appearance: none;
}

.mpfaqs input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

.mpfaqs input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

.mpfaqs .keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

.mpfaqs input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

.mpfaqs input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

.mpfaqs input[type=range]::-moz-focus-inner {
  border: 0;
}

.mpfaqs input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  margin-top: -5px;
}

.mpfaqs input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.mpfaqs .keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

.mpfaqs input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

.mpfaqs input[type=range]::-ms-fill-lower {
  background: #777;
}

.mpfaqs input[type=range]::-ms-fill-upper {
  background: #ddd;
}

.mpfaqs input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.mpfaqs .keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

.mpfaqs .table-of-contents.fixed {
  position: fixed;
}

.mpfaqs .table-of-contents li {
  padding: 2px 0;
}

.mpfaqs .table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

.mpfaqs .table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}

.mpfaqs .table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}

.mpfaqs .sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.mpfaqs .sidenav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.mpfaqs .sidenav .collapsible {
  margin: 0;
}

.mpfaqs .sidenav li {
  float: none;
  line-height: 48px;
}

.mpfaqs .sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.mpfaqs .sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.mpfaqs .sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mpfaqs .sidenav li > a.btn, .mpfaqs .sidenav li > a.btn-large, .mpfaqs .sidenav li > a.btn-small, .mpfaqs .sidenav li > a.btn-large, .mpfaqs .sidenav li > a.btn-flat, .mpfaqs .sidenav li > a.btn-floating {
  margin: 10px 15px;
}

.mpfaqs .sidenav li > a.btn, .mpfaqs .sidenav li > a.btn-large, .mpfaqs .sidenav li > a.btn-small, .mpfaqs .sidenav li > a.btn-large, .mpfaqs .sidenav li > a.btn-floating {
  color: #fff;
}

.mpfaqs .sidenav li > a.btn-flat {
  color: #343434;
}

.mpfaqs .sidenav li > a.btn:hover, .mpfaqs .sidenav li > a.btn-large:hover, .mpfaqs .sidenav li > a.btn-small:hover, .mpfaqs .sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}

.mpfaqs .sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}

.mpfaqs .sidenav li > a > i,
.mpfaqs .sidenav li > a > [class^="mdi-"], .mpfaqs .sidenav li > a li > a > [class*="mdi-"],
.mpfaqs .sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.mpfaqs .sidenav .divider {
  margin: 8px 0 0 0;
}

.mpfaqs .sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.mpfaqs .sidenav .subheader:hover {
  background-color: transparent;
}

.mpfaqs .sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

.mpfaqs .sidenav .user-view > a {
  height: auto;
  padding: 0;
}

.mpfaqs .sidenav .user-view > a:hover {
  background-color: transparent;
}

.mpfaqs .sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.mpfaqs .sidenav .user-view .circle, .mpfaqs .sidenav .user-view .name, .mpfaqs .sidenav .user-view .email {
  display: block;
}

.mpfaqs .sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

.mpfaqs .sidenav .user-view .name,
.mpfaqs .sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

.mpfaqs .sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

.mpfaqs .sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.mpfaqs .drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.mpfaqs .drag-target.right-aligned {
  right: 0;
}

.mpfaqs .sidenav.sidenav-fixed {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
}

.mpfaqs .sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .mpfaqs .sidenav.sidenav-fixed {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  .mpfaqs .sidenav.sidenav-fixed.right-aligned {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
  .mpfaqs .sidenav > a {
    padding: 0 16px;
  }
  .mpfaqs .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

.mpfaqs .sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.mpfaqs .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

.mpfaqs .sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.mpfaqs .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

.mpfaqs .sidenav .collapsible-body {
  padding: 0;
}

.mpfaqs .sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

.mpfaqs .preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.mpfaqs .preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.mpfaqs .preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.mpfaqs .preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mpfaqs .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

.mpfaqs .spinner-blue,
.mpfaqs .spinner-blue-only {
  border-color: #4285f4;
}

.mpfaqs .spinner-red,
.mpfaqs .spinner-red-only {
  border-color: #db4437;
}

.mpfaqs .spinner-yellow,
.mpfaqs .spinner-yellow-only {
  border-color: #f4b400;
}

.mpfaqs .spinner-green,
.mpfaqs .spinner-green-only {
  border-color: #0f9d58;
}

.mpfaqs .active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mpfaqs .active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mpfaqs .active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mpfaqs .active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mpfaqs .active .spinner-layer,
.mpfaqs .active .spinner-layer.spinner-blue-only,
.mpfaqs .active .spinner-layer.spinner-red-only,
.mpfaqs .active .spinner-layer.spinner-yellow-only,
.mpfaqs .active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mpfaqs .gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.mpfaqs .gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.mpfaqs .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.mpfaqs .circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.mpfaqs .circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.mpfaqs .circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.mpfaqs .active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mpfaqs .active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.mpfaqs #spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.mpfaqs .slider {
  position: relative;
  height: 400px;
  width: 100%;
}

.mpfaqs .slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mpfaqs .slider.fullscreen ul.slides {
  height: 100%;
}

.mpfaqs .slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.mpfaqs .slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

.mpfaqs .slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.mpfaqs .slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.mpfaqs .slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.mpfaqs .slider .slides li .caption p {
  color: #e0e0e0;
}

.mpfaqs .slider .slides li.active {
  z-index: 2;
}

.mpfaqs .slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.mpfaqs .slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.mpfaqs .slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

.mpfaqs .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.mpfaqs .carousel.carousel-slider {
  top: 0;
  left: 0;
}

.mpfaqs .carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.mpfaqs .carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

.mpfaqs .carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.mpfaqs .carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.mpfaqs .carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

.mpfaqs .carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.mpfaqs .carousel .carousel-item > img {
  width: 100%;
}

.mpfaqs .carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.mpfaqs .carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.mpfaqs .carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.mpfaqs .carousel.scrolling .carousel-item .materialboxed,
.mpfaqs .carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

.mpfaqs .tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: visibility 0s .3s;
  transition: visibility 0s .3s;
}

.mpfaqs .tap-target-wrapper.open {
  visibility: visible;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
}

.mpfaqs .tap-target-wrapper.open .tap-target {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: .95;
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.mpfaqs .tap-target-wrapper.open .tap-target-wave::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mpfaqs .tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  -webkit-transition: opacity .3s,
  visibility 0s 1s,
  -webkit-transform .3s;
  transition: opacity .3s,
  visibility 0s 1s,
  -webkit-transform .3s;
  transition: opacity .3s,
  transform .3s,
  visibility 0s 1s;
  transition: opacity .3s,
  transform .3s,
  visibility 0s 1s,
  -webkit-transform .3s;
}

.mpfaqs .tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ee6e73;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.mpfaqs .tap-target-content {
  position: relative;
  display: table-cell;
}

.mpfaqs .tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

.mpfaqs .tap-target-wave::before, .mpfaqs .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

.mpfaqs .tap-target-wave::before {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.mpfaqs .tap-target-wave::after {
  visibility: hidden;
  -webkit-transition: opacity .3s,
  visibility 0s,
  -webkit-transform .3s;
  transition: opacity .3s,
  visibility 0s,
  -webkit-transform .3s;
  transition: opacity .3s,
  transform .3s,
  visibility 0s;
  transition: opacity .3s,
  transform .3s,
  visibility 0s,
  -webkit-transform .3s;
  z-index: -1;
}

.mpfaqs .tap-target-origin {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

.mpfaqs .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .mpfaqs .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  .mpfaqs .tap-target, .mpfaqs .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

.mpfaqs .pulse {
  overflow: visible;
  position: relative;
}

.mpfaqs .pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.mpfaqs .datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}

.mpfaqs .datepicker-container.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.mpfaqs .datepicker-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

.mpfaqs .datepicker-controls .selects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mpfaqs .datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

.mpfaqs .datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

.mpfaqs .datepicker-controls .select-wrapper .caret {
  display: none;
}

.mpfaqs .datepicker-controls .select-year input {
  width: 50px;
}

.mpfaqs .datepicker-controls .select-month input {
  width: 70px;
}

.mpfaqs .month-prev, .mpfaqs .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.mpfaqs .datepicker-date-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  background-color: #26a69a;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

.mpfaqs .datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.mpfaqs .datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

.mpfaqs .datepicker-calendar-container {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 auto;
  -ms-flex: 2.5 auto;
  flex: 2.5 auto;
}

.mpfaqs .datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

.mpfaqs .datepicker-table thead {
  border-bottom: none;
}

.mpfaqs .datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

.mpfaqs .datepicker-table tr {
  border: none;
}

.mpfaqs .datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

.mpfaqs .datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

.mpfaqs .datepicker-table td.is-today {
  color: #26a69a;
}

.mpfaqs .datepicker-table td.is-selected {
  background-color: #26a69a;
  color: #fff;
}

.mpfaqs .datepicker-table td.is-outside-current-month, .mpfaqs .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.mpfaqs .datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}

.mpfaqs .datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}

.mpfaqs .datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mpfaqs .datepicker-cancel,
.mpfaqs .datepicker-clear,
.mpfaqs .datepicker-today,
.mpfaqs .datepicker-done {
  color: #26a69a;
  padding: 0 1rem;
}

.mpfaqs .datepicker-clear {
  color: #F44336;
}

@media only screen and (min-width: 601px) {
  .mpfaqs .datepicker-modal {
    max-width: 625px;
  }
  .mpfaqs .datepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mpfaqs .datepicker-date-display {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 270px;
    -ms-flex: 0 1 270px;
    flex: 0 1 270px;
  }
  .mpfaqs .datepicker-controls,
  .mpfaqs .datepicker-table,
  .mpfaqs .datepicker-footer {
    width: 320px;
  }
  .mpfaqs .datepicker-day-button {
    line-height: 44px;
  }
}

.mpfaqs .timepicker-modal {
  max-width: 325px;
  max-height: none;
}

.mpfaqs .timepicker-container.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.mpfaqs .text-primary {
  color: white;
}

.mpfaqs .timepicker-digital-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  background-color: #26a69a;
  padding: 10px;
  font-weight: 300;
}

.mpfaqs .timepicker-text-container {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mpfaqs .timepicker-span-hours,
.mpfaqs .timepicker-span-minutes,
.mpfaqs .timepicker-span-am-pm div {
  cursor: pointer;
}

.mpfaqs .timepicker-span-hours {
  margin-right: 3px;
}

.mpfaqs .timepicker-span-minutes {
  margin-left: 3px;
}

.mpfaqs .timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

.mpfaqs .timepicker-analog-display {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 auto;
  -ms-flex: 2.5 auto;
  flex: 2.5 auto;
}

.mpfaqs .timepicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mpfaqs .timepicker-canvas,
.mpfaqs .timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mpfaqs .timepicker-minutes {
  visibility: hidden;
}

.mpfaqs .timepicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  font-size: 15px;
}

.mpfaqs .timepicker-tick.active,
.mpfaqs .timepicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

.mpfaqs .timepicker-dial {
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}

.mpfaqs .timepicker-dial-out {
  opacity: 0;
}

.mpfaqs .timepicker-dial-out.timepicker-hours {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.mpfaqs .timepicker-dial-out.timepicker-minutes {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.mpfaqs .timepicker-canvas {
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}

.mpfaqs .timepicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
}

.mpfaqs .timepicker-canvas-out {
  opacity: 0.25;
}

.mpfaqs .timepicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

.mpfaqs .timepicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

.mpfaqs .timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mpfaqs .timepicker-clear {
  color: #F44336;
}

.mpfaqs .timepicker-close {
  color: #26a69a;
}

.mpfaqs .timepicker-clear,
.mpfaqs .timepicker-close {
  padding: 0 20px;
}

@media only screen and (min-width: 601px) {
  .mpfaqs .timepicker-modal {
    max-width: 600px;
  }
  .mpfaqs .timepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mpfaqs .timepicker-text-container {
    top: 32%;
  }
  .mpfaqs .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Faqs
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mpfaqs-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}

/** search css */
.mpfaqs-search__field {
    width: 65%;
    margin: auto;
    position: relative;
}

.mpfaqs-search__field i {
    position: absolute;
    font-size: 25px;
    top: 11%;
    left: 2%;
}

.mpfaqs-search__action {
    position: absolute;
    top: 0;
    right: 0;
}

.mpfaqs-search__action .btn {
    height: 50.5px !important;
    line-height: 48px !important;
    font-weight: 600;
}

#mpfaqs-search__field__searchbox {
    padding: 15px 10px 15px 50px;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: auto;
    margin: 0 0 10px 0;
    display: block;
    box-sizing: border-box;
    box-shadow: none !important;
}

#mpfaqs-search__field__searchbox:focus {
    box-shadow: none !important;
}

@media (max-width: 480px) {
    .mpfaqs-search__action .btn {
        width: 65px;
        padding: 0;
        font-size: 13px;
    }

    #mpfaqs-search__field__searchbox {
        padding: 15px 10px 15px 7px;
    }

    .mpfaqs-search__field i {
        display: none;
    }
}

.mpfaqs-suggestion-content i {
    padding: 7px;
}

.mpfaqs-suggestion {
    cursor: pointer;
}

/** article materialize view css*/
.mpfaqs-container .section {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.mpfaqs-container__content {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 30px;
}

.mpfaqs-container__content__header {
    margin-bottom: 30px;
    padding: 10px 10px 10px 0;
    width: 100%;
    border-bottom: solid 1px #bdbdbd;
}

.mpfaqs-container__content__header .article-icon {
    float: left;
    padding: 10px 10px 0 5px;
}

.mpfaqs-container__content__header .faqs-loader {
    position: absolute;
    width: 20px;
    top: 0;
    right: 0;
}

.mpfaqs-container__content__header .like-count {
    position: relative;
}

.mpfaqs-container__content__header__information {
    padding: 15px 20px 13px 16px !important;
}

.mpfaqs-container__content__header__information h3 {
    margin: 0 !important;
}

.mpfaqs-container__content__header__information .header-description {
    margin-top: 8px;
}

.mpfaqs-container__content__header__information span {
    padding-right: 15px;
}

.addthis_inline_share_toolbox a {
    padding: 10px !important;
    margin: 0 7px !important;
    background-color: transparent !important;
    border: solid 1px #bdbdbd !important;
}

.mpfaqs-container__additional-info {
    padding-left: 25px;
    padding-right: 25px;
}

.mpfaqs-container__additional-info__social {
    padding-top: 30px;
    padding-bottom: 20px;
}

.mpfaqs-container__additional-info__rating {
    padding-top: 10px;
}

#rating-label {
    margin-bottom: 60px;
}

#rating-actions {
    margin-top: 30px;
}

#rating-actions a {
    width: 85%;
}

#rating-actions .in-active {
    background-color: #eeeeee;
    color: inherit;
}

/** article index materialize css*/
.mpfaqs-list .collapsible {
    border: none !important;
    box-shadow: none !important;
}

#mpfaqs-list-container {
    position: relative;
    word-break: break-all;
}

#mpfaqs-list-container .section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.mpfaqs-list__block {
    margin-bottom: 15px;
    margin-left: 0 !important;
}

.mpfaqs-list__block__category {
    padding: 5px;
    margin-bottom: 15px;
}

.mpfaqs-list__block__category span {
    font-size: 1.4rem;
}

.mpfaqs-list__block__question li.mpfaqs-item {
    display: none;
    margin-bottom: 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.view-all-faq {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.mpfaqs-list__block__question .collapsible-header a {
    color: inherit;
}

.mpfaqs-list__block__question .collapsible-header i {
    color: #ccc;
}

.mpfaqs-list__block__question .collapsible-body {
    display: none;
}

.ln_overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
    display: none;
}

.loader img {
    top: 40%;
    left: 45%;
    display: block;
    position: fixed;
}

.ln_slider_container {
    width: calc(100% - 20px);
    margin: 0 15px 0 5px;
}

/** mpfaqs product tab materialize css */
#mpfaqs-tab-list-container h3 {
    font-weight: 300;
    font-size: 2.6rem;
}

#mpfaqs-tab-list-container .section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.mpfaqs-tab-list__title {
    padding: 5px;
    margin-bottom: 15px;
}

.mpfaqs-tab-list .collapsible {
    border: none !important;
    box-shadow: none !important;
}

.mpfaqs-tab-list__block__question li.mpfaqs-item {
    display: none;
    margin-bottom: 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.mpfaqs-tab-list__block__question .collapsible-header a {
    color: inherit;
}

.mpfaqs-tab-list__block__question .collapsible-header i {
    color: #ccc;
}

.mpfaqs-tab-list__block__question_author i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
}

.mpfaqs-tab-form {
    display: none;
}

.view-tab-all-faq {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.view-tab-all-faq a {
    cursor: pointer;
    color: inherit !important;
}

/** question form css */
.mpfaqs-form-title {
    padding: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}

.mpfaqs-form-title span {
    font-size: 2.6rem;
    font-weight: 300;
}

.mpfaqs-form-fieldset input {
    height: 3.8rem !important;
}

.mpfaqs-form-fieldset label, .mpfaqs-form-fieldset span {
    font-size: 1.3rem !important;
}

#mpfaqs-form-actions {
    padding-top: 30px;
}

@media (max-width: 480px) {
    .mpfaqs-form-fieldset label, .mpfaqs-form-fieldset span {
        font-size: 1.1rem !important;
    }
}

.mpfaqs-form-fieldset textarea {
    height: 46px !important;
}

#mpfaqs-question-form .faqs-loader {
    width: 35px;
    display: none;
    position: absolute;
}

@media (max-width: 394px) {
    #mpfaqs-question-form .faqs-loader {
        position: relative;
    }
}

.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

#term-popup {
    padding: 30px 30px 75px 40px;
}

#term-popup a {
    cursor: pointer;
    float: right;
    margin-top: 15px;
}

.term-popup__term-content {
    max-height: 600px;
    overflow-x: auto;
}

.term-popup__term-title {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
}

.term-popup__term-title h2 {
    margin: 0;
    font-weight: 600;
}

/** article widget css */
.mpfaqs-widget-list .collapsible {
    border: none !important;
    box-shadow: none !important;
}

#mpfaqs-widget-list-container {
    position: relative;
}

#mpfaqs-widget-list-container .section {
    width: 100%;
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.mpfaqs-widget-list__block {
    margin-bottom: 15px;
    margin-left: 0 !important;
}

.mpfaqs-widget-list__block__category {
    padding: 5px;
    margin-bottom: 15px;
}

.mpfaqs-widget-list__block__category span {
    font-size: 1.4rem;
}

.mpfaqs-widget-list__block__question li.mpfaqs-widget-item {
    display: none;
    margin-bottom: 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.view-widget-all-faq {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.mpfaqs-widget-list__block__question .collapsible-header a {
    color: inherit;
}

.mpfaqs-widget-list__block__question .collapsible-header i {
    color: #ccc;
}

.mpfaqs-widget-list__block__question .collapsible-body {
    display: none;
}

.mpfaqs-section_related_articles {
    height: 400px;
    overflow: auto;
}

#mpfaqs-tab-list-container, #mpfaqs-question-form, #term-popup {
    word-break: break-all;
}

.mp-input-field {
    margin-top: 1rem;
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
